Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
meisel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
meisel
5mo ago
Another more practical issue with using LLMs for Zig is that it’s a quickly changing language, meaning LLMs may generate code for an older version of the language.
2.
▲
by
meisel
5mo ago
Yeah the author really should’ve taken some responsibility here. It’s true that the services they used have issues, but there’s plenty of blame to direct to themself
3.
▲
by
meisel
5mo ago
Gotta love starting the y-axis above 0
4.
▲
by
meisel
7mo ago
What % of users actually care that much about local LLMs? It appears to still be an inferior (though maybe decent) service compared to ChatGPT etc., and requires very top-end hardware. Is privacy _that_ important to people when their Google
5.
▲
by
meisel
7mo ago
Yeah show me the 5-line HTTP server
6.
▲
by
meisel
7mo ago
Why did Ladybird even attempt this with Swift, but (I presume) not with Rust? If they're going to go to the trouble of adding another language, does Rust not have a better history of C++ interop? Not to mention, Swift's GC doesn&#
7.
▲
by
meisel
7mo ago
I wonder what the internal conversations are like around memory safety at Apple right now. Do people feel comfortable enough with Swift's performance to replace key things like dyld and the OS? Are there specific asks in place for that
8.
▲
by
meisel
7mo ago
If you're doing enough divisions with the same divisor, it'd be faster to do what compilers do for division by a known constant, where they multiply by an integer reciprocal and shift
9.
▲
by
meisel
7mo ago
I wonder if their "5.3" was continuously being updated, with regenerated benchmarks with each improvement, and they just stayed ready to release it when claude released
10.
▲
by
meisel
8mo ago
My experience with AI with its predecessor, Xcode 26.2, was _really_ bad. One bug made it objectively unusable, and there were lots of fun issues/huge functionality gaps on top of that. Apple doesn't really seem to "get"
11.
▲
by
meisel
8mo ago
> Julia emits light, over an ever-changing spectrum Haven’t heard of this feature in Julia lang, must be new in v1.12.4
12.
▲
by
meisel
8mo ago
> It’s kind of like enabling LTO (Link-Time Optimization) across the libc boundary, except it’s done properly in the frontend instead of too late, in the linker Why is the linker too late? Is Zig able to do optimizations in the frontend
13.
▲
by
meisel
8mo ago
> Gas Town has illuminated and kicked off the next wave for everyone That sounds pretty hyperbolic. Everyone? Next “wave”?
14.
▲
by
meisel
8mo ago
This all just sounds like problems we see when making new features, of any sort, for customers. A feature is never objectively done, there are many opinions on its goodness or badness, once it’s released its mistakes can last with it, etc.
15.
▲
by
meisel
8mo ago
To be clear, is AI actually at play here, aside from the fact that the repo is for Gemini? It just looks like two simple rules that interact poorly, that we could've seen in 2015.
16.
▲
by
meisel
8mo ago
The real solution is that as soon as you need square brackets, switch to a better language than bash
17.
▲
by
meisel
8mo ago
Looks like it beats everything in the large text compression benchmark for enwik8, but loses to several programs for enwik9. I wonder why that is.
18.
▲
by
meisel
8mo ago
How much less? Their companies clearly have access to the latest GPUs.
19.
▲
by
meisel
8mo ago
What is with the annoying snow going over the text? That is a pretty “arbitrary” graphic element
20.
▲
by
meisel
9mo ago
> Responses to my publication submissions often claimed such problems did not exist I see this often even in communities of software engineers, where people who are unaware of certain limitations at scale will announce that the research
21.
▲
by
meisel
9mo ago
I'm curious what objects do/don't survive at the water pressure. I guess bottles are strong enough
22.
▲
by
meisel
9mo ago
What does this sort of language complexity mean for future changes in Rust? In C++, its existing complexity makes new changes so much more difficult. Is Rust reaching a similar place?
23.
▲
by
meisel
9mo ago
I think only a small percentage of users care that much about running LLMs locally to pay for extra hardware for it, put up with slower and lower-quality responses, etc. . It’ll never be as good as non-local offerings, and is more hassle.
24.
▲
by
meisel
9mo ago
Is mining via CPU even worthwhile for the hackers? I thought ASICs dominated mining
25.
▲
by
meisel
10mo ago
It wouldn’t be surprising if cars also record audio of conversations to use for ad targeting. It has already been conclusively shown that TV companies have done this.
26.
▲
by
meisel
10mo ago
Are you interested in beating Linux performance-wise? Eg: - Moving away from the too-small 4kb default page size (while having a good strategy for dealing with fragmentation)? - Make it easy to minimize/track interrupts on a core, for
27.
▲
by
meisel
10mo ago
Really neat. Do you have any specific long term goals for it? Eg, provide an OS distro (using Linux drivers?) to provide memory safety for security-critical contexts? Also, are there any opportunities to make this kernel significantly faste
28.
▲
by
meisel
10mo ago
While we’re at it, bring back shower doors/curtains. It’s such a pain having this huge puddle outside the shower just because they decided it shouldn’t have one. It’s not so common to be missing one in US hotels, but it’s common intern
29.
▲
by
meisel
10mo ago
How many people just avoid working with await in Python at all costs (e.g., favoring something like multiprocessing instead?). It’s always felt less comfortable in Python than in other languages
30.
▲
by
meisel
10mo ago
The graphs aren't showing up for me on the site unless I click on them
More ›