Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
damnever
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
damnever
11mo ago
Really nice move, just speed and simplicity.
2.
▲
by
damnever
1y ago
Those who’ve worked at scale know simplicity is brutally hard — but those who stop pushing for it altogether have failed their responsibility.
3.
▲
by
damnever
1y ago
I disagree with you, as it seems you tend to prioritize graphic design while overlooking other important aspects. Personally, I find this idea alone to be very creative. Isn't a great designer someone who weaves together countless medi
4.
▲
by
damnever
1y ago
I think we should better differentiate between HACK and NOTE from TODOs.
5.
▲
by
damnever
1y ago
I like it, and I once thought about this as well: > Python doesn't require a requirements.txt file, but if you don't maintain this file, or neglect to provide one, it could result in broken functionalities - an unfortunate circ
6.
▲
by
damnever
1y ago
As far as I can tell, "API" and the webpages often have different authentication methods.
7.
▲
by
damnever
1y ago
It is still "prompting".
8.
▲
by
damnever
1y ago
Now that I know, I’ll never attempt using this fancy app.
9.
▲
by
damnever
1y ago
I can imagine that those who prefer a hands-on approach might spend more time understanding the problem, as they need to read through the code and debug to identify what is wrong.
10.
▲
by
damnever
1y ago
It depends. For small tasks like summarization or self-contained code snippets, it’s really good—like figuring out how to inspect a binary executable on Linux, or designing a ranking algorithm for different search patterns. If you only want
11.
▲
by
damnever
2y ago
The long screen time is the main cause. The perfect glasses, light, or monitors might make you feel better in the short term, but the same environment and low activity might still lead to eye strain. I have been struggling with eye strain f
12.
▲
by
damnever
2y ago
> Distributed locking is still really hard for some reason I think distributed locking is hard because it only offers certain properties and requires that the application work together to achieve consistency, just like what you said abou
13.
▲
by
damnever
2y ago
I’m sick of Go modules, and now they want to pile the mess even higher.
14.
▲
by
damnever
2y ago
I don't wear any glasses, but I still suffer from eye strain, especially from when I started my software engineering work years ago. I have also tried a lot of devices and medicines, but working long hours is just not good, and taking
15.
▲
by
damnever
2y ago
Go's error handling is not explicit because error is an interface. So, a nil MyError is not the same as a nil error, and error comparison is inconvenient because the interface constraints are so loose that people often resort to checki
16.
▲
Show HN: TotalPause – an app to suggest breaks and promote mindfulness
(tailloop.com)
1 points
by
damnever
2y ago
|
0 comments
17.
▲
The Consistency Problem of Distributed Locks
(blog.damnever.com)
2 points
by
damnever
2y ago
|
0 comments
18.
▲
by
damnever
2y ago
Swift still lacks some concurrency features, even with Swift 6, but it's nice to see that atomic operations have finally been added. Besides that, I often encounter an error without knowing why: 'Failed to produce diagnostic for e
19.
▲
by
damnever
2y ago
I have to disagree; average is not a good way to measure. I have written approximately 6,000 lines of code (including empty lines but excluding some generated code) over the past few weeks. Yes, I write design documents before coding, and m
20.
▲
by
damnever
2y ago
Verification comes with an additional cost. This makes me wonder: if we can verify, why use a LLM at all? An LLM might even cost more.
21.
▲
Show HN: A Minimally Disruptive macOS App for Breaks, Relax Eyes, Drink Water
(tailloop.com)
1 points
by
damnever
2y ago
|
0 comments
22.
▲
by
damnever
2y ago
Swift doesn't have explicit namespaces, which is a real inconvenience.
23.
▲
by
damnever
2y ago
Awesome, this is similar to the thread conversations on Slack.
24.
▲
Reminding Myself to Take a Break - The Hard Way
(blog.damnever.com)
1 points
by
damnever
2y ago
|
0 comments
25.
▲
by
damnever
4y ago
I am the author of pigar[1], and I am using Go a lot, Go has its problems too, but I am a fan of `import "url"` style import statement, developers can write code first, and sync the dependency later with `go mod tidy`. To fix prob