Viewing profile — jurschreuder
jurschreuder
HN member- Joined
- Wed, May 17, 2017, 3:28 PM UTC
- HN karma
- 303
- Public activity
- 218 items
- HN profile
- View on Hacker News ↗
About jurschreuder
No profile information was provided.
Recent public activity
-
comment
Comment #49193036
I'm European and I am developing a model that's 20% worse and 0.001x the cost of Chinese models. Personally I also always just use Gemini-3.5-Flash since for me it's actually a goo…
-
comment
Comment #49074705
If anything this means that the insane amounts spent on AI are just mostly virtual speculative stock deals and in reality the amount spent in AI is kinda normal.
-
comment
Comment #49047437
They all look like something went wrong in the press alignment process
-
comment
Comment #48974243
Your point is more about which side is right and which side is wrong. My point is more about a cultural shift in who's on which side. The traditional left has become conservative i…
-
comment
Comment #48970944
The biggest change is that the left have become the conservatives
-
comment
Comment #48882582
Ironically it's also written by AI :) I like LLM's but this writing style is like eating the same dish 4 times a day.
-
comment
Comment #48823065
France and Germany are also kinda big, at least for the size of the country.
-
comment
Comment #48742403
Nobody trusts the Chinese that's the problem, not that people don't trust Claude. Why was this person from Hong Kong going through the details of Claude code for obvious security r…
-
comment
Comment #48723514
I'm too triggered by wording that signals it's written or at least modified by an LLM these days
-
comment
Comment #48704967
And it's built in Rust so it's AI generated
-
comment
Comment #48700898
[dead]
-
comment
Comment #48695356
It's a win-win game because both Anthropic and the Government are on the front page again pulling on important leavers. In the mass-marketing world it's less about who's right or w…
-
comment
Comment #48695317
If someone walks by and you want to push him in the back to go a bit faster. Or someone runs by and you want to push him in the back to go faster. You will have to push with great …
-
comment
Comment #48612521
Codeberg. They ONLY host open source software, it's sponsored by European institutions, Zig moved there too. In the near future I'm also adding Forgejo to our Kexxu servers. Forgej…
-
comment
Comment #48563098
Nobody uses void* in C++ you will get lectured if you do that.
-
comment
Comment #48563073
Yes all of them have sources. Look for example top 500 CVEs of this year (after many fixes in C++, not right when the 70% memory issues in Chrome came out). Look at top 10 CVE gith…
-
comment
Comment #48563016
You can also write inline assembly in C++ and then it's not safe. But no developers working on projects that have been so ultimately battle tested that only memory safety issues re…
-
comment
Comment #48562985
In highly specific programs like browser sandboxes. Not in things like wordpress plugins or nodejs servers.
-
comment
Comment #48562958
PHP is garbage collected for reference. So rewriting wordpress plugins in Rust would not make them more secure but rewriting HAProxy or Nginx would? It's delusional.
-
comment
Comment #48562942
In Chromium which is the condom of the internet, already millions of developer hours of the most highly paid developers have spent their days trying to make it water tight. This is…
-
comment
Comment #48562893
Then you're looking at very old data, recent top 500 CVE's 100% of the use-after-free exploits where escalation to Admin on Windows.
-
comment
Comment #48562874
Google Chromium but not it's not even in the top 10 of vulnerabilities in Github
-
comment
Comment #48562856
What are they going to train with 13.5M really? We're a tiny company in Amsterdam in Holland and we've got "only 64x B300 to train on" so we could never make an LLM I thought, sinc…
-
comment
Comment #48544460
Just want to remind everyone that only 1% of vulnerabilities are memory related in the average Joe's code. And only 20% of memory related bugs are use-after-free which the borrow c…
-
comment
Comment #48467498
I would argue that you would not really know what the compiler would be up to with the memory void* points to. To make sure I would put it in some kind of container.