QuazarOmega

joined 2 years ago
MODERATOR OF
[–] QuazarOmega@lemy.lol 1 points 1 hour ago

While true we always had them, I believe It's a different implementation, since profiles made the old way aren't accessible in the new interface.

Do you have the menu?

Yes, on version 144.0.2 on Fedora

[–] QuazarOmega@lemy.lol 2 points 1 hour ago

I know what kind of pfp they put on, I JUST CAN'T PROVE IT

[–] QuazarOmega@lemy.lol 11 points 3 days ago

What line from article 3 makes you think that? It sounds to me like it's only talking about data processors inside and outside the EU that handle data of people in the EU

[–] QuazarOmega@lemy.lol 4 points 6 days ago* (last edited 6 days ago) (2 children)

Agreed, I think the author's feeling towards this is commendable in spirit, but to let a generic phrase be forever attached to a political movement in any setting is a bit much, even if it's infamously memorable, it doesn't belong to Nazis.
Still, it's just a name change, so, aside from a few lines of code to change, it doesn't badly affect anyone. All power to the author

[–] QuazarOmega@lemy.lol 1 points 1 week ago

Haha, I mean if you can get a megasquirt you're obviously doing something very right, maybe too right

[–] QuazarOmega@lemy.lol 1 points 1 week ago

I'm not usually an "I told you so" person, but...

I told them so!

[–] QuazarOmega@lemy.lol 1 points 1 week ago* (last edited 1 week ago) (2 children)

Oh it's pretty much the same thing but IMO actually a little worse, so if you didn't have luck with distrobox it's either a limitation or a misconfiguration somewhere

Edit: what the heck is a MegaSquirt with a dedicated forum on msextra.com?? Lmao

[–] QuazarOmega@lemy.lol 1 points 1 week ago (4 children)

How did you install it?
BTW, for these kinds of things toolbox is usually a good choice

[–] QuazarOmega@lemy.lol 8 points 1 week ago* (last edited 1 week ago) (1 children)

Which US clearly...

The pen

[–] QuazarOmega@lemy.lol 5 points 1 week ago (1 children)

Oh that's cool, I had no idea! Though does that apply to content removed for DMCAs?

[–] QuazarOmega@lemy.lol 89 points 1 week ago (7 children)

Copyrighted content

archived them

on GitHub

Idk man 🧐
Run the countdown to when it's taken down

 

I'm trying to activate the experimental desktop mode feature under

Settings > System > Developer options > Window management > Enable desktop mode

Even after rebooting as it says to do, whenever I connect an external monitor via HDMI or DisplayPort, the phone's screen is simply mirrored, no desktop mode.

 

