sorted by: new top controversial old
[-] leftzero@lemmy.world 5 points 9 months ago

It's a casino heist movie, you uncultured swine.

[-] leftzero@lemmy.world 2 points 9 months ago

And Connect for Lemmy.

[-] leftzero@lemmy.world 1 points 1 year ago

I'm sure we can find volunteers willing to kill themselves once they're done with the killing. 🤷‍♂️

[-] leftzero@lemmy.world -5 points 1 year ago

True, I should've probably waited for the community patch that'll fix these issues.

[-] leftzero@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Yeah, probably, though computers take space, and electricity... though, admittedly, these days you can probably run a mail server on a raspberry pi (if you can get your hands on one) powered by a potato... 🤔

The plan sort of was to eventually (once I can afford a new machine) move everything to VMs, with GPU pass through for the gaming one (I can't afford a dedicated gaming machine — nor have the space for it — and I want something I can easily reset to a clean installation in case of Denuvo and similar malware without messing with my work software), but moving the servers and firewall to a small dedicated machine might indeed be a more realistic (and maybe even cheaper) approach...

[-] leftzero@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

I mean... as someone who's had to port some .NET framework software to .NET 6... yes... but.

20 years old .NET framework code will keep working, sure, as long as you can find and install the correct .NET framework runtime, but maintaining it might be a different matter... you can code .NET with notepad, if you feel like it, but for .NET framework code you will need Visual Studio, with the proper SDKs... which might not be available in the latest version of Visual Studio (on occasion I've had to install VS 2019 so I could compile old .NET framework code in VS 2022).

And when you get it to compile you still might have to deal with third party tools (Crystal Reports, for instance) that don't work in modern .NET or later versions of Visual Studio...

And of course then you want to add something new to the code, which is why you went through all that trouble to begin with... but the tools for what you want to do are only available in modern .NET, or as nuget packages that won't work with framework... and you'll have to migrate the whole thing to the latest long term support version of .NET... which sure, is several orders of magnitude less work than rewriting the whole thing in some other language, and heavily automated... but is still a whole process.

But then of course there's the bits of .NET framework that got deprecated during the transition (or in later updates), or the third party libraries that never got updated... and you'll have to find or implement replacements for those...

But yeah, once you've done all that your refurbished 20 year old code will still work today, and significantly better than it did before... and if it isn't too ridden with windows dependencies (WPF and the like) it might even be portable to Linux or Mac, or whatever. And it'll probably still work (and do it even better) 20 years from now.

leftzero

joined 1 year ago