HackerTrans
TopNewTrendsCommentsPastAskShowJobs

KZerda

no profile record

comments

KZerda
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
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
·mese scorso·discuss
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 mesi fa·discuss
The valve's jammed, so they can't really pump things in or out.
KZerda
·5 mesi fa·discuss
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 mesi fa·discuss
https://www.pnas.org/doi/10.1073/pnas.2014704117#fig01 there are multiple charts and graphs
KZerda
·6 mesi fa·discuss
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 mesi fa·discuss
Do you say the same about someone who has a picture of their spouse next to their computer?
KZerda
·8 mesi fa·discuss
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
·anno scorso·discuss
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.