knazarov
- Karma
- 37
- Created
- December 22, 2020 (5y ago)
- Submissions
- 0
website: https://knazarov.com
email: mail@knazarov.com
matrix: https://matrix.to/#/@knazarov:knazarov.com
git: https://git.knazarov.com/knazarov
meet.hn/city/gb-London Socials: - linkedin.com/in/knazarov - t.me/racktear Interests: Hacking, Data Science, Open Source, Running, Blockchain ---
We use a combination of AWS autoscaling and Nix to make our CI pipeline bearable. For autoscaling we use terraform-aws-github-runner which will bring up ephemeral AWS machines if there are CI jobs queued on GitHub.…
Right. Ctrl+C is still mapped as usual.
For copy-pasting text to/from the terminal, I prefer to use Mac shortcut Cmd+C. It doesn't work out of the box on Linux (you have to use Ctrl+Shift+C, because Ctrl+C sends SIGINT). But there's a simple way to make Cmd+C…
In order to verify the proof, you only need a "commitment" to the fact that you passed specific input data. This can be in the form of calculating a cryptographic hash. Imagine that you represent a program and data as a…
Let's put it this way. If you can break it and are willing to commit crime - you can earn a lot of money. I'm personally not equipped to judge the level of security, because I'm not a cryptography researcher. What I…
I'm not involved in the project in any way, but I can probably give an explanation. This is a risc-v virtual machine that supports rv32im instruction set (the bare minimum + multiplication). You can compile and run…
This is the software the OP talks about: https://www.startallback.com/. If you go and check the download URL, the files are actually hosted on the CDN, and not on the site itself. So it looks like as long as the site…
This is how I do it in keyd by remapping Meta+C/V to C+Ins/Shift+Ins (keyd.conf): [ids] * [main] capslock=overload(control, esc) [meta_mac:M] c=C-insert v=S-insert
I’m excited to see that your project is maturing. Good luck!
I write a lot of bash, and can kinda agree that it’s full of footguns. The most of them are not even in bash, but in Unix tools, which you have to use due to the lack of standard libraries.
You may want to try out the yabai window manager for OS X. It’s the closest thing to i3 I can think of.
I’ve written myself a terminal based note taking app that uses IMAP and MIME/Maildir as a storage backend: https://github.com/knazarov/notes.sh
There is an alternative: you can use a MIME envelope to store notes. This way you’ll have a plaintext container and a way to attach files in a portable way. I’ve built a note taking system based on this idea:…
There's a better way to do it. Terminals have a special escape sequence called OSC 52, which allows you to insert into the clipboard from even remote SSH sessions. Try this: printf "\033]52;c;$(printf "%s" "blabla" |…
There is actually a good webcam now. It's AverMedia PW513. It has a Sony Exmor 4K sensor, and generally favorable reviews.