Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nmilo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
nmilo
10mo ago
I remember reading the original zig book post and how weird it smelt. Even though it’s LLM written there’s more than a trivial amount of effort put into it. What could anyone possibly have to gain by doing this?
32.
▲
by
nmilo
10mo ago
Because the first thing you see when you click the link is "Zero AI" pasted under the most obviously AI-generated copy I've ever seen. It's just an insult to our intelligence, obviously we're gonna call OP out on th
33.
▲
by
nmilo
10mo ago
I mean this in the best possible way but your code is not special. Plagiarizers are gonna plagiarize and if not from you then from the other 1000 open-source student-friendly portfolio projects. Career wise you should be building up your Gi
34.
▲
by
nmilo
11mo ago
Community is the entire goal. The technology just has to meet some minimum threshold. You know any 13 year olds playing Minetest?
35.
▲
by
nmilo
11mo ago
A bloated language means the language has bloat i.e unnecessary features, e.g C++ is a bloated version of C even if you can write the same programs in less code.
36.
▲
Tomorrow Corporation Tech Demo [video]
(youtube.com)
1 points
by
nmilo
11mo ago
|
0 comments
37.
▲
by
nmilo
11mo ago
Title could have been “Python’s UUIDv7 only has 32 random bits” and just leave it at that. 2500 words to say “if you don’t authenticate access to a url then people can access it” wow shocker
38.
▲
by
nmilo
11mo ago
Funny dances like "writing tests" and "planning"
39.
▲
by
nmilo
1y ago
> I could, I suppose, ask each person that I see with a camera “would you mind not including me in anything you upload, please?”. And, since everyone with whom I’ve spoken at games, so far anyway, has been perfectly pleasant and friendly
40.
▲
by
nmilo
1y ago
Fair. Python was probably a bad example. I think we need more languages like Go because even with its downsides, for projects that don’t need explicit memory control I’m picking it over rust and zig every time
41.
▲
by
nmilo
1y ago
In theory sure but in practice not really and to say regular citizens have a direct say in specific geopolitical decisions is absurd, given how unpopular many recent decisions have been.
42.
▲
by
nmilo
1y ago
I don't know why anyone would write CLI tools in rust or zig. I/O is going to be your bottleneck way more often than GC, in fact I don't really get the GC hate outside of game dev, databases and other memory intensive applica
43.
▲
by
nmilo
1y ago
This the exact same as the email from the post, but the other way around. Either both normal Iranians are responsible for arming Russians and normal Americans are responsible for sanctions, or neither are. In general I don’t like blaming pe
44.
▲
by
nmilo
1y ago
It's well known Meta AI is shit. But I could probably make an app that can run this demo in an afternoon. The glasses part here is insane and I don't know why everyone is fixated on the tacky AI part. It's like if I invented
45.
▲
by
nmilo
1y ago
I don't think this is a protocol issue, the LLMs simply weren't RLHFed to do that
46.
▲
by
nmilo
1y ago
The original “function colouring” blogpost has done irreparable damage to PL discussions because it’s such a stupid concept to begin with. Of course I want async functions to be “coloured” differently, they do different things! How else is
47.
▲
by
nmilo
1y ago
Please don’t publish on Medium
48.
▲
by
nmilo
1y ago
> It's ok to post your own stuff part of the time
49.
▲
by
nmilo
1y ago
Where exactly did I suggest that?
50.
▲
by
nmilo
1y ago
I meant more like storing closures to be used later after any locals are out of the stack frame, but tbh that's an abstraction that also causes allocations in C++ and Rust. On the other hand, no idea how JS internals work but I know in
51.
▲
by
nmilo
1y ago
Probably misspoke, returning or passing anonymous functions cause allocations for the closures, then calling them causes probably 4 or 5 levels of pointer chasing to get the data that got (invisibly) closed over
52.
▲
by
nmilo
1y ago
Isn't this NP-complete? The "solution" here would be the steps to take in the path which can be found by brute-force Wikipedia: > 2. When the answer is "yes", this can be demonstrated through the existence of a s
53.
▲
by
nmilo
1y ago
It will be like YouTube. Distribution will be hard and most of it will be slop but every now and then you’ll discover something so good and so creative and it couldn’t have possibly existed before that it makes the whole experience worth it
54.
▲
by
nmilo
1y ago
This is a distinctly western internet phenomenon. It’s decadence. There was a tweet or something that said these people 100 years ago would be chronicling every species of beetle in their local area or designing intricate alternate history
55.
▲
by
nmilo
1y ago
The internet has sparked so many of these useless investigations, same with all those lost media forums, how many man hours were spent trying to find some obscure 1999 failed pilot for some Nickelodeon show no one’s watched. They stitched J
56.
▲
by
nmilo
1y ago
The whole thing hinges on the fact that AI will be able to help with AI research How will it come up with the theoretical breakthroughs necessary to beat the scaling problem GPT-4.5 revealed when it hasn't been proven that LLMs can com
57.
▲
by
nmilo
1y ago
I didn’t mean art. I meant visual internet content of all kinds. Influencers promoting products, models, the “guy talking to a camera” genre, photos of landscapes, interviews, well-designed ads, anything that comes up on your instagram expl
58.
▲
by
nmilo
1y ago
Visual internet content is completely over. Pack it up
59.
▲
by
nmilo
2y ago
There’s a severe crisis every 10 years. Do you really want to be at a point where the next one topples us?
60.
▲
by
nmilo
2y ago
No, GenericWriter takes a function at compile time and it gives you a GenericWriter struct that calls that function (at compile time), no function pointers needed.
More ›