Yeah, it seems the sensor costs as much as a decent used camera.
Yeah, it seems the sensor costs as much as a decent used camera.
I remember people being upset by the ribbon back when office 2007 was released. Their complaints made sense until I sat down and used it. Found it to be a great improvement. I switched my libre office to the ribbon layout as soon as they added it. Because I don’t use it often, it’s great for finding stuff compared to looking through the menus.
The nice thing about the LO implementation is also that they added a couple of varieties of the design, like the compact one which pushes things closer together so it’s not distracting.
Yeah it’s the equivalent of finding two dollars on the ground and getting excited because at this rate you’ll be a billionaire soon enough. There’s less than 2g of plastic in an SD card - the buttons on your shirt probably weigh more.
Games are already horifically inefficient
That’s so far from the truth, it hurts me to read it. Games are one of the most optimised programs you can run on your computer. Just think about it, it’s a application rendering an entire imaginary world every dozen milliseconds. Compare it to anything else you run, like say slack or teams, which makes your CPU sweat just to notify you about a new message.
With 30% ownership it could have been at the forefront of generative AI, which OpenAI released to the world in 2022.
Do they think openai invented the concept of generative ai, because that’s what their statement implies?
It’s not that uncharacteristic. Mono is a fully open source project they didn’t create, didn’t really work on, and one they can’t extract any value from. So this is basically a gesture that doesn’t cost them anything, but at the same time it doesn’t do much except generate a headline.
Khtml was licensed as LGPL.
But check that it has all the features you need because it lags behind gitea in some aspects (like ci).
At least it’s symmetrical so it won’t rock, unlike every other phone out there now, including the one I’m typing on.
You say that as if solving grid storage wasn’t one of the most important problems humanity faces right now.
Podman quadlets have been a blessing. They basically let you manage containers as if they were simple services. You just plop a container unit file in /etc/containers/systemd/
, daemon-reload and presto, you’ve got a service that other containers or services can depend on.
I’ve been in love with the concept of ansible since I discovered it almost a decade ago, but I still hate how verbose it is, and how cumbersome the yaml based DSL is. You can have a role that basically does the job of 3 lines of bash and it’ll need 3 yaml files in 4 directories.
About 3 years ago I wrote a big ansible playbook that would fully configure my home server, desktop and laptop from a minimal arch install. Then I used said playbook for my laptop and server.
I just got a new laptop and went to look at the playbook but realised it probably needs to be updated in a few places. I got feelings of dread thinking about reading all that yaml and updating it.
So instead I’m just gonna rewrite everything in simple python with a few helper functions. The few roles I rewrote are already so much cleaner and shorter. Should be way faster and more user friendly and maintainable.
I’ll keep ansible for actual deployments.
Yay, fan club.
I was just introducing someone to Rodney last night because some actor in a show we saw looked a bit like him. Then I wake up and see this here. Life sure has funny coincidences sometimes.
Shame he didn’t have a scandal on that stage. They would have stopped taking about it within the day.
RaspberryBye.
Careful using the word efficiency there, as it has a different meaning when talking about solar panels - it indicates how much energy the panel can extract from the light hitting it. The best modern panels you can buy are below 25% efficient, and since these are from the 90s they were probably about half that when new.
For me the year of the Linux desktop was 2014 - it’s when I changed my desktop to Linux after using it on my laptop for a year. All the hardware on that machine has been replaced, but it’s still running the same install from back then.
All public companies are, it’s just what Boeing makes things that fall out of the sky if they mess up, so it’s more obvious.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.