Viewing profile — marhee
marhee
HN member- Joined
- Tue, Aug 24, 2021, 9:52 AM UTC
- HN karma
- 167
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About marhee
No profile information was provided.
Recent public activity
-
comment
Comment #49079922
FUD used to pump value
-
comment
Comment #48641458
They do: > Limit one signup per household. We will use payment method, shipping address, and other information to eliminate multiple entries.
-
comment
Comment #48176453
Prolog is for logic what inverse kinematics is for robotics. Where in imperative programming languages you supply arguments to a function and get a result in Prolog you can give th…
-
comment
Comment #48144940
The answer is in the introduction: > Claude Code is running in production across multi-million-line monorepos, decades-old legacy systems, distributed architectures spanning dozens…
-
comment
Comment #47651954
Software engineering is only about 20% writing code (the famous 40-20-40 split). Most people use it only for the first 40%, and very succesfully (im in that camp). If you use it to…
-
comment
Comment #46844335
Doesn’t this conflate dry-running with integration testing? ASAIK the purpose of a dry-run is to understand what will happen, not to test what will happen. For the latter we have t…
-
comment
Comment #46704030
Yes, but then the GPU needs that amount of ram, so it's fairer to look at the sum of RAM + VRAM requirements. With compressed representations you trade CPU cycles for RAM. To save …
-
comment
Comment #46703277
> Coyuld anyone summarize why a desktop Windows/MacOs now needs so much more RAM than in the past Just a single retina screen buffer, assuming something like 2500 by 2500 pixels, 4…
-
comment
Comment #46197250
I will definitely reads these books when they come out. For a historic overview of mathematics with (accessible) formulas I highly recommend “Journey through genius: The great theo…
-
comment
Comment #46043624
Concurrent programming is hard and has many pitfalls; people are warned about this from the very, very start. If you then go about it without studying proper usage/common pitfalls …
-
comment
Comment #45863857
Maybe the real reason is more related to Price’s law/Pareto’s principle, loosely meaning that 90% of the work is done by 10% of the people. In other words, in large companies most …
-
comment
Comment #45357176
Anyone knows what does "native" means here precisely? Steam Deck has a x86-64 instruction set AFAIK, so it's just same as a the Windows version? Or has it to do with the GPU / OS? …
-
comment
Comment #45194461
If this thinnest iphone air has 27 hours of video playback, why does the regular iphone 17, which looks twice as thick only has 30 hours? At this point, I just want long battery li…
- comment
-
comment
Comment #44542451
If you enjoy this art-style, definitely check out the game Return to the Obra Dinn.
-
comment
Comment #44532640
Well, I use it before google, since it in general summarizes webpages and removes the ads. Quite handy. It’s also very useful to check if you understand something correctly. And fo…
-
comment
Comment #44440837
It’s a clever trick. But can it render a textured text? Transparent text, gradient fills? Maybe it can, I dont know. But why not just triangulate the glyph shapes, and represent ea…
-
comment
Comment #44344751
I wonder, in reality, if a Lua program uses large (consecutive) arrays, its values will likely have the same type? At the very least it is a common use-case: large arrays of only s…
-
comment
Comment #44266398
I suspect it's part of the fun? A way to really learn something? There's also another hint: // THIS FILE WAS AUTO-GENERATED. // CHANGES WILL NOT BE PROPAGATED. // -----------------…
-
comment
Comment #44059344
Would be quite funny if Apple now acquires OpenAI.
- story
-
comment
Comment #43759251
I don’t find your “seasoned developer” version ugly at all. It just looks more mature and relaxed. It also has the benefits that you can actually do error handling and have space t…
-
comment
Comment #43525258
According to that logic, why not distribute fluoride water freely for those who want it? That would serve boths camps, not?
-
comment
Comment #43370807
> * Digital “purchases” are transferable… Digital purchases are often subscription based which for physical goods (eg newspapers) is also non transferable (as it does not make much…
-
comment
Comment #43126638
> but it's time-consuming and cumbersome to say the least Only when writing code (and not even that: only when doing final or intermediate checks on written code). When reading the…