You make a good point, yes the government needs surveillance reform but we also need better data broker laws
Too bad it doesn't work, probably because of vhosting
The IP suite is not nearly as neatly layered as OSI was and the OSI model doesn't neatly fit the IP suite since it wasn't actually designed for IP at all. In the IP suite layers 5 and 6 basically don't exist in the OSI sense, TCP handles things that are part of both layers 4 and 5 in the model despite being a single protocol, etc. The OSI model is often considered obselete as it just doesn't actually fit the IP world all that well but it's been around so long and does have uses in certain situations that it tends to stick around.
C++, ew, no thanks, also where is C??
NAT provides no firewall features and we can have a discussion about how wrong that statement is
Looks like they're jumping from 15 to 26, in fact they're doing the same thing for iOS, jumping from 18 to 26 for the next release. Looks like they're synchronizing all their OS version numbers using the year they'll be primarily used(i.e. 2026) from what I can find.
What do you mean when you say it spits out real windows code?
How are fedora or SUSE valid alternatives "from the same repos"? They're not even based on Debian or Debian repos?
Wells Fargo cuts to 14 on their sign in page but not on their change password page, ask me how I know
In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.
...so that leads to another annoyance of mine. The insistence that there aren't two languages but indeed one named C/C++. Obviously I'm being a bit sarcastic but people blur the lines HEAVILY and it drives me crazy. Most of the C code I've written is not compatible with C++...at least not without a lot of type casting at a bare minimum. Or a compiler flag to disable that. Never mind the other differences. And then there's the restrict keyword, and the ABI problems if the C library you're using doesn't extern C in the headers...etc etc... -_-
Scoopta
0 post score0 comment score
Yeah, personally I'm against that. It's why I GPL my software