Viewing profile — larsnystrom
larsnystrom
HN member- Joined
- Wed, Jun 01, 2016, 9:43 AM UTC
- HN karma
- 742
- Public activity
- 148 items
- HN profile
- View on Hacker News ↗
About larsnystrom
No profile information was provided.
Recent public activity
-
comment
Comment #48760332
I assume that’s why Altman wants the government as a co-owner.
-
comment
Comment #48581820
I’ve only used Opus in GitHub copilot and was hugely underwhelmed. It was barely usable. Are you saying it’s better with the official Anthropic tools?
-
comment
Comment #48507574
Sure, from a theoretical perspective, but in practice there’s got to be some sort of order at some point even when storing timespans.
-
comment
Comment #48507552
You could also make the price column nullable and just insert a row with price null and the date from which there should be no price.
-
comment
Comment #48507374
Why are they storing a time period (start and end date) in the first example? Why not just store the date when the price comes into effect? That would make both overlaps and time t…
-
comment
Comment #48333931
By that logic VPNs and many other technical solutions are also not solving technical problems, since it is theoretically possible to achieve the same results by other means.
-
comment
Comment #48255095
Just use array_values() and suddenly you can use int indicies again.
-
comment
Comment #48250372
Yeah, at the moment we use arrays as anonymous objects and phpdoc+phpstan to verify the types, but I want it in the language. PHP already supports intersection and union types, it …
-
comment
Comment #48249874
I've been writing PHP for 20 years now. It's my bread and butter. The one thing I really wish PHP would add is structurally typed objects. I really miss it when moving back and for…
-
comment
Comment #48233109
I don’t think AI demand is driven by consumers.
-
comment
Comment #48026613
What a great blog post! I have wanted to do rootless docker with subuids, but putting it all together like you have is not easy. Thank you for writing it down!
-
comment
Comment #47993458
My comment was a bit tongue in cheek. Obviously it is a hard problem. But in a profession where we work with machines that literally were made to crunch numbers, and where abstract…
-
comment
Comment #47990344
I don’t understand how dealing with numbers correctly is not a solved problem in computer engineering by now.
-
comment
Comment #47597988
I remember now what the problem was. I was instantiating a new ArrayList in a loop. The solution to the performance issue was to use a Vector instead. I was used to just writing PH…
-
comment
Comment #47459238
I remember writing Java for our introductory programming course at university around 2010. I was already familiar with object oriented programming in PHP at the time, so I just wro…
-
comment
Comment #47417323
Maybe I’m just dense, but it says the fs module is fully supported, so what happens when I try to read a file from disk if the app is fully sandboxed?
-
comment
Comment #47417136
I can really relate to this. At the same time I’m not convinced cycle time always trumps throughput. Context switching is bad, and one solution to it is time boxing, which basicall…
-
comment
Comment #47296681
WASM is kind of like Java bytecode, right? A compilation target which requires a runtime? But better sandboxed?
-
comment
Comment #47141768
It’s still possible to order new and original parts for SAAB models, almost 20 years after they went under. The spare parts are made by a separate company which is still going.
-
comment
Comment #47121441
Human eyes are much better than cameras at dealing with dynamic range. They’re also attached to a super-computer which has been continuously trained for many years to determine dis…
-
comment
Comment #46874481
There seems to be a huge business opportunity in Europe right now, to sell support and customization of open source software to government players. Has anyone heard about a Europea…
-
comment
Comment #45345522
On the other hand, many things attributed to chance are actually the aggregate effect of other people's choices. If we make choices based on not just what's best for ourselves but …
-
comment
Comment #44783948
And AFAIK there is still no upload progress with fetch.
-
comment
Comment #44316121
Nice to only have to push the layers that changed. For me it's been enough to just do "docker save my-image | ssh host 'docker load'" but I don't push images very often so for me i…
-
comment
Comment #44039742
Yes, it is because of NATO. They've been thinking about it for some time, but NATO tipped the scales.