Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
garbagepatch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
garbagepatch
7d ago
Matt, you shouldn't have picked a FLOSS license if you didn't intend for the software to be FLOSS in the first place.
2.
▲
by
garbagepatch
7d ago
Here is the whole saga until May 2025: https://gist.github.com/adrienne/aea9dd7ca19c8985157d9c42f7f...
3.
▲
by
garbagepatch
23d ago
Current ooxml/odt formats use a zip file with xml files inside (plus other files like images). I'd guess one way would be to store the xml itself as a blob and another to use a json field, which Sqlite stores in a more efficient f
4.
▲
by
garbagepatch
29d ago
Same here. Luckily you can show two apps at the same time in Android so I just put the password manager above the bank's app.
5.
▲
by
garbagepatch
1mo ago
I was expecting to see some cool spy stuff in government's PS1 env vars not slop induced schizophrenia.
6.
▲
by
garbagepatch
2mo ago
The people making the video are already making the information public, you are just making it more convenient. This strikes me as similar to downloading public court documents from a government site to make them available outside of their f
7.
▲
by
garbagepatch
2mo ago
When was this? I've only seen this "anti-rust" vibe in the past few weeks, guess triggered by the Bun rewrite. Zig people usually will tell you to use the right tool for the job over shilling the language or that you don'
8.
▲
by
garbagepatch
3mo ago
5 years. The language itself will probably stabilize in maybe 3 years. The last things they'll do is work on the std lib, documentation, spec. That will take time but the language will be ready before then.
9.
▲
by
garbagepatch
3mo ago
Most users don't need it. Having it on by default is a feature for malware writers not users. But to your point, Node has had permission flags for a while[0] but allows everything by default. Npm could use them to increase security eve
10.
▲
by
garbagepatch
3mo ago
I like the terminal aesthetics but please, for accessibility's sake, make input boxes look more like input boxes and buttons look like buttons.
11.
▲
by
garbagepatch
3mo ago
Removes a barrier of entry if you can look at it from a browser instead of installing a CLI/TUI. Don't try to make me install a random program if I can view it in my sandboxed browser safely. Also, browsers have greasemonkey to he
12.
▲
by
garbagepatch
4mo ago
I guess Bun had the better marketing then. I liked how every new feature came with a benchmark against the previous version and node. See this for example: https://xcancel.com/bunjavascript/status/20482281523974595
13.
▲
by
garbagepatch
4mo ago
To me it feels more like the old "this site only supports IE6". Instead of checking which JS engine the user has, check for specific api support and fail gracefully.
14.
▲
by
garbagepatch
4mo ago
According to the bun team, it was already vibecoded for months before the Anthropic acquisition.
15.
▲
by
garbagepatch
5mo ago
Does it use your tokens when it does this check for malware? or is that part covered by anthropic?
16.
▲
by
garbagepatch
5mo ago
I misread that as "current times" and thought it would sing the news. It does need more streams for other timezones.
17.
▲
by
garbagepatch
5mo ago
Drop the AI written story, take me straight to the "Explore Your Record" view. That's more interesting.
18.
▲
by
garbagepatch
6mo ago
If they managed to make 3 full movies out of The Hobbit, they'll surely be able to make a movie or 2 out of 6 chapters of LotR.
19.
▲
by
garbagepatch
6mo ago
I'm sure plenty Americans are also laughing at this. No hypocrisy here.
20.
▲
by
garbagepatch
6mo ago
There's a bunch of steps before prison that do not work.
21.
▲
by
garbagepatch
7mo ago
And it's all a meta commentary on 915.
22.
▲
A faithful, native Windows Notepad clone built in Zig using raw Win32 APIs
(github.com)
1 points
by
garbagepatch
7mo ago
|
1 comments
23.
▲
by
garbagepatch
9mo ago
All they left was the stopwords.
24.
▲
by
garbagepatch
10mo ago
Regarding runtime overhead, I'd assume you would still need an io implementation, it is just showing it to you explicitly instead of it being hidden behind the std lib. For simple projects where you don't want to pass it around in
25.
▲
by
garbagepatch
11mo ago
React Native is Javascript on top of the native toolkit of the platform. No HTML or CSS here.
26.
▲
by
garbagepatch
1y ago
What's the problem with the mascot? PostgreSQL has an elephant and MySQL a dolphin. Is the bug too detailed for database software?
27.
▲
by
garbagepatch
1y ago
I wonder, does the important_value function get called and the value discarded or never called at all? Looks like a footgun if it has side-effects.
28.
▲
by
garbagepatch
1y ago
That's already the present. The result is just cached.
29.
▲
by
garbagepatch
1y ago
Upvotes won't fix the problem. Build the future you want, then people will come.
30.
▲
by
garbagepatch
1y ago
As little code as possible to get the job done without enormous dependencies. Avoiding js and using css and html as much as possible.
More ›