CMahaff

joined 1 year ago
[–] CMahaff@lemmy.world 4 points 4 days ago (1 children)

Curious did you get the survey popup in desktop mode on the deck? Or does it work in "big picture"?

[–] CMahaff@lemmy.world 8 points 4 days ago (3 children)

I got the hardware survey on my Windows PC, but not on my Steamdeck. So I wonder if there is only 1 survey per user, and most people don't use a steamdeck exclusively?

[–] CMahaff@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

One thing you could do that I don't see mentioned here is to install Virtual Box in Windows and create a Linux Mint Virtual Machine. It's basically installing a computer within a computer. You should be able to find some tutorials online.

This would let you try Linux Mint in a sandbox within Windows so that you could experiment a bit with everything before changing anything.

Just keep in mind that within the VM, things will be less performant, especially graphically, and certain peripherals, etc. might not work. But it would let you test out installing the software you want, the cloud storage solution you want, browsing around, etc.

Speaking of graphics, you'll want to do some research about how well supported your GPU is. It will almost certainly "work" out of the box, but if you want to get the most performance out of it, like Windows, you're going to need special drivers. I've heard Nvidia can be a bit of a pain, but I think it varies by model.

I wouldn't be too worried about the touch screen as that will probably work - or at least has on every laptop I've tried. I've had more issues with things like fingerprint scanners generally speaking. Definitely check out everything you can think of when you install, like Bluetooth, cameras, microphone, peripherals, etc. Oh and when using the laptop definitely manually knock yourself down out of performance mode using the upper-righthand corner in gnome. For me at least, it makes a huge difference in battery life if I'm in performance vs balanced vs power saver. Windows is better at automatically making those adjustments.

I've also heard that lately Microsoft is making dual-boot harder - notably that Windows updates will just casually break your dual-boot and revert it to just Windows. I don't know the details since it's been years since I've done it myself, but something to keep in mind.

Finally I'll throw out there to make sure you have a recovery plan if the install goes south. Have all your files backed up. Have a copy of Linux and Windows installers ready. It honestly should be fine, but especially if this is your only PC you don't want to be stuck if you have some kind of issue, accidentally blow away your laptop's SSD, etc . Not trying to scare you or anything, but better safe than sorry, right?

[–] CMahaff@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

I'm pretty sure @ruud@lemmy.world has said before what he uses. I thought back in the day it was publicly listed with the expenses, but I couldn't find it.

The most recent update I found was here: https://lemmy.world/post/75556

But it could definitely be old information, I'd take the other commenter's advice and ask in the admin channel to be sure.

[–] CMahaff@lemmy.world 3 points 1 month ago* (last edited 1 month ago) (1 children)

More of a debugging step, but have you tried running lsinitrd on the initramfs afterwards to verify your script actually got added?

You theoretically could decompress the entire image to look around as well. I don't know the specifics for alpine, but presumably there would be a file present somewhere that should be calling your custom script.

EDIT: Could it also be failing because the folder you are trying to mount to does not exist? Don't you need a mkdir somewhere in your script?

[–] CMahaff@lemmy.world 45 points 1 month ago

Really incredible that the thrusters still function at all after all this time - and that it has any fuel left / usable fuel after all this time.

[–] CMahaff@lemmy.world 1 points 2 months ago

It looks like there are instructions here about hosting your own flatpak instance: https://docs.flatpak.org/en/latest/hosting-a-repository.html

[–] CMahaff@lemmy.world 2 points 2 months ago

Doubling what Klaymore said, I've seen this "just work" as long as all partitions have the same password, no key files necessary.

That said, if you needed to use a key file for some reason, that should work too, especially if your root directory is one big partition. Keep in mind too that the luks commands for creating a password-based encrypted partition vs a keyfile-based encrypted partition are different, so you can't, for example, put your plaintext password into a file and expect that to unlock a LUKS partition that was setup with a password.

But the kernel should be trying to mount your root partition first at boot time where it will prompt for the password. After that it would look to any /etc/crypttab entries for information about unlocking the other partitions. In that file you can provide a path to your key file, and as long as it's on the same partition as the crypttab it should be able to unlock any other partitions you have at boot time.

