[-] Scoopta@programming.dev 41 points 1 week ago

Honestly I feel like that's very common with Linux. If you're willing to deal with the growing pain of switching it ends up working out better in the end, some people just don't want to deal with that or it's their job and they can't afford to deal with that. I'm sympathetic to the latter case, less to the former but that's just my opinion

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

Can I just say it's hilarious you marked this NSFW, it is quite literally NSFW

[-] Scoopta@programming.dev 43 points 10 months ago

Acts like SVN and CVS didn't exist

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

Ah yes, the wait for a random bit flip to magically increment your counter method. Takes a very long time

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

Dragonfucker strikes again. The number of posts I've seen by him or about him in here is... something

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

The first thing I noticed is there's no IPv6 on this website, just like the real thing -_-

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

I'm both IT and development...and I've caught both sides being utterly wrong because they're only familiar with one and not the other

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

Should probably fix that given we've been out of IPv4 for over a decade now and v6 is only becoming more widely deployed

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

const volatile is used a lot when doing HW programming. Const will prevent your code from editing it and volatile prevents the compiler from making assumptions. For example reading from a read only MMIO region. Hardware might change the value hence volatile but you can't because it's read only so marking it as const allows the compiler to catch it instead of allowing you to try and fail.

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

I really wish more projects would use .hpp to differentiate from C headers. It's really annoying to have a single header extension blend across two incompatible languages.

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

As a fan of tabs I see this as an absolute win

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

As someone using Wayland I can confirm it's indeed not a hot a mess

view more: ‹ prev next ›

Scoopta

joined 2 years ago