lotanis

@lotanis@discuss.tchncs.de

This profile is from a federated server and may be incomplete. Browse more on the original instance.

lotanis,

There’s a massive cultural thing in the US about the iPhone being the preferred phone and if you don’t have one it must be because you’re too poor to afford one. Obviously this is a result of marketing and isn’t universal but it is a surprisingly widely held view.

Given that, showing up in a group chat as a lone blue bubble marks you out as the inferior group member (in some people’s eyes). It doesn’t matter so much 1:1 but if there are 10 people the odd one out stands out.

lotanis,

I think the stuff about “experimenting” with limited editions is because they’re trying to find ways to make it hard for scalpers to buy them. That’s why they’ve got stuff about having a Steam Account in good standing etc… Maybe it’s actually working!

lotanis,

It absolutely discusses phone size - in some detail both in the intro and as part of the reviews.

lotanis,

I’d get this instead: JSAUX Docking Station Compatible with Steam Deck/ROG Ally, 5-in-1 Steam Deck Dock with HDMI 2.0 4K@60Hz, 100Mbps Ethernet, Dual USB-A 2.0 and 100W USB-C Charging Port for Valve Steam Deck-HB0602 amzn.eu/d/c71hbV8

It’s a fairly well known dock for the Deck, and seems (based on feedback on Reddit) that it’s more reliable than the official one if anything.

That was my conclusion from research, so I’ve got it and it’s worked flawlessly for several months.

lotanis,

Yeah, but then they get flexed and you are on at the wrong time. It really is worth the effort to get something set up.

The Steam Deck, nay Linux, is crying out for an official GeForce Now app (www.pcgamer.com)

“There is not a native app on Steam deck today,” said Andrew Fear, GFN boss, back in January. “Use a Chromium browser to make it work. I would say that both Nvidia and Valve, I think we’re both interested in making [GeForce Now on Steam Deck] better. But we don’t have any announcements on a native app coming to...

lotanis,

GeForce Now is Nvidia’s game streaming service.

lotanis,

Isn’t dust what you get when things disintegrate?

lotanis,

I’ve never had to do this sort of thing in a lab, but I now feel I know exactly what that feels like! You have my sympathy!

lotanis,

I’ve been using the absolute simplest option - just use normal desktop mode and then KDE Connect for control. KDE Connect connects your phone to anything, and then can use phone touchscreen as mouse for the deck.

lotanis,

I agree, it’s a bit annoying. Maybe you could put it in desktop mode, and configure it to turn screen off but not go to sleep? It’ll still do updates then.

lotanis,

I learned to knit using this video: youtu.be/24lR2IRS57A?si=1oKzp88Kqgt2ZfgT

It’s a classic garter stitch scarf, so very basic. But it’s good for getting you in the groove and learning to do things like cast on and bind off.

As other people have said, continental knitting is probably the way to go if you’re coming from crochet.

lotanis,

I’ve been playing more single player games. My PC has mostly been for multiplayer stuff with friends - Siege, Deep Rock etc. My Deck has opened up time to a load of Single Player things - AAA things like Spiderman, Control, Mad Max and indie stuff like Black Skylands.

Plus I had a load of work travel in the first part of this year. The Deck made hotel rooms much more pleasant!

NFL broadcasters need to stop with the game tickers and the game updates

I generally watch football on a delay. Even if I'm not, I'm recording one or two other games to watch later. The score ticker at the bottom of the screen is nothing but spoilers, and then the in-game updates about other games completely ruins them. It's fucking 2023, can they not adjust to how people are watching these games...

lotanis,

The NFL doesn’t adjust, to anything. It’s run by a group of old people, and makes so much money that they can get away with doing what they want.

To me the officiating really harms the product, but they refuse to make any structural changes, like technology or how the refs are paid. But of course, I keep watching - so maybe they’re right?

lotanis,

Desktop Linux had been a bit behind the others on display features due to the legacy of X. As everybody moves more to Wayland that better enables these sorts of things, they’re catching up.

