F04118F

joined 2 years ago
[–] F04118F@feddit.nl 1 points 1 week ago

So, fish are paraphyletic to whales?

[–] F04118F@feddit.nl 4 points 1 week ago (2 children)

If you are successful as a content creator, whatever the platform, you have great marketing, communications and branding skills. How transferable do you want the skills to be?

[–] F04118F@feddit.nl 39 points 2 weeks ago (9 children)

It is possible that this misgendering was part of a pattern of abuse: there are laws against being abusive to your coworkers.

This publication is clearly trying to make it look like using the wrong pronoun accidentally will cause "the gays" to sue you for tens of thousands, which is obviously nonsense.

[–] F04118F@feddit.nl 7 points 2 weeks ago (2 children)

Trans Manner sind echte Männer! Trans Frauen sind keine echte Männer.

[–] F04118F@feddit.nl 1 points 2 weeks ago (3 children)

I'm not actually sure because I haven't measured it. But I've read that while CPU and memory overhead is small, disk IO is much faster without virtualization.

[–] F04118F@feddit.nl 11 points 2 weeks ago (1 children)

This is an early prototype, a fully developed product for both sides is being worked on.

Coming soon to a shelter near you!

[–] F04118F@feddit.nl 9 points 2 weeks ago

Definitely! Actually their stability can be much better than a cat's (cats tend to shuffle around whenever they like)

[–] F04118F@feddit.nl 3 points 3 weeks ago* (last edited 3 weeks ago)

Desktop environment AND desktop app toolkit/library, like GNOME + GTK or KDE + Qt, not just a desktop environment.

https://github.com/pop-os/libcosmic

[–] F04118F@feddit.nl 7 points 3 weeks ago (4 children)

Waiting for the day the question becomes:

Qt or Cosmic?

☺️

 

I am not the author.

I found this blog to have both a short summary of the reasons as well as a pretty complete overview of the options for protecting against this specific threat model. I can just send this to people and they'll understand the why and the how.

 

Currently moving my partner and I from Google to the Proton Duo plan.

