Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivanjermakov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
ivanjermakov
7d ago
$702 more is relative and tells nothing without the basis. It's 61% increase in 5 years.
2.
▲
by
ivanjermakov
13d ago
Make cool stuff because the process is fun and makes you learn?
3.
▲
by
ivanjermakov
13d ago
Worst part is that it's often not clear at the first glance was it something carefully crafted or steamrolled by LLM.
4.
▲
by
ivanjermakov
13d ago
It's an economical miracle too. Rare case where producing one sellable product is identical in costs to producing millions. And international distributuon and scaling is simple too, compared to physical goods.
5.
▲
by
ivanjermakov
15d ago
To be fair it's a great way to accept donations.
6.
▲
by
ivanjermakov
16d ago
Should be easy to purchase a 2.4GHz jammer, about as easy as to get in trouble for using it though.
7.
▲
by
ivanjermakov
16d ago
Imagine the world where open-source is collaborating instead of fragmenting. Single Linux distribution, single compartibility layer for other OSes, single graphics API, single package manager...
8.
▲
by
ivanjermakov
17d ago
No mention of Tom7's "Badness 0" by the author is the a crime!
9.
▲
by
ivanjermakov
17d ago
Debug allocator can't catch it because it's not an allocation bug. Debug allocator finds bugs by marking memory during alloc/free and inspects them upon deinit. Pointer to a memory location change is not something allocator h
10.
▲
by
ivanjermakov
17d ago
I count this as a "rookie at system programming" mistake alongside returning a reference to a local variable. Rust is great at this because borrow checker can catch those at compile time and it can _teach_ devs to not do that.
11.
▲
by
ivanjermakov
17d ago
Some kind of proof of stake might be viable. "I as a visitor stake 1 cent that I'm a genuine user and not a sloppy bot, server is free to withdraw my stake if it's not true". If works, withdrawn money can be used to cove
12.
▲
by
ivanjermakov
17d ago
There has to be some not-yet-discovered way to have a capcha that is easy for any human but impossible for robot. Too bad capchas hurt user experience no matter how easy they are. Another solution I came up with while reading HN comments: w
13.
▲
by
ivanjermakov
19d ago
Three levels of GUI workflow operation: touchpad < mouse < keyboard. This is the main reason people fall in love with programs like vim: with enough experience it allows one to completely eliminate interface friction.
14.
▲
by
ivanjermakov
19d ago
Nobody complaints that MS laptops ship with Windows - this is about hardware companies partnering with MS.
15.
▲
The Sane Rendering Manifesto
(gist.github.com)
2 points
by
ivanjermakov
24d ago
|
0 comments
16.
▲
by
ivanjermakov
27d ago
Standard library is up to the TC39 committee, not a VC-funded all-in-one JS runtime owned by Anthropic.
17.
▲
by
ivanjermakov
27d ago
You'd be surprised on what general public can go to save $5.
18.
▲
by
ivanjermakov
28d ago
Not sure if they still do, but a couple years ago prices in the app were lower than on the website. And they promoted installing it to save money.
19.
▲
by
ivanjermakov
29d ago
Personal computing has been in a sad state for a while now. Only "PC enthusiasts" were gamers. Rest of the population uses their phone 18hrs a day and seldomly use PC for Excel tasks at work.
20.
▲
by
ivanjermakov
29d ago
StackOverflow is really not great at handling questions for which the right answer changes over time. I guess it doesn't matter since SO is dead anyway: https://news.ycombinator.com/item?id=46482345
21.
▲
by
ivanjermakov
1mo ago
> keep essential devices running when the power goes out I guess it's very location-specific, but I haven't had a power outage longer than 1 minute in the past 5 years.
22.
▲
by
ivanjermakov
1mo ago
GitHub is a git server as a service.
23.
▲
by
ivanjermakov
1mo ago
PSA: git repo can be hosted without a "provider" and any ssh address is a valid origin url: https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-... https://www.youtube.com/wa
24.
▲
by
ivanjermakov
1mo ago
I have a habit of reading the source code via github web interface instead of cloning and reading it in a much more comfy text editor. Today I was forced to clone one because of "the incident". Which is a good thing.
25.
▲
by
ivanjermakov
1mo ago
Don't get me started on "like and subscribe".
26.
▲
Why Are Scientists So Bad at Naming Things? [video]
(youtube.com)
1 points
by
ivanjermakov
1mo ago
|
2 comments
27.
▲
by
ivanjermakov
1mo ago
https://www.openscope.co/
28.
▲
by
ivanjermakov
1mo ago
Jolt Physics: https://github.com/jrouwe/JoltPhysics
29.
▲
by
ivanjermakov
1mo ago
Twitter/X pioneered the space of "I'd rather close the tab".
30.
▲
by
ivanjermakov
1mo ago
Yep, LLMs excel here because most of the time analogous solution is already in the codebase. Most of my initial promtps include "look how it's done in X and do the same".
More ›