Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lebuin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lebuin
1mo ago
I can relate to this, but always explained it away in the opposite direction: I never trained my memory very much because I was able to work things out on the fly. Who knows, maybe there isn't much of a link between the two at all.
2.
▲
by
lebuin
2mo ago
It does sounds somewhat reasonable on paper. But some of the crosswalk buttons in Belgium have this as well, and it's really jarring. You press the button, see the light go on and look away to look at the traffic light and wait for it
3.
▲
by
lebuin
3mo ago
Does it list itself?
4.
▲
by
lebuin
3mo ago
Apple has been required by the DMA to accept non-webkit browsers in the EU for 2 years now. But in practice no one has built one. There are some claims about malicious compliance on Apple's part (what else is new), but it seems equally
5.
▲
by
lebuin
4mo ago
I try to leave my laptop untouched for as much as I possibly can. Definitely makes me feel better too.
6.
▲
by
lebuin
5mo ago
The argument is based on one of these companies hitting the singularity, making it impossible for any other company to catch up ever. I still think it's way more likely we'll see a typical S-curve where innovation starts to platea
7.
▲
by
lebuin
5mo ago
You should distinguish between residents and visitors. In Belgium, and I believe in many other European cities, street parking for residents is extremely cheap or free.
8.
▲
by
lebuin
5mo ago
You can also click the address bar and then press you shortcut. Should be faster and works for all shortcuts AFAIK.
9.
▲
by
lebuin
6mo ago
I'd argue that LLMs are not yet capable of the last step, and because most sufficiently large AI-generated codebase are an unmaintainable mess, it's also very hard for a human developer to take over and go the last mile.
10.
▲
by
lebuin
6mo ago
God yes. For some reason, I automatically scroll in such a way that I always keep what I'm reading at the very top of the screen. Which means that every time I want to reread a sentence I first have to scroll past the header.
11.
▲
by
lebuin
6mo ago
I'm building web-based CAD software for woodworkers. Not a plugin, I'm starting from scratch. I'm aiming for it to be intuitive for non-technical users (think SketchUp), while also offering some of the more powerful tools of
12.
▲
by
lebuin
7mo ago
If you are using webpack, see if you can make the switch to turbopack. It cut my build times from ~1 minute to 15 seconds, incremental builds are down from 10 seconds to 2. Memory usage is down a ton as well. But if you rely on webpack plug
13.
▲
by
lebuin
7mo ago
For me, the answer to this question is: parts that involve no architectural decisions, and that won't need to be extended or built upon significantly in the future. When I'm working on a greenfield project that I intend to build o
14.
▲
by
lebuin
7mo ago
I had to do a fresh install on a 2015 iMac. Same problems with the SSL certificates. I found it rather shocking that a 10 year old computer cannot be booted anymore, and as far as I understand it it's mostly because apple chooses to se
15.
▲
by
lebuin
7mo ago
I think OP may be referring to the idea that the total number of calories burned in a day doesn't meaningfully change under a workout regime. Working out does burn calories, but after a few session your body starts to compensate by bur
16.
▲
by
lebuin
7mo ago
It seems like LLMs in general still have a very hard time with the concepts of "doubt" and "uncertainty". In the early days this was very visible in the form of hallucinations, but it feels like they fixed that mostly by
17.
▲
by
lebuin
7mo ago
Exactly. The fact that an LLM isn't very good at helping you fix basic organizational issues like this is emblematic. Quoting the article: "We have automated coding, but not software engineering."
18.
▲
by
lebuin
7mo ago
There's also no canonical way to write software, so in that sense generating code is more similar to coming up with a potato soup recipe than compiling code.