Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
renehsz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces
(maggieappleton.com)
5 points
by
renehsz
2d ago
|
1 comments
2.
▲
by
renehsz
13d ago
Why does it have to be a single continuous map at all? Couldn't we use multiple circular projections centered at different latlongs? We'd give up continuity at the seams, but at least every region could be shown close to the cente
3.
▲
by
renehsz
19d ago
My understanding is that a Verschlimmbesserung stems from a genuine intent to improve something, even though it ultimately has the opposite effect.
4.
▲
The Root of the Root of All Evil
(computerenhance.com)
4 points
by
renehsz
21d ago
|
0 comments
5.
▲
by
renehsz
28d ago
Where I live, the overlap between banks with physical branches and those that don’t require an app or cardTAN is nonexistent - genuinely zero. But maybe I’m just old-school for wanting to have the option to visit a branch.
6.
▲
by
renehsz
28d ago
same here... unfortunately, there are too few users of alternative Android distros for the banks to care...at all
7.
▲
by
renehsz
28d ago
A lot of it is security theater plus lazy (as in "doing the minimum amount of work possible") compliance with regulations
8.
▲
by
renehsz
28d ago
This is a huge problem in EU countries! The relevant regulations are Commission Delegated Regulation (EU) 2018/389 and the earlier Directive (EU) 2015/2366. While these laws are deliberately vague when it comes to specific technol
9.
▲
by
renehsz
28d ago
A hardware-based CardTAN device, which is super inconvenient. Or else they can't do any online banking at all. crying in EU :(
10.
▲
by
renehsz
1mo ago
https://GiveUpGithub.org - why and how to ditch GitHub.
11.
▲
by
renehsz
1mo ago
There's nothing wrong with using public funds to solve real problems, but persistent deficit spending is the wrong way to go about it! Deficit spending causes inflation, and that type of inflation is a hidden, regressive form of taxati
12.
▲
by
renehsz
4mo ago
https://GiveUpGithub.org
13.
▲
Plan 9: Audio-Video Pipeline
(lifeofpenguin.blogspot.com)
3 points
by
renehsz
6mo ago
|
0 comments
14.
▲
by
renehsz
6mo ago
Thank you for doing this! I really mean it. We need more developers who care about keeping websites lean and fast. There's no good reason a regular site shouldn't work on GPRS, except maybe if the main content is video.
15.
▲
GotHub All the Things
(x61.sh)
2 points
by
renehsz
6mo ago
|
0 comments
16.
▲
by
renehsz
6mo ago
1GB RAM per 1TB storage is really only required if you enable deduplication, which rarely makes sense. Otherwise, the only benefit more RAM gets you is better performance. But it's not like ZFS performs terribly with little RAM. It
17.
▲
by
renehsz
6mo ago
ZFS doesn't really need huge amounts of RAM. Most of the memory usage people see is the Adaptive Replacement Cache (ARC), which will happily use as much memory as you throw at it, but will also shrink very quickly under memory pressu
18.
▲
by
renehsz
7mo ago
Which practically puts us back into standard time, as things should be
19.
▲
by
renehsz
7mo ago
In my experience, writing a few lines to handle errors is really not as big of a deal as a lot of people make it out to be. However, I've seen numerous times how error handling can become burdensome in poorly structured codebases that
20.
▲
by
renehsz
7mo ago
SerenityOS serves as a cool side project for those who like to tinker with OS dev. I don't think it was "born" with any other goals in mind. Neither was their browser project, it just happened to turn into something a lot mor
21.
▲
You don't need free lists
(jakubtomsu.github.io)
2 points
by
renehsz
7mo ago
|
0 comments
22.
▲
by
renehsz
7mo ago
This is big news. Defer can simplify control flow a lot, especially in early-return cases like handling errors. No longer do we have to write deeply nested ifs or the madness that is goto. Resource acquisition and cleanup can now be right n
23.
▲
by
renehsz
8mo ago
> maybe today you can still build a win10 binary with a win11 toolchain, but you cannot build a win98 binary with it for sure. In my experience, that's not quite accurate. I'm working on a GUI program that targets Windows NT 4.
24.
▲
by
renehsz
9mo ago
Strongly agree with this article. It highlights really well why overcommit is so harmful. Memory overcommit means that once you run out of physical memory, the OOM killer will forcefully terminate your processes with no way to handle the er
25.
▲
by
renehsz
9mo ago
There's still plenty of mandatory reading. It's not unusual for high schoolers to have to read at least two books per semester. Here's the problem though: It's just too easy to... you know... not do it. Teachers have no
26.
▲
by
renehsz
11mo ago
The Plan 9 operating system. It's the closest thing to a Unix successor we ever got, taking the "everything is a file" philosophy to another level and allowing to easily share those files over the network to build distributed
27.
▲
by
renehsz
11mo ago
> Such laws cannot be enforced. Tech companies can certainly be forced to build surveillance into their chat applications and operating systems. This doesn't have to be about backdooring crypto. > Enforcement can only be arbitrar
28.
▲
by
renehsz
1y ago
> It also assumes that the OS doesn't lie to the application when allocations fail. Gotta do the good ol' echo 2 >/proc/sys/vm/overcommit_memory and maybe adjust overcommit_ratio as well to make su
29.
▲
by
renehsz
1y ago
Yeah, hosting on or at least tunneling through a commercial IP address is definitely required in order not to be flagged as spam. Personally, I chose the latter option of hosting my MTA at home but tunneling its traffic through a VPS in
30.
▲
by
renehsz
1y ago
Unfortunately, Memory64 comes with a significant performance penalty because the wasm runtime has to check bounds (which wasn't necessary on 32-bit as the runtime would simply allocate the full 4GB of address space every time). But if
More ›