Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shhsshs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
shhsshs
15d ago
"AI toothbrush" was not on my 2026 bingo card. Surprisingly, $30 for two replacement heads is comparable to other electric toothbrushes (not counting third-party bulk knockoff replacements, which I have been using for years withou
2.
▲
by
shhsshs
20d ago
A compiler translating high-level code to machine code is a predictable and repeatable process. An LLM translating a prompt to to high-level code has a much lower degree of predictability. To say an LLM prompt is a comparable abstraction is
3.
▲
by
shhsshs
28d ago
That is a LOT of code (very ugly code, I would add) that could be replaced by `type Float = float32 | float64` in a language with actual support for union types.
4.
▲
by
shhsshs
2mo ago
The word "snapshot" is not entirely accurate. They used several bots to manually download the world by flying around, and that collection process takes several months (as described in the blog post).
5.
▲
by
shhsshs
2mo ago
The only redundant part of this snapshot is the second 512k^2 snapshot of the overworld. The End and Nether snapshots are still meaningful. Excluding the 512k^2 snapshot, the size would be around 12TB. And the actual size of the 2b2t worl
6.
▲
by
shhsshs
2mo ago
I see coworkers reach for AI to perform many tasks that are made trivial by a few keystrokes or a simple macro in Vim.
7.
▲
by
shhsshs
3mo ago
"fine" is a very accurate word to describe Tizen. It's slow and really hard to find things sometimes (why do TVs not have a simple "input switch" button any more?), but ultimately it gets the job done. You can make
8.
▲
by
shhsshs
3mo ago
I use aliases that lazily load nvm when I actually want to use it. This converts the shell startup penalty into a node/npm startup penalty.
9.
▲
by
shhsshs
4mo ago
If you constantly pawn a task or cognitive load onto someone else (AI or not), you'll eventually get worse and worse at that particular type of thinking. Your overall mind doesn't necessarily get weaker, but you definitely start
10.
▲
by
shhsshs
4mo ago
I am a bit confused and very curious what purpose this site is trying to serve. They seem to have many articles all talking about the same concept which I think could be summarized as: "code is fungible". That is to say, the tes
11.
▲
by
shhsshs
4mo ago
In 2020 Netflix claimed they would start to automatically cancel inactive accounts [1], but the post has since disappeared. I also remember Microsoft saying the same thing about Xbox Game Pass but have not searched for their statement. [1]
12.
▲
by
shhsshs
5mo ago
As someone with no real-world petrochemistry experience, but much gaming experience, I was very surprised how familiar the crude oil processing diagram looks. Factorio and GregTech are two prime examples of fairly realistic oil processing
13.
▲
by
shhsshs
5mo ago
I would love one of these for Google Chat. It feels like it's been getting slower and slower these past few years.
14.
▲
by
shhsshs
7mo ago
I'm trying to understand what you mean by this. Are you saying they're "bad" in terms of resolution, or artistic value, or something else? They seem good enough (far from "bad") by any definition I can think
15.
▲
by
shhsshs
8mo ago
`9↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑9` seems like a reasonable guess (barring encoding cheats/trickery like @masfuerte commented!) Edit: I've misread the above comment and my number is is 64 bytes (si
16.
▲
by
shhsshs
9mo ago
No, because it never sees its back!
17.
▲
by
shhsshs
9mo ago
By the astronomical definition of the word "orbit", no. Earth does circle Mercury though (and Mercury circles Earth). In terms of this post - I suppose technically Earth does NOT circle the Moon, because we never see its back!
18.
▲
by
shhsshs
11mo ago
Fun to see you here - I discovered this game through your videos! I think despite the lack of raw "content", I got a LOT of playtime out of this game by trying to push higher on the leaderboards.
19.
▲
by
shhsshs
1y ago
Sarcasm noted. An apple would actually be more difficult to hit because of its reduced size.
20.
▲
by
shhsshs
1y ago
I think it's more appropriate to say TOTP /is (nearly)/ phishing-proof if you use a password manager integrated with the browser (not that it /doesn't need to be/ phishing-proof)
21.
▲
by
shhsshs
1y ago
"Repeats" may be the term you're looking for. That would be interesting, however in some pieces it could make the overall document MUCH longer. It would be similar to loop unrolling.
22.
▲
by
shhsshs
1y ago
From the article: My Lua data types have a notable difference from C Lua: an ability to be “frozen”.
23.
▲
by
shhsshs
1y ago
The project has data about every location (doors, chests, etc.) and the conditions that must be met to allow access to those locations - for example [1]. From there the randomizer shuffles various entrances/exits and item locations ar
24.
▲
by
shhsshs
1y ago
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
25.
▲
by
shhsshs
1y ago
Question for you and commenter above, do you play games with controls similar to Outer Wilds often? Do you play many games in general? I've seen this comment a few times and I'm curious why this is such a common talking point.
26.
▲
by
shhsshs
2y ago
Totally achievable by using interfaces instead of structs type Foo interface { Foo() int } type Bar interface { Bar() string } type FooBar interface { Foo Bar } Then functions that acce
27.
▲
by
shhsshs
2y ago
> If your language has bad defaults, you may have to ask for the right rounding mode explicitly. Is the author implying Rust's default rounding behavior is a bad default? In what world is "ties to even" a GOOD default?
28.
▲
by
shhsshs
2y ago
https://benjoffe.com/weekle
29.
▲
by
shhsshs
2y ago
The author mentions UUIDs are hard to copy/paste because of the hyphens.
30.
▲
by
shhsshs
2y ago
The example in the EnforcePlayerTurns section is kind of buggy. Make an attempt to place two Xs in a row in different cells, then place an O in a third cell - the second X you attempted to place will magically show up at the same time as t
More ›