Max_P

joined 1 year ago
[–] [email protected] 14 points 2 days ago* (last edited 2 days ago) (1 children)

Make it through the web UI, this is not implemented as far as I know as that's not a particularly common operation.

Also [email protected]

[–] [email protected] 4 points 2 days ago (1 children)

The only thing I wished worked with it is Android Auto. I tried developer options and everything, it refuses to run in the car, at least the F-Droid version.

[–] [email protected] 281 points 2 days ago (19 children)

Isn't he the same person who calls adblocking piracy?

He's also got a generally nuanced opinion of piracy, in that it's justifiable in some situations. If you call it piracy and you're okay with piracy then it's not really a contradiction.

Being willing to talk about it despite working against your interests isn't always bad depending on context.

[–] [email protected] 3 points 2 days ago (1 children)

They'll appear removable but if you don't put users in the option it shouldn't be unmountable.

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago) (5 children)

KDE has Plasma BigScreen. It's a little buggy but mostly world alright and automatically supports HDMI CEC to keyboard conversion so you can navigate most apps.

[–] [email protected] 2 points 2 days ago (3 children)

Titus is fairly trustable (he's made a few videos on the dangers of custom Windows ISOs like AtlasOS) but the thing is written in good chunks with AI assisted development and it's also the dude's Rust learning experience as well, so the code is not great. Parts of it are meant to run under ArchISO to install Arch (another sin, an automatic Arch installer) so it makes sense to want to just one-liner download and run the prebuilt binary.

I wouldn't use it personally but his audience is for it. It targets quick and easy, not proper and secure. It's mostly meant to easily install and clone his setup, it's too early in development to really be that useful for everyone.

On the winutil side he also does the | iex PowerShell sin, but the toolbox do be really useful to debloat a Windows install.

[–] [email protected] 15 points 2 days ago (3 children)

I've read some posts about editing fstab to mount them at startup, but they don't cover whether the drives will be available to other users or not. Can I just add them to fstab and mount them somewhere that's available to all users, then sort out the permissions? If so, where's the best place to put them?

Yes pretty much. It just explicitly tells the system where to mount it, and for some filesystems you can even force the UID/GID and modes.

Usually /mnt/whatever for static mounts and /media/whatever for removable mounts (those appear as drives in file managers, whereas /mnt doesn't). You can set the users option in fstab and it'll let users mount and unmount it without sudo as well, or auto to always mount it on boot.

From there usually you can make a shared group, chown the mount to root:thatgroup, then chmod g+s to make sure the group is inherited. And you should mostly be good to go.

[–] [email protected] 10 points 3 days ago

You can't, because normies don't care about tech other than it benefits them directly in some way. They care about the experience they get and doing the same thing everyone does because normies are like sheeps.

Normies barely even get how emails work and it's been like over 40 years. They know if they sign up for Gmail it's free, they get a ton of space and an @gmail.com address. That's it.

And even then, people looked at me weird back in 2007 when I made my Gmail account because "everyone uses Hotmail, why wouldn't you use Hotmail, everyone uses it so it must be the best". Heck just yesterday, the teller at the mechanic shop looked at me weird because I used [email protected] to place the online order, they were utterly confused. They thought I made a Gmail or Outlook for all of those aliases. People don't think about using emails, they think about using Gmail or Hotmail/Outlook.

Same with Reddit, it didn't become popular until normies felt like they were missing out by not being on Reddit, and arguably that was Reddit's downfall flooding the site with the same repeated arguments and opinions over and over. And for that too, I've been told my "Reddit looks weird" because I use a third-party app. People want to use Reddit so they download Reddit.

Normies don't use Twitter because they want to microblog, they use Twitter because their idols are on Twitter and they want to mimic them. If Taylor Swift opened a Mastodon account and posted exclusively there, we'd get a massive spike of users. And they all would want to register on the same instance as her and it would be the only viable instance to them.

They just want to fit in and do the same as the others, using the same services and same apps and everything. "Influencers" are everything these days.

The best way to get normies on the Fediverse is IMO, endorsing Threads and BlueSky, which will effectively force them to integrate because those platforms integrate.

[–] [email protected] 8 points 4 days ago

Manipulating the game can be a lot of fun, more than the game itself. In a way, it kind of becomes like a higher level kind of game. When done appropriately and not ruining other people's fun, that is. I've had good fun on friend's private servers and giving their shit code a good stress test.

I have zero respect for those that just download cheats and use them to pass off as skilled and ruin the fun for others. It's like ethical hacking: do it with permission or at least be transparent about it.

There's game servers out there to play against other cheaters, and it can truly be hilariously broken and entertaining. I've also been quite fascinated by Minecraft servers like 2b2t where cheating is basically necessary to survive at all. The exploit content and drama that have come out of this server is bonkers. But everyone knows they're playing against cheaters, the fun is seeing how you can outcheat your opponents.

There's also the whole speedrunning community, the ways people have broken games wide open. Fascinating and very entertaining stuff. The skills you need to perform a lot of those glitches are insane and extremely challenging. Hours of grinding to get frame perfect glitches work, several times during a run. It's a whole new puzzle, with so many more variables.

Why would someone cheat on games like CS2, Apex, Valorant and the likes, that I don't know. Some people are really just kind of losers I guess. I personally don't see the appeal, I'd want to be famous for the cheats and not even compete with non-cheaters because that's just plain unethical and unfun. There's also a big difference between finding dupes in Minecraft vs an aimbot in a competitive shooter.

[–] [email protected] 25 points 4 days ago

I used Boost for Reddit, and now Boost for Lemmy.

It's incredible how much the app is part of the experience. Same experience, completely different data source, it mostly just feels like early Reddit again, with niche subs of mere hundreds of people.

People are on average nicer here. Few loud nutjobs but overall I have mostly pleasant discussions.

[–] [email protected] 40 points 5 days ago (1 children)

Patience. It really helps to have all the latest set up: SPF, DKIM, DMARC. Then after that it's a matter of IP reputation, you can email the various blocklists and you wait for the rest of them to clear on their own.

I've had that IP for 10 years and it has never sent spam, and I've sent enough emails that people open that it actually does get through fine. I haven't had to think about it for a long time, it just keeps on working. Barely had to even adjust my Postfix config through the upgrades.

[–] [email protected] 5 points 1 week ago

You can boot it in a VM and do it from a VM. In fact even if the VBIOS is completely broken, you can still usually override the VBIOS in libvirt/qemu and boot it anyway and then you can flash it.

 

Neat little thing I just noticed, might be known but I never head of it before: apparently, a Wayland window can vsync to at least 3 monitors with different refresh rates at the same time.

I have 3 monitors, at 60 Hz, 144 Hz, and 60 Hz from left to right. I was using glxgears to test something, and noticed when I put the window between the monitors, it'll sync to a weird refresh rate of about 193 fps. I stretched it to span all 3 monitors, and it locked at about 243 fps. It seems to oscillate between 242.5 and 243.5 gradually back and forth. So apparently, it's mixing the vsync signals together and ensuring every monitor's got a fresh frame while sharing frames when the vsyncs line up.

I knew Wayland was big on "every frame is perfect", but I didn't expect that to work even across 3 monitors at once! We've come a long, long way in the graphics stack. I expected it to sync to the 144Hz monitor and just tear or hiccup on the other ones.

 

The current behaviour is correct, as the remote instance is the canonical source, but being able to copy/share a link to your home instance would be nice as well.

Use case: maybe the comment is coming from an instance that is down, or one that you don't necessarily want to link to.

If the user has more than one account, being able to select which would be nice as well, so maybe a submenu or per account or a global setting.

view more: next ›