Viewing profile — nromiun
nromiun
HN member- Joined
- Tue, Apr 28, 2020, 11:51 AM UTC
- HN karma
- 2,053
- Public activity
- 368 items
- HN profile
- View on Hacker News ↗
About nromiun
No profile information was provided.
Recent public activity
-
comment
Comment #49253049
Because all these things require a grid, unlike on-site generators. Most grid equipment (specially high voltage transformers) are backordered and all companies have empty inventori…
-
comment
Comment #49212226
This is a static website running on Cloudflare infra. What on earth costs $90 per month? First optimize your infra before throwing up rules in front of your visitors. I have severa…
-
comment
Comment #48782685
> My hypothesis is quite simple: I don't think GingerBill ever cared about Wikipedia's standards for programming. He follows several right-wing figures on Twitter, who have long si…
-
comment
Comment #48682557
> You don't lose half a million people from an ethnic group in just ten years without some kind of war or genocide. Nothing happened to the people, they are growing year on year. B…
-
comment
Comment #48463463
But AAPL has a big weight on the market/indices.
-
comment
Comment #48463402
Apple stock is down more than 4% right now. That is a big dump for such a blue chip stock. IDK if it is due to this EU ban or Apple choice of going with Gemini (instead of making t…
-
comment
Comment #48335510
Is there any proposed timeline for a stable release? Big features like the recent async IO shows the language is very unstable right now.
-
comment
Comment #48096423
> Is 1.1 Tflop/s good? Theoretically, the GPU on my M3 Max is capable of around 15 Tflop/s. But the real ceiling for this kind of task is going to be 3-5 Tflop/s This is so true. A…
-
comment
Comment #48020541
It is an inherent limitation. Multithreading is not free after all. One of the big pros of async programming is the concurrency you get within a single thread. When you make the as…
-
comment
Comment #48019893
Async in Rust and C++ is nothing like it is in Python or NodeJS. Choose your own runtime is a very different model than having a default one. Not to mention Tokio (most popular run…
-
comment
Comment #47972954
Python 3.10 is only used for the exploit. You can easily rewrite it for 3.8 as well. The vulnerability itself does not require Python at all.
-
comment
Comment #47962224
Of course, but it does not matter as the entire AF_ALG module is forbidden by SELinux anyway (on Android).
-
comment
Comment #47958422
I tried this exploit on Android and it looks like you need root in the first place to create an AF_ALG socket. I guess it is an SELinux policy to disable AF_ALG entirely.
-
comment
Comment #47958393
To even get the su binary on Android you have to patch the OS. So this exploit can't work on Android. Because there is no su binary to target. Update: Just tried it on Termux and a…
-
comment
Comment #47923331
If you present ELIZA to people some will think it is AGI today. There is a reason so many scams happen with technology. It is too easy to fool people.
-
comment
Comment #47741139
That test does not mean anything. I can also spin up a large LLM on my 5090 and say these models are ready for on device deployment now. However that would not be true for most peo…
-
comment
Comment #47726973
AI hysteria has gone too far. People are literally telling stories of what AI may be capable of in the future and whipping themselves into a frenzy.
-
comment
Comment #47646206
> I'd blow $10-$20 in a handful of minutes with not much to show for it but sort of OK lisp code that I ended up rewriting. Damn. And here I have a Gemini Pro subscription sitting …
-
comment
Comment #47611165
I had almost forgotten about that subreddit. Sadly it has been in a zombie state for years now. Despite having millions of members you can hardly find even 100+ comments on any pos…
-
comment
Comment #47599394
Actually they are using everything they have to combat these cheap drones. That includes Patriot and THAAD systems as well. Specially UAE, which got struck with more drones than Is…
-
comment
Comment #47456120
Getting early into any technology only makes sense if you are building your business on top of it. Or you are making money from it in some way. Other than that it makes sense for t…
-
comment
Comment #46808554
Apple's ecosystem is the 8th wonder of this world. Nowhere else you can put a logo on a piece of cloth or aluminum wheel and sell them for hundreds of dollars. Greatest capitalist …
-
comment
Comment #46706255
> The spec ended up being 6KiB of English prose. The final implementation was 14KiB of TypeScript. Wait, this is how people vibe code? I thought it was just giving instruction line…
-
comment
Comment #46669753
> Yes, OpenAI is burning $8-12B in 2025. Compute infrastructure is obviously not cheap when serving 190M people daily. So casual. Actual ad giants like Meta and Google are serving …
-
comment
Comment #46516452
I just looked at Gmail on my Android phone and it is only 164 MB. That is a big difference. Also, one thing that annoyed me when I used iPhones is that you can't remove an app's ca…