[-] moonpiedumplings@programming.dev 5 points 2 months ago* (last edited 2 months ago)

It's mostly a self hosted thing I think.

Also, it's more of a "meta service", as it's a package thay contains many relevant other services, like opencloud (nextcloud/gdrive alternative), element/matrix and more. It's designed to be the whole package.

You can also consider deploying or paying for SAAS versioms of each software individually, which may be better because, as you've noticed, the docs for some of the German software is all in German.

Also, it does seem to have a SAAS:

Our SaaS offering is available to organisations in Germany with a minimum of 500 users, but on-premise installations have no minimum user requirements.

From the faq.

[-] moonpiedumplings@programming.dev 5 points 3 months ago

The creator of this software streams on twitch, using the "linux" tag which I follow around. I think she uses debian stable or unstable last time I was on the stream. She also has an owncast, which is like an open source self hosted twitch.

https://expiredpopsicle.com/about.html

I really enjoy when people dogfood software.

[-] moonpiedumplings@programming.dev 5 points 3 months ago

What about the f droid version?

[-] moonpiedumplings@programming.dev 4 points 1 year ago* (last edited 1 year ago)

Don't have this issue on archlinux. I think there is a group, which if you are part of, you can change networking settings.

[moonpie@cachyos-x8664 ~]$ groups moonpie
sys network wheel audio kvm lp storage video users rfkill libvirt docker moonpie
[-] moonpiedumplings@programming.dev 5 points 1 year ago* (last edited 1 year ago)

You're probably going to end up on Jitsi meet, but I'm also going to drop a recommendation for bigbluebutton.

I recently noticed that it was integrated into the open source Learning-Management-System Canvas, which every school I have gone to so far uses.

Although bigbluebutton doesn't seem to explicitly support e2ee (but maybe this counts for something), if you are already using Canvas, BigBlueButton definitely worth looking at.

I really, really wish people at my school would use the integrated bigbluebutton instead of using zoom, especially given I've seen people occasionally have issues with authentication for zoom, but all of that stuff is handled with bigbluebutton because it's fully browser based and integrated into Canvas.

Is it possible to allow DRM content for just 1 website ( Netflix ) , while other websites on the same browsers are not allowed to do it?

I would use multiple firefox profiles for this. If you go to about:profiles or use the command firefox -P to launch firefox, you can view and create other firefox profiles. Each firefox profile is essentially it's own instance of firefox, complete with different history, extensions, and setting. You could have a "Netflix" profile and a regular browsing profile.

[-] moonpiedumplings@programming.dev 5 points 2 years ago* (last edited 2 years ago)

I attempted to find evidence to support this.

I found one reddit post claiming this, but they themselves did not provide any evidence.

freedom of religion is a human right bruh i did not say anything but i believe in god the banned me and claimed i was being homophobic 1. i said nothing about it 2. stfu even if i was

​Not exactly the most compelling piece of evidence, and this was all I could find.

Nothing that is more questionable than lxd, which now requires a contributor license agreement, allowing canonical to not open source their hosted versions, despite lxd being agpl.

Thankfully, it's been forked as incus, and debian is encouraging users to migrate.

But yeah. They haven't said what makes proxmox's license questionable.

Mozilla: ignores years of customer complaints and requests

Are these customers donating, or purchasing mozilla products or services so that mozilla doesn't have to rely on google's donations?

Mozilla: creates new product nobody asked for

https://github.com/Mozilla-Ocho

Nearly 10k and 400 stars on those respective repos.

A way to run a large language model on any operating system, in any OS, in a simple, local, and privacy respecting manner?

For linux we have docker, but Windows users were starving for a good way to do this, and even on linux, removing the step of configuring docker (or other container runtimes) to work with nvidia, is nice.

And it's still FOSS stuff they aren't being paid for, currently. But there are plenty of ways to monetize this.

Here's an easy one: tie in the the vpn service they have to allow you to access the web ui of the computer running the llamafile remotely. Configure something like end to end encryption or or nat traversal (so not even mozilla can sniff the traffic), and you end up with a private LLM you can access remotely.

With this, maybe they can afford some actual development on firefox, without having to rely on google money.

[-] moonpiedumplings@programming.dev 4 points 2 years ago* (last edited 2 years ago)

It appeals to me for management of a windows machine for a few things:

  • Lots of machines at once, over winrm. Although ssh is the default, as ansible is linux first.
  • I don't have to learn powershell - the shared language means the windows teams and the linux team don't have to learn eachother's language. In ansible, it's very easy to avoid the footguns that come with something like bash, especially after you install the red hat linter, ansible-lint, which warns of ansible's own footguns.
  • easy to version control it
  • premade stuff: the official "modules" are massive and do a lot. There are also community packages: https://galaxy.ansible.com - of course, you should probably check any stuff you run first. But ansible is very easy to read.
  • built in secret management. Encrypt secrets, but still be able to use them smoothly with the automation framework.

For just one machine? Task scheduler is probably good enough. 2-3 machines, managed remotely? Ansible is at least worth looking at.

Edit: also, really good docs. Like, check out this active directory module with examples: https://docs.ansible.com/ansible/latest/collections/microsoft/ad/object_info_module.html#ansible-collections-microsoft-ad-object-info-module

The examples are very helpful, with things like getting a list of ad users. I used that to create a ansible script to shuffle all ad user passwords - while being a a linux lover who hates windows and has literally never touched ad before this.

https://github.com/CSUN-CCDC/CCDC-2023/blob/main/windows/ansible/testing/users.yml

https://github.com/CSUN-CCDC/CCDC-2023/blob/main/windows/ansible/roles/domain/tasks/main.yml

https://the-guild.dev/blog/judging-open-source-by-github-stars

On phone rn, but I'd love to see someone run the fake star checking project at projects like this.

Yes.

Ubuntu and debian both use apt, but differing repos. Different versions of ubuntu/debian use different repos, with newer/older software.

view more: ‹ prev next ›

moonpiedumplings

joined 2 years ago