Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
killbot5000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
killbot5000
5d ago
I always wonder who the hell is clicking these ads. I skip all you tube ads (thanks Adblock)… I never click banner ads on principle. I assume anything paying for my eyeball time is a scam. So who is this shit working on? These companies mus
2.
▲
by
killbot5000
5d ago
Can someone define “improvement” in this context? This concept feels like a buzz word otherwise.
3.
▲
by
killbot5000
22d ago
Is this shocking? Grokipedia is an opaque system designed to confirm the opinions of its owner. Why should we expect any kind of coherent transparency?
4.
▲
by
killbot5000
26d ago
As long as there’s a trade off between experimentation and performance, software will always be slightly too slow.
5.
▲
by
killbot5000
1mo ago
Can’t tell if this is sarcastic
6.
▲
by
killbot5000
1mo ago
Voting with your wallet can work, but consolidation increasingly makes voting with your wallet a double or triple whammy. 1) alternatives may be more expensive by dollars 2) alternatives may be more expensive by time 3) time/money lost
7.
▲
by
killbot5000
3mo ago
Or a shot in the back.
8.
▲
by
killbot5000
4mo ago
Not if your spells cast their own spells.
9.
▲
by
killbot5000
4mo ago
How does he stay awake??
10.
▲
by
killbot5000
4mo ago
I’ve always suspected the “index funds are the safest investment” system is ripe for exploitation.
11.
▲
by
killbot5000
4mo ago
I love go, but I find it did little to make concurrency management easier to reason about. Race conditions are easy to write. Go routines have all the same concurrency problems of threads. In the parallel HTTP fetcher, the error is discarde
12.
▲
by
killbot5000
5mo ago
No. Why is this a question?
13.
▲
by
killbot5000
6mo ago
The documentation reference a “decode” function, and it’s imported to the example code, but it’s never called. I’m not sure what the API is after reading the examples.
14.
▲
by
killbot5000
6mo ago
The output of the transformation layers are a collection of embeddings in the latent concept space. Those can be fed into an addition model to extract semantic segments, bounding boxes etc. IIUC this is how dinov3 works.
15.
▲
by
killbot5000
6mo ago
Does STUN attempt to utilize any of those?
16.
▲
by
killbot5000
6mo ago
Shiny.
17.
▲
by
killbot5000
6mo ago
It’s the same assumption is required for any hole punching handshake (including STUN). > This is a property called “equal delta mapping” FWIW I’ve worked in computer networking for 20 years and have never heard it called this. This blog
18.
▲
by
killbot5000
6mo ago
The foundation models themselves will be cheap to deploy, but we’ll still need general purpose inferencing hardware to work along side them, converting latent intermediate layers to useful, application-specific concerns. This may level off
19.
▲
by
killbot5000
6mo ago
It's funny that humans working together for mutual benefit via any other mechanism than regimented corporate slavery is considered insane.
20.
▲
by
killbot5000
6mo ago
I’m wholly in support of protecting vulnerable people. This article used the word “laser” much more than I would have thought necessary. Couldn’t we accomplish the same thing with analyzing cctv video?
21.
▲
by
killbot5000
6mo ago
Right? A “contract” that only one party needs to abide by is not a contract… it’s an abusive relationship.
22.
▲
by
killbot5000
7mo ago
> Quality of code has never had anything to do with which products are successful. I bet both youtube and facebook's codebase is a tangled mess. The code’s value is measured in its usefulness to control and extend the Facebook syste
23.
▲
by
killbot5000
8mo ago
That lamp is a nightmare to someone with migraines.
24.
▲
by
killbot5000
3y ago
Logs should go to stderr. I will die on this hill.
25.
▲
by
killbot5000
3y ago
> don't have a bad day at work All systems break. Complex systems break in complex ways. Robots will definitely have bad days.
26.
▲
by
killbot5000
5y ago
The Uber business model is: Undercut competition. Use borrowed money to sell rides under cost. Wait for all competitors to die. Jack up prices. AFAIK they’re still living on borrowed money. It reminds me of the airline deregulation of the 9
27.
▲
by
killbot5000
7y ago
just wait until you see how easy it is with bocker_compose
28.
▲
by
killbot5000
7y ago
rachelbythebay.com
29.
▲
by
killbot5000
7y ago
> Engineers don't generally enjoy paying off technical debt, it's a chore. But they recognise that it must be done sometimes. I disagree. Most engineers I work with like refactoring. It’s usually well defined work with clear me
30.
▲
by
killbot5000
7y ago
The simplest example I can think of is: Map(slice, func) You can can implement this generically in Go using interface{} types and runtime type checking, but then you have runtime type checking failures. A java/c++-esque "generics&
More ›