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

KZerda

no profile record

コメント

KZerda
·先月·議論
About the only one I can think of is connectivity in electronically noisy situations. It's a lot easier to find gigabit sfp modules for linking with fiber than it is to find 100 mbit modules.
KZerda
·先月·議論
Better connectivity. The Nucleo 144 only has 100mbit ethernet, as far as I can tell, but the new ESP chip has gigabit, along with wireless.
KZerda
·先月·議論
Theoretically, yeah. Though at 320Mhz, with only 2.4ghz wireless, even with two cores, I doubt it's going to get anywhere near the throughput to fill the gigabit connection.
KZerda
·先月·議論
Redis started off as Free Software, but was switched to a source available license in version 7.4. The community promptly forked to Valkey, which is still under the BSD license. Since then, Redis shifted to AGPL 3, with contributor agreements, to try to ensure that they're the only ones who can attempt to commercialize Redis.
KZerda
·先月·議論
The BSD license made forking Valkey easier because it ensures that everyone has equal footing. The GPL, especially with contributor license agreements and the like, makes it much more easy for a single party to control the direction of the product. For another example of this happening, look at MongoDB. It started out under the AGPL, but was rugpulled to a non-free license.
KZerda
·先月·議論
The BSD license is why we have Valkey and not a purely closed-source Redis. It would have been much easier to perform the rugpull if Redis had initially been GPLed.
KZerda
·2 か月前·議論
The valve's jammed, so they can't really pump things in or out.
KZerda
·5 か月前·議論
I was one of the dozen or so who photographed this event. The breakdown was about a third there for the march, a third there for counterprotesting, and a third there documenting the event.
KZerda
·5 か月前·議論
https://www.pnas.org/doi/10.1073/pnas.2014704117#fig01 there are multiple charts and graphs
KZerda
·6 か月前·議論
Yes. Offline is how a lot of rootkits are analyzed after the admin notices peculiar behavior. There are a lot of other tells that could be run online to find this rootkit though, most notably, its behavior with ftrace. Disabling ftrace, and then running a program that uses ftrace would tell right away that something's wrong.
KZerda
·8 か月前·議論
Do you say the same about someone who has a picture of their spouse next to their computer?
KZerda
·8 か月前·議論
It also helps the developers of apps that Apple can't or won't approve. Apps like ICEBlock could still work just fine using alternative app stores that have backbone.
KZerda
·昨年·議論
A copyleft license like the AGPL didn't stop MongoDB from rugpulling. I'd argue that the AGPL, and the copyright assignment that tends to go with it, makes it easier to rugpull because forking entities would be at an extreme disadvantage in keeping the lights on compared to the closed-sourcing company. A non-copyleft license, on the other hand, makes it much easier for a forking company to cover all the same niches as the original company, making a rugpull that much more difficult.