leisesprecher

joined 3 months ago
[–] leisesprecher@feddit.org 69 points 5 hours ago (3 children)

Imagine being a doctor in this scenario. You could save them. You have the tools, the capabilities, the facility. But you have to let them die or risk ruining your own life. There are no winners here.

[–] leisesprecher@feddit.org 27 points 6 hours ago

It's interesting in the sense that something went catastrophically wrong here.

This isn't just a small indie dev wasting a bit of money, it's hundreds of millions set on fire by an established company in this industry.

The fact that "no one heard of it" is exactly the point. What went wrong here?

[–] leisesprecher@feddit.org 8 points 6 hours ago

It only started this year for me (had this number for 15 years or so), and it's mostly numbers from the UK and India for some reason (I'm in Germany).

[–] leisesprecher@feddit.org 2 points 1 day ago (2 children)

Doesn't work, unfortunately. It seems to be a 16bit app.

[–] leisesprecher@feddit.org 2 points 1 day ago (2 children)

No, it's pretty obscure, I barely managed to find it at all.

 

I'm trying to get an old Windows game running for a friend.

It seems to be a 16bit macromedia app and I kind of got it running in a Win 98 VM using Virtualbox. DOSBox seems to get confused by it being a Windows app.

Thing is, the friend is very much not good with tech and I want to set everything up for him to "just work". Installing VBox might be a bit too much.

Apparently, you can install Windows inside DOSBox, but is that really stable and usable for layman? Are there any other approaches?

[–] leisesprecher@feddit.org 51 points 3 days ago

I use Karch, btw.

[–] leisesprecher@feddit.org 10 points 5 days ago (6 children)

We could start by not requiring new chips every few years.

For 90% of the users, there hasn't been any actual gain within the last 5-10 years. Older computers work perfectly fine, but artificial slow downs and bad software cause laptops to feel sluggish for most users.

Phones haven't really advanced either. But apps and OSes are too bloated, hardware impossible to repair, so a new phone it is.

Every device nowadays needs wifi and AI for some reason, so of course a new dishwasher has more computing power than an early Cray, even though nothing of that is ever used.

[–] leisesprecher@feddit.org 2 points 5 days ago

Usually ~/devel/

On my work laptop I have separate subdirs for each project and basically try to mirror the Gitlab group/project structure because some fucktards like to split every project into 20 repos.

[–] leisesprecher@feddit.org 2 points 1 week ago

Ansible is actually pretty nice, if you get the hang of it. Not perfect, but better than triple tunnel ssh.

You could simply automate step by step, each time you change something, you add that to the playbook and over time you should end up with a good setup.

Flakey dev setups are productivity killers.

[–] leisesprecher@feddit.org 4 points 1 week ago (3 children)

The real question is why you're torturing yourself by manually fixing that stuff? Don't you terraform your Ansibles?

 

I have a small homelab running a few services, some written by myself for small tasks - so the load is basically just me a few times a day.

Now, I'm a Java developer during the day, so I'm relatively productive with it and used some of these apps as learning opportunities (balls to my own wall overengineering to try out a new framework or something).

Problem is, each app uses something like 200mb of memory while doing next to nothing. That seems excessive. Native images dropped that to ~70mb, but that needs a bunch of resources to build.

So my question is, what is you go-to for such cases?

My current candidates are Python/FastAPI, Rust and Elixir, but I'm open for anything at this point - even if it's just for learning new languages.

view more: next ›