[-] [email protected] 2 points 8 hours ago

Some have complained that the Anubis mascot is ""not appropriate for use on customer facing systems"" and asked for a flag to disable it. Iaso has said that the ability to change or disable branding is an ""enterprise feature"", though they are open to making it a feature if Anubis becomes fiscally sustainable.

[-] [email protected] 6 points 1 day ago

Such a useful project as this is struggling with fiscal sustainability. Opensource really needs a method of funding. I mean, there are probably thousands of institutions using this for free. If they had commissioned or paid somebody to implement this same functionality, it would've take a full team probably a month and they would've charged companies out of their ass for it as well as further development. But Xe Laso is doing this shit for free and most institutional users can't be bothered enough to pay up to even change the damn "inappropriate anime mascot" ๐Ÿ™„

I seriously hope a license like the Post Open License get developed and used. It's just disgusting to me that such projects have commercial entities demanding features without having to pay. Fuck them. Fuck you too, Duke University.

Anti Commercial-AI license

[-] [email protected] 1 points 1 day ago

I wonder how KDE Plasma would've been for her. She might even install Asahi Linux on her Mac. Calling it now.

Anti Commercial-AI license

[-] [email protected] 7 points 2 days ago* (last edited 2 days ago)

Way to miss the point.

This campaign isn't for "I know what I'm doing folk". They are the minority. The majority can't tell web browser from a file browser nor a mounted web drive from a local disk. They are the target of this campaign.

People are either going to buy a new computer because they can't upgrade, which is bad for the environment, or keep using their computers and be at risk of becoming infected. Please don't go around telling these people "just stay on windows 10, you'll be fine". Sure they won't be in danger right away, but the longer they stay on it, the higher the risk of being infected by an unpatched no-click exploit or whatever else is out there.

Anti Commercial-AI license

[-] [email protected] 1 points 3 days ago

Thanks, this is the answer to the question I was just asking! (What is Magma trying to solve).

Can you dive a little deeper in how Magma is solving this? Don't VMs have a virtual GPU with a driver for that GPU in the guest that, I imagine, forwards the graphics instructions and routines to the driver on the host? (possibly even translating to OpenGL or VK that then is handled by Mesa?). Where in that does Magma come in? My guess is that magma sits in the guest as the graphics driver and on the host before Mesa, but I know little about virtualisation outside of containers.

Also, what are these "native contexts" you speak of? Are they like the virtualisation extensions on CPUs that VMs can directly use?

Anti Commercial-AI license

[-] [email protected] 1 points 3 days ago

As usual, Apple was never the first to have the idea or have the first implementation. They often take something, make it glossy, and market the hell out of it. Luckily it hasn't displaced Windows yet and Linux is gaining ground.

Anti Commercial-AI license

[-] [email protected] 1 points 3 days ago

That was a good explanation. The only thing left to understand is Magma. I'm not seeing the problem they are trying to solve.

Anti Commercial-AI license

[-] [email protected] 2 points 3 days ago

Lol, OK, you just answered the exact question I had! Amazing. Thank you.

Anti Commercial-AI license