I just started using the Summit app for a day and realised now I involuntarily downvoted quite a few comments conviced I was upvoting them, fooled by the color of the swipe action (I didn't look at the arrow showing up until now) and wanted to remediate even if it's pretty inconsequential.
Another option if ths one isn't really possible, how to browse my read posts, at least I'd be able to find the discussions I had read through

 

Cody, one of the first few decently good AI assistants that were well integrated into VSCode bit the dust just recently as the greedier and greedier Sourcegraph direction decided to switch to the completely Enterprise (read proprietary) "solution" Amp.

With this commit, another notable project by them goes down, first was their signature code search engine, now this, I just feel sorry for everybody who contributed and now will see pretty much all their efforts rendered meaningless, it was already apparent by how Sourcegraph approached Search sunsetting how much they care about open source, but I'd say this seals the deal even better if you needed insight into whether to trust them or not.

I think what's left by them that might be useful still is the zoekt library and a few other minor repos they have, but they're nothing compared to the impact of the other two.

Things like these make me question how we can just buy in to projects using non-copyleft licences, it's a time bomb, especially with corporate driven software and I see many developers fall into that trap, that in an endeavour for perceived simplicity, will choose Apache, MIT, Unlicense (pls not this one 🥲), or what have you and not care.
What people see as pragmatic in open source is really just a conclusion that comes from the point of view of the maker, rather than the community

 

Hello! I wanted to make some order in my screenshots, it would be extremely helpful if I could define defaults based on the app that is currently focused when taking the screenshot, if that's at all possible given Wayland's restrictions.
Do you know if there's a way, I haven't found any setting like that in Spectacle, but maybe there's some kind of workaround?

Edit: to add to @DmMacniel@feddit.org's solution, a few tweaks to make it a little easier to handle:

  1. If you want the actual screenshots to be placed elsewhere, you can create a symbolic link to that path with the name of the directory that is generated when you save the screenshot, e.g. I use it for a game, I tried to save a screenshot of it and it created a directory named "Genshin Impact", so I replaced that with a symlink to where I want it to be ("Pictures/Games/Genshin Impact/Screenshots")
  2. Since the title is only added when you take an "Active Window" screenshot, you can trigger it with Meta+Print Screen and as a bonus the screenshot is automatically saved with this shortcut, without needing to change other settings
 

I have a Pixel 8a, which is certified qi1, and 2 devices that can wirelessly charge it, a baseus battery pack and an ESR phone holder, they're both certified qi2 (which is backwards compatible with qi1), yet when I charge with them I can at most reach ~2.2W charging instead of the 7.5W advertised maximum for my Pixel 8a.
I don't understand why that is and if I can even theoretically reach the maximum supported charging power.
If so, how would I test my devices to figure out what their real thresholds are or if there are incompatibilities somewhere?

 

If an app that I have is marked for Automatic Removal due to deprecation I can't keep the app and update the rest, because if I try to click Cancel the whole update process stops, if I click Proceed the app will be uninstalled and then the rest gets updated.
Why does it work like this, am I just not supposed to keep deprecated apps for security concerns? I hope it's not intended, because this just hampers the user unendingly.
This time it's Metadata cleaner that is going, but it could be any app that someone relies on, they'd be forced to go to the command line to update the rest while keeping that one app?

 

Hi, I've got myself stuck on an issue, I've started a big rebase (I know that was already a bad idea to begin with, but, just in case, the information I'm looking for could always come in handy in other occasions), I reordered a few commits and squashed some, while in the process I resolved a few conflicts, then after I resolved one of them and got to the next conflict I realised that I shouldn't have put a certain commit there, is there a way to rewind the process to the previous step while staying in the rebase? That way I could move the commit to where it should be and continue.
I know you can edit the todo (git --edit-todo), but that only works for the next commits, I also can't just reset back by the number of commits I want, e.g. git reset --hard HEAD~4, because for the rebase those commits remain as done and doing git rebase --continue only brings me to where I am already, the next conflict to resolve.
So I wonder, is there a way to move out commits of the done list back into todo? Also for example if I trashed an unmerged file completely while messing around, so I can get it back to its initial state, this would be extremely useful

27
submitted 9 months ago* (last edited 9 months ago) by QuazarOmega@lemy.lol to c/fdroid@lemmy.ml
 

The Medito app is a (unsurprisingly) meditation/mindfulness app. Sort of the free software alternative to Headspace.
I haven't used it in a long time and was curious to see how it was doing, but I saw this:

  • it's only available on IzzyOnDroid now, I believe it used to be on F-droid at some point (edit: it wasn't)
  • the available release is 2 years old

So I thought, maybe the app was sadly just archived, but no, it's actually still under development, it's just that no releases have been published on GitHub for 2 years (2.0.48 clearly titled "Deprecated"), instead the Play Store releases keep being pushed out as recently as 3 February 2025 (3.2.0).
Oh and the issues tab has been disabled, which seems very shady to me.
So I wonder what the heck went down with this excellent app, it may still be considered "free software", also featuring the best licence (AGPL), but it looks like it has become unfriendly towards the community, I wonder why

38
submitted 9 months ago* (last edited 9 months ago) by QuazarOmega@lemy.lol to c/linux@lemmy.ml
 

I'm on a Fedora Kinoite system that is entirely on one LUKS encrypted drive, I recently added a second drive to have more space and I'm wondering how I should make use of it.
For now I formatted it completely with a new btrfs partition encrypted with LUKS and to actually add I thought I could:

  1. automount it to some location, not sure where I should mount it though, I've seen many questions online that say to avoid /mnt for permanent drives and also /media (there are contrasting opinions on that, though), so I thought I could maybe sidestep this question by going with the second option which is the following
  2. extending the already existing btrfs /sysroot to span across the 2 partitions on the separate drives, but I didn't find good information on this process when LUKS is involved. It seems like that kind of operation is heavily discouraged due to risking data loss

So I wonder, what is the best approach and the one that will give me fewer headaches? If it is the second, how do I do it?

Edit: going with the first option I had an issue where the drive wouldn't be mounted automatically at boot, I then read through my /etc/crypttab more carefully and saw that the UUID was wrong, I had used the partition UUID (PARTUUID as seen with the blkid command) instead of the actual device UUID, after correcting that it works and mounts correctly. Just a small oversight, the hardest to notice sometimes.
References:

 

Plasma's restore session functionality has started working for me relatively recently, but there's one thing that bugs me: all my windows are just dumped together into the same activity and workspace I'm in at login, so it becomes a big mess.
Is there a setting somewhere that tells it to respect the last position of the windows?

 

I wanted to install a few PWAs in my private space but the option for installation or shortcut creation isn't there on the same websites where it appears in the normal installation of the browser app.
Is this a limitation strictly related to the private space?

 

I've enabled auto download and installation of updates in the settings, but somehow they are never downloaded and installed in the background, nor when I do "install all", they all prompt me for confirmation.
Is there some setting to change to make it work?

view more: next ›