HackerLangs
トップ新着トレンドコメント過去質問紹介求人

mkj

no profile record

投稿

Budget 2026–27: Free Access to Australian Standards Confirmed

design.org.au
3 ポイント·投稿者 mkj·先月·0 コメント

GitHub security alerts don't get sent

github.com
1 ポイント·投稿者 mkj·2 か月前·0 コメント

コメント

mkj
·13 日前·議論
openai etc are going to have a higher utilisation of the hardware so can afford it more than small companies/people. Efficient resource use matters more when they're expensive.
mkj
·14 日前·議論
Interesting idea, but wouldn't an embedded language normally be interpreted/runtime editable? I guess you could do it shipping a rust compiler, but it'd be big. A bit like Numba?
mkj
·20 日前·議論
getaddrinfo was added after ipv6. Software had to be rewritten to use getaddrinfo.

Prior to that programs used gethostbyname() etc, which only works with ipv4.
mkj
·20 日前·議論
Old Nanostations as a client need to do proxy arp or something, which doesn't handle ipv6. That said it's probably 15 year old hardware. I ended up using a wireguard tunnel across it instead.
mkj
·20 日前·議論
Maybe the LLMs need some kind of "coverage" metric so they prioritise new paths? The author would know a thing or two about that.
mkj
·24 日前·議論
I think that's incorrect. Brains/eyes are good at looking for patterns.
mkj
·24 日前·議論
If you have less than hundreds of thousands of points, you can probably get away with drawing individual dots on the map. Computer screens are high res.
mkj
·24 日前·議論
There are excellent examples of the problem in Edward Tufte's "Envisioning Information". Have a look at http://blah.ksteinfe.com/181106/tufte_envisioning_informatio... for a few snippets of it, then buy the book.
mkj
·25 日前·議論
I'm wondering who's going to buy pi!

(Edit sorry forgetting names, I mean who's going to buy Earendil). Good luck to Armin, he's done some good stuff.
mkj
·先月·議論
It looks like github is just buggy in this case.
mkj
·先月·議論
From what distance? I would have thought $1M wouldn't go far
mkj
·2 か月前·議論
Wait until they hear how much source code is thrown away to make software! I guess that's a bit ephemeral, but still probably similar in a lot of industries.

Clothes are weird shaped, weaves are rectilinear, it's a pretty tricky problem to solve. Unless someone manages to invent a non-rectilinear robot loom or something?
mkj
·2 か月前·議論
Solvinity is a pretty terrible company name.
mkj
·2 か月前·議論
"needs clarification" looks like a pretty normal hardware design process as the details are finalised.

https://github.com/flipperdevices/flipperone-docs/commits/pu...
mkj
·2 か月前·議論
The rustcrypto crates seem a lot better maintained and will probably supplant ring in future. Ring maintenance seems hostile to use outside of expected use cases.
mkj
·2 か月前·議論
If they're already running a custom Linux kernel build, why did they have AF_ALG enabled? Seems the perfect situation to limit features to only those actually being used.
mkj
·2 か月前·議論
They're talking about billions of dollars of market share, so how does debian get a mention being free? I'm suspicious of their methodology.

At least the infographics down the bottom are obviously full of slop
mkj
·3 か月前·議論
> Tokio’s dominance is function coloring at ecosystem scale

That isn't function colouring, but rather plain incompatible APIs/runtime. You could have the equivalent with non-async ecosystems.
mkj
·3 か月前·議論
How is docker a context switch overhead? It's the same processes running on the same kernel.
mkj
·3 か月前·議論
What does ed448 mitigate against vs ed25519?