[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Thanks, this answers the questions I asked another commentor ๐Ÿ˜… Now I have to ask if Mesa is an implementation of OpenGL, what is an implementation of Vulkan? Or is the reference implementation of Vulkan also called "Vulkan" ?

Edit: alright @[email protected] answered the question.

Anti Commercial-AI license

[-] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Thank you. I'll ask questions here, but might find out more while reading the other answers.

~~So, SDL provides a window with an OpenGL surface. What is OpenGL? Is it an API spec that can have multiple implementations like the opensource implementation that is Mesa? Is DirectX 3D the same just with a proprietary implementation?~~ @[email protected] answered this.

And when you say "Vulkan is multi-threaded", does that mean that the implementation uses instructions for drivers that target a multiple GPU cores? I would have expected the multi-threaded or parallelism aspect to be handled by the driver, not the driver client (in this case Vulkan or Mesa/OpenGL).

Anti Commercial-AI license

93
submitted 1 week ago by [email protected] to c/[email protected]

I just read "Google Continues Working On "Magma" For Mesa Cross-Platform System Call Interface" on Phoronix and didn't get it. That made me realise my knowledge and understanding of these things is barely existent. I did write an MS paint clone on linux in C++ a really long time ago and the entire thing was with opengl (it looked like crap), but since then... nothing.

So my understanding is that the graphics card (or CPU if there's no graphics card), writes to a component which is connected to a screen and every cycle (every 1/60 seconds if 60Hz) the contents are sent or read by the screen. OpenGL provided a common interface to do so, but has been outdated since... a while and replaced by Vulkan. Then there are libraries either built on top of are parallel to OpenGL. Vulkan can be parallel or use OpenGL if that's the only one supported IIRC.
However, I'm not sure if OpenGL is implemented at the hardware level (on the graphics card), software level, or both.

Furthermore, I don't understand where Magma, Meta, and MESA come in.

Maybe my core understanding is wrong or just outdated. I can't tell. Can anybody eplain?

Anti Commercial-AI license

98
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

A single contributor (oelmekki) had started integrating ActivityPub into GitLab, which could have been a huge win for the source forge, but despite praising him for it GitLab didn't assign enough resources to help him out. Unsurprisingly oelmekki ran out of steam and now, a year or so later, Gitlab just closed the epic.

Comments have started coming in from the community (and customers) expressing their frustration with GitLab over the decision. The ticket was reopened but without an official communication.

Anti Commercial-AI license

13
submitted 4 weeks ago by [email protected] to c/[email protected]
7
submitted 2 months ago by [email protected] to c/[email protected]

It's like to hackterms but opensource. I found myself having to look up some terms and not finding them on wikipedia. When I finally find the meaning, I add to my own personal dictionary and rarely hackterms, because contributing to a closed-source project that might just someday disappear seems wrong.

96
submitted 2 months ago by [email protected] to c/[email protected]

A few people pointed out that many rust projects were MIT licensed and since then I indeed have seen MIT licensed projects everywhere in Rust. Then I found the link of this post and it looks like MIT was by far the most popular license in all of opensource in 2023.

Any ideas why?

36
submitted 2 months ago by [email protected] to c/[email protected]

A distributed, content-addressed filesystem across the internet, not just in a home LAN, than can be mounted (fuse or whatever else), doesn't require storing data twice, has a reasonable API and acceptable documentation.

Does something like that exist?

31
submitted 3 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

Both seem to post similar memes and jokes. This community doesn't have a sidebar text to clarify what the community is nor when to post what stuff where, and it's not clear why the community exists.

24
submitted 3 months ago by [email protected] to c/[email protected]

I left Github a while ago and have been relying on simple pre-push scripts in my workflow, but would like to be able to test PRs from others without putting my machine at risk. Besides codeberg and radicle (neither of which have reliable CI), I also have a build machine, where I could run CI jobs, however it is important that the CI jobs can also run locally so that external people do not require access to the build machine.

Is there a CI that can do those things (run locally and remotely)?

Anti Commercial-AI license

19
submitted 3 months ago by [email protected] to c/[email protected]

Why do so many games rely on client-side anti cheat and stuff like kernel level anti-cheat?

Anti Commercial-AI license

1
submitted 3 months ago by [email protected] to c/[email protected]
19
submitted 3 months ago by [email protected] to c/[email protected]

The Linux foundation announced "neonophos", but Eurostack has been around for a while. Why do these two exist separately and not together?

26
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

I configured steam to open on a separate desktop using window rules, but it also grabs the attention and plasma will automatically switch to the desktop it opened to. Is there a way to stop that from happening?

Steam opens 3 windows, so switching to another desktop will be reverted 3 times.

Anti Commercial-AI license

[-] [email protected] 136 points 1 year ago* (last edited 1 year ago)

Multiple things:

  • get rid of mandatory mailinglists
  • use a modern git flow without emails
  • get the hell off of discord
  • don't make me a "maintainer". I write code, I love it. Don't Peter Principle me
  • pay me if I'm supposed to care

The goddamn Linux Foundation is investing more into AI than friggin Linux. They could be hiring hundreds of staff to work on Linux with the billions they shove unto AI. What the fuck are they doing? Mozilla is another offender.

Open source foundations with money should be using it to develop open source.

Also, on greybeard conferences: allow virtual participation please? My company isn't going to give me 4 days off to travel somewhere for one day, have a 2 day conference, then take another day to get back. Nor am I going to pay 200+โ‚ฌ or something as an entrance fee on top of my ticket halfway around the world.

Anti Commercial-AI license

[-] [email protected] 197 points 2 years ago

๐Ÿ‘ OPEN ๐Ÿ‘ SOURCE ๐Ÿ‘ AFTER ๐Ÿ‘ OBSOLETION ๐Ÿ‘

view more: next โ€บ

onlinepersona

0 post score
0 comment score
joined 2 years ago
MODERATOR OF