Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oddlama
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
oddlama
1y ago
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 this could be applied to other declarative tech sta
2.
▲
by
oddlama
2y ago
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 the last decrypted disk you can still gain access to all th
3.
▲
Bypassing disk encryption on systems with automatic TPM2 unlock
(oddlama.org)
1 points
by
oddlama
2y ago
|
0 comments
4.
▲
by
oddlama
3y ago
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 you want to send multiple packets at once, you now want to
5.
▲
by
oddlama
4y ago
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.
6.
▲
by
oddlama
4y ago
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 involved entities ever acknowledged the leaks. I'd also
7.
▲
by
oddlama
4y ago
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 by simply bruteforcing the measly 31 bits that were use
8.
▲
by
oddlama
4y ago
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 ICs out there, like for example the ACS723. If you need even
9.
▲
by
oddlama
4y ago
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 device and you will have significantly less privacy concern
10.
▲
by
oddlama
4y ago
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]. His blog also covers other topics in a similar style - i
11.
▲
by
oddlama
4y ago
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.
12.
▲
by
oddlama
4y ago
Ome of the best I came across, regarding both readability and content: https://ciechanow.ski/
13.
▲
by
oddlama
4y ago
esc esc esc :qa!<cr> (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 background buffers. If ^C is considered one keystroke
14.
▲
by
oddlama
4y ago
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 the kernel with the desired cmdline. (like ./
15.
▲
by
oddlama
4y ago
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 industry proven tools for the same thing already in existe
16.
▲
by
oddlama
4y ago
Here's some obligatory information about the credibility of UserBenchmark (video form only, unfortunately): https://youtube.com/watch?v=RQSBj2LKkWg
17.
▲
by
oddlama
4y ago
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 "real GUI" apps.
18.
▲
by
oddlama
4y ago
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.
19.
▲
by
oddlama
5y ago
You can add graphene based technologies to that list.
20.
▲
by
oddlama
5y ago
Then the next heartbleed could be a sidechannel not covered in your theorem. Better prepare in any case.
21.
▲
by
oddlama
5y ago
Probably when most other [insert reasearch title] would also classify you as a [insert reasearch title] instead of a hobbyist.
22.
▲
by
oddlama
5y ago
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-nsp...
23.
▲
by
oddlama
5y ago
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/drduh/YubiKey-Guide
24.
▲
by
oddlama
5y ago
Dark Energy != Dark Matter. These are unrelated theories for different things.
25.
▲
by
oddlama
5y ago
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 movfuscation.
26.
▲
by
oddlama
5y ago
I'm not your parent comments OP, but I don't like to use -e for similar reasons, and I do have public bash scripts written with explicit error handling [1]. I've tried using -e on multiple occasions, but always had to disable
27.
▲
by
oddlama
5y ago
The older neo keyboard layout and its newer variants like bone ( https://neo-layout.org/Layouts/bone ) follow a similar approach to provide more symbols, and they're additionally optimized for typing. These layouts
28.
▲
by
oddlama
5y ago
You might enjoy having a look at https://github.com/AlDanial/cloc It can distinguish between actual lines of code, comments and empty lines for a lot of different languages.
29.
▲
by
oddlama
6y ago
> “Compared to non-users, regular cannabis users were more likely to engage in high-risk alcohol consumption, smoke tobacco, use other illicit drugs and not be in a relationship at age 35,” Dr Chan said. [...] They were also at higher ri
30.
▲
by
oddlama
6y ago
Relevant xkcd: https://xkcd.com/927/
More ›