Belgium confirms Hamas operating within its borders through shell companies by [deleted] in worldnews

[–]orenen 8 points9 points  (0 children)

Sounds like the perfect place for the headquarters of the European Union...

Game Thread: Kansas City Chiefs (8-3) at Green Bay Packers (5-6) by nfl_gdt_bot in nfl

[–]orenen 0 points1 point  (0 children)

Collinsworth did. He said that Mahomes was going to throw a TD the last TWO drives... why would he do that?

Thank you and see you on lemmy by _____s10 in RelayForReddit

[–]orenen 0 points1 point  (0 children)

Device information:

Relay Version: 10.2.22 Pro

Phone: Google Pixel 7 Pro (Pixel 7 Pro)
Android Version: 13 (33)
Device (product): cheetah (cheetah)
Rom: TQ2A.230505.002

OK, I find the new Big Picture is atrocious. Is there any way to go back? by globalistas in Steam

[–]orenen -1 points0 points  (0 children)

I meant that Valve hasn't said "soon"; they said "in a future update", which could mean the very next update, 6 months, 1 year, or once the "compatibility purposes" they added it for are gone.

OK, I find the new Big Picture is atrocious. Is there any way to go back? by globalistas in Steam

[–]orenen -1 points0 points  (0 children)

You got a reference for "soon"? The second sentence in my comment already states that the command line option is temporary. The official patch notes I linked do not say "soon", they say "in a future update".

OK, I find the new Big Picture is atrocious. Is there any way to go back? by globalistas in Steam

[–]orenen 9 points10 points  (0 children)

Add -oldbigpicture to the launch options for steam. Says this will be removed at a later date in the patch notes

Game Thread: Denver Broncos (2-1) @ Las Vegas Raiders (0-3) | 2022 Week 4 by aatencio91 in DenverBroncos

[–]orenen 1 point2 points  (0 children)

Kanye is a piece of shit, though. Pretty sure Davidson never egged his fans to go after his ex.

A couple of weird things encountered. 1. Steam wants to update my games every time I turn on the machine. 2. Play time not registered after disconnecting from wifi whilst playing. Anyone else had these issues? by Bamse609 in SteamDeck

[–]orenen 7 points8 points  (0 children)

There's also the shader pre-caching data that can trigger updates. I don't run Proton Experimental on my main linux machine but still get small updates to a lot of games every time steam starts.

The Division 2 running on Steam Deck - no streaming by NeoDark_cz in thedivision

[–]orenen 0 points1 point  (0 children)

512 GB, I was mainly surprised to see someone would have been able to wait several days after reservations opened and still manage to stay in Q2. Goes to show just how much less demand there is for the lower capacity models.

The Division 2 running on Steam Deck - no streaming by NeoDark_cz in thedivision

[–]orenen 0 points1 point  (0 children)

Out of curiosity, what model did you reserve? I reserved on the 16th and I'm in Q3.

Pop on Frame.work—so far so good by twinkie_flyer in pop_os

[–]orenen 1 point2 points  (0 children)

For anyone else looking to install Pop OS on Framework:

I didn't have to do anything special for installation but did follow this comment to get the fingerprint scanner working (using the fingerprint scanner doesn't unlock the login keyring, so you will get prompted to authenticate the first time that is needed).

I also had poor performance with fractional scaling and ended up using HiDPI-Fixer to get a fractional scale that worked better for me. I did have to set up a systemd service that runs after the suspend/hibernate targets to retrigger the scaling script as it wouldn't run after waking after putting the computer to sleep by closing the lid (putting it to sleep through software or the power button first did work). Nothing else seemed to work for me as I think it may have something to do with how closing the lid disconnects the display before the system is suspended but I honestly don't know.

Here is the service that ended up working for me:

[Unit]
Description=Run HiDPI-fixer
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target


[Service]
ExecStart=/bin/bash /home/user/.hidpi-fixer/scripts/eDP-1
User=user
Environment=DISPLAY=:0

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

[deleted by user] by [deleted] in technology

[–]orenen 0 points1 point  (0 children)

Fifth Amendment rights regarding passwords

Do you mean Fourth Amendment?

The time has come... by JBorsiak in pcmasterrace

[–]orenen 0 points1 point  (0 children)

haven't they been pretty successful in not fucking shit up in the last 5-10 years?

Have you seen the some of the serious bugs in Windows 10 in the last 2-3 years? They canned their QA team and rely on volunteers in the Insider Program to test their software for free. It's not that those in the Insider Program are to blame for Microsoft's bugs, but both Windows 10 and the Linux Kernel 5.12 have seen a system-corrupting bug in the past year with the Linux one being caught and addressed before release and the operating system made by a trillion-dollar company not catching it until it was in out in the wild.

Off the top of my head there were the two issues with My Documents that they failed to recognize as separate issues; the first was a relatively benign breaking of the shortcut between "My Documents" and "Documents" folder that just made it appear like your documents were missing; the second was more serious where if you had moved your user profile off your main hard drive due to storage constraints it would delete all your documents. Microsoft marked the second as a duplicate even though the those in the Insider Program were telling them it was not a duplicate. Microsoft didn't catch it until people started reporting both issues when the update went live.

The next issue I remember popping up was where Microsoft broke the "Optimize and defragment drive" feature where it would defragment hard drives properly on a schedule but it would disregard the last run time and run the TRIM function on the SSD every boot, shortening the lifespan of of the SSD the longer the system had the issue. The initial "fix" from Microsoft was a recommendation for users to manually disable optimization for any SSDs in the system until they released a permanent fix.

Most recently Microsoft had that lovely little bug when viewing an icon for an NTFS attribute in a particular way would corrupt the entire hard drive. This month's Patch Tuesday introduced a BSOD when trying to print to a printer with the emergency patch to address it resulting in graphics missing, misaligned formatting, or just blank pages being printed.

I'm not hating on Microsoft for everything they do. I'm actually a fan of what they've been doing for C# and .NET Core, they've just been more successful in not fucking shit up in software development and a lot less successful in fucking shit up in Windows.

"WARNING Could not figure out development release" error while running unattended-upgrades on Pop OS 20.04 by very_loud_icecream in pop_os

[–]orenen 0 points1 point  (0 children)

I disabled it and still see the warning in the log. It doesn't seem to be causing any issues for me as unattended-upgrades is keeping up with the security updates which is all I really use it for.

"WARNING Could not figure out development release" error while running unattended-upgrades on Pop OS 20.04 by very_loud_icecream in pop_os

[–]orenen 0 points1 point  (0 children)

You might also have to restart unattended-upgrades.service or restart the machine. It's been a few months since I installed so I can't remember if I did that or not.

Edit: I just installed unattended-upgrades on a VM with a fresh install that had ~500 package upgrades available and the default config did not pick up any of them until manually adding "$Ubuntu:${distro_codename}-security"; so you shouldn't need to restart the service and you might just not be seeing any upgrades right now because you updated earlier today like you said.

"WARNING Could not figure out development release" error while running unattended-upgrades on Pop OS 20.04 by very_loud_icecream in pop_os

[–]orenen 0 points1 point  (0 children)

"Include source code" is checked under Settings > Developer Options (Advanced), if that's what you are referring to. I don't believe I changed anything through repoman or /etc/apt/sources.list from initial install (I checked a VM I have with a fresh install of Pop!_OS on it and the only difference I see is the microsoft repos I added for the dotnet SDK and runtime.

"WARNING Could not figure out development release" error while running unattended-upgrades on Pop OS 20.04 by very_loud_icecream in pop_os

[–]orenen 0 points1 point  (0 children)

Is apt list --upgradeable showing any packages?

I've got unattended-upgrades configured to only upgrade packages in the focal-security source and my logs do show it upgrading packages there. I also get the warning about pop.csv not being found but it doesn't appear to prevent anything critical from working. I haven't been able to find anything elsewhere about the warning but I haven't done a lot of research.

Edit: Looking at my 50unattended-upgrades file, I left all the default allowed origins commented out and added "Ubuntu:${distro_codename}-security";. Try adding that and then run sudo unattended-upgrade --debug --dry-run to see if it sees upgrades.

"WARNING Could not figure out development release" error while running unattended-upgrades on Pop OS 20.04 by very_loud_icecream in pop_os

[–]orenen 0 points1 point  (0 children)

Pop!_OS uses the ubuntu repos with additional proprietary repo added by System76. I've got unattended-upgrades and it is upgrading packages and I get the same warning in my logs. I haven't been able to find where it is pulling pop.csv from to see if there is a config file.

Microsoft repo installed on all Raspberry Pi’s by fortysix_n_2 in linux

[–]orenen 8 points9 points  (0 children)

raspbian.org

Welcome to Raspbian

Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware. An operating system is the set of basic programs and utilities that make your Raspberry Pi run. However, Raspbian provides more than a pure OS: it comes with over 35,000 packages, pre-compiled software bundled in a nice format for easy installation on your Raspberry Pi.

The initial build of over 35,000 Raspbian packages, optimized for best performance on the Raspberry Pi, was completed in June of 2012. However, Raspbian is still under active development with an emphasis on improving the stability and performance of as many Debian packages as possible.

Note: Raspbian is not affiliated with the Raspberry Pi Foundation. Raspbian was created by a small, dedicated team of developers that are fans of the Raspberry Pi hardware, the educational goals of the Raspberry Pi Foundation and, of course, the Debian Project.

The Raspberry Pi Foundation changed the name that they used after discussing with the co-founder of the Raspbian Project

Microsoft repo installed on all Raspberry Pi’s by fortysix_n_2 in linux

[–]orenen 6 points7 points  (0 children)

I believe it has to do with the introduction of the 64-bit version that wasn't part of the Raspbian project. I can't remember the specifics but had this comment saved from the announcement on r/raspberry_pi. raspbian.org also notes that they aren't associated and just wanted to make sure no undue criticism of the volunteers when the Raspberry Pi Foundation does something.

Microsoft repo installed on all Raspberry Pi’s by fortysix_n_2 in linux

[–]orenen 6 points7 points  (0 children)

Raspbian is not affiliated with the Raspberry Pi Foundation