Viewing profile — throwaway0asd
throwaway0asd
HN member- Joined
- Sat, May 28, 2022, 11:15 AM UTC
- HN karma
- 643
- Public activity
- 284 items
- HN profile
- View on Hacker News ↗
About throwaway0asd
No profile information was provided.
Recent public activity
-
comment
Comment #34385069
> Your tone is really aggressive and detracts from your technical points. True, but I went with the aggressive tone intentionally while appreciating this concern. For some odd reas…
-
comment
Comment #34383223
[flagged]
-
comment
Comment #34381217
On the fence voters were not the subject of the article though.
-
comment
Comment #34378645
Uuuggghhh. Bad title. The people who prop up Trump are Trump loyalists who are not necessarily conservatives. Trump, in his scorched earth conquest for extreme loyalty, pushed the …
-
comment
Comment #34378574
I have written the fastest network transmission implementation for Node.js and made the front page of HN (under a different account) for creating an original diff algorithm among v…
-
comment
Comment #34365149
> i) Like a framework, you are at the whim of TS devs as it gets updated (edited) I have been using TypeScript for almost 6 years and not experienced this problem. Like everything …
-
comment
Comment #34364984
> Spend enough time in this industry… I have 20 years in this industry. It’s full of stupid people pointing fingers somewhere else. Any time this is pointed out developers play the…
-
comment
Comment #34360071
> As others have noted, part of the problem here is that the engineers in question are actually not yet smart enough. That is highly subjective and purely a result of both perspect…
-
comment
Comment #34327053
I'm 43 and feel the complete opposite. I am less coordinated and heavier than I used to be. I am learning advanced SQL for the first time and it feels like I am picking it up at a …
-
comment
Comment #34321897
This code sets an event listener on the window object for the keydown event. That means when the window has focus (or any child thereof) and a keyboard key is pressed that handler …
-
comment
Comment #34318496
One major inhibitor (perhaps the most major inhibitor) of high IQ people is social repression. For example you cannot get a better software job merely by having a higher IQ. You ha…
-
comment
Comment #34306571
If you want to maximize odds for selection focus on what’s most popular according to current practice. Be at the center of the bell curve. If you want to be awesome then go be awes…
-
comment
Comment #34299020
The timeline presented in the article is about 80 years of trajectory. Software appears to be following the same pattern through a more condensed timeline.
-
comment
Comment #34298688
If you are thinking in terms of tools you are thinking in terms of building, not product. Stop dicking with tools and just build a minimal product. Think only about the minimal pro…
-
comment
Comment #34289398
A couple of reasons: * Most people will never voluntarily measure things. Instead people form intuitive assumptions and extrapolate performance and potential from that. This happen…
-
comment
Comment #34212139
I have seen developers confused by the words writing instructions before, suggesting either they do not know what writing is, what instructions are, or that they cannot differentia…
-
comment
Comment #34210419
Most likely the difference in performance is due to differences in expectations. The two greatest common failures I see repeated among software developers is: 1) The inability to c…
-
comment
Comment #34185414
* You can write superior applications in JavaScript by not using a framework. By superior I mean more maintainable code, spend less time writing code, execute faster. * The DOM is …
-
comment
Comment #34169315
Leet code is like prostitution. It’s cheap, short term, and the employment prospects are high risk / low reward. In most of software there is no relation between being a good devel…
-
comment
Comment #34042323
Still nothing compared to the billions so many VCs have lost on crypto this year ignoring those far more obvious red flags. No matter how bad Elon damages Twitter at the very least…
-
comment
Comment #34035101
> When data proved his idea was wrong, he would say words to the effect of "I don't care, because I still believe I'm right from an ideological background". I cannot imagine commer…
-
comment
Comment #34026290
What is freedom of speech? Does the freedom to say what you will qualify theft, violations of privacy, and other illegalities? There is no confusion between the freedom of expressi…
-
comment
Comment #34021381
* Transmission - I am using HTTP to request assets into the page, I have managed to reduce my total asset requests down to only 4. Other than that I am using websockets for absolut…
-
comment
Comment #33967349
You can SSH into a remote box and open vim just using your tty.
-
comment
Comment #33940175
That sounds like a training problem more than anything else.