Mail import and forwarding is great, the calendar is decent (we only miss the month overview widget on Android), the missing Linux Drive client is a pain (I tried to mount a subfolder with rclone and am now getting 429-ed (rate limited).

Some unsolved usecases we have are on mobile:

  • We use Google Keeps to share lists and take notes, and would like a mobile, non-Google, syncing notes app with a widget.Rsync is OK, we don't need it to constantly synchronize, daily is enough.

  • We use Google Sheets on mobile to track things like board games and cat weight. Any ideas for a syncing mobile-friendly sheets app?

I've tried Standard Notes but it doesn't seem to have an Android widget.

Cryptpad UI is too cluttered on mobile.

Any ideas?

EDIT: Thank you for all the quality replies!! So far I've found Collabora Office to have an amazing Mobile UI. Unfortunately I can't edit files in Proton Drive in another app on Android, and manually downloading and uploading sucks. So I'll need to figure something out for sync.

In terms of notes: Standard Notes, Joplin and the Obsidian apps I found have no included widget. NotallyX does, and the styling feels a lot like Keep. There is a separate ObsidianToDoWidget app but it hasn't seen any update in 2 years. Dark Note looks nice but looks like it isn't open source.

So for now I'll go with NotallyX for the note widget.

Both Collabora Office and NotallyX will need an external app for sync so I'll check SyncThing For Android now.

93
Any Proton Drive users here? (community.home-assistant.io)
submitted 6 months ago* (last edited 6 months ago) by F04118F@feddit.nl to c/homeassistant@lemmy.world
 

cross-posted from: https://feddit.nl/post/28357841

Are you interested in a Proton Drive backup location in Home Assistant's new built-in backup tool?

 

Are you interested in a Proton Drive backup location in Home Assistant's new built-in backup tool?

 

Recently got started with Nix and Home-Manager. I thought Advent Of Code would be a good way to get more comfortable with the Nix language.

I don't think I ever made it beyond Day 6 though, even in my most comfortable language (Python) so no idea where this will strand.

I am learning a lot about Nix though!

Have you used the Nix language outside of configuration? Let's share and discuss!

 

cross-posted from: https://feddit.nl/post/24216224

Problem: new kernels not showing up in boot menu

I can install new kernels, and I see them in /boot/efi/{PARITION_UUID}, but they don't show up in the systemd-boot menu.

Data

Normally, Fedora shows the 3 latest kernels (plus a recovery kernel) in the boot menu. I only see up to 6.11.6 in the systemd-boot menu. On the /boot partition, I see much newer kernel versions (both labeled fc40 and fc41)

➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30 -l
total 20
drwx------. 2 root root 4096 Jul  4 19:25 0-rescue
drwx------. 2 root root 4096 Nov  8 12:42 6.11.6-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 18 17:57 6.11.7-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 12 16:47 6.11.7-300.fc41.x86_64
drwx------. 2 root root 4096 Nov 20 10:10 6.11.8-300.fc41.x86_64
➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30/6.11.8-300.fc41.x86_64 -l 
total 72484
-rwx------. 1 root root 57917440 Nov 20 10:10 initrd
-rwx------. 1 root root 16304488 Nov 20 10:10 linux

Systemd-boot

I started with other distros on this disk before I settled on Fedora. Since I was happy with systemd-boot and its automatic discovery of boot entries, I chose to use systemd-boot when I installed Fedora. I know that Grub is the default bootloader and manager for Fedora, but I have systemd-boot. It's an option in the installer.

Major OS upgrades and rolling back the rollback

Last weekend I upgraded from Fedora 40 KDE Spin to Fedora 41. On the next Monday morning, screensharing in Edge Browser had stopped working, so I rolled back to a Fedora 40 snapshot with BTRFS Assistant. This turned out to be an issue in the latest Edge version, not in the underlying OS, so I rolled back the rollback and went to the Monday evening snapshot, then upgraded my packages.

Ever since, I'm not seeing new Kernels in the systemd-boot menu. Any idea how I can fix this, short of a fresh install of Fedora 41 KDE?

 

Problem: new kernels not showing up in boot menu

I can install new kernels, and I see them in /boot/efi/{PARITION_UUID}, but they don't show up in the systemd-boot menu.

Data

Normally, Fedora shows the 3 latest kernels (plus a recovery kernel) in the boot menu. I only see up to 6.11.6 in the systemd-boot menu. On the /boot partition, I see much newer kernel versions (both labeled fc40 and fc41)

➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30 -l
total 20
drwx------. 2 root root 4096 Jul  4 19:25 0-rescue
drwx------. 2 root root 4096 Nov  8 12:42 6.11.6-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 18 17:57 6.11.7-200.fc40.x86_64
drwx------. 2 root root 4096 Nov 12 16:47 6.11.7-300.fc41.x86_64
drwx------. 2 root root 4096 Nov 20 10:10 6.11.8-300.fc41.x86_64
➜  ~ sudo ls /boot/efi/808f2c9ae4464f1ab2f0a7d367da1b30/6.11.8-300.fc41.x86_64 -l 
total 72484
-rwx------. 1 root root 57917440 Nov 20 10:10 initrd
-rwx------. 1 root root 16304488 Nov 20 10:10 linux

Systemd-boot

I started with other distros on this disk before I settled on Fedora. Since I was happy with systemd-boot and its automatic discovery of boot entries, I chose to use systemd-boot when I installed Fedora. I know that Grub is the default bootloader and manager for Fedora, but I have systemd-boot. It's an option in the installer.

Major OS upgrades and rolling back the rollback

Last weekend I upgraded from Fedora 40 KDE Spin to Fedora 41. On the next Monday morning, screensharing in Edge Browser had stopped working, so I rolled back to a Fedora 40 snapshot with BTRFS Assistant. This turned out to be an issue in the latest Edge version, not in the underlying OS, so I rolled back the rollback and went to the Monday evening snapshot, then upgraded my packages.

Ever since, I'm not seeing new Kernels in the systemd-boot menu. Any idea how I can fix this, short of a fresh install of Fedora 41 KDE?

 

cross-posted from: https://feddit.nl/post/21143429

0
Troonrede 2045 (www.youtube.com)
 

cross-posted from: https://feddit.nl/post/21143429

 

Context: in the UK, climate activists got 4-5 years in jail for planning a non-violent protest. The law that made this possible was literally written by the oil lobby: https://www.opendemocracy.net/en/dark-money-investigations/rishi-sunak-right-wing-think-tank-anti-protest-laws-policy-exchange/?ref=publicsquare.uk

 

cross-posted from: https://feddit.org/post/492288

ich🌭iel

 

cross-posted from: https://feddit.org/post/492288

ich🌭iel

view more: ‹ prev next ›