HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jonathrg

861 karmajoined قبل 5 سنوات

Submissions

Texas Instruments to Acquire Silicon Labs

ti.com
8 points·by jonathrg·قبل 5 أشهر·0 comments

comments

jonathrg
·قبل 8 أيام·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
·قبل 10 أيام·discuss
Several and a few are the same number, they only differ rhetorically.
jonathrg
·قبل شهرين·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
·قبل 3 أشهر·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
·قبل 3 أشهر·discuss
Good to know!
jonathrg
·قبل 4 أشهر·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
·قبل 4 أشهر·discuss
Bitbucket is okay to use, the main problem like with every Atlassian product is that it is dog slow.
jonathrg
·قبل 4 أشهر·discuss
How do you know what you were downvoted for?
jonathrg
·قبل 4 أشهر·discuss
Having a type safe generic ring buffer and such is nice
jonathrg
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 4 أشهر·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
·قبل 4 أشهر·discuss
Very happy to see PostmarketOS take an uncompromising stance and also providing justification for it.
jonathrg
·قبل 7 أشهر·discuss
Context: https://en.wikipedia.org/wiki/Loongson
jonathrg
·قبل 7 أشهر·discuss
And I better not see any capacitors on there remembering any charge!
jonathrg
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
Oh that makes sense.
jonathrg
·قبل 7 أشهر·discuss
4xx is for invalid requests. You wouldn't log a 404 as an error