Viewing profile — jwatte
jwatte
HN member- Joined
- Fri, Apr 02, 2010, 5:14 PM UTC
- HN karma
- 1,503
- Public activity
- 943 items
- HN profile
- View on Hacker News ↗
About jwatte
No profile information was provided.
Recent public activity
-
comment
Comment #48230044
Drafting last Friday, my first hand was zero lands, my second hand was one land, my third hand (bottoming two) had three lands. However, I then kept drawing four-drop spells and no…
-
comment
Comment #48229699
> the game is fundamentally stingy with cards Just play blue, that's not a problem then.
-
comment
Comment #47255434
Hard real time is a thing in some systems. Also, the current approaches might have 85% accuracy -- if the LLM can deliver 90% accuracy while being "less exact" that's still a win!
-
comment
Comment #47131501
Humans do it with access to the register-level data sheets, which are only available under NDA, and usually with access to a logic analyzer for debugging. Usually, the problem with…
-
comment
Comment #47131486
Tell me you've never developed a driver, without telling me you've never developed a driver.
-
comment
Comment #46219627
"Linux kernel devs tried Rust in the kernel -- you won't BELIEVE the reaction!"
-
comment
Comment #45894284
Or run a VM in Windows? Hyper-V is pretty decent for many use cases.
-
comment
Comment #45894275
Ctrl-Z suspends the program in most UNIX shells. ("fg" to resume) Ctrl-S may or may not end up stopping the program, depending on how much it's printing, and how much output buffer…
-
comment
Comment #45894269
All my shell RCs turn off xon/xoff -- that's a relic from the PDP-11 days we can all do without. Windows has the Scroll Lock button that's supposed to do this if you need it, but t…
-
comment
Comment #45734279
I don't think this analysis matches the underlying implementation. The width of the models is typically wide enough to "explore" many possible actions, score them, and let the samp…
-
comment
Comment #45734214
Tool using LLMs can easily be given a tool to sample whatever distribution you want. The trick is to proompt them when to invoke the tool, and correctly use its output.
-
comment
Comment #45533834
Huh? It sounds to me like this is arguing one should be OK with /r/conservative doing it (and joining up, even) but then not OK that other subs do it, too. That doesn't really pass…
-
comment
Comment #45414696
We had it, it was called "Aspie," but somehow that wasn't good enough.
-
comment
Comment #45295406
Also, why would you need to compile it more than the one initial time? Are you actually making changes to Luau itself, rather than just using it?
-
comment
Comment #44891370
Perfect! I will make sure to follow your instructions precisely.
-
comment
Comment #44762595
Voting rights in founder-led public companies, and liquidation preference rights in private investments, are very different things.
-
comment
Comment #44762587
Because someone who might invest some money, maybe wouldn't invest that money if they didn't get the preferred class protections? This is similar to how different credit risks get …
-
comment
Comment #44726076
> they force their users to appraise their offering in terms of actual value offered That's a good thing, right?
-
comment
Comment #44483665
Python is still a 10x or more performance sacrifice for anything that's actually CPU throughput limited. Or, alternatively, your VM hosting cost will be 10x larger on Python, than …
-
comment
Comment #44483650
If you're necessarily going to go with Lua (not recommended, IMHO) you should at least try luau.
-
comment
Comment #44323317
There's a second side of this story, that nobody ever really talks about, because the cost is so diffuse. There are real, legit, uses for fingerprinting. One of the more common one…
-
comment
Comment #44262853
Let's say a typical base service (network attached RAM or whatever) has 99.99% reliability. If you have a dependency on 100 of those, you're suddenly closer to 99% reliability. So …
-
comment
Comment #44005840
Another one of the biggest uses of Lua outside the hyperscaler-type software like nginx or redis: Roblox. Soooo many kids run games on Roblox every day! Roblox not only runs entire…
-
comment
Comment #43912330
Yes, the data center was designed for peak load. Unfortunately, the data center is hooked up to the grid. De-coupling that connection is what this article is literally about. Then …
-
comment
Comment #43912310
Yes, they do, and no, they don't want to wait longer for the result just because you think they shouldn't.