Viewing profile — dfgdfg34545456
dfgdfg34545456
HN member- Joined
- Tue, Apr 11, 2023, 1:24 AM UTC
- HN karma
- 44
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About dfgdfg34545456
No profile information was provided.
Recent public activity
-
comment
Comment #41479135
As my organisation migrates everything over to AWS I do find myself questioning what the costs will look like when it is all done and we are completely locked in. AWS/Google/Micros…
-
comment
Comment #41472552
The post seems to be assuming that multi threaded code is easy to build and maintain. From my experience it is horrible, every new thread means going from n bugs to n n bugs. As a …
-
comment
Comment #41407413
If TC39 Signals are merged this will be redundant. Signals are better than this as they keep track of the tree and don't do unnecessary traversals. With 'automatic useMemo' (this),…
-
comment
Comment #40623499
Looks like Farringdon that they end up at. Amazing video either way, thanks.
-
comment
Comment #40510707
At a glance of that article they improved some of their furnishings and facilities. Is that the only thing you are considering when I refer to a carrot and not a stick?
-
comment
Comment #40510224
"Rate limit exceeded." It appears another software law has been violated.
-
comment
Comment #40509747
My thoughts on the office/home work management debate: - Encourage workers back in with a carrot not the stick - Be mindful of workers with families or other dependants who see wfh…
-
comment
Comment #40491282
The problem with your question is that they are there to show off their knowledge. I failed a tech interview once, question was build a web page/back end/db that allows people to o…
-
comment
Comment #40273825
This article is trying hard to sound like it is based on years of learnings, but honestly every point in here just reads like it was cobbled together after the xz incident.
-
comment
Comment #40259160
Thanks, that is helpful.
-
comment
Comment #40258467
Java is better than Javascript, I'm mystified. I have used Java and Javascript lambdas, the Java ones use 4 times the memory of the JS lambdas and are slower, to do the same thing.…
-
comment
Comment #40256972
I like that typescript catches when I need to do null checks so I don't end up with the most notorious runtime error seared into the brain of every JS developer "cannot read proper…
-
comment
Comment #40256533
>You’re putting yourself at a big disadvantage. Why not just appreciate the diversity of opinion and move on, rather than lecture people?
-
comment
Comment #40256448
In NodeJS for example don't you have use Buffers and special decoders to deal with UTF-8 strings? I.e it's a pain there too.
-
comment
Comment #40256388
Thank you for the English lesson, but it's a big leap from this supposed connotation to "painting pet projects black".
-
comment
Comment #40256315
PHP worse energy efficiency than Haskell? Maybe I'm not understanding something.
-
comment
Comment #40256048
>Let's not paint pet projects black. I don't follow. Where did I do this?
-
comment
Comment #40255702
It does smell like someone's pet project. I'm wondering what the folk at Microsoft had not figured out, that they indeed had at Figma. Typescript is open source, so why wasn't this…
-
comment
Comment #40255664
I'm curious about how it all hangs together, WebAssembly and Typescript. The very first mention of WebAssembly in the article: "Some years after WebAssembly obtained widespread mob…
-
comment
Comment #40255556
For people like me who know little about Figma, what motivates their use of WebAssembly?
-
comment
Comment #39959817
The last time I looked we can't even parse and build a semantic model for anything more than simple sentences to build a coherent representation of their meaning. Which tells me th…
-
comment
Comment #39891877
Great new idea in cpp. Automated bounds checking in the hello world example sold me straight away. Try and do that as tersely Haskellers. I hope this project gets momentum.
-
comment
Comment #39873982
Thanks!
-
comment
Comment #39873089
chmod u+x running detect_sh script just runs with no output on my arch linux box? https://www.openwall.com/lists/oss-security/2024/03/29/4
-
comment
Comment #39733388
The real question the OP should be asking is not which language to use, but how this change managed to pass unit and e2e tests and be deployed to master in the first place. Fair en…