Viewing profile — teo_zero
teo_zero
HN member- Joined
- Sun, Aug 14, 2022, 3:32 PM UTC
- HN karma
- 1,445
- Public activity
- 859 items
- HN profile
- View on Hacker News ↗
About teo_zero
No profile information was provided.
Recent public activity
-
comment
Comment #49192815
Yes, no doubts. But why does the author think that in this case such process was followed, and was so successful to deserve the "amazing" adjective? How did this specific design ma…
-
comment
Comment #49190401
No, I don't find anything amazing in Blade Runner's title sequence, and the article does nothing to convince me. Yes, they got small-caps spacing right: hardly amazing. And what ab…
-
comment
Comment #49174682
Technically true. Practically, to make a substantial profit, what you sell must be more worthy than something you can also download for free. So you must sell an enhanced version o…
-
comment
Comment #49164846
Absolutely. That's how coding used to work in the 70s. Then software passed from people to companies, which proved alien to the cultural values that had hold so far. At the end of …
-
comment
Comment #49151847
I'm confused. You begin your post with a stance that's typical of copyleft proponents, then you end it in the opposite direction. There is a trait in human nature that pushes us to…
-
comment
Comment #49149698
> 16-bit Commodore Amiga era The Motorola 68000 was a 32-bit processor. What Commodore Amiga was 16 bits?
-
comment
Comment #49149501
Does anybody know why the site is called 16-bits? Aren't trackers an expression of the first 32-bit computers?
-
comment
Comment #49079891
I thought "makers" all used Python. What's the friction that EYG is supposed to remove?
-
comment
Comment #49055403
LOL, and an internet connection, too! But, seriously, of course "web" requires internet and a computer and an operating system. But since when "web" also means Node.js? If a web co…
-
comment
Comment #49052106
Do you mean I don't need Node.js on the machine where I run it?
-
comment
Comment #49051923
How can it be defined dependency free if it depends on Node.js?
-
comment
Comment #49017488
Good article! I just wouldn't start off with bold sentences as > SIMD can be simple to understand and > writing SIMD is just about as easy as a for loop and then the first example …
-
comment
Comment #49017295
> if you’re careless about one thing like that you’re probably careless about other things I'm not convinced. This rule holds only if the two "things" are related. But one can have…
-
comment
Comment #48987362
Good idea but strange syntax. It would be more idiomatic if the command came first and the list of globs last. Additionally the use of "--" is not what everybody expects: here it i…
-
comment
Comment #48984420
> nobody can tell from reading my code whether I wrote it in Vim You mean, except for the spurious :w here and there...
-
comment
Comment #48955804
But why? What's wrong with a tidy notebook?
-
comment
Comment #48943797
> I don't get why I'm downvoted Because your comment was addressing the author instead of the article itself. Tell-tale words are "you" and "people". It would have been different i…
-
comment
Comment #48916710
> Few know that they can create an "app-icon" from any Web page Let's say from most web pages. Some sites will hijack your browser and install their PWA instead of the page you req…
-
comment
Comment #48899217
If you are allergic to AI-generated articles, I can't stand syntactic mistakes. The day you get your "AI generated" flag, I'll want my "lousy with mistakes", too.
-
comment
Comment #48888322
Thank you. I imagined that the 3 words were just a rendez-vous token that the receiving end must hand to the relay to retrieve the right data. I understand that it also includes a …
-
comment
Comment #48885146
How can one be sure that the relay does not record all the data flowing through it? There's not a second independent channel where the key is exchanged between sender and receiver.…
-
comment
Comment #48869509
I'm glad someone else asked. :) It's not so widely used and it's not explained in the first couple screenfuls of TFA (which by itself is weirdly structured, taking entire paragraph…
-
comment
Comment #48856359
I don't get it. If the ring structure has 4 field (excluding the cold ones), and all 4 have alignment constraints, doesn't it define 4 zones in 4 cache lines, and not 2? I expected…
-
comment
Comment #48855998
Put the "--" in the condition. It's less ugly.
-
comment
Comment #48852970
Timer should be like in chess tournaments: an initial budget of X, increase by Y for each word you guess.