That’s the beauty of buying used! Less financial investment. In this case I went for knock-offs but I usually mod used controllers.
- 10 Posts
- 62 Comments
Won’t this delete the two newest files, as opposed to everything except the two newest files?
I just looked up the man page, and actually
head -n -2means “everything up to but not including the last two lines”, so this should always leave two files remaining.
Ah! This is a shell pipe! It’s composing several smaller commands together, cool stuff.
-
ls -1is the grep-friendly version of ls, it prints one entry per line, like a shopping list. -
headtakes a set number of entries from the head of a list, in this case2 items.negative two, meaning “all but the last two.” -
xargstakes the incoming pipe and converts it into extra arguments, in this case applying those arguments torm.
So, combined, this says “list all the .dump files, pick
the first two,all but the last two, and delete them.” Presumably the first are the oldest ones and the last are the newest, if the .dump files are named chronologically.-
klayto Steam Hardware@sopuli.xyz•Everything Should Be As Easy to Upgrade As the Steam Deck - WiredEnglish1·3 years agoDude, no need to be a dick about it. You made your point, the dunk undermines it.
klayto Steam Hardware@sopuli.xyz•Top 20 games played on Steam Deck in the past month, sorted by playtime.English2·3 years ago- under Home -> Power, select “Desktop Mode.”
- Open Steam in desktop mode, and go to your Library.
- Select a game, and go to Properties -> Local Files.
- a file browser should open and show the game files just like you’d see on PC.
klayto Steam Hardware@sopuli.xyz•Top 20 games played on Steam Deck in the past month, sorted by playtime.3·3 years agoI dunno, I feel like the Steam Deck’s core audience is “people who liked the Switch’s form factor but also like mods and third-party launchers.”
klayto Steam Hardware@sopuli.xyz•Top 20 games played on Steam Deck in the past month, sorted by playtime.1012·3 years agoWorth noting that Steam doesn’t track playtime for non-Steam games. So this doesn’t include Minecraft, Retroarch, or anything purchased through Itch, GOG, or Epic.
I agree with you but your tone is way too violent, we should be helping people learn from their mistakes, not infantilizing them.
True… the trouble with open source is that nobody’s getting paid to add features you want, huh.
klayto Steam Hardware@sopuli.xyz•[Discussion] How has the Steam Deck changed your habits with playing video games?1·3 years agoI think it’s amazing that Valve hasn’t done anything to royally fuck over Steam users – surely they have enough money by now that they could afford several unity-tier PR fuckups. But instead they seem to be trying to fuck over Microsoft.
The hardware is a neat gimmick. But it’s easy to imitate, anyone can take a tablet and put joysticks on it now. The real magic is Proton, the magnificent hack that makes “windows games” playable without Windows.
klayto Steam Hardware@sopuli.xyz•[Discussion] How has the Steam Deck changed your habits with playing video games?3·3 years agoIronically enough, it’s led to me playing more games on the living room television! The steam deck helped me adapt to playing with a gamepad, as opposed to mouse and keyboard.
Until they come out with a Steam Controller 2, I will say the best gamepad for steam is the Dualsense (a Dualshock 4 also works). It’s got one touchpad instead of two, but Steam lets you map the left and right half separately, which covers my primary use cases. I also installed the RISE4 remap kit, a hardware mod that adds paddles on the back of the controller which can mimic any face button. Not as good as having actual new buttons, but it does mean I can run and jump without taking my thumb off the right stick.
I’m excited! But why not Minetest? :p
Like many open source games, it has that distinctly ‘alpha’ feel to it right now, but I do enjoy NodeCore on occasion. It’s a zen minimalist block game with a unique diagetic crafting system. Instead of a traditional “recipe book” or “crafting grid”, you produce new materials through in-world transformations. For instance, to make glass, you have to surround sand with fire, and to control fire, you basically want to build a deliberately-shaped dirt or stone pit… the whole thing feels a little like minecraft and a little like a sand physics sim or cellular automata.
I think part of the problem is just that there are a lot more good games that people know about! Unfortunately one of the tradeoffs for all the riches of heaven is that it’s a lot harder to cover them all.
same here! I’m a huge fan of MessagEase, a keyboard specifically made for the cell phone touch screen form factor. I think Valve used to dabble in something like this for the controller form factor, the ‘daisy’ or whatever? I think that should absolutely make a comeback, typing with touchpads is a short-term solution but with all the buttons and analogs on a modern controller, we should really have more keyboard options! Maybe something like each stick has 8 positions, and holding any combo of left-stick + right-stick gives one of 64 virtual ‘keys’, which you can click with the triggers, and the bumpers let you swap between different alphabets.
klayto Games•Super Crazy Rhythm Castle - Release Date Reveal | Nintendo Direct 9.14.2023English1·3 years agoI hope it gets a PC port. I’m done with Switch exclusives.
I don’t mind waiting a bit. If the system works, the users will come eventually.
That doesn’t answer the question, they asked if it’s open source. I agree, I don’t want to replace one sketchy data-harvesting service with another, I’d be a lot more comfortable giving shutup10 control of my system if it was on github or gitlab.