HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jonathrg

861 karmajoined vor 5 Jahren

Submissions

Texas Instruments to Acquire Silicon Labs

ti.com
8 points·by jonathrg·vor 5 Monaten·0 comments

comments

jonathrg
·vor 8 Tagen·discuss
The diff of the linked commit in git is completely trivial, clearly it just got tagged because of the signoff in the commit message: https://github.com/git/git/commit/d7971544fe17378f44f4998301...

I would be surprised if there is no LLM-assisted code in there prior to this commit, this is just the first where the author chose to disclose it.
jonathrg
·vor 10 Tagen·discuss
Several and a few are the same number, they only differ rhetorically.
jonathrg
·vor 2 Monaten·discuss
Presumably there is an antialiasing low pass filter somewhere before JS gets to the data. I have a similar sample rate and it certainly didn't work at all for me.
jonathrg
·vor 3 Monaten·discuss
What do you mean by cycles? A ripple-carry adder needs to wait for the carry bits to ripple through yes, but there's no clock cycle involved.
jonathrg
·vor 3 Monaten·discuss
Good to know!
jonathrg
·vor 4 Monaten·discuss
The JSON types are string, number, boolean, null, object and array. So how could the suggested code possibly work? Do you want JSON.parse to do arbitrary code execution like Python's pickle?
jonathrg
·vor 4 Monaten·discuss
Bitbucket is okay to use, the main problem like with every Atlassian product is that it is dog slow.
jonathrg
·vor 4 Monaten·discuss
How do you know what you were downvoted for?
jonathrg
·vor 4 Monaten·discuss
Having a type safe generic ring buffer and such is nice
jonathrg
·vor 4 Monaten·discuss
You definitely need discipline to use C++ in embedded. There are exactly 2 features that come to mind, which makes it worth it for me: 1) replacing complex macros or duplicated code with simple templates, and 2) RAII for critical sections or other kinds of locks.
jonathrg
·vor 4 Monaten·discuss
I have no reason to trust that the fork itself is competently maintained when the author did not even bother to write the announcement.
jonathrg
·vor 4 Monaten·discuss
But it is fine. If I disagree with a project's values I'm not going to contribute to it, and they wouldn't want me there either.
jonathrg
·vor 4 Monaten·discuss
They explain why in their AI policy. It's an ethical stance. Of course they wouldn't notice if there aren't clear signs of LLM-ness, but that's not the main reason why they forbid it.

https://docs.postmarketos.org/policies-and-processes/develop...
jonathrg
·vor 4 Monaten·discuss
It's fine for a project to have moral/ideological leanings, it's only weird if you insist that project teams should be entirely amoral.
jonathrg
·vor 4 Monaten·discuss
Very happy to see PostmarketOS take an uncompromising stance and also providing justification for it.
jonathrg
·vor 7 Monaten·discuss
Context: https://en.wikipedia.org/wiki/Loongson
jonathrg
·vor 7 Monaten·discuss
And I better not see any capacitors on there remembering any charge!
jonathrg
·vor 7 Monaten·discuss
Stuff like that is a good argument for using structured logging, but even if you are just parsing text logs, surely you can make the parser be a bit more specific when retrieving the log level.
jonathrg
·vor 7 Monaten·discuss
Oh that makes sense.
jonathrg
·vor 7 Monaten·discuss
4xx is for invalid requests. You wouldn't log a 404 as an error