Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vmg12
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vmg12
4d ago
> more diverse knowledge tend to cross-pollinate across domains Yeah, the cross domain transfer learning from RL is overstated by a lot.
2.
▲
by
vmg12
5d ago
This just doesn't actually work in my experience.
3.
▲
by
vmg12
6d ago
The problem isn't tokens but verification that the code works.
4.
▲
by
vmg12
6d ago
React native isn't a terrible idea, its fundamental issue is that Apple does not allow for JIT compilation on iOS. So that means your app's js logic will be an order of magnitude slower than what you would get in the browser.
5.
▲
by
vmg12
6d ago
You'd be wrong, diffs is vanilla js with a react wrapper.
6.
▲
by
vmg12
7d ago
my reason for believing they were paid is that the band has not been making a stink about it
7.
▲
by
vmg12
10d ago
I hate to see this strawman every single time there is an attack on free speech. You are actually mocking the fight for free speech. You aren't attacking the hypocrites that only use it when convenient. The only purpose this rhetoric s
8.
▲
Claude 20x usage is only for the 5 hour window, not for the weekly limit
15 points
by
vmg12
16d ago
|
3 comments
9.
▲
by
vmg12
20d ago
The dynamics are interesting. If all businesses get productivity increases from AI, the margins they could have claimed are competed away. The model companies also have their margins competed away because of open models. The only companies
10.
▲
by
vmg12
21d ago
This isn't vertical integration. This is a commoditize your complements play and that does benefit customers. Nvidia benefits from supporting the open model ecosystem, if models are a commodity the gpus become what's scarce.
11.
▲
by
vmg12
21d ago
The companies have aligned incentives so I don't think this is a terrible acquisition for customers.
12.
▲
Protocols for transactional usage of object storage
(bitsxpages.com)
2 points
by
vmg12
23d ago
|
0 comments
13.
▲
by
vmg12
1mo ago
I like kotlin a lot but I didn't get to fully test KMP and Kotlin Compose. I chose flutter because I liked dart's wasm story better than kotlins.
14.
▲
by
vmg12
1mo ago
Easy, there are a few google teams that use flutter and the cost savings from not having to have dedicated ios and android teams is very easy to point at to justify the project's existence. I think Dart and Flutter are very overlooke
15.
▲
by
vmg12
1mo ago
No browser support issues, the pain I run into is people running on vpns or their company's internet which block udp and by extension webtransport.
16.
▲
by
vmg12
1mo ago
I made a site https://snack.game where people can upload and share multiplayer games. It uses webtransport instead of websockets for the networking transport so the games feel a lot better than normal web based multiplayer games
17.
▲
Your sandbox is only as strong as its weakest link
(vmg.dev)
2 points
by
vmg12
1mo ago
|
0 comments
18.
▲
by
vmg12
1mo ago
Geo-sync? I'm pretty sure durable objects are tied to the datacenter they are created in.
19.
▲
by
vmg12
1mo ago
All we need is a way to run these on spot instances
20.
▲
Show HN: A fast, native, open-source Spotlight search alternative
(floodlight.vmg.dev)
1 points
by
vmg12
2mo ago
|
0 comments
21.
▲
by
vmg12
2mo ago
Elixir / Beam take this approach with byte strings. Once they exceed 64 bytes they are allocated to shared reference counted memory.
22.
▲
by
vmg12
2mo ago
The actual term for this is hedonic adaptation.
23.
▲
by
vmg12
2mo ago
I can sniff out AI writing immediately but from what I hear AI writing is more popular than ever
24.
▲
by
vmg12
2mo ago
I get this same feeling when I see people taking photos for social media. I see the number of photos people take and I think of how sad it is that they are ruining their own experience for a photo that they might not ever see again. Even th
25.
▲
by
vmg12
2mo ago
The argument is that doing it all on a single thread will result in high cpu utilization and that is what makes the power usage spike and the pc feel hot. Thats it. A lot of people go “js is bad” reflexively and they are right for the wrong
26.
▲
by
vmg12
2mo ago
> If you think this is actually nothing, prove it. Put the code up on github that shows taking a constant random stream of markdown, code, and diffs and displays it in the terminal can be done cheaply on a single thread. Put up the code
27.
▲
by
vmg12
2mo ago
Drawing to the terminal / rendering / whatever, this is all arguing semantics and very uninteresting and not insightful. > they need a high powered game engine rendering loop Don't believe the bs on twitter. Claude code so
28.
▲
by
vmg12
2mo ago
It's basically idle because it's not doing anything. If you are streaming in markdown and code and then doing syntax highlighting on this code in real time, then rendering it on the screen you are doing actual work. It's also
29.
▲
by
vmg12
2mo ago
The fundamental problem with all Js based apps is how they are very single threaded. With js you get 1 thread at 100% utilization. Power usage and heat scale non-linearly with cpu utilization and 100% utilization on a single threaded js app
30.
▲
by
vmg12
2mo ago
Hardware wearing out is not common at the individual component level. It only becomes common when you are running a large number of servers, those individual small probabilities add up.
More ›