Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
za_creature
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
za_creature
7d ago
I am not engaging further. You asked for meaningful refutation of your observation, I provided one. Academia has stricter rules than regular society.
2.
▲
by
za_creature
8d ago
Many do indeed hold the position that all LLM output is uncopyrightable plagiarism. They're probably right, but there's an even stronger argument here: Science papers of a phd level must contain: 1. one or more novel insights 2. a
3.
▲
by
za_creature
8d ago
> the only AI free new data source is the prompts hmmmmmmmmmm
4.
▲
by
za_creature
2mo ago
I'm running OpenBSD on an ER4 as my firewall. Can't do that on more recent Ubiquiti hardware. Your boos don't bother me, I've seen what makes you cheer!
5.
▲
by
za_creature
2mo ago
Cookie popups were once issued by browsers in response to a Set-Cookie header. 25 years ago, it was fairly common to open the login page, type in your creds and _then_ hit "accept cookies from domain.com". Some time after IE6 and
6.
▲
by
za_creature
2mo ago
They run linux and offer ssh but with a custom shell that mirrors the "web shell" in usefulness. Ubiquiti sucks nowadays but Microtik is simply insane.
7.
▲
by
za_creature
2mo ago
50 years for large models is a stretch, though TI did have smaller, real-time field-trainable neural nets almost 40 years ago: https://en.wikipedia.org/wiki/FGM-148_Javelin#Seeker It was featured in one of the Modern W
8.
▲
by
za_creature
3mo ago
> N different proofs will not be linked to each other Please sign up to continue
9.
▲
by
za_creature
3mo ago
> Is it okay that by default [...] ? Yes. IP addresses by themselves are not PII and may be logged indefinitely. It's only after you start correlating them with other shit that you're collecting that they become subject to GDPR
10.
▲
by
za_creature
3mo ago
> 401(k)s are self directed Citation needed
11.
▲
by
za_creature
3mo ago
I just logged in to post this https://silicon-valley.fandom.com/wiki/The_box
12.
▲
by
za_creature
4mo ago
I made no mention of anyone being politically sympathetic or otherwise. A private investor is _private_ and thus not subject to a government bailout. The argument for government bailouts used to be that "grandpa would lose his pensio
13.
▲
by
za_creature
4mo ago
And these equity-investors, do they use their own money to buy the (presumably non-voting) stocks? Cause if that's the case, I see no reason for a government bailout should things go south. Nobody's pension would be affected by so
14.
▲
by
za_creature
4mo ago
They're not profitable either, so the money has to come from somewhere, no?
15.
▲
by
za_creature
4mo ago
Most bank runs tend to be driven by vibes, not numbers though. The good news is that these folks seem to be in possession of a vibe-rator.
16.
▲
by
za_creature
4mo ago
I'm not a systems guy, but you're probably right. A mutex requires an atomic variable which triggers the same cache coherency mechanism under contention. What Justine probably meant was an apples to oranges comparison: in userspac
17.
▲
by
za_creature
4mo ago
Introducing the new iFerrari XS It's 140% better than the previous Ferrari Enzo And 20% thinner With a brand new Magnesium case It's the fastest Ferrari we've ever built.
18.
▲
by
za_creature
4mo ago
> There is a theorem that (...) multiplication requires unbounded memory What theorem is that? The multiplication of any two integers below a certain size (called "words") fits in a "double word" and the naive multipl
19.
▲
by
za_creature
4mo ago
The size difference between the local LLM and all of the above is about... the size of the local LLM.
20.
▲
by
za_creature
5mo ago
> If you stood on the street corner and asked every passerby what they would change... ... the answer would depend on which street corner you asked. > people seem so unaware of how idiosyncratic their preferences are Yes, they are. Th
21.
▲
by
za_creature
5mo ago
The video is about a 2x1 link, which the author hopes to eventually scale up to 3x4 using 40 gig transceivers. I'd say thunderbolt is probably safe in the near future.
22.
▲
by
za_creature
5mo ago
Just to put some context into what _never_ means here: If a website offers me the choice between "accept cookies" and "more options", I'll manually edit the DOM to remove the popup from the offending website. Some s
23.
▲
by
za_creature
7mo ago
Github: https://github.com/luckyPipewrench > Pipe-layin' mastermind, code slayer supreme. Typin' fire across the screen, layin' pipe through the night. Bustin' blockages and bugs with no mercy. HN: &g
24.
▲
by
za_creature
1y ago
Ah, I meant that for a classic heap, it's convenient to assign h[0] to the limit of your goal function (e.g. -inf for a min heap) cause that way you can skip the while i>0 check and just do while h[i>>1] > min(h[i], h[i+1])
25.
▲
by
za_creature
1y ago
That's a nice niche you found (spoken from one heap fan to another) but I have to say I strongly disagree with your use of *roughly* twice as much At best you were off by one but in the context of performance, you'd want to assign
26.
▲
by
za_creature
1y ago
> When you know what you are doing with C pointers, the compiler just doesn't get in the way. Tell me you use -fno-strict-aliasing without telling me. Fwiw, I agree with you and we're in good[citation needed] company: https:&#
27.
▲
by
za_creature
3y ago
Same idea, as a shareable static html page. It never made it to the front page though: https://news.ycombinator.com/item?id=38365892
28.
▲
by
za_creature
3y ago
Thank you for the impromtpu audit. I agree that localStorage is overkill for the discord use-case, but wanted a bit more leeway for async forum posts. I might tweak the UI to let users explicitly opt into no-storage operation, though now I
29.
▲
by
za_creature
3y ago
funny you should mention that I initially wanted to go with inplainsight dot net cause that felt more fitting, but that's parked and the owner won't let it go for less than the low 4 figures, which was outside my budget for a hobb
30.
▲
by
za_creature
3y ago
> Did you learn anything while building this? My main takeaway is that, for all of its footguns, React has solved a lot more problems than it created: Even for this rather simple app, the number of invariants that need to be preserved
More ›