Viewing profile — oddlama
oddlama
HN member- Joined
- Wed, Jan 08, 2020, 9:07 PM UTC
- HN karma
- 206
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About oddlama
No profile information was provided.
Recent public activity
-
comment
Comment #44437220
I've written something like this for NixOS a while back [1], which generates infrastructure diagrams directly from the source of truth (albeit not as pretty as isoflow). I'm sure t…
-
comment
Comment #42736760
This is great if you only have a single disk, but if you have multiple encrypted disks that are unlocked in the initrd this way, then if you can gain control flow by faking data on…
- story
-
comment
Comment #38246137
I can think of plenty real world usecases. Take for example a network interface that can send or receive predefined packet structs. Imagine each packet requires a size header. When…
-
comment
Comment #34991416
And additionally I would't want anyone on my network path to be able to read what data I exchange - even if it is a static site.
-
comment
Comment #34400525
Not parent, but I'm doing the same thing and I have had 5 leaks out of (currently) 387 accounts over the past 4 years (which is when I started doing this). Oh and none of the invol…
-
comment
Comment #34386083
I haven't looked at the project but would assume that several people generated their wallets by using this tool. The attackers were thus able to generate keys for existing wallets …
-
comment
Comment #34079330
Just a battery would be the simplest option. Just measure time until empty. If you want higher time resolution, there are several fully integrated hall effect current measurement I…
-
comment
Comment #33843140
Nothing here requires uploading the image to some form of cloud service. Do the recognition locally - maybe on a phone connected via Bluetooth. Never have any information leave the…
-
comment
Comment #33768450
If anyone wants to learn about GPS from the ground up, there's an excellent website with interactive explanations by Bartosz Ciechanowski that I can wholeheartedly recommend [1]. H…
-
comment
Comment #32977281
I for example just wouldn't like anyone to be able to see what data I exchange with any server, be it small profile blog or a login page.
-
comment
Comment #32573810
Ome of the best I came across, regarding both readability and content: https://ciechanow.ski/
-
comment
Comment #32375355
esc esc esc :qa! (8 strokes) This is the shortest I can think of right now, 3 esc to exit Ctrl-v, Ctrl-r and insert mode, then :qa! to quit even if there are splits or modified bac…
-
comment
Comment #32286353
Yes, and it's quite comfortable. If you don't want to use external media, many boards also come with a builtin UEFI shell which is quite powerful. From there you can simply execute…
-
comment
Comment #31861398
I got fed up with ansible and pyinfra and created a new tool [1] to fix some of the issues I've had. I spent weeks on documentation, yet it is kind of useless. There simply are ind…
-
comment
Comment #31607929
Here's some obligatory information about the credibility of UserBenchmark (video form only, unfortunately): https://youtube.com/watch?v=RQSBj2LKkWg
-
comment
Comment #31331258
I'm actually kind of glad that X11 forwarding didn't stick. TUIs are generally efficiently navigatable using just the keyboard, a property I very much enjoy and frequently miss in …
-
comment
Comment #31283400
Neither impossible nor tough, but also not a clean way of managing state. You need to keep track of all past things you once did but no longer need.
-
comment
Comment #30282017
You can add graphene based technologies to that list.
-
comment
Comment #29996687
Then the next heartbleed could be a sidechannel not covered in your theorem. Better prepare in any case.
-
comment
Comment #29989450
Probably when most other [insert reasearch title] would also classify you as a [insert reasearch title] instead of a hobbyist.
-
comment
Comment #29388595
You might want to have a look at systemd-nspawn [1], which is basically containerized chroot based on linux namespaces. [1] https://www.freedesktop.org/software/systemd/man/systemd…
-
comment
Comment #28858671
I can recommend this guide [1] to setup your yubikey with gpg, which allows you to both use it to sign or encrypt with gpg and also to use it as an ssh key. [1] https://github.com/…
-
comment
Comment #28756996
Dark Energy != Dark Matter. These are unrelated theories for different things.
-
comment
Comment #27203536
There also is the demovfuscator ( https://github.com/kirschju/demovfuscator ) which does the opposite and is capable of recovering the control-flow of the original program before m…