Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marhee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
marhee
2mo ago
FUD used to pump value
2.
▲
by
marhee
3mo ago
They do: > Limit one signup per household. We will use payment method, shipping address, and other information to eliminate multiple entries.
3.
▲
by
marhee
4mo ago
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 the result of a function call and get all argument sets that l
4.
▲
by
marhee
4mo ago
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 of repositories (…) So it is optimized for the general c
5.
▲
by
marhee
6mo ago
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 write your code you can theorettically maybe get 20% time i
6.
▲
by
marhee
8mo ago
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 testing.
7.
▲
by
marhee
8mo ago
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 laptop battery better required copious amounts of RAM (
8.
▲
by
marhee
8mo ago
> 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 byte per pixel is already 25MB for a single buffer.
9.
▲
by
marhee
9mo ago
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 theorems of mathematics”.
10.
▲
by
marhee
10mo ago
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 and do not use (very) defensive coding practices (viola
11.
▲
by
marhee
10mo ago
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 perons do not contribute much, at least not at the same
12.
▲
by
marhee
1y ago
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? Or does it just mean "properly con
13.
▲
by
marhee
1y ago
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 life. Like an "all-week" battery life would be a nic
14.
▲
by
marhee
1y ago
If you enjoy this art-style, definitely check out the game Return to the Obra Dinn.
15.
▲
by
marhee
1y ago
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 for programming specifically I found it really useful to help
16.
▲
by
marhee
1y ago
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 each glyph as a set of triangles. This triangulation can be do
17.
▲
by
marhee
1y ago
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 strings, numbers etc. Wouldn’t it make sense to (also) optim
18.
▲
by
marhee
1y ago
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. // -------------------------------------
19.
▲
by
marhee
1y ago
Would be quite funny if Apple now acquires OpenAI.
20.
▲
New computers don't speed up old code (YouTube)
(youtube.com)
3 points
by
marhee
1y ago
|
1 comments
21.
▲
by
marhee
1y ago
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 to add comments. Maybe people don’t like it because of the re
22.
▲
by
marhee
1y ago
According to that logic, why not distribute fluoride water freely for those who want it? That would serve boths camps, not?
23.
▲
by
marhee
2y ago
> * 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 sense). In contrast, “one-of” licences are already trans
24.
▲
by
marhee
2y ago
> 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 code you don't have to use the tools. Code is
25.
▲
by
marhee
2y ago
> You can't valgrind kernel space > Linters might be helpful, but I don't remember there being good free ones I should have Googled: https://www.kernel.org/doc/html/latest/dev-tools/ So m
26.
▲
by
marhee
2y ago
> The majority of bugs (quantity, not quality/severity) we have are due to the stupid little corner cases in C .... Things like simple overwrites of memory (not that rust can catch all of these by far), error path cleanups, forgetti
27.
▲
by
marhee
2y ago
The main reason for bloat not mentioned in the article is that most developers are not interested in the business domain of the company they are working for. They just want to do stuff with computers and software. Which leads to adding stuf
28.
▲
by
marhee
2y ago
> 13. “Audentes Fortuna iuvat.” (Fortune favors the bold). And luck favours the prepared mind.
29.
▲
by
marhee
2y ago
Regarding the immediate effect I am sure your point is valid. But it’s also a bit of a cynical point of view, wouldn’t you say? People make these statements and pursue these personal lifestyle decisions because of their dreams for a better
30.
▲
by
marhee
2y ago
A mature (and very effective) structural editor is the FLUID user-interface designer, part of the FLTK UI framework (C++). It outputs C++ and works very well. I remember dismissing it as a toy back when starting to work professionally with
More ›