

That would have the same effect as just taking the site offline…
No one is giving a random site their photo ID.
Formerly @russjr08@outpost.zeuslink.net
That would have the same effect as just taking the site offline…
No one is giving a random site their photo ID.
Oh interesting, it’s been a while since I have tried to use Apple TV (roughly 7 years or so - I don’t use any Apple devices anymore), this wasn’t available at the time so I’m glad to see there’s finally some native support.
I always assumed it was more or less targeting the federation of issues/MRs.
The git side of things is already distributed as you said, but if you decide to host your random project on your own GitLab instance you’ll miss out on people submitting issues/MRs because they won’t want to sign up for an account on your random instance (or sign in with another IdP).
This is where a lot of the reliance of GitHub comes from, in my opinion.
I think they meant Apple’s “tvOS” - which powers the Apple TV set top box.
There’s no client for it, if I had to take a guess it’s likely due to the costs of doing so.
Edit: Whoops, it appears I’m a bit out of date on this.
I’m quite confused by some of the pain points that the author mentioned. For example, the Dolphin view switch icon - you absolutely don’t need to click on the dropdown to change the view, you can click the icon itself and it’ll change (and I’m pretty sure this is why the button is “two buttons” and has the divider next to the dropdown icon).
For Spectacle, regarding the extra mouse clicks - most of the functions include a (global) keyboard shortcut by default and for the few that don’t, you just need to set one.
Floating panels: Whether you like the design of a floating panel or not is of course subjective. However the author mentions that you need to “aim like an idiot and waste your time hitting the ‘floating target’” - except no, you don’t. They can “slam their mouse into the screen corner” because the target zone for the applets extends below and to the corners of the screen. If you want to open the Application Launcher for example, you can “slam” your mouse to the bottom left corner and click - it will open. Same with every applet (I do not believe this to be something the applet controls, but rather the panel itself so it should work with any applet).
Kubuntu’s “anti-user move” is not controlled by the KDE team. Not sure how much control Ubuntu spins have over their packages, but it is either a Canonical move or a move by the Kubuntu team - regardless, its not something the KDE team mandated (AFAIK they are not removing X11 support). The only thing the KDE team has done is make the Wayland session the default.
Regarding the bugs they’ve found, I hope they reported those on the KDE bug tracker.
This line in particular made me laugh a bit though:
… plus “simple” interfaces is NOT going to win the hearts and minds of the common people. That’s not how it works.
Yes, it does. A “common” person does not care in the slightest that libmyfancylibrary
was updated to version 1.2.3.4, I mean I’d argue they don’t care in general about updates but I digress.
No thanks, I think I’ll pass on sending out messages that look like spam.
That would be a reason for the feature not being available.
The feature is there, it just apparently doesn’t always work reliably.
I’d be highly surprised if Wayland actually has a protocol for applications to just type across other applications, we barely even have global shortcuts (it’s getting there but reaaaaaally slowly).
KPXC might be able to get around it by using whichever method ydotool
does (by faking a device AFAIK) - probably needs root to do this though, and it would also need to implement the global shortcuts API to be able to respond to a key bind I believe.
So perhaps a bit of column A and column B.
According to another user in here, blocking on Mastodon actually works. So seems like it is possible to do in the Fediverse.
I was not aware of this, but their implementation of how they do this does bring up the limitation I mentioned. The other user cannot see your posts only if you are on the same server:
If you and the blocked user are on the same server, the blocked user will not be able to view your posts on your profile while logged in.
I actually thought blocks were public already.
They’re not, well - the operator of your instance could go into the database and view it that way in the same way that they can see your email address. But aside from someone who has database access to your instance, blocks are not public. What is public is the list of defederated (“blocked” so to speak) instances for an entire instance (this can be viewed by going to /instances
of any instance), which might be what you were thinking of?
And personally I don’t see how it would be an issue if people that I haven’t blocked can see who I’ve blocked.
How exactly would you enforce that, though? If your blocks were public, all the person who you’ve blocked would need to do is open a private browsing window and look at your profile to see that they’ve been blocked.
If we’re looking at blocks as being a safety feature, I would think that having your blocks broadcasted to every single instance would be classified as harmful and a breach of your privacy. This is why although an instance that you register with has to have your email address that you signed up with, they don’t broadcast it to all other instances (same with the encrypted value of your password) - because otherwise it would effectively be public.
Perhaps I’ve just got the wrong stance, but considering that you can never block someone from viewing your content with an absolute guarantee (if the blocks were broadcasted, you still couldn’t prevent someone from just simply logging out, or standing up their own instance and collecting the data anyways) I would not consider that tradeoff to be worthwhile. Not that my stance has any weight since I’m not a maintainer for Lemmy (or any of the Fediverse software), but I wouldn’t be surprised if that has at least come up to those who are developing the various Fediverse software.
Aside from the rest of the discussion that has already occurred here, I’m not actually sure how this would work from a technical perspective.
You and I are on two completely different instances, if I were to block you, how is your instance supposed to know this in order to stop you from reading my comment?
The only way I could see that working is if the list of users you blocked were federated too, and effectively made public (like votes currently are) - which seems counterproductive to the problem at hand.
Then what happens if you post in a community where someone you’ve blocked is a moderator? Or if you block the admin of another instance? If you can “cloak” yourself from being moderated by just blocking them, that seems like an exploit waiting to happen. As far as I’m aware, on Reddit blocking a user doesn’t hide your comments from them - but they can no longer reply to them, and I assume this is why that is the case. Unless that has very recently changed.
The biggest difference between Lemmy (and all software within the Fediverse - for example, I’m pretty sure Mastodon is this way as well), is that there is not one singular authoritative server. Actions like this need to be handled on all instances, and that’s impossible to guarantee. A bad actor running an instance could just rip out the function that handles this, and then it’s moot. I mean, they wouldn’t even need to do that - they’d have the data anyways.
You could enforce it if both users are on the same instance I suppose, but this just seems like it would only land with the blocking feature being even more inconsistent.
This can sometimes come at the cost of intuitiveness however. As an example that just happened to me the other day, I was using Pinta which uses libadwaita and had opened an image to make some modifications to it.
All was going well until I wanted to save a new copy of it (and not override the original). The toolbar has all of these functions on it, open, save, undo/redo, etc… but not Save As.
Apparently there’s a tiny little overflow button on the far right side, click it and you get a whole bunch of functions - one of them being the holy “Save As” option I was looking for. I almost went down the route of making a copy of the image outside Pinta and then just overwriting the original.
Apparently the idea of making a copy of an image is blasphemy. Even Microsoft Word when they had first moved to the Ribbon UI made the save button have a little dropdown right under the save option to reveal Save As.
Don’t get me wrong, I love how some libadwaita apps look. Mission Center for example? Chef’s Kiss - but it’s a very simple application that all I need to do is open it to have a quick look at the very pretty looking graphs. Although the latest update seems to have gotten rid of being able to have the sidebar open persistently (now taking an extra click to change between performance graphs)… But I still need to double check to see if that’s intended vs being a bug before I judge that too harshly.
I pretty much agree, personally I rarely ever downvote a comment/post - to the point where I cannot even recall when my last downvote was, unless I accidentally have done so via a mobile gesture (I try to be cautious about this). If I were at my PC, I’d check my instance’s database, but alas.
[The rest here on is more of a “6 o’clock in the morning stream of thoughts from my perspective” thing. My friends know me as being very verbose - last paragraph is where I try to steer back on track]
If I do upvote something, generally it’ll be something that I feel is driving forward a discussion in good faith (even if I don’t necessarily agree with the content itself) and is respectful of all parties involved.
Though a lack of an upvote from me doesn’t indicate disagreement either.
An actual flat-out disagreement from me tends to be more on the rare side of things. Because so many comments are an opinion / viewpoint rather than solid fact. It’s one thing to say “No, 2+2 does not equal 5” since that is rooted in fact.
Whereas I have to feel pretty strongly about something to directly challenge an opinion, especially since it super easy to misjudge tone on the Internet/across text and I’m not here to unintentionally start a war over something that doesn’t have a right or wrong answer (within reason - but even that itself is something that isn’t binary). I try to be cautious about asserting something is wrong unless I’m very sure of it (even if I do often fail at that, given the previous issue of tone being hard to judge across text), and of course in most cases you can’t really say another person’s opinion is unequivocally wrong.
I don’t mind giving a different viewpoint, but again I try to be cautious about it because I don’t want to come across as “My viewpoint is ultimately right and yours is wrong” and that is unfortunately how a lot of discussions end up being seen (or I just simply make the human error of just having a far too strong opinion of my own).
I do my best to keep my tone as neutral as I can, though as they say “The road to hell is paved with good intentions.” My original comment is a good example of this, because I do agree that downvotes are far too often used in the manner that you stated. I also agree that they’re typically a poor way of criticizing someone if they don’t include a corresponding reply (if I say something that is factually wrong - or even just poor taste, I usually want to know about it so I don’t keep doing so!), my only divergence from the matter was that they are a criticism - just a really bad way of doing so.
I do wonder why Valve hasn’t enabled it by default. It’s only defaulted on SteamOS and in fact, I believe they removed the option to turn it off on SteamOS recently…
COSMIC is definitely a really neat desktop, and I’m looking forward to the stable release!
I have had the alphas installed and usually give it a go for a day or two each revision. Currently there’s definitely some oddities regarding graphical glitches, such as after suspending the system - but I like where it’s headed.
For me right now the biggest roadblock is the lack of a night light mode (blue light filtering). I’ve gotten so used to relying on it in other desktops.
I do have some crappy $20 blue light filtering glasses, but they’re… Not great or comfortable to wear for any extended amount of time. And my monitors’ built in color shifting mode is also pretty lackluster.
I think downvotes are criticism/judgment - even if it’s more of a silent type (in lieu of actually replying, as you pointed out).
Even from the standpoint of “You should only use downvotes to indicate that a comment/post is off topic for the community” that Reddit originally tried to (naively IMO, you can’t enforce it not being a “I disagree” button, but I digress) have is still what I’d consider to be criticism. Mainly because regardless of the vote being cast as that vs a general “I disagree”, it’s still an indication of disapproval of the commenter.
Criticism of course comes in a lot of forms, and can vary on the “level” of it - I wouldn’t say that downvotes are a high level of criticism, but one nonetheless.
That’s just my view of it, at least, I can’t see how they wouldn’t be a form of criticism - you shouldn’t use them as a “This breaks the rules” indicator because that should be a report instead of a vote IMO, otherwise it’s far less likely to be acted upon/handled.
Ooh! Is that swap implementation the default? I got back into LE for the launch of the newest season, and while I haven’t had any problems on my Ally or Deck yet, I just finished the campaign so I’m barely into endgame - I hear the issues start as you get deeper into monos…
Funnily enough, I use Cachy on my desktop, but I don’t recall seeing anything regarding this, but I’m definitely happy to run it on my Ally too if it helps avoid future potential crashes.
For me personally the advantage is that since the editor is opened by your user, it has all of the same config that I’m used to (such as my souped up Neovim config).
Whereas if you sudo nvim /path/to/file
then the editor is opened as root and you don’t have the same configuration.
Welcome to Lemmy!
For me the first Linux distribution I used was Ubuntu 8.04 - though I never had installed it on physical hardware, just a VM - VirtualBox IIRC (that didn’t occur till Ubuntu 8.10). I was in my early teenage years and had discovered Linux and found it interesting, I used the WUBI
tool to install it through Windows and updated the bootloader to keep Windows as the default (with a one second timeout) since it was the family computer, I think my family would’ve shat their pants if they randomly rebooted the PC and was greeted with Linux heh.
Though a few years later on an old secondary family laptop (it was the “someone else is using the other computer” spare/backup) that was running Vista, it had gotten so buggy and bogged down that I installed Kubuntu for my family and they happily used that until eventually that laptop was retired. It never got them to really look into permanently switching to Linux, but I think that’s more than fine - I’ve never been one to “proselytize” Linux: If it is the right tool for you, fantastic - if not, no hard feelings is how I see it. In the aforementioned case, it was the better tool over the bogged down and buggy Vista.
As for nowadays, its CachyOS on my desktop (I’m not married to it, but its been working alright for me for about a year now), SteamOS on my Deck, Fedora on my secondary laptop (an old intel macbook), and then Bazzite on my ROG Ally. Windows is still installed on a secondary drive on my desktop, but I very rarely have to boot into it.
Ah gotcha, that’s a bit unfortunate - good to know though!
The p2p meshnet that they were referring to basically is a local/small group ISP.
As for why a single person cannot (effectively) become their own ISP? It’s complicated. Really complicated. ISPs have to pay other ISPs just like you and I do, unless they’re a Tier-1 ISP/Network. Otherwise you’re always going to be paying to connect to (and generally paying for bandwidth) another network that has access to a network that then has access to a T1 network. T1s are basically the largest networks that hold (or can directly access) the majority of people on the internet. Top of the food chain, so to speak.
So in theory, yeah, you can become your own ISP - but you’ll still need to pay and be at the mercy of other ISPs. Datacenters are typically their own ISP, but they have to pay others to get online just like we do.