Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
interf4ce
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
interf4ce
24d ago
Idempotency is a crucial trait in the world of web APIs (and any other system where commands that modify state might need to be retried due to communication failures). It's not a new word or concept, but it's certainly a niche one
2.
▲
by
interf4ce
1mo ago
I think you're conflating general "boringness" with tech-specific features. Test driving solutions is useful but it tells you nothing about reliability. Say it's 2012 and you need a new car. Toyota Corollas have generall
3.
▲
by
interf4ce
1mo ago
Choosing the most appropriate tech is not mutually exclusive with choosing boring tech. In fact, "boring" (well-known, battle-tested) is very likely the most appropriate because it reduces unnecessary risk.
4.
▲
by
interf4ce
2mo ago
I'd welcome the ternary conditional operator but I hope exception handling never gets introduced (at least as I'm used to it from Java, C#, JS, etc.). Exceptions should not be conflated with regular error handling, especially when
5.
▲
by
interf4ce
2mo ago
THANK you![1] Calling anything ops "DevOps" is right up there with calling JSON APIs "REST." I know it's silly to let it bother me, but man does it get under my skin. 1. https://imgur.com/gallery
6.
▲
by
interf4ce
2mo ago
Whether this is actually beneficial (let alone possible) depends heavily on the type of site. Web apps that are valuable to use offline also tend to be the kind that really do warrant client-side logic and rendering (a spreadsheet web app i
7.
▲
by
interf4ce
2mo ago
100% The author is reinforcing the false dichotomy between using front end frameworks and hand-rolled JS, as if rendering data from JSON APIs is the only way to display information from the server. Almost as an aside, he says > Server Si
8.
▲
by
interf4ce
2mo ago
My apologies, then, I misunderstood your point. That said, I still think it's a generally good feature. If a person is distracted and fails to see the vehicle in their blind spot during their inital shoulder check, that beep might prev
9.
▲
by
interf4ce
2mo ago
> The whole point of indication is to signal my intention to move, so that the car in my blind spot creates room for me to merge into their lane. That is definitely not the point of a turning signal. The car that's already in the la
10.
▲
by
interf4ce
3mo ago
When I write the code I know what my intention is with each line. Sure I can (and do) make mistakes, but identifying those mistakes during debugging is relatively easy during debugging because I can clearly see the discrepancy between what
11.
▲
by
interf4ce
3mo ago
I'm very interested in any alternatives you can suggest.
12.
▲
by
interf4ce
4mo ago
This is very interesting. I'm not sure what I'd use it for yet, but I imagine it could be useful for triggering ad hoc jobs over the network. Maybe have Home Assistant make a network call to kick off a daily back up when I leave t
13.
▲
by
interf4ce
4mo ago
Protecting forms with reCAPTCHA uses cookies that fall under "marketing" and gathering site stats using Google Analytics uses cookies that fall under "marketing" and "statistics," making a consent banner or dic
14.
▲
by
interf4ce
4mo ago
It can be, see Global Privacy Control [1]. As an example, the Complianz consent plugin for WordPress can detect and respect the user's GPC setting, but that feature can be toggled. So even though this exists, many sites will still igno
15.
▲
by
interf4ce
4mo ago
I don't think that's the target audience here. Proton makes safer, more private (than, say, Gmail) email a possibility for people who don't have much technical knowledge but who know enough to want to keep their emails out of
16.
▲
by
interf4ce
4mo ago
I can't help but wonder if we've already hit the point where real people now write like that because it's what they're exposed to day in and day out. I have zero evidence to back this up but I'm convinced that autoc
17.
▲
by
interf4ce
6mo ago
You're right, Electron is not inherently bad and apps need RAM. There's no getting around that. The issue with Electron is that it encourages building desktop apps as self-contained websites. Sure, that makes it easier to distribu
18.
▲
by
interf4ce
6mo ago
The issue isn't usage, it's waste. Every byte of RAM that's used unnecessarily because of bloated software frameworks used by lazy devs (devs who make the same arguments you're making) is a byte that can't be used b