Viewing profile — shhsshs
shhsshs
HN member- Joined
- Mon, Sep 17, 2018, 1:17 AM UTC
- HN karma
- 466
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About shhsshs
No profile information was provided.
Recent public activity
-
comment
Comment #48949401
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…
-
comment
Comment #48912137
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 …
-
comment
Comment #48860402
I see coworkers reach for AI to perform many tasks that are made trivial by a few keystrokes or a simple macro in Vim.
-
comment
Comment #48542778
"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 …
-
comment
Comment #48446890
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.
-
comment
Comment #48096223
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 …
-
comment
Comment #48054949
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…
-
comment
Comment #48050667
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 Xb…
-
comment
Comment #47964126
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…
-
comment
Comment #47692278
I would love one of these for Google Chat. It feels like it's been getting slower and slower these past few years.
-
comment
Comment #47224801
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…
-
comment
Comment #46861152
`9↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑9` seems like a reasonable guess (barring encoding cheats/trickery like @masfuerte commented!) Edit: I've misread th…
-
comment
Comment #46468632
No, because it never sees its back!
-
comment
Comment #46468624
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 c…
-
comment
Comment #45812890
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 th…
-
comment
Comment #45204032
Sarcasm noted. An apple would actually be more difficult to hit because of its reduced size.
-
comment
Comment #45184654
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)
-
comment
Comment #44491425
"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 unrollin…
-
comment
Comment #44414855
From the article: My Lua data types have a notable difference from C Lua: an ability to be “frozen”.
-
comment
Comment #44358937
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 …
-
comment
Comment #44357266
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
-
comment
Comment #43693447
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 cu…
-
comment
Comment #41046738
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…
-
comment
Comment #40851204
> 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 w…
-
comment
Comment #40467315
https://benjoffe.com/weekle