onlinepersona

joined 1 year ago
[–] onlinepersona@programming.dev 7 points 2 weeks ago (1 children)

I said it a while ago and it's getting much closer now: Linux will become the OS for people who want to game on a Mac. With all the work going into this, hopefully the devs are getting nice donations. They seem to be doing a better job than Malus at getting games to run.

Anti Commercial-AI license

[–] onlinepersona@programming.dev -2 points 3 weeks ago* (last edited 3 weeks ago)

Even the creators of languages don't know their own languages 100%. I wouldn't even call them the limit. So, I'm good enough in my main language that a lot of code doesn't surprise me. And I try very hard to write code that others can understand as well when in a team.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 12 points 3 weeks ago

Growing up with too much available goods makes people like this. People throw away food like it's nothing, it was only a matter of time until people did this with phones.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 25 points 3 weeks ago (6 children)

Are what point do they stop pretending and just make it a pure linux platform with a different packaging format for any linux app to run in? They are doing it with CROS (or whatever the new Chrome on Linux OS is being called) and maybe it's time to do it with Android. Running a VM just seems quite wasteful.

Anti Commercial-AI license

You know, if they used the PR workflow with a CI that enforced standardised commit messages, this could be quite easily solved? Forcing everything through a mailing list seems to create more work for maintainers...

Anti Commercial-AI license

[–] onlinepersona@programming.dev 10 points 3 weeks ago (6 children)
[–] onlinepersona@programming.dev 6 points 3 weeks ago* (last edited 3 weeks ago) (5 children)

They can hire? I thought they were in danger of getting wiped out by legal costs. Have charges been dropped?

Anti Commercial-AI license

Oh great, thanks for the run down! That clears things up 👍

It would be great I'd this got to a point where one could "just" buy any GPU without worrying about CUDA. Really amazing project.

Anti Commercial-AI license

A pity they have to fight with Linux upstream to get any Rust in.

Still, what an amazing project to reverse engineer such a hostile platform and make it even better than the original OS. Well done.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 3 points 3 weeks ago (2 children)

I don't understand the history here. I thought AMD said "don't do it". Now there's funding from a third party to " just do it"?

There were murmurs that NVIDIA had told AMD to stop funding the project, probably under threat of a lawsuit. Is this project not in a similar position again?

Anti Commercial-AI license

 

The largest governmental fund for opensource is in danger of being cut by the EU in 2025!

 

The external developer who started the work and was highly praised by Gitlab offered to work for them if they made a team around federation --> nothing.

A group of French universities are now considering making a group in order to work on it themselves and contribute back to Gitlab.

Gitlab will most likely use it as a big selling point once all the work has been done by externals with little to no cost to Gitlab.

 

The only real attempt at monetisation that I've seen is https://beetoons.tv/, but they use their own crypto - making it like Odysee. Why is that?

Edit: Please, before you answer consider this monetisation doesn't mean ads!

 

After reading this post about Rust having a "supply chain problem" and @declination@programming.dev's response linking to the blog post "I'm not a supplier", I couldn't help but think of this talk (opensource conference hosting exclusively on youtube, make that make sense).

 

A shitpost about languages that generate CVEs

 

If you think about productivity, you can't help but think that having the default state of your computer being an image with a few icons on it is less than stellar. For opening files, it will never be tidy enough to give you access to all you need, you need a launcher or a folder structure, meaning the desktop is bad at this. For opening apps, having visual shortcuts on the desktop is a duplicate of whatever panel or launcher you have.

 

Fullstack GUI library for web, desktop, mobile, and more. In Rust using a HTML + CSS renderer built on top of Servo.

 

Anakin Padme meme:

Anakin: I will use agile to plan my project
Padme: 2-3 sprints ahead right?
Anakin:
Padme: 2-3 sprints ahead right?

 

This seems like a perfect usecase for IPFS

 

I'd basically like to run some containers within a VPN and some outside of it. The containers running within the VPN should not be able to send or receive any traffic from outside the VPN (except localhost maybe).

The container could be docker, podman, or even a qemu VM or some other solution if need be.

Is that possible? Dunno if this is the right place to ask.

---Resolution-------

Use https://github.com/qdm12/gluetun folks.

Anti Commercial-AI license

 

Pi-Hole and similar DNS adblockers just seem like a hassle. I can't tell my parents to buy a raspi, flash it, install and configure pi-hole, configure their routers or devices to point to the raspi, and do all of that from another city. Also personally, there's no time for that in my house.

Is there a program or systemd service I can run that pulls blocklists from somewhere (git, http, ...) and updates /etc/hosts? Before I go off and write a python script, systemd unit file, and shell script to install it on the linux systems of friends of family, does this exist?

Resolution comment: Tblock

 

From another comment I made

A linux installer for windows that works just like a normal installer on windows. You download the .exe, double click it, it opens a wizard you can walk though, and by the end of the process, after it reboots, you're in a linux distro.

How could something like this be implemented?

My idea:

Best case scenario where multiple data partitions exist and can accommodate the user data stored on C:/ + there's a swap partition -->

  • download a linux iso
  • deactivate swap
  • replace swap partition with ISO contents
  • modify contents to auto install linux with settings from wizard
  • add boot entry to boot from old swap / modified ISO
  • reboot
  • install linux with a nice progress animation
    • move user data from C:/ to other partition
    • replace C:/ with linux
    • install alternatives to programs found on windows (firefox for edge, gimp for paint, inkscape for ..., libreoffice for MS office, etc.)
    • move user data to /home/$username
    • configure DE with theme (gnome for macos look, kde with theme for windows look)
    • other customisations
  • reboot into linux

Dunno if this is feasible in the best case scenario.

Anti Commercial-AI license

view more: ‹ prev next ›