[-] Scoopta@programming.dev 15 points 2 months ago

Yeah, personally I'm against that. It's why I GPL my software

[-] Scoopta@programming.dev 15 points 5 months ago

You make a good point, yes the government needs surveillance reform but we also need better data broker laws

[-] Scoopta@programming.dev 15 points 7 months ago

Too bad it doesn't work, probably because of vhosting

[-] Scoopta@programming.dev 16 points 9 months ago

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.

[-] Scoopta@programming.dev 16 points 9 months ago

C++, ew, no thanks, also where is C??

[-] Scoopta@programming.dev 15 points 11 months ago

NAT provides no firewall features and we can have a discussion about how wrong that statement is

[-] Scoopta@programming.dev 15 points 1 year ago* (last edited 1 year ago)

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.

[-] Scoopta@programming.dev 15 points 1 year ago

What do you mean when you say it spits out real windows code?

[-] Scoopta@programming.dev 16 points 2 years ago

How are fedora or SUSE valid alternatives "from the same repos"? They're not even based on Debian or Debian repos?

[-] Scoopta@programming.dev 16 points 2 years ago

Wells Fargo cuts to 14 on their sign in page but not on their change password page, ask me how I know

[-] Scoopta@programming.dev 14 points 2 years ago

In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.

[-] Scoopta@programming.dev 14 points 2 years ago

...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... -_-

view more: ‹ prev next ›

Scoopta

0 post score
0 comment score
joined 3 years ago