- This got me a chuckle.
> Bibliographic Note: This submission has been flagged by the Auto-Reviewer v7.0 due to high similarity with "Running DOOM on a Mitochondria" (2034).
for the article on "Running LLaMA-12 7B on a contact lens with WASM"
- I had these same concerns for a while. Earlier this year, I turned on IPv6 and run a dual stack on my home network (my mac is browsing HN via IPv6.)
Do you remember what sites didn't load for you?
- I run `stty -ixon -ixoff` once and that fixes the issue for me.
- Some thoughts: VMs are an interesting case. Someone with the motive and means would have exploits to get out of the VM. This is probably easier if the guest is running something to accelerate (e.g. VMWare Tools / VirtualBox Guest Additions.) Once you get out, you have to account for the host OS. Assuming you could do it, how does one determine if the VM is part of a honeypot or the target?
- Well, I was interested in actually testing it out in code. I got it working with the pyOpenSSL bindings (I had to expose struct ssl_method_st, SSL_get_ssl_method, ssl_write_bytes and rebuild cryptography for pyOpenSSL.) Fun times.
- Would love to see the code and test it against a rebuilt a patched nginx.
- I know what you mean. I translated that to a python script a while ago for myself so I could stick it on other boxes without having to compile it. It's now a gist – https://gist.github.com/chirayuk/5377283
- I believe tmux 1.8 supports this use case.
From the manpage (for new-session): If -t is given, the new session is grouped with target-session. This means they share the same set of windows - all windows from target-session are linked to the new session and any subsequent new windows or windows being closed are applied to both sessions. The current and previous window and any session options remain independent and either session may be killed without affecting the other.
- For TOTP, you can have the same account on more than one device (I do for convenience). All you need is the initial seed which you can either enter manually, or scan the barcode using more than one device.
- Agreed. I might have considered putting up with that if the e-books were significantly cheaper. Then, I would just buy copies for family/friends. But this isn't the case and it's just simpler to read a book and give/mail it to family/friends.
- That hasn't been the case for a few years now.
- SpiderOak? https://spideroak.com/
If TarSnap had iPhone, etc. versions, I would use it for everything. (the permission specific keys are just awesome.)
> Zig doesn't have traits. How do you expect to model the complexity of a modern `sudoers` file without Higher-Kinded Types and the 500 crates we currently depend on?
> Also, `unsafe` in Rust is better than "trust me bro" in Zig. If you switch, the borrow checker gods will be angry.
from https://sw.vtom.net/hn35/pages/90100066.html