I’ll have to test that, I have 16C/32T so I’ll try dropping my compiles down and see if I do get diminishing returns. Never really considered that. Also I do not use CCache, I’ll have to check it out though because it does sound really useful.
I’ll have to test that, I have 16C/32T so I’ll try dropping my compiles down and see if I do get diminishing returns. Never really considered that. Also I do not use CCache, I’ll have to check it out though because it does sound really useful.


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.


No idea, I use mercurial mostly


What does the ChromeOS of Linux even mean? ChromeOS is already Linux


I have a friend who won’t leave windows because of League…in fact when we work on projects together I often have symlinks in my repo and he won’t even turn on developer mode to deal with them because it means if he wants to play league he has to restart his computer since it breaks the anti-cheat…so I have to make sure to desymlinkify any repo I expect him to clone…it’s cursed how much of a hold a stupid game can have.


C++, ew, no thanks, also where is C??
Software development and gaming are the 2 main things I do with my computer. The more compute you have the faster your software compiles so you can iterate faster, and then games need no explanation.
8 phone cores are not 8 laptop cores which are not 8 desktop cores but if it meets your use case that’s cool. I need more compute then that myself
Powerful yes, powerful enough to replace a PC, I suppose only if you don’t do that much heavy compute


Fuse all the time would not be great for performance …then again…does anyone care with minix?


Honestly I wonder when gccrs will become viable as a compiler because that could bring support for some of the more niche CPUs
deleted by creator


What am I missing? This seems to be for VFS for git which as far as I can tell is different from git LFS.


Wow this is a tad controversial, can’t remember the last time I saw something with an even 50/50 vote ratio


We have software marketed as a web browser, written in typescript running on a web browser…we’ve gone too far.
Webp has both a lossy and lossless mode so the first part of this meme is lost on me


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


That’s cool. Mine is just an interpreter for execution but it has breakpoints, watchpoints, and save states. I’ve thought about trying to do some form of JIT or at least AOT but I haven’t yet made an attempt. Besides for a debugger that’s counter productive.
Sounds pretty nifty, I’ll definitely check it out