And RIP Malcolm-Jamal Warner too. Been a rough week that we’ve lost three loved entertainers.
- 0 Posts
- 114 Comments
cecilkorik@lemmy.cato Technology@lemmy.world•Surprising no one, new research says AI Overviews cause massive drop in search clicksEnglish511·13 hours agoJoke’s on them, I’ve already been working on that for decades. *pats ublock* This baby can bankrupt so many websites and I always hoped it could collapse the ad model completely.
In all seriousness, it’s becoming increasingly clear that we’re eventually going to have to build a new, free internet out of the wreckage of this one once the corporations are done with it. Technically it’s already there, nascent but ever so slowly growing and taking root, hiding in plain sight. Like the so-called dark web of tor, it already exists in parallel to the existing structures of the internet. Call it the deep web, the indie web, nostalgia web, unsearchable web, I’ve heard countless terms and most of them aren’t terribly accurate, but the web doesn’t need ads and google search to exist, it never did. It just needs humans, which despite the best efforts of big tech many of us still are, communicating directly with one another and documenting our billions of lifetimes of diverse collective experiences and knowledge.
We are the wealth of information in the internet. Corporations don’t own it. We are it.
cecilkorik@lemmy.cato News@lemmy.world•Military Says It Will ‘Continuously’ Monitor Bathrooms to Comply With Anti-Trans OrderEnglish8·2 days agoPart of the transition from a democratic government to an oppressive regime requires filling the military and police with only your supporters and thugs. This is all part of the plan.
cecilkorik@lemmy.cato Linux Gaming@lemmy.world•Thinking of switching my gaming desktop to linux. Should I?English51·2 days agoBazzite (immuatable) or Nobara (mutable) if you want something Fedora based. Both are great.
You absolutely can use VMs, but you don’t need a VM to run windows software and you won’t have a good experience if you try. Steam/Proton or Heroic/Proton handle basically all non-native games (sometimes better than the native version, sometimes better than Windows itself honestly). Wine/Bottles handles Windows applications. They just work. A VM is an additional layer of complexity and slowdown and missing features that will mess everything up.
Honestly the biggest headache is with the “linux native” stuff. It remains and exhausting and unclear figuring out whether I should use a system repository package (when available), flatpak, AppImage, snap, manually download a system package designed for the upstream distro, run it as a docker, or just unzip a raw tar.gz and build it myself. Because they’re all subtly different, provide access to different versions, behave in different ways, update in different ways (or not at all) and each method has certain applications where it makes the most sense. It ends up being a huge cognitive burden of inconsistency. Some work is done to streamline it but it’s far from transparent to the user. Maybe I’ve overthinking it but in my opinion it’s a quick way to turn your system into a mess where you don’t know what is installed where and how and why, having things installed in multiple ways and different places.
Subnet routing is generally far more complex than simply installing the client. If you aren’t succeeding at one you’re likely not going to succeed at the other.
I don’t know the exact problem based on what you’ve described and I’m not going to promise I can solve it for you but I’m going to try to give you some tools you can use to help yourself a little and hopefully be able to better understand what is going wrong and that will help you understand what you can do about it. Don’t get frustrated by this issue, this is a learning experience and this is a skill you need to invest in and develop so that you’re not just blindly copy-pasting instructions from videos (which is a bad place to be)
Step 1: Figure out where your tailscale.sh actually is.
Once inconsistency I noticed in your description of what’s going on is that you’re attempting to run
tailscale.sh
but you’re describing a path of/home/deck/documents/github/deck-tailscale.sh
not sure if this is just a typo or what but that describes a file calleddeck-tailscale.sh
which is not the same thing astailscale.sh
.I think the repository you’ve downloaded based on those instructions is called
deck-tailscale
however a repository is a folder full of files, and tailscale.sh is ONE of those files. That repository’s name would probably be/home/deck/documents/github/deck-tailscale/
so if you’re looking fortailscale.sh
inside that repository it will be/home/deck/documents/github/deck-tailscale/tailscale.sh
. (two tailscales in the full path, one for the repo and one for the file itself)You can verify all of these paths by using the
ls <path>
command, ls (that’s L and S, not IS) means “list” and is similar thedir
command in Windows, it will show if the file you specify exists, or if it is a directory it will list all the contents of that directory. ls is a useful command to explore the directories and see which ones exist and which ones don’t. You can work your way up the path to see where things are going wrong, for example, ifls /home/deck/documents/github/deck-tailscale/
does not exist, tryls /home/deck/documents/github/
and if that doesn’t work tryls /home/deck/documents/
and so onSecond note: I notice your documents path is
/home/deck/documents
I don’t have a steam deck in front of me to check, but my Linux system has a documents folder called/home/<me>/Documents
with a capital D. Paths on Linux are always case-sensitive. That means /documents is not the same thing as /Documents, which is not the same as /DOCUMENTS/ and if you attempt to use one when it’s actually the other, the file will not be found. Make sure the capitalization is correct in the whole path.Step 2: Once you’ve located the correct path name of tailscale.sh you should be able to run it with:
sudo <full-path-to-tailscale.sh>
Good luck.
cecilkorik@lemmy.cato Technology@lemmy.world•JavaScript broke the web (and called it progress) - Jono AldersonEnglish282·4 days agomakes it difficult to develop new browsers, giving one company a near-monopoly.
Totally an accident by the way! They weren’t trying to become a monopoly, promise!
cecilkorik@lemmy.cato World News@lemmy.world•PepsiCo to rebrand Lay's, Tostitos without artificial dyes, flavorsEnglish15·4 days agoI think I missed the part where they said this will all come at no cost to consumers… I’m sure it’s just an oversight.
cecilkorik@lemmy.cato Technology@lemmy.world•Dystopian Startup Lets the Wealthy Rent Off Duty Cops on DemandEnglish1·4 days agoI look forward to dying at your side.
cecilkorik@lemmy.cato Technology@lemmy.world•Rising rocket launches linked to ozone layer thinningEnglish4·4 days agoDon’t worry. Once we are no longer useful to them, something the billionaires are actively working on, and once they have successfully insulated themselves from the resulting conflict, they will start to kill us all off and they will say they are doing it to “save the planet”. They still care about the planet. Just not with all of us poor people still on it. It deserves to be returned to nature. Except for the billionaires and their friends, of course.
cecilkorik@lemmy.cato Fuck AI@lemmy.world•AI slop is a form of literary and intellectual contaminationEnglish151·6 days agoIt’s literally rotting people’s brains. Like people are having actual mental deficiencies and psychotic breakdowns depending on how heavily they depend on this technology. I used to think it was merely digital pollution. I’m now starting to think it’s actually worse than that, much worse.
cecilkorik@lemmy.cato Games@lemmy.world•I really want to like the new ff7....but it's just so buggy.English7·6 days agoThat sounds annoying. The old FF7 is also buggy, but mostly in funny and delightful ways.
cecilkorik@lemmy.cato NonCredibleDefense@lemmy.world•Putin is a simple monke with simple needsEnglish3·6 days agoThis is terrible I love it.
cecilkorik@lemmy.cato Selfhosted@lemmy.world•Self host Blorp, your personal Lemmy/PieFed frontendEnglish7·6 days agoYup, they all have trailing slashes when viewed on Lemmy, and 3/4 have trailing slashes when viewed on piefed. So only piefed actually respects what was originally typed. Lemmy adds a trailing slash when you’re adding the comment, and also adds a trailing slash when reading a comment posted that doesn’t originally have a trailing slash. Intriguing (and slightly annoying).
cecilkorik@lemmy.cato Selfhosted@lemmy.world•Self host Blorp, your personal Lemmy/PieFed frontendEnglish5·6 days agoVery interesting I wonder what happens if I post both trailing and non-trailing options, do they both get canonized into the same format?
https://piefed.ca/ – has a trailing slash https://piefed.ca/ – does not
Thank you for having me along on this journey. I don’t really know where it’s leading, but maybe it’s about the weird software behaviors we discover on the way.
cecilkorik@lemmy.cato No Stupid Questions@lemmy.world•Are password managers secure to use?English15·6 days agoThere are weaknesses and attack vectors, but they are in my opinion more secure than almost all realistic alternatives. If you think you’ve come up with a better system, by all means, implement it. I commend your skepticism of following the herd and may it serve you well. But beware of pursuing security through obscurity. People recommend password managers because they are one of the best solutions available for navigating this complex threat environment we live in and they are appropriate for most people’s situations.
cecilkorik@lemmy.cato Fuck AI@lemmy.world•Netflix’s Ted Sarandos Says AI Will Make Movies and TV “Better, Not Just Cheaper”English17·6 days agoThat should just be a general capitalism reminder.
Absolutely true. They’ll buy the data they want from some shitty crawler running from some data broker in some far-flung and lawless part of the world, hallucinate the actual source, and pretend they had no idea their “data partner” wasn’t respecting robots.txt if they have to, which they won’t ever have to do because it’s literally impossible to detect and prove and realistically unenforceable.
This is a company that removed it’s company motto of “Don’t be evil” because it found it too “limiting”. Don’t be naive.
A submarine that can also operate in hovercraft mode? GENIUS!
cecilkorik@lemmy.cato Games@lemmy.world•7,818 titles on Steam disclose generative AI usage, or 7% of Steam's total library of 114,126 games, up from ~1,000 titles in April 2024English16·9 days agoElevator music is a surprisingly profitable commercial niche. For that matter, there are always going to be soulless, insipid, overused imitations of real art that gets turned into staggering commercial success precisely because it’s bland and meaningless. “Live, love, laugh” for example.
Not everything has to have meaning and significance, but we also have the right to judge it when it should.
The problem with AI is that a lot of artists literally rely at least to some extent on the money that flows from that soulless commercial drivel, either with their eyes fully open to the situation, or by convincing themselves that it does have meaning to somebody, or just themselves if nobody else. They need to pay the bills and put food on the table and a huge source of that comes from commercial art work which has a high bar for visual impact and a very low bar for ideas or meaning.
If AI replaces the meaningless filler content of the art world, how do artists survive if that’s their bread and butter? It’s never going to directly replace real human art, but if it removes their meal ticket, the outcome will still be the same. Soon there will be almost no real human artists left, as they’ll start to become prohibitively expensive, which will drive more people to AI in a self-reinforcing feedback loop until only a handful of “masters” and a bunch of literal starving artists trying to become them without ever earning a penny. The economics of the situation are pretty dire and it’s increasingly hard to picture a future for human art that doesn’t look bleak.
I’m planning to do my part to make sure exclusively human-made art is always the choice I’m going to make and pay for, but there are bigger forces at play here than you or me and I don’t think they’re going to push things in a happy direction. The enshittification of art will happen, is already happening, and we’re just along for the ride.
I love the train illustrations. I’m not sure they’re that meaningful or accurate, but OpenTTD is my jam so it earned my attention anyway. I guess healthchecks is cool too.