HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mkj

no profile record

Submissions

Budget 2026–27: Free Access to Australian Standards Confirmed

design.org.au
3 points·by mkj·bulan lalu·0 comments

GitHub security alerts don't get sent

github.com
1 points·by mkj·2 bulan yang lalu·0 comments

comments

mkj
·13 hari yang lalu·discuss
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 hari yang lalu·discuss
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 hari yang lalu·discuss
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 hari yang lalu·discuss
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 hari yang lalu·discuss
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 hari yang lalu·discuss
I think that's incorrect. Brains/eyes are good at looking for patterns.
mkj
·24 hari yang lalu·discuss
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 hari yang lalu·discuss
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 hari yang lalu·discuss
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
·bulan lalu·discuss
It looks like github is just buggy in this case.
mkj
·bulan lalu·discuss
From what distance? I would have thought $1M wouldn't go far
mkj
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
Solvinity is a pretty terrible company name.
mkj
·2 bulan yang lalu·discuss
"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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
> 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 bulan yang lalu·discuss
How is docker a context switch overhead? It's the same processes running on the same kernel.
mkj
·3 bulan yang lalu·discuss
What does ed448 mitigate against vs ed25519?