Viewing profile — fsdjkflsjfsoij
fsdjkflsjfsoij
HN member- Joined
- Sun, Dec 12, 2021, 7:07 PM UTC
- HN karma
- 228
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About fsdjkflsjfsoij
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #37767216
> That is, when you stripe out all the actions that make javascript slow, it very often ends up being just as fast as a compiled language. ok... > In fact, there are some circumsta…
-
comment
Comment #37766581
Trivial benchmarks where all of the significant data structures and networking are done in C++ and the tiny amount of Javascript is just passing some strings around. I guess it's "…
-
comment
Comment #37766064
> but for what it is, JavaScript is pretty damn fast already. It's fast compared to other dynamically typed language implementations but it's still very slow compared to basically …
-
comment
Comment #37765456
This is basically where I am at. Most libraries and applications are trivially typed even in languages with relatively poor type systems like Go and Java. The necessity, or even be…
-
comment
Comment #37717164
For a trivial example, let's say I have some message type that has multiple variants with differing fields: enum Message { Action1(String, Option ), Action2(String), } Action1 and …
-
comment
Comment #37712711
I hope Go will eventually get sum types but I hope they're better than Rust's where each variant is its own type.
-
comment
Comment #37692296
> If you're more of a generalist though? I can see productivity gains of 25% maybe. I really doubt this. Copilot/ChatGPT are not useful at all for the hard problems and they're not…
-
comment
Comment #37677944
> Who will keep the hordes of dimwits and dilettantes and LinkedIn jockeys at bay This is unironically a very serious problem and why most of the best open source projects are basi…
-
comment
Comment #37677679
> Seems debatable and debated, reading through the rest of this thread. Most of the people commenting in this thread haven't looked at the code and anyone saying the two patches ar…
-
comment
Comment #37677276
> feel violated and humiliated A lot of contributors are going to feel like this if their patch doesn't get accepted immediately and the maintainer in this case was extremely respe…
-
comment
Comment #37677043
So the maintainer now has to tutor this guy for god knows how long until he gets it right? All three issues brought up by kazinator are reasonable grounds for ignoring the patch. D…
-
comment
Comment #37676623
A lot of these maintainers are already overworked and don't have time to tutor every single person that wants to put kernel contributor on their resume. A lot of people have this e…
-
comment
Comment #37615273
You can't do the exact same thing in Go because Go doesn't have a way to define a sum type yet outside of generic constraints. The closest you can get is using an interface and a t…
- comment
-
comment
Comment #37485344
These presentations look like something straight out of some dystopian corporate hellscape fiction.
-
comment
Comment #36357658
r/nba and r/hockey are particularly interesting examples because the threads before the shutdown were overwhelmingly in favor of keeping the subs open and all the upvoted posts wer…
-
comment
Comment #36288114
In Spring apps the same reflection caches are also often duplicated many times.
-
comment
Comment #35955697
The best parts of the show were the original parts that focused on the Empire and Lee Pace did a great job as Brother Day. The show dropped off hard whenever it focused on the actu…
-
comment
Comment #35793305
> Is your argument that most people are lazy Yes most adults are extremely lazy and undisciplined.
-
comment
Comment #34577307
It's extremely common for them to discriminate against asian males as well. It was outside of a hiring context but I've had people in this sphere call me "basically white" multiple…
-
comment
Comment #34328268
Because the moment you actually write any server or business logic in Python performance drops off a cliff and it doesn't differ significantly from any of the other Python web fram…
-
comment
Comment #34183568
The article is wrong and doesn't even address the primary reason why git-lfs is slow in his case.
-
comment
Comment #34180291
The entire post is embarrassing and makes me think that Google made the correct decision. Also, it seems that people that want to change the default behaviour can simply use the TC…
-
comment
Comment #34165598
Getting dual displays "working" is pretty trivial. Getting those two both working at the same time with the correct resolutions, DPI and fractional scaling will probably be close t…