HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nromiun

2,052 karmajoined vor 6 Jahren

Submissions

Cognitive load is what matters

github.com
1,582 points·by nromiun·vor 10 Monaten·522 comments

comments

nromiun
·vor 7 Tagen·discuss
> 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 since made up their mind that Wikipedia has been ideologically captured by activists and "the woke".

What a sh*tshow. When I look up a programming language on Wikipedia I am trying to learn about the programming language only. What does the political views of the creator of the language has to do with this at all?
nromiun
·vor 15 Tagen·discuss
> 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. But languages can die very easily if governments don't put efforts on teaching it to children. That is exactly what happened to the Ho language. There is no advantage on learning these small regional languages so children put their effort on more popular languages like Hindi, Odia and English.

Here is a good article on this topic:

https://www.vogue.in/content/when-languages-in-india-disappe...
nromiun
·letzten Monat·discuss
But AAPL has a big weight on the market/indices.
nromiun
·letzten Monat·discuss
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 their own models).
nromiun
·letzten Monat·discuss
Is there any proposed timeline for a stable release? Big features like the recent async IO shows the language is very unstable right now.
nromiun
·vor 2 Monaten·discuss
> 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. And also why people should not take basic GPU benchmarks so seriously. Getting peak performance out of a GPU is much more complex than it is with a CPU.

And it is one of the reasons why Nvidia still has a software moat compared to other GPU companies. CUDA has so many small kernels tuned for getting peak performance for your dataset.
nromiun
·vor 2 Monaten·discuss
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 async runtime multithreaded by default (like Tokio) you don't get this advantage anymore.
nromiun
·vor 2 Monaten·discuss
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 runtime for Rust) is multi-threaded by default. So you have to deal with multithreading bugs as well as normal async ones. That is not the case with most async languages. For example both Python and NodeJS use a single thread to execute async code.
nromiun
·vor 2 Monaten·discuss
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.
nromiun
·vor 2 Monaten·discuss
Of course, but it does not matter as the entire AF_ALG module is forbidden by SELinux anyway (on Android).
nromiun
·vor 2 Monaten·discuss
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.
nromiun
·vor 2 Monaten·discuss
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 as expected even creating an AF_ALG socket requires root access.
nromiun
·vor 2 Monaten·discuss
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.
nromiun
·vor 3 Monaten·discuss
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 people. You should test a Golang hello world binary as well. I bet it will take less than 40 milliseconds.
nromiun
·vor 3 Monaten·discuss
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.
nromiun
·vor 3 Monaten·discuss
> 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 unused for a year now.
nromiun
·vor 3 Monaten·discuss
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 post in the front page.

Last time I checked only political posts (like related to offshore programmers) got any kind of attention. Most technical posts barely gets 10 comments. Some of the smaller subreddits (like /r/ProgrammingLanguages) are much better.
nromiun
·vor 3 Monaten·discuss
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 Israel. That is how Iran was able to take out a THAAD radar, because it was deployed so close to them.

https://www.dw.com/en/south-korea-uneasy-as-us-moves-air-def...

https://edition.cnn.com/2026/03/05/middleeast/radar-bases-us...
nromiun
·vor 4 Monaten·discuss
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 the rest of us to wait.

Of course those that believe that AI will convert into AGI and destroy society as we know it won't be convinced.
nromiun
·vor 5 Monaten·discuss
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 company of all time.