Skip Navigation
Jump
What can I do with my super old laptop?
  • Since it’s an old acer netbook with an Intel atom cpu it is highly unlikely it has any hardware decoding built in.

    5
  • Jump
    The International 2024 - Main Event Discussion Thread
  • Really looks like Liquid has GG's number so far in this series (middle of game 2)

    3
  • Jump
    Commercial spyware vendor exploits used by Kremlin-backed hackers, Google says | Ars Technica
  • Wow who could have foreseen back doors getting back doored?

    14
  • Jump
    Telegram CEO charged in France for ‘allowing criminal activity’ on messaging app
  • I know that it’s not their fault, it’s the small size of the team

    This part is directly Telegram's fault. If they cannot keep up with their moderation queue then they need a bigger moderation team. Preferably properly remunerated. There are news reports about how Facebook's sub-contracted moderators work for these extremely shitty companies who track them based on how many reviews a minute they do, and which causes extreme psychological damage to the workers both because of the extreme content they have to see as part of their jobs and the bad working conditions they must put up with.

    2
  • Jump
    Anix and Aniwave are dead
  • I don't even watch Anime but I still get bummed when news like this hits.

    12
  • Jump
    What the fuck is an SBAT and why does everyone suddenly care
  • The only charitable read of this is the end-user bypassing controls on company-supplied computers.

    Of course that doesn't mean that they won't also shove secure boot, hw lockouts, DRM, etc on regular consumer laptops as well.

    15
  • Jump
    How do you deal with depression about climate change?
  • seeing your post then this scumbag back to back really hits...: https://lemmy.ml/post/19412006

    3
  • Jump
    What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • Try running a command like vulkaninfo --summary.

    Then try running VK_DRIVER_FILES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json vulkaninfo --summary (alternatively, just try running whatever else it is you use that reports you only have lavapipe available). See if there's a difference and if it finally reports the hardware being used.

    1
  • Jump
    What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • I'm not a Mint user but according to this page https://www.linuxmint.com/rel_wilma.php

    • Run the Driver Manager
    • Choose the NVIDIA drivers and wait for them to be installed
    • Reboot the computer
    5
  • Jump
    What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • Vulkan drivers come as part of Mesa, which would already be part of Linux Mint. Unless you have an Nvidia GPU, or a GPU that's somehow too modern for Mint 21.3.

    3
  • Jump
    U.S. Says Iran Attack On Israel Could Come 'This Week,' Warns Tehran To 'Stand Down'.
  • Why should they stand down? So that Israel can keep assassinating people in Iran’s territory with impunity?

    41
  • Jump
    Elon Musk shares faked far-right 'detainment camp' post
  • Comedy is legal on Twitter again

    3
  • Jump
    'If you want Donald Trump to win, then say that': Harris fires back at Gaza protesters at rally
  • https://www.whitehouse.gov/briefing-room/statements-releases/2024/07/25/statement-by-vice-president-kamala-harris-3/

    She literally implied Jewish Americans protesting in DC were associates of Hamas and further implied they're Anti-Semites. This was just two weeks ago when Netanyahu was at the Capitol giving a speech to his clapping seals (a record number of standing ovations for genocide). What the fuck are you on about?

    Mind you, we are talking about Kamala's statements. Not a random group's that nobody's ever heard of.

    15
  • Jump
    'If you want Donald Trump to win, then say that': Harris fires back at Gaza protesters at rally
  • How do you know Kamala won’t do that? What signal has she given that her policy will be different from Biden’s?

    3
  • Jump
    Harris running mate Gov. Tim Walz owns no stocks, bonds or real estate, disclosure shows
  • Beginning to think he may become known as Teflon Tim instead

    11
  • For many, many years now when I want to browse a man page about something I'll type man X into my terminal, substituting X for whatever it is I wish to learn about. Depending on the manual, it's short and therefore easy to find what I want, or I am deep in the woods because I'm trying to find a specific flag that appears many times in a very long document. Woe is me if the flag switch is a bare letter, like x.

    And let's say it is x. Now I am searching with /x followed by n n n n n n n n N n n n n n. Obviously I'm not finding the information I want, the search is literal (not fuzzy, nor "whole word"), and even if I find something the manual pager might overshoot me because finding text will move the found line to the top of the terminal, and maybe the information I really want comes one or two lines above.

    So... there HAS to be a better way, right? There has to be a modern, fast, easily greppable version to go through a man page. Does it exist?

    P.S. I am not talking about summaries like tldr because I typically don't need summaries but actual technical descriptions.

    47
    gitlab.com v2.1.0 · Alliance for Open Media / SVT-AV1 · GitLab

    [2.1.0] - 2024-05-17 API updates One config parameter added within the padding size. Config param structure...

    [2.1.0] - 2024-05-17

    API updates

    • One config parameter added within the padding size. Config param structure size remains unchanged
    • Presets 6 and 12 are now pointing to presets 7 and 13 respectively due to the lack of spacing between the presets
    • Further preset shuffling is being discussed in #2152

    Encoder

    • Added variance boost support to improve visual quality for the tune vq mode
    • Improve the tradeoffs for the random access mode across presets:
    • Speedup of 12-40% presets M0, M3, M5 and M6 while maintaining similar quality levels
    • Improved the compression efficiency of presets M11-M13 by 1-2% (!2213)
    • Added ARM optimizations for functions with c_only equivalent

    Cleanup Build and bug fixes and documentation

    • Use nasm as a default assembler and yasm as a fallback
    • Fix performance regression for systems with multiple processor groups
    • Enable building SvtAv1ApiTests and SvtAv1E2ETests for arm
    • Added variance boost documentation
    • Added a mailmap file to map duplicate git generated emails to the appropriate author
    0
    gitlab.com v2.0.0 · Alliance for Open Media / SVT-AV1 · GitLab

    [2.0.0] - 2024-03-13 Major API updates Changed the API signaling the End Of Stream (EOS) with...

    [2.0.0] - 2024-03-13

    Major API updates

    • Changed the API signaling the End Of Stream (EOS) with the last frame vs with an empty frame
    • OPT\_LD\_LATENCY2 making the change above is kept in the code to help devs with integration
    • The support of this API change has been merged to ffmpeg with a 2.0 version check
    • Removed the 3-pass VBR mode which changed the calling mechanism of multi-pass VBR
    • Moved to a new versioning scheme where the project major version will be updated every time API/ABI is changed

    Encoder

    • Improve the tradeoffs for the random access mode across presets:
    • Speedup presets MR by \~100% and improved quality along with tradeoff improvements across the higher quality presets (!2179,\#2158)
    • Improved the compression efficiency of presets M9-M13 by 1-4% (!2179)
    • Simplified VBR multi-pass to use 2 passes to allow integration with ffmpeg
    • Continued adding ARM optimizations for functions with c\_only equivalent
    • Replaced the 3-pass VBR with a 2-pass VBR to ease the multi-pass integration with ffmpeg
    • Memory savings of 20-35% for LP 8 mode in preset M6 and below and 1-5% in other modes / presets

    Cleanup and bug fixes and documentation

    • Various cleanups and functional bug fixes
    • Update the documentation to reflect the rate control changes
    0

    https://github.com/yuzu-emu/yuzu

    ICYMI, Yuzu settled with Nintendo for $2.4M and tl;dr said that Yuzu's primary purpose was to aid and abet piracy. Nintendo won outright.

    https://twitter.com/OatmealDome/status/1764715696250843321

    8

    >"I tend to spread positive energy," Hassouna says. "But when the war started, there was no positive energy." > >His darkest hour came on Feb. 12. > >The Israeli military unleashed heavy bombings to provide cover for commandos during a successful hostage rescue mission. At least 74 Palestinians were killed in that bombing campaign, according to Gaza health officials. > >Hassouna's mother, father, brother, sister-in-law and young nieces and nephew were among them. They were killed as they slept in the home where they were sheltering. It was the one night Hassouna happened to sleep over at a friend's house. > >"Now I am by myself," he says. "Why should I live my life without a family?"

    8
    blog.ryujinx.org Progress Report January 2024

    February is here which must mean that January has slid by once again. While this time of year isn’t usually so hot for those Twitter-melting AAA games, we all sometimes need less action-packed schedules. Ubisoft proved they still have some ability to make a compelling video game, and potential

    1
    www.politico.eu Zelenskyy fires Ukraine’s top general Zaluzhny

    The two had strong differences over how the war should be fought.

    And an extra article giving more background and lead up https://www.politico.eu/article/ukraine-general-runs-out-of-road-kyiv-washington/

    7

    Does anyone know how to determine the level of grain synth used in an encoded video? I have .webms that I've encoded with ffmpeg and svt-av1 but I don't have that grain synth information anymore.

    In fact it would be nice if I could just see any other information about an encoded video (rate factor, preset used, etc). These details don't appear when using mediainfo so I presume they are lost and unknowable. But grain synth occurs at decode time, so that should still be something I can figure out, right?

    0
    www.wsj.com Florida Is First State Allowed to Import Prescription Drugs From Canada

    The agency’s decision could change the way Americans obtain prescription medicines and could reduce their cost.

    Archive link. https://archive.is/N4Rqj

    Some personal editorializing: This is a pretty remarkable first because of how captive we Americans are to pharma prices. Famously, when Medicare Part D was brought into existence by law it restricted the federal government from negotiating Part D drug prices. To me, shopping for drugs in Canada is tackling the symptom and ignores the cause. I wonder if this gets more traction with more states how it might affect drug prices in Canada, too.

    The real solution to all this, of course, would be nationalize the healthcare industry in all aspects and to create a single payer healthcare system.

    49
    github.com Release 1.7.0 · HandBrake/HandBrake

    Upgrade Notice Before updating HandBrake, please make sure there are no pending encodes in the queue, and be sure to make a backup of any custom presets and app preferences you have, as they may no...

    Huge improvements for AV1 users over the last stable HandBrake release.

    0
    monaspace.githubnext.com Monaspace

    An innovative superfamily of fonts for code

    The way they talk about it makes it sound like they invented the written word, but that notwithstanding the fonts actually look really nice in my opinion.

    130
    www.apple.com Apple unveils M3, M3 Pro, and M3 Max, the most advanced chips for a personal computer

    M3, M3 Pro, and M3 Max feature groundbreaking technologies that deliver dramatically increased performance and unleash new capabilities for Mac.

    I think with the weight of Apple finally behind AV1 it is as blessed of a format as anything can be. Sisvel be damned.

    > And, a new media engine now includes support for AV1 decode, providing more efficient and high-quality video experiences from streaming services.

    I do not see AV1 encode support on this chip's announcement, however.

    0

    There are a lot of good improvements and fixes in this release. As a remorseful Nvidia on Linux user, I am extremely excited that GAMMA_LUT is finally making its debut in the Nvidia driver. This means I can actually try to use Gnome Wayland at night with the night shift feature, assuming other Wayland issues are also resolved.

    5
    github.com GitHub - skynettx/dosraptor: Original Raptor Call Of The Shadows version 1.2 DOS source code

    Original Raptor Call Of The Shadows version 1.2 DOS source code - GitHub - skynettx/dosraptor: Original Raptor Call Of The Shadows version 1.2 DOS source code

    It is licensed under GPLv2

    2

    Say I define different contexts or workspaces. So in my address bar I can type work and it will open up 5 pages that will be associated to that keyword. Then I can type bored and it will open up my 4 defined pages associated to that keyword.

    I am NOT asking about pinning pages to the start/home page, and I am NOT asking about loading websites when Firefox starts up (because I don't want to always load the same things every time I launch ffox). I am also not asking about pinning tabs.

    24

    Should lemmy.ml block chatgpt scraping in robots.txt?

    Some context about this here: https://arstechnica.com/information-technology/2023/08/openai-details-how-to-keep-chatgpt-from-gobbling-up-website-data/

    the robots.txt would be updated with this entry

    User-agent: GPTBot Disallow: /

    Obviously this is meaningless against non-openai scrapers or anyone who just doesn't give a shit.

    14

    tl;dr question: How do I get the Handbrake Flatpak to operate at a high niceless level in its own cgroup by default? I'm using Fedora Linux. --- So if I understand things correctly, niceness in Linux affects how willing the process scheduler is to preempt a process. However, with cgroups, niceness only affects this scheduling relative to other processes within a cgroup. This means a process running with a high niceness in its own cgroup has the same priority as other processes in equivalent cgroups, and it will not in fact be preempted in a way one would expect.

    So why does this matter to me at all? I have a copy of Handbrake installed from Flatpak. And sometimes I want to encode a video in the background while still having a decently responsive desktop experience so I can do other things, and basically let Handbrake occupy the cpu cycles I'm not using. Handbrake and the video encoding process should be at the bottom priority of everything to the maximum extent possible.

    But it does not appear to be enough to just go into htop and set the handbrake process's niceness level to 19 and then start an encode, because of the cgroup business I mentioned above.

    Furthermore, in my opinion Handbrake should always be the lowest priority process without my having to intervene. I would like to be able to launch it without having to set its niceness. Does anybody have suggestions on this? Is my understanding of the overall picture even correct?

    3