Viewing profile — NieDzejkob
NieDzejkob
HN member- Joined
- Sat, Jun 29, 2019, 6:21 PM UTC
- HN karma
- 807
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About NieDzejkob
No profile information was provided.
Recent public activity
-
comment
Comment #35498442
The growth is exponential - each backslash becomes two in the next iteration. Thus after n iterations we have 2^n - 1 backslashes, and we only need 30 iterations to hit a gigabyte …
-
comment
Comment #35286361
I tested this and on a new enough OpenSSH client, the RSA key gets replaced using the mechanism described here: https://lwn.net/Articles/637156/ (if you connect using a key other t…
-
comment
Comment #35087225
Asahi is specifically about arm64.
-
comment
Comment #34801343
Do you perhaps have any affiliation to disclose? This reads like ad copy.
-
comment
Comment #34447939
They say the access got closed before publication.
-
comment
Comment #33314985
The name didn't get coined here - there are Sharp datasheets documenting this core, and they use the name SM83.
-
comment
Comment #30886933
My favorite solution is Tup, which uses FUSE to observe exactly which files each command is reading. That way it's impossible to write a Tupfile for which incremental builds don't …
-
comment
Comment #30405145
Yeah, tries are special cases of FSMs, and so are DAWGs.
-
comment
Comment #30352066
I'm sure patches are welcome.
-
comment
Comment #30310559
Every now and then there is one at codegolf.SE's king-of-the-hill tag
-
comment
Comment #30154384
... or the journalist misunderstood and misquoted the expert.
-
comment
Comment #30066731
If a Game Boy ROM counts as an executable, it's been done: https://github.com/pinobatch/little-things-gb/tree/master/gb...
- story
- story
-
comment
Comment #29961885
...or just make defer run at the end of the scope.
-
comment
Comment #29961870
That is a common misconception. The destructor runs at the end of the scope. Try putting a println in a drop impl.
-
comment
Comment #29773199
That's somewhat similar to what I'm doing with Miniforth [0]. Programming in a minimal environment is fun . I don't have a separate machine, so I'm booting my main laptop from a th…
-
comment
Comment #29718029
Nah, it's just that the target audience ("investors") won't care about the few bucks.
-
comment
Comment #29500087
I really hope this is Poe's law at work.
-
comment
Comment #29133133
They didn't "forget" to do it, it's just not finished yet.
-
comment
Comment #28673475
Where does your phone have this sticker?
-
comment
Comment #28628147
Sounds like something that'd be interesting to try out, but not with a $200 price tag.
-
comment
Comment #28627456
[dead]
-
comment
Comment #28599198
> Passwords must be shared to work, therefore they can never truly be secret. That's not entirely true, as demonstrated by constructions like PAKE. It is a shame, though, that the …
-
comment
Comment #28392668
Wait, I don't follow. NEC had a license for the Intel chips, but then got sued for producing a chip like the 8086?