Viewing profile — nchi3
nchi3
HN member- Joined
- Sat, Oct 24, 2020, 5:22 PM UTC
- HN karma
- 115
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About nchi3
No profile information was provided.
Recent public activity
-
comment
Comment #34413599
My workplace is all MacBooks, and a lot of employees have gone over to M1s, and I have not heard of a single case of this happening.
-
comment
Comment #33970427
Diminishing returns usually applies if you assume there are no major breakthroughs. Can we assume that there won't be any major breakthroughs in this field?
-
comment
Comment #33793145
It's quite obvious that it means "running in the browser engine" rather than "has the technology implemented in a native language". But sure, you're technically correct.
-
comment
Comment #33464988
>by using algorithms to automate the most trivial parts of copying someone's work That's basically what copilot is...?
-
comment
Comment #33213480
How is it good for the small local businesses who don't have a choice but shutting down?
-
comment
Comment #32497872
What's the reasoning for this?
-
comment
Comment #32100159
What didn't work for you? I remember thinking events were surprisingly easy to use with GDScript when I tried the Godot 4 alpha earlier this year.
-
comment
Comment #31892185
Storming the Capitol makes you a criminal though, whether you're carrying a gun or not.
-
comment
Comment #31807479
Not sure how it works exactly (I'm sure someone else in this thread can fill in!), but that hasn't ever been possible on consoles. Not even the very first Playstation which used CD…
-
comment
Comment #31380479
Because there are scenarios where pattern matching (or instanceof) is the better and more ergonomic thing to use. One obvious example I can think of is event handling. If anything,…
-
comment
Comment #31304445
I agree, but I'm not saying anyone should only have friends where they work, but rather that you can have both. I don't live in the US, and almost all of my friends I meet on my fr…
-
comment
Comment #31303532
Why? You'll spend a huge time of your life working, why is it not worth it to build relationships? You don't have to meet them in your free time to consider them friends.
-
comment
Comment #31202749
I think everyone is responsible for doing what they can to contribute towards a better society, not only governments and law makers. That also means you're responsible for the acti…
-
comment
Comment #31190852
If the alternative meant starving, I'd agree. That's rarely the case for software developers though, so I think it definitely shows of their values. Doing it "for the money" is not…
-
comment
Comment #31003439
I don't agree at all. They're very orthogonal concepts, and DDD has very little to do with OO. For an example, see Domain Modeling Made Functional. Yes, if you do DDD in Java, you …
-
comment
Comment #30886880
Also very related to the study I linked in another response, though under the guise of pain reprocessing therapy (PRT). An interesting read if you want to know more about the lates…
-
comment
Comment #30886734
See my reply to denvaar for an example! It has much in common with mindfulness I'd say, with some extra "simplified" techniques and learnings. It's easy to dismiss this type of the…
-
comment
Comment #30886634
Sounds quite similar! Alan Gordon (who treated the patients in the study) has a free program online[1] which goes through the ideas behind PRT (though it doesn't call it PRT in the…
-
comment
Comment #30877305
You might have heard about this or tried it, but if not: There's some very promising studies from last year regarding treatment of CLBP that doesn't seem to have a physiological ca…
-
comment
Comment #30330614
I remember many of these unique items more or less becoming super rare "mythical" collector items which only existed on the older servers. Do you remember what the weapon you got w…
-
comment
Comment #30079878
> We use bounded contexts ("modular monolith") with strictly separated concerns. >because the logic between modules is too intertwined and coupled. That doesn't sound very modular?…
-
comment
Comment #30036064
bgfx is definitely a competitor in that sense. However, it doesn't have the same backing, is not standardized, and would have a hard time building momentum due to that. I'm mostly …
-
comment
Comment #30035954
> while being defensive for WebGPU on native deployments Because I still haven't heard a single argument against it from you that isn't extremely vague and handwavey. For example, …
-
comment
Comment #30030976
>Castrated by the security constraints of being a MVP 1.0 API to fit into the security sandbox of a Web browser. What security contraints are you thinking of which are making it ca…
-
comment
Comment #30030250
>I don't see any benefit in using a castrated 3D API outside the browser. Castrated how? A single digit performance loss compared to the most extremely complex graphics APIs which …