Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
renehsz
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
AI Journal 2: Vibe-Coding for Fun and Profit
(devshrine.net)
1 points
by
renehsz
6d ago
|
0 comments
2.
▲
AI Journal 1: The Slow Surrender to AI
(devshrine.net)
3 points
by
renehsz
6d ago
|
0 comments
3.
▲
Domain sellers try to scam me
(devshrine.net)
2 points
by
renehsz
6d ago
|
0 comments
4.
▲
Planning with Agents: Divided Worlds, Boundary Objects, and Thicker Interfaces
(maggieappleton.com)
5 points
by
renehsz
11d ago
|
1 comments
5.
▲
by
renehsz
22d 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
6.
▲
by
renehsz
29d ago
My understanding is that a Verschlimmbesserung stems from a genuine intent to improve something, even though it ultimately has the opposite effect.
7.
▲
The Root of the Root of All Evil
(computerenhance.com)
4 points
by
renehsz
1mo ago
|
0 comments
8.
▲
by
renehsz
1mo 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.
9.
▲
by
renehsz
1mo ago
same here... unfortunately, there are too few users of alternative Android distros for the banks to care...at all
10.
▲
by
renehsz
1mo ago
A lot of it is security theater plus lazy (as in "doing the minimum amount of work possible") compliance with regulations
11.
▲
by
renehsz
1mo 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
12.
▲
by
renehsz
1mo ago
A hardware-based CardTAN device, which is super inconvenient. Or else they can't do any online banking at all. crying in EU :(
13.
▲
by
renehsz
1mo ago
https://GiveUpGithub.org - why and how to ditch GitHub.
14.
▲
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
15.
▲
by
renehsz
4mo ago
https://GiveUpGithub.org
16.
▲
Plan 9: Audio-Video Pipeline
(lifeofpenguin.blogspot.com)
3 points
by
renehsz
6mo ago
|
0 comments
17.
▲
by
renehsz
7mo 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.
18.
▲
GotHub All the Things
(x61.sh)
2 points
by
renehsz
7mo ago
|
0 comments
19.
▲
by
renehsz
7mo 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
20.
▲
by
renehsz
7mo 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
21.
▲
by
renehsz
7mo ago
Which practically puts us back into standard time, as things should be
22.
▲
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
23.
▲
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
24.
▲
You don't need free lists
(jakubtomsu.github.io)
2 points
by
renehsz
7mo ago
|
0 comments
25.
▲
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
26.
▲
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.
27.
▲
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
28.
▲
by
renehsz
10mo 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
29.
▲
by
renehsz
1y 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
30.
▲
by
renehsz
1y 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
More ›