lotanis,

Interesting - I’d always thought that G-Sync etc meant the other way around. Thanks for the explanation!

lotanis,

Yeah, the ROG Ally particularly makes zero sense to me and misses the point. It runs Windows and it doesn’t have the touchpads.

The touchpads really broaden the utility of the console, from being able to select small UI elements in normal programs to being able to play more mouse enabled games (FTL being the most recent for me).

And Linux is the real special sauce - nobody seems to get why Valve did all that work rather than “just” putting Windows on it. Windows isn’t a selling point (you can put it on the Deck if you want), it’s slow, the UI doesn’t work well on that screen and you lose out on being able to suspend games etc.

lotanis,

I’m glad to see some variation in this space (I almost said innovation except that it’s a combo of the Deck and Switch). But it’s still running Windows (see above) and it’s going to be around twice the price of a Deck.

lotanis,

You can update your version of Fedora through the updater software as well but it’s a very clear separate process that is initiated manually.

Distro version updates bring major updates to key packages - the one you’d notice most would be to Gnome, the desktop environment. There will be other things too that get only bugfix and security updates during the life of that version, and then after a while that version will lose support and you won’t get any updates at all (docs.fedoraproject.org/en-US/releases/lifecycle/).

Updating is very safe and reliable. I’ve had my Fedora install at work for 3 years, updating periodically and it’s working extremely well.

lotanis,

That interface does provide a warm, comforting familiarity, but I do think we can aim higher than a 20 year old bit of web design. I’m really enjoying Alexandrite on Desktop.

lotanis,

Yeah, I think you have to acknowledge it or they’ll feel (at best) incredibly awkward the whole time. Don’t make a big deal of it though - say you’re “sorry you ghosted her and no-one deserves that. If she wants to talk about it then you’re willing, but otherwise won’t mention it again”.

lotanis,

Your instructions are completely correct, but it might make more sense to look at the bands of metal rather than the insulator between them.

TRS stands for “Tip, Ring, Sleeve”, referring to the 3 contacts on a TRS jack - one for the left channel, one for right and one for ground. TRRS as you might guess has an extra ring to provide a contact for the microphone as well. So you’re looking for the metal tip, two rings of metal and then the metal sleeve.

lotanis,

I bought the JSAUX dock (from Amazon). Has been really good. It’s a fair bit cheaper than the official one and there are a load of reports.of the official one having issues.

lotanis,

One more note on learning Rust: what Rust does is front-load the pain. If you write something in another low-level “direct control of memory” language you can often get something going much more easily than Rust because you don’t have to “fight the borrow checker” - it’ll just let you do what you want. In Rust, you need to learn how all the ownership stuff works and what types to use to keep the compiler happy.

But then as your project grows, or does a more unusual thing, or is just handed over to someone who didn’t know the original design idea, Rust begins to shine more and more. Your C/C++/whatever program might start randomly crashing because there’s a case where your pointer arithmetic doesn’t work, or it has a security hole because it’s possible to make a buffer overrun. But in Rust, the compiler has already made you prove that none of that is possible in your program.

So you pay a cost at the start (both at the start of learning, and at the start of getting your program going) but then over time Rust gives you a good return on that investment.

lotanis,

In the home stretch with a Hue Shift Afghan. In the middle of seaming and then the border.

lotanis,

Yes, that’s the one. I bought the kit and went with the standard “rainbow” colour way.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • tsrsr
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • hgfsjryuu7
  • Youngstown
  • InstantRegret
  • slotface
  • khanakhh
  • rosin
  • ngwrru68w68
  • kavyap
  • PowerRangers
  • normalnudes
  • tacticalgear
  • cubers
  • everett
  • vwfavf
  • ethstaker
  • osvaldo12
  • Durango
  • mdbf
  • cisconetworking
  • modclub
  • GTA5RPClips
  • tester
  • anitta
  • All magazines