It is also possible, as one of your links shows, to automatically unlock even the root partition by putting a key file and custom /etc/crypttab into your initramfs (first thing mounted at boot time), but it's not secure to do so since the initramfs isn't (and can't be) encrypted - it's kind of the digital equivalent of hiding the house key under the door mat.

[–] CMahaff@lemmy.world 3 points 2 months ago

I really enjoyed my time with it, even though I've not played many games in this "style".

The campaign is quite lengthy even though it's not finished yet, so you'll definitely get your money's worth.

[–] CMahaff@lemmy.world 3 points 2 months ago (1 children)

Another solution to this situation is to squash your changes in place so that your branch is just 1 commit, and then do the rebase against your master branch or equivalent.

Works great if you're willing to lose the commit history on your branch, which obviously isn't always the case.

[–] CMahaff@lemmy.world 3 points 2 months ago* (last edited 2 months ago) (1 children)

Sounds like a problem with Memmy. Does this link work? https://lemm.ee/c/sfah@hilariouschaos.com

You should be able to search communities in your app and could have searched "sfah@hilariouschaos.com" too.

But basically communities on Lemmy are in the form of "name@host". The "name" can be whatever someone wants, and the "host" is the website / Lemmy instance where that community originates from. But because it is federated it's all available everywhere (generally speaking). For example, if you visit https://lemmy.world/c/sfah@hilariouschaos.com it should be the same content just loaded via lemmy.world instead of lemme.ee. However if theoretically someone went and made a "sfah@lemmy.world" community, that would be a completely separate community from the above, hosted on a different Lemmy instance.

[–] CMahaff@lemmy.world 9 points 2 months ago

I'll just add that another, albeit smaller, category of games that don't work are really new, demanding titles. There's not a lot of them for now, but naturally the deck wasn't the most powerful device to begin with and over time less titles will work well.

Starfield was pointed out to me as an example of one that can't run on the deck for performance reasons (not that Bethesda is known for their optimization) and BG3 was only barely playable at the lowest settings in the more demanding areas of the game (i.e. Act 3).

That said, for its price point, and considering most games are using the proton compatibility later, I was actually very impressed with its performance.

 

You will want to change your Cargo.toml to point to the Lemmy Github repository + either a specific tag or branch for the version you want to target.

See the examples here: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories

 

cross-posted from: https://lemmy.world/post/2216085

Search Lemmyverse is good for finding communities.

I posted this on the other site but I thought I'd copy over here too, lots of good communities around to subscribe to if you want a more casual/fun frontpage that isn't just tech news, elon musk, or politics.

note: all of these communities have posts. If they appear empty, it simply means nobody on the instance you use has visited them before (or you might have blocked them and forgot, I've done it before, lol)!


Conversation communities

These are places that are 'chatty', good if you want a lot of comments.

"ask" based
Casual chat / Misc

Hobbies, Creative, & Passions

Misc
Artwork
Cooking, food, drinks

Generally mostly nice pics of food:

Gardening / Plants
Keyboard enthusiasts
Knitting, Stitching, Crocheting, etc
Reading & Writing
Sport

Honestly there are so many sport communities around - if you search Lemmyverse for popular sports, you will almost certainly find more.


Nice/Interesting/Funny pictures

Animals

Literally just pictures of cute animals.

Comics
Flags
Maps
Memes

Meme communities in general can overload your feed, so keep that in mind.

Photography

Games

Board Games / Table top games

The ttrpg.network instance has a lot of communities based around table top gaming & RPGs.

note: the battlemaps communities seem to mostly cross-post between eachother at the moment.

Video Games

Knowledge (e.g history, science)


Space


TV (television), movies, film


Music

Lots of music communities on Lemmy. Search Lemmyverse for genres of interest for more, this definitely isn't exhaustive.

Note that music communities generally have low comment counts, from my experience.

There's also:

 

(Full disclosure: I made one of the tools)

cross-posted from: https://lemmy.ca/post/1292268

lemmy.world cross-post link: https://lemmy.world/post/1251192

With the vlemmy situation ongoing, i feel like it would be useful to put this here (i did not make either of these tools)

Lemmy Account Settings Instance Migrator (LASIM) copies all your subscribed communities and blocks and lets you upload them to another account, in just a few clicks

lemmy-migrate does the same thing but without a GUI and support for uploading your backup to multiple accounts at once

 

See the linked page for information about how it works, limitations, etc. and I’ll of course answer any questions below!

Right now supports just Lemmy BE 0.18.1 (rc9, rc10, and final release).

 

cross-posted from: https://lemmy.world/post/1171660

cross-posted from: https://lemmy.world/post/1060796

See the linked page for information about how it works, limitations, etc. and I'll of course answer any questions below!

As I have stated in the release section, this software is alpha so please don't be afraid to report bugs!

Releases are here: https://github.com/CMahaff/lasim/releases

Right now the program only supports Lemmy BE 0.18.1-rc9, but new releases will try to support new versions as they are released. The Lemmy API is changing a ton right now, but I'll try to keep up.

Note: Supports 0.18.1-rc9+ - I have tested it with rc9, rc10, and the final release of 0.18.1.

 

Or have I misunderstood?

I suspect the response will be that content on your instance should always be considered public, and that you can't really stop a bad actor from spinning up fake instances or scraping your site for the data regardless, but I just wanted to confirm.

 

Or have I misunderstood entirely?

 

cross-posted from: https://lemmy.world/post/1060796

See the linked page for information about how it works, limitations, etc. and I'll of course answer any questions below!

As I have stated in the release section, this software is alpha so please don't be afraid to report bugs!

Releases are here: https://github.com/CMahaff/lasim/releases

Right now the program only supports Lemmy BE 0.18.1-rc9, but new releases will try to support new versions as they are released. The Lemmy API is changing a ton right now, but I'll try to keep up.

Note: Supports 0.18.1-rc9+ - I have tested it with rc9, rc10, and the final release of 0.18.1.

 

See the linked page for information about how it works, limitations, etc. and I'll of course answer any questions below!

As I have stated in the release section, this software is alpha so please don't be afraid to report bugs!

Releases are here: https://github.com/CMahaff/lasim/releases

Right now the program only supports Lemmy BE 0.18.1-rc9, but new releases will try to support new versions as they are released. The Lemmy API is changing a ton right now, but I'll try to keep up.

 

The location is in the Forbidden West DLC.

 

I'm working on a little tool for Lemmy using the rust backend (lemmy_api_common crate 0.17.4).

I've tested it against some 0.17.4 instances with no issues, but yesterday I went to test it more thoroughly on the official testing instances and had JSON parsing issues. I realized later that these servers are currently running 0.18.X.

Is this a bug? Or are we expecting that even within the "v3" APIs that you'll have breaking changes between Lemmy versions?

view more: next ›