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

jonathrg

861 カルマ登録 5 年前

投稿

Texas Instruments to Acquire Silicon Labs

ti.com
8 ポイント·投稿者 jonathrg·5 か月前·0 コメント

コメント

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