640 exabytes should be enough for anyone!
640 exabytes should be enough for anyone!
In a free market, aren’t you free to collude with your competitors in order to fix prices?
What are you talking about? TempleOS isn’t a punishment, it’s a reward
We cannot, Python explicitly doesn’t do TCO.
http://neopythonic.blogspot.com/2009/04/tail-recursion-elimination.html?m=1
RecursionError: Maximum recursion depth exceeded image manipulation toolkit
No way, at least Gentoo is up to date
If you wanted to truly punish them, install Debian Stable
Yeah, but, like, how many hours will it take for you to deliver 5 complexity points?
+1. I used to think it was just something that happened to old people, until it happened to me
Yeah eastern countries just don’t have the same relationship with alcohol that the west does.
Gambling, however…
Have they fixed that 100% disk usage bug in Windows yet? Seems to disproportionately affect laptops with magnetic disk’s and just chokes the whole system making it unusable
even Valve told Ubuntu users to use the Flatpak for Steam instead of the Snap
Hahaha really? That’s awesome. I wonder if Canonical will ever take the hint that nobody wants Snap when better, more open alternatives exist
Yeah, package manager is a big one. Many of us got burned by rpm’s early on and just avoided all rpm-based distros since then.
Of course as you say that hasn’t been a problem for over 10 years but the scars haven’t gone away.
I’d only recommend Ubuntu to someone if I knew they knew some else using Ubuntu (so I could tell them to hassle that person instead of me when they have problems).
Otherwise, I’d absolutely recommend Fedora, because it’s actually up to date unlike Debian. I use it myself because it tends to have the best of what the open source community has to offer while not needing constant tweaking
And then managers go “why does shadow IT exist?”
…you have my condolences
As someone who works, flatpak’s solve a bunch of problems, freeing me up to continue working.
Security issues are just a class of issue; no more or less important than other issues
Yep, being familiar with the data model is 98% of the effort.
The remaining 2% is the query
But it’s genuinely what we were all doing not so long ago
Jokes on you, my first job was editing files directly in production. It was for a webapp written in Classic ASP. To add a new feature, you made a copy of the current version of the page (eg index2_new.asp
became index2_new_v2.asp
) and developed your feature there by hitting the live page with your web browser.
When you were ready to deploy, you modified all the other pages to link to your new page
Good times!
It’s more like android apps from early versions of Android before the permissions became user-managable.
It won’t prompt you to give the application access to certain permissions, all the permissions are predefined in the manifest by whoever published the application to flathub. When you run the application you just hope it won’t cause too much havoc (you can of course verify the permissions before running it, but I guarantee most people won’t)
Flatpak supports sandboxing but due to how most desktop applications want access to your home folder, network etc many apps simply disable it.
Regardless of the level of sandboxing applied to the app, Flatpak is a great way for a developer to package once run anywhere. Prior to Flatpak, if you wanted to support multiple distros, you had to build a package for each distro or hope somebody working on that distro would do it for you.
Inb4 AppImage was here first. And if you mention Snap then GTFO
Takes me back to my first Arch install in like 2008.
I used Arch btw