Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
poorman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
ECDSA.fail Blows Past Googles Classified Quantium Circuit
(ecdsa.fail)
2 points
by
poorman
4mo ago
|
0 comments
2.
▲
by
poorman
5mo ago
I wonder if this could be used to track location of the vehicle
3.
▲
by
poorman
5mo ago
They acknowledged the bug. Screenshot and chargeback
4.
▲
by
poorman
5mo ago
Yeah I think there's a dependency issue going on there. Something isn't installed that needs to be.
5.
▲
by
poorman
5mo ago
If you are worried about a $300 solar panel you are not going to like the cost of a Mac Studio M3 Ultra 512 GB! haha
6.
▲
by
poorman
5mo ago
As one of the only people running a Mac Studio M3 Ultra with 512 GB of RAM on the network, I can tell you at sustained 100% GPU utilization I am measuring 250 watts max (at the power outlet). My solar panels are easily producing this. The p
7.
▲
by
poorman
6mo ago
Same. I installed Forgejo two months ago when Github wouldn't let me create agent accounts. It's been awesome. Any time I want a new feature I open my agent on the server and tell it to add the feature to Forgejo. Took all of 15 m
8.
▲
by
poorman
6mo ago
I am going to say this for all the people thinking like this. This attitude will get you nowhere in life. It historically never has and in the future it never will.
9.
▲
by
poorman
7mo ago
I was just thinking about this project the other day. Seems we have a whole lot of unused compute (and now GPU). I wish someone would create a meaningful project like this to distribute AI training or something. Imagine underfunded AI resea
10.
▲
by
poorman
9mo ago
GitLab has some code in their repo if you want to see how to do it.
11.
▲
by
poorman
9mo ago
All SVGs should be properly sanitized going into a backend and out of it and when rendered on a page. Do you allow SVGs to be uploaded anywhere on your site? This is a PSA that you're probably at risk unless you can find the few hundre
12.
▲
by
poorman
9mo ago
This is huge. A lot of these are the underpinnings of modern computer science optimizations. The ACM programming competitions in college are some of my fondest memories!
13.
▲
by
poorman
9mo ago
I think that's a great idea! I just checked one of my larger projects and it 55% ConcurrentHashMap and 45% HashMap so I'd personally benefit from this plan.
14.
▲
by
poorman
9mo ago
In a concurrent environment, I wonder if the overhead of wrapping every API call with a synchronized would make this significantly slower than using ConcurrentHashMap.
15.
▲
by
poorman
10mo ago
RL is still widely used in the advertising industry. Don't let anyone tell you otherwise. When you have millions to billions of visits and you are trying to optimize an outcome RL is very good at that. Add in context with contextual mu
16.
▲
by
poorman
10mo ago
It's likely that yes, you will end up with an alias that links you because of a cookie somewhere, or a finger print of the elliptic curve when do do a SSL handshake, or any number of other ways. The ironic thing is that because of GDPR
17.
▲
by
poorman
11mo ago
There is definitely a miss-alignment of incentives with the bug bounty platforms. You get a very large number of useless reports which tends to create a lot of noise. Then you have to sift through a ton of noise to once in a while get a ser
18.
▲
by
poorman
11mo ago
Totally agree. I was just thinking that I wouldn't want this feature for Claude Code but for Codex right now it would be great! I can simply let tasks run in Codex and I know it's going to eventually do what I want. Where as with
19.
▲
by
poorman
11mo ago
Stimulus and Hotwire are the "rails way" now. I've read the docs and they still confuse the hell out me. Seems like you're reinveting your own javascript components over and over again. In my opinion Rails 8 + Intertia.j
20.
▲
by
poorman
1y ago
Here's the thing. They could have put up link to a git repository where others can follow along with the maintenance of this project, but here isn't one. There is a list of maintainers explicitly mentioned on this page but no link
21.
▲
by
poorman
1y ago
I hope this all works out. I remember the day Oracle bought Sun Microsystems and the impact it had on the community and maintainers.
22.
▲
by
poorman
1y ago
Someone should plot this on a heat map so we can see what areas the parking cops don't write tickets for!
23.
▲
by
poorman
1y ago
If you have 64 GB of RAM you should be able to run the 4-bit quantized mlx models, which are specifically for the Apple silicon M chips. https://huggingface.co/collections/mlx-community/qwen3-next-...
24.
▲
by
poorman
1y ago
This article really goes into a lot of detail which is nice. gpt-oss is just not good for agentic use in my observation. tldr; I'll save you a lot of time trying things out for yourself. If you are on a >=32 GB Mac download LMStudio
25.
▲
by
poorman
1y ago
As we saw with GPT-5 the RL technique of training doesn't scale forever
26.
▲
by
poorman
1y ago
How cool would it be to see Doug Lea pick up the torch and create a modern day multi-threaded dlmalloc2!?
27.
▲
by
poorman
1y ago
Jemalloc is used as an easy performance boost probably by every major Ruby on Rails server.
28.
▲
by
poorman
1y ago
Can’t wait to read this post-mortem. Seems odd that a Google Cloud outage would bring down Cloudflare services.
29.
▲
by
poorman
1y ago
Is there a popular benchmark site people use? Becaues I had to test all these by hand and `Qwen3-30B-A3B` still seems like the best model I can run in that relative parameter space (/memory requirements).
30.
▲
by
poorman
1y ago
Try using the Pay gem and others that assume a global singleton for a multi-tenant app (as in multiple different websites under different domains with different Stripe API keys). Lots of gems assume this and their configuration is global. I
More ›