back
user profile
josephcsible
28,561karma·8,511submissions·May 26, 2020
recent activity (8,511 total)
comment
What if you went with GPLv2 only as your license? It isn't AGPL-compatible, so nobody could release an AGPL fork, and then companies wouldn't have to worry about it unless they distributed y…
comment
We don't need to kill regular SNI to fix that problem. If a site's DNS record indicates that it supports eSNI, and a connection with eSNI fails, then the browser should hard-fail. And middle…
comment
It's a good thing that network-level filtering is getting harder. If you can use network-level filtering to block ads/trackers/malware from your own devices, countries and ISPs can use …
comment
Because if they can take all of the improvements from the fork, but the fork can't take any of their improvements, the fork will wither and die.
comment
> The problem with using a permissive license such as Apache is, anyone can fork the project exclusively under xGPLv3. Why is this a problem? If a GPL fork becomes more popular, you can switch your…
comment
Because the BSD license is a permissive/pushover license, which let you relicense other people's work as proprietary. The reason that copyleft licenses like the GPL are better is exactly tha…
comment
Hopefully the fork will be GPL, so Mapbox won't be able to steal all of the work the new developers do and release it in their new proprietary product.
comment
"Agreed" is a bit unfair. Transferring schools is a huge ordeal and can mean losing scholarships, credits not transferring, and graduating late. Except for the freshmen who enrolled after th…
comment
I don't see a need for this. The reason Apple's commission for apps is a problem is that they have a monopoly on iOS app sales. But publishers can sell books that can be read on iOS without …
comment
They don't seem that expensive. They're high-end machines themselves, and their pricing seems on-par with high-end x86 workstations, like the Dell Precision series.
comment
POWER: Yes, https://www.raptorcs.com/content/base/products.html RISC-V: Not really. The closest thing is probably https://www.sifive.com/boards/hifive-u…
comment
Sure, this takes "[cos(x)]^2 + [sin(x)]^2 = 1" off the list, but doesn't it require you to put "cos(-x) = cos(x)" and "sin(-x) = -sin(x)" on it, to get "(cosθ-i…
comment
Roblox provides way, way more value than the App Store does, and they don't have hardware to sell to make a profit on.
comment
In the context of discussing disabling SELinux: > NCSC quite rightly state "rooted/jailbroken devices are a threat to sensitive data" He discredits himself by parroting this, even th…
comment
If a website is low-value, you won't be specifically targeting it in particular.
comment
> almost certainly will not gain any new string handling routines It looks like it'll be getting strdup and strndup.
comment
This isn't really the drivers' fault though. When this happens, it's usually because the company is willing to reimburse them for fuel but not for electricity.
comment
The term "shoplifting" applies strictly to goods that the company was trying to sell, not things they were using themselves, so even if non-returned company equipment were counted as stolen,…
comment
Keep in mind that the only reason you had to jailbreak to do that was because of Apple's "security" measures.
comment
> Entity like China are willing to block entire subnets if the subnet owner doesn't coooperate and doesn't separate the traffic. That would make the subnet owner's customer nervous, …
comment
If you want to run Chrome OS on something roughly Pi-sized, why not just get a Chromebox?
comment
I wouldn't call a kernel panic bug "machine-bricking", since after the panic happens, your system is usable again upon reboot. "Bricking" implies that wouldn't be the cas…
comment
> tax rebates Not Tesla or GM. > lower registration fees, HOV lane access Not in most states.
comment
> I can imagine that there are players who are OK with that collateral damage. In the end it will end up exactly like when the cloud providers disabled TLS domain fronting. The problem with domain …
comment
> it brings ICE and EV into alignment now I know it does. My point is that bringing them into alignment now isn't a good thing.
comment
Running an unsupported kernel doesn't mean that support won't help you at all. It just means they won't help you with kernel-related issues. There's still a lot of value in support…
comment
My opinion: The transition from ICE vehicles to EVs is a very large net benefit to society, so during this period when new ICE vehicles are still legal, we should be giving EVs special ("unfair&q…
comment
If you want to use btrfs on RHEL8, you still can: go to https://elrepo.org/ and install elrepo-release, then install kernel-ml from their -kernel repo and btrfs-progs from their -test…
comment
> DoH servers must use either well-known IPs, or to be bootstrapped by the plain DNS. The easy solution is for the well-kmown IP to be in the same pool that a major CDN uses, so it can't be bl…
comment
DoT is not DoH. Since it uses its own protocol and port, it's easy for networks that want to do censorship or surveillance to block it. Of those platforms that do support DoH, how many of them ha…