[-] [email protected] 9 points 7 hours ago

I played through it yesterday. It was interesting, and there were fun story beats, but it was very easy. With all the accessibility features and tutorials, it's probably a great game to get people who don't play games interested in platforming games and maybe even some RPGs.

[-] [email protected] 1 points 1 day ago

I agree that once directionally-drilled wells are completed and start producing, they have a short life where they are producing a serious profit. The issue is that companies will get permits that don't expire for drilling a bunch of wells, then they drill some (but not all), and often won't complete all the wells immediately, as they wait for the market prices of oil and gas to be in their favor. This can drag on for a decade or more.

Once these wells aren't as profitable, they still produce oil and gas for a long time, and there are emissions associated with that.

Also, while emissions do correlate with production overall, emissions are a much higher proportion of production as wells go beyond their peak, and they often get sold to companies that don't do as good of a job maintaining them, which leads to more emissions, etc.

[-] [email protected] 3 points 2 days ago

Even if we stopped giving out drilling permits and closed all marginal wells tomorrow, emissions would continue to increase. There are lots of oil and gas facilities that have permitted wells that they haven't drilled yet, and newer facilities that will probably emit more as they age.

Actively reducing emissions in aggregate over the whole country, not just reducing the rate of increase in emissions will either require a lot of time or decisive action from Washington to force states to cancel permits and ban drilling, which is pretty clearly not going to happen without a massive shift in political leanings in the House, Senate, Presidency, and the courts.

It fucking sucks, but without massive political pressure I don't expect much on the federal level anytime soon.

In the meantime, vote for state candidates this cycle that say they will do the most, and pressure them to do the most they possibly can and don't ever let up.

[-] [email protected] 4 points 3 days ago* (last edited 3 days ago)

It does for me. And it has for over a year. I have to reset the cache every day or it slows to an unusable crawl. The web client works fine, though

Edit: github issue: https://github.com/element-hq/element-android/issues/6617

[-] [email protected] 3 points 3 days ago

Schildichat is the only client I can use on my phone that implements both spaces and threads and doesn't have a memory leak.

[-] [email protected] 4 points 4 days ago

When I was working in IT, this would have been a very useful tool for doing some on-site troubleshooting with various tools or for one-off reimaging machines that were missed during a big update or something. Instead, I had a bag of USB sticks with labels on them, which was annoying to use and to maintain.

[-] [email protected] 2 points 6 days ago

It won't have the same performance as a PS5, but the new Minisforum MS-A1 with a user-upgradable CPU is a really interesting proposition. The Ryzen 8700G is pretty good, but I would expect solid upgrades to be available in the next few CPU generations.

I currently have an Nvidia Shield Pro (2019), and it's fine. I have Moonlight installed and can stream from my desktop PC using Sunshine (I do this on my Steam Deck, too), but I don't expect that Nvidia will make a replacement, and I don't know if I would get it if they did.

The software outside of Steam's big picture mode isn't ready for a full Linux couch experience, but it's close. The two projects to watch are KDE Plasma Bigscreen and Waydroid (some people are starting to get Android TV working) which would be a nice bridge to use apps designed for a TV UI until native Linux versions become available.

[-] [email protected] 7 points 6 days ago

Awesome! I'll give it another shot this week.

12
submitted 6 months ago by [email protected] to c/[email protected]

I'm having an annoying issue with pipewire. I have a Scarlett 8i6 audio interface. I have it set to Pro Audio so that I can access all the input and output channels, and I have virtual devices defined to allow applications to access groups of channels as discrete devices.

For some reason, all applications keep automatically switching to my secondary (mono) output. I can sometimes get them to switch to my primary stereo output, but it's only ever a one-off and they will switch back when the current media is done playing. any thoughts?

config:

context.modules = [
    {   name = libpipewire-module-loopback
        args = {
            node.description = "Primary - Focusrite Scarlett 8i6"
            capture.props = {
                node.name = "scarlett_8i6_primary"
                media.class = "Audio/Sink"
                audio.position = [ FL FR ]
            }
            playback.props = {
                node.name = "playback.scarlett_8i6_primary"
                audio.position = [ AUX0 AUX1 ]
                target.object = "alsa_output.usb-Focusrite_Scarlett_8i6_USB_F8CEK2H1B8391D-00.pro-output-0"
                stream.dont-remix = true
                node.passive = true
            }
        }
    }
    {   name = libpipewire-module-loopback
        args = {
            node.description = "Secondary (Mono) - Focusrite Scarlett 8i6"
            capture.props = {
                node.name = "scarlett_8i6_secondary"
                media.class = "Audio/Sink"
                audio.position = [ MONO ]
            }
            playback.props = {
                node.name = "playback.scarlett_8i6_secondary"
                audio.position = [ AUX2 ]
                target.object = "alsa_output.usb-Focusrite_Scarlett_8i6_USB_F8CEK2H1B8391D-00.pro-output-0"
                stream.dont-remix = true
                node.passive = true
            }
        }
    }
    {   name = libpipewire-module-loopback
        args = {
            node.description = "Microphone - Focusrite Scarlett 8i6"
            capture.props = {
                node.name = "capture.scarlett_8i6_mic"
                audio.position = [ AUX0 ]
                stream.dont-remix = true
                target.object = "alsa_input.usb-Focusrite_Scarlett_8i6_USB_F8CEK2H1B8391D-00.pro-input-0"
                node.passive = true
            }
            playback.props = {
                node.name = "scarlett_8i6_mic"
                media.class = "Audio/Source"
                audio.position = [ MONO ]
            }
        }
    }
    {   name = libpipewire-module-loopback
        args = {
            node.description = "Instrument - Focusrite Scarlett 8i6"
            capture.props = {
                node.name = "capture.scarlett_8i6_inst"
                audio.position = [ AUX1 ]
                stream.dont-remix = true
                target.object = "alsa_input.usb-Focusrite_Scarlett_8i6_USB_F8CEK2H1B8391D-00.pro-input-0"
                node.passive = true
            }
            playback.props = {
                node.name = "scarlett_8i6_inst"
                media.class = "Audio/Source"
                audio.position = [ MONO ]
            }
        }
    }
    {   name = libpipewire-module-loopback
        args = {
            node.description = "Mix - Focusrite Scarlett 8i6"
            capture.props = {
                node.name = "capture.scarlett_8i6_mix"
                audio.position = [ AUX2 AUX3 ]
                stream.dont-remix = true
                target.object = "alsa_input.usb-Focusrite_Scarlett_8i6_USB_F8CEK2H1B8391D-00.pro-input-0"
                node.passive = true
            }
            playback.props = {
                node.name = "scarlett_8i6_mix"
                media.class = "Audio/Source"
                audio.position = [ FL FR ]
            }
        }
    }
]
44
submitted 7 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/11820406

Do not use 2 letter country TLDs!

146
submitted 7 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/11820406

Do not use 2 letter country TLDs!

215
submitted 7 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/11820406

Do not use 2 letter country TLDs!

85
submitted 7 months ago by [email protected] to c/[email protected]

Do not use 2 letter country TLDs!

110
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

PC

  • Nobara Linux
  • Fractal Torrent
  • Asus Proart B550
  • AMD Ryzen 5800X3D
  • Noctua NH-D15
  • GSkill 2x16GB DDR4-3600
  • Powercolor Hellhound 7900XTX
  • Sabrent Rocket 4.0 1TB
  • Crucial P3 Plus 4TB
  • Asus WiFi 6E card
  • Be Quiet Dark Power 13

Husky height adjustable workbench

  • DT770 Pros
  • AT2040 Mic
  • Yamaha MG06X Mixer
  • Focusrite Scarlett 8i6 3rd gen
  • Drop BMR1 speakers
  • P.I. Engineering L-Trac
  • ESP32-S3-Box3
  • Sony Dualsense
  • BenQ lightbar

Glorious GMMK Pro

  • GMK WoB
  • holy pandas + tealios v2

Monitors

  • Gigabyte M27Q-X
  • LG Dualup

Camera

  • Sony a5100
  • Sigma 16mm f/1.4
  • no-name LED panel
  • Amaran 100d
[-] [email protected] 72 points 8 months ago* (last edited 8 months ago)

I just got rid of my last Windows installation, and I got rid of all my Apple devices a couple years ago. The Linux life is so nice!

On the other hand, I just setup a Windows gaming machine for a friend (I would have pushed Linux, but I live far away and can't commit to being tech support). There were so many hoops to jump through to cut through all the crap:

  • I had to set the region to somewhere in the EU so that my friend can uninstall Edge sometime in March, 2024 without breaking other functionality
  • I had to run a hidden script at a specific point during the install to allow me to not have to use a Microsoft account
  • I had to disconnect the non-boot drive and reinstall because the Windows installer uses motherboard drive ordering instead of UUID to decide which drive to put the boot partition on.
  • I had to run Win Debloat Tools to get rid of all the crap Microsoft adds to their OS
  • I had to find a 3rd party driver update tool because the motherboard manufacturer's software is terrible and installs a bunch of extra crap.
  • I had to install a 3rd party Nvidia driver update tool because their official one requires making an account and gives a bunch of unwanted ads as notifications.

It's seriously bonkers. It makes you really appreciate Linux as a whole and package managers in particular.

[-] [email protected] 80 points 10 months ago* (last edited 10 months ago)

This is definitely shitty.

Related: JerryRigEverything just came out with a video about this and titled "I got robbed" and called it theft a bunch of times. This is copyright infringement, maybe trademark infringement, but not "theft" or "robbery". No property or money was taken from any party such that they no longer have access to it. It's important to be accurate about this.

Edit:

Here is a list of all the media I've found surrounding this that falsely claims stealing, theft or robbery:

63
submitted 11 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/6395416

Faced with new laws in California and other states, big tech lobbyists want to sign a "Memorandum of Understanding" to prevent "a compliance market where lawyers drive the decisions."

217
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

Faced with new laws in California and other states, big tech lobbyists want to sign a "Memorandum of Understanding" to prevent "a compliance market where lawyers drive the decisions."

11
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/6372946

A few friends asked for me to walk through how I set up the dashboard I have in my kitchen, so I figured I'd share it here, too. Here is a barebones walkthrough with config files.

9
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

A few friends asked for me to walk through how I set up the dashboard I have in my kitchen, so I figured I'd share it here, too. Here is a barebones walkthrough with config files.

[-] [email protected] 67 points 11 months ago

Another great example of why proprietary connectors are stupid as hell. I'm going to be upset when my 2DS XL charger breaks and I can't get an easy replacement.

[-] [email protected] 198 points 1 year ago

The feature is translation. Just say that, OMGUbuntu.

39
submitted 1 year ago by [email protected] to c/[email protected]

I moved halfway across the US this summer. It's taken me a while to get my office/workshop put back together, but today I pretty much finished it.

26
submitted 1 year ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/4506191

I've used sleek as my primary todo.txt UI for a while now, and I'm really happy with it. If you are interested in a simple, but useful way to put together a todo list in plaintext, the todo.txt spec is a great way to handle it, and sleek is by far the nicest GUI I've found.

About a week ago, I ran into a minor annoyance with an edge use-case that I have, and I wrote about it in the sleek github discussion page. Within 4 days, the maintainer of the project had a new build ready that fixed my issue. Nobody else said they needed it, but they took the time to add the feature I requested and now my workflow is that much easier.

I know not every project is like this, or can be like this, but there's no way that something like this would get added at anywhere near this pace in proprietary software. I, for one, am super grateful that software like this and the people that maintain it exist. Thank you.

Please check out sleek!

sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. It's available for Windows, MacOS and Linux

view more: next ›

thejevans

joined 2 years ago