640 exabytes should be enough for anyone!
640 exabytes should be enough for anyone!
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?
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
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
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!
He said Linux Subsystem for Windows, which I took to mean the opposite of Microsoft’s Windows Subsystem for Linux
(for reference, look at the difference between WSL1 and WSL2)
First version: attempt to reimplement the windows API on top of Linux
Second version: give up and embed Windows inside a VM
Me too. 2000 seemed… Slow compared to XP on the same hardware, but to be fair the hardware I had was cobbled together from parts that my father’s employer was going to throw out
I was there, 3000 years ago…
Well, as far as I’m concerned Skype for Business set the benchmark for terrible. Teams isn’t even close to being that level of bad
Teams is relative.
At a previous job (Microsoft shop but in the public sector so 10 years behind), the standard messenger when I started was Skype for Business.
In case you’ve never used Skype for Business, it’s “Skype” in branding only and actually has nothing to do with the Skype software that Microsoft purchased and is more like MSN Messenger.
Compared to that, Teams is a huge step up.
Also, at a Microsoft shop, you have to use what Microsoft provides even though it’s usually balls.
It’s 90% of the reason I now refuse to work anywhere that’s bought into the Microsoft ecosystem. It’s just so… mediocre
As someone in Java land, you might be more impressed about its memory footprint rather than its performance.
Your Java hello world that takes 4GB of JVM heap space or it will fail with OutOfMemory would likely be only a few mb in Rust (or even less)
There’s nothing wrong with putting Rc<> or Rc<RefCell<>> around data
It’s mainly the visual pollution that bothers me. Wrapping everything in the reference counting smart pointers just because you can’t be bothered dealing with the borrow checker seems like an antipattern
At the end of the day, the first thing managers do is convert story points / tshirt sizes / whatever other metaphor back into time estimates. So why bother with the layer of indirection.
I’ll die on the hill that most teams do not need scrum / agile and all the ceremony that always goes with it.
A kanban board with a groomed Todo column is all you need. Simple and effective and can easily adapt to unexpected scope changes a.k.a production incidents.
*yes I’m aware that if you’re getting bogged down in ceremony you’re doing Agile wrong. I’ve never seen or worked in a place where I’ve felt it’s been done right
Takes me back to my first Arch install in like 2008.
I used Arch btw