HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonathrg

861 karmajoined 5 ปีที่แล้ว

Submissions

Texas Instruments to Acquire Silicon Labs

ti.com
8 points·by jonathrg·5 เดือนที่ผ่านมา·0 comments

comments

jonathrg
·9 วันที่ผ่านมา·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
·2 เดือนที่ผ่านมา·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