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?
I made LASIM! https://github.com/CMahaff/lasim
I currently have 3 accounts (big shock):
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?
I’m pretty sure @[email protected] 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.
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.
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.
Sounds like a problem with Memmy. Does this link work? https://lemm.ee/c/[email protected]
You should be able to search communities in your app and could have searched “[email protected]” 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/[email protected] it should be the same content just loaded via lemmy.world instead of lemme.ee. However if theoretically someone went and made a “[email protected]” community, that would be a completely separate community from the above, hosted on a different Lemmy instance.
I know for me, at least with gnome, toggling between performance, balanced, and battery saver modes dramatically changes my battery life on Ubuntu, so I have to toggle it manually to not drain my battery life if it’s mostly sitting there. I don’t know if Mint is the same, but just throwing out the “obvious” for anyone else running Linux on a laptop.
Found a blog post that gives a quick overview of how to do git via email in general: https://peter.eisentraut.org/blog/2023/05/09/how-to-submit-a-patch-by-email-2023-edition
So at least from my understanding you’d make your changes, email the contents of the patch to the maintainer, and then they’d apply it on their side, do code review, email you comments, etc. until it was in an acceptable state.
There’s also the full kernel development wiki that goes into all the specifics: https://www.kernel.org/doc/html/v4.16/process/howto.html
(I never got through the whole thing)
I’ll also throw out: aging infrastructure, build systems, coding practices, etc.
I looked into contributing to the kernel - it’s already an uphill battle to understand such a large, complex piece of software written almost entirely in C - but then you also need to subscribe to busy mailing lists and contribute code via email, something I’ve never done at 30 and I’m betting most of the younger generation doesn’t even know is possible. I know it “works” but I’m really doubting it’s the most efficient way to be doing things in 2024 - there’s a reason so many infrastructure tools have been developed over the years.
The barriers to entry for a lot of projects is way too high, and IMO a lot of existing “grey” maintainers, somewhat understandably, have no interest in changing their processes after so much time. But if you make it too hard to contribute, no one will bother.
Wouldn’t this be the equivalent of the mob mailing their own finger?
Out of curiosity, what switch are you using for your setup?
Last time I looked, I struggled to find any brand of “home tier” router / switch that supported things like configuring vlans, etc.
Maybe I am not thinking of the access control capability of VLANs correctly (I am thinking in terms of port based iptables: port X has only incoming+established and no outgoing for example).
I think of it like this: grouping several physical switch ports together into a private network, effectively like each group of ports is it’s own isolated switch. I assume there are routers which allows you to assign vlans to different Wi-Fi access points as well, so it doesn’t need to be literally physical.
Obviously the benefits of vlans over something actually physical is that you can have as many as you like, and there are ways to trunk the data if one client needs access to multiple vlans at once.
In your setup, you may or may not benefit, organizationally. Obviously other commenters have pointed out some of the security benefits. If you were using vlans I think you’d have at a minimum a private and public vlan, separating out the items that don’t need Internet access from the Internet at all. Your server would probably need access to both vlans in that scenario. But certainly as you say, you can probably accomplish a lot of this without vlans, if you can aggressively setup your firewall rules. The benefit of vlans is you would only really need to setup firewall rules on whatever vlan(s) have Internet access.
I loved the original Hades, but I played it after it left Early Access.
It’s going to be really hard to resist jumping in early with Hades II.
Source for the image? I’d love a higher resolution version.
So maybe you’ve heard something I haven’t, according to this timeline, there was only 2-3 minutes between when the ship issued a mayday and the bridge collapsed: https://www.cbsnews.com/news/francis-scott-key-bridge-collapse-timeline-911-call-dali-cargo-ship-mayday-maps-construction-worker-recovery/
It sounded like there was 1 police officer already stationed on either end of the bridge, so thats the only reason they were even able to close the bridge before the collapse.
In the time it took them to do that, I can’t see how there would have been time to warn them physically (it’s like a 2 mile bridge). From the article, it sounded like there was confusion about if a crew was even on the bridge. I also don’t know how often / what mechanism police can use to directly contact crews, if there even is one.
NPR News Now publishes great little 5 minute podcast digests every hour or 2 summarizing the big news items of the day / hour.
Their politics podcast and Trump’s Trials podcast are also good.
All three of these are very U.S. centric, obviously.
IIRC Alaska Airlines knew the plane had issues and decided to keep flying it anyway.
So yes, it’s Boeing’s fault the plane’s door blew off, but Alaska Airlines also deserves blame for continuing to fly a plane that was reporting issues with the door hatch.
I ran into the same thing. I’ve always just worked around it, but I believe I did find the solution at one point (can’t find the link now).
But if I am remembering right, I believe you need to manually create a bridge between the two networks - by default it isolates the VMs from TrueNAS itself for security reasons.
Sorry I can’t link the exact fix right now, but hopefully this will help you Google the post I found on the subject.
For anyone finding this in the future:
The latest version of LASIM (0.2.1) has a Settings tab that allows you to choose what you want to upload.
If you are using the JSON file posted above, you’d want to choose just “Upload Community Subscriptions” on this tab so that your profile settings, etc. are not changed.
LASIM author here - you are correct. I explicitly made it “additive” to avoid accidents where you could end up erasing a bunch of subscriptions. Right now LASIM only calls the subscribe API interface so it’s actually impossible for it to unsubscribe you from anything.
I am considering adding a “destructive” sync in the future which, if toggled on, would unsubscribe you from anything not in the JSON file. But it’s not implemented yet!
Curious did you get the survey popup in desktop mode on the deck? Or does it work in “big picture”?