"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUS
Jump
Inside the State Department’s Weapons Pipeline to Israel
  • GnuLinuxDude GnuLinuxDude Now 100%

    Untold bloodshed, cruelty, and inhumanity. But at least you get some wine and a nice note. Really makes it worth it!

    1
  • What is your favorite movie of all time?
  • GnuLinuxDude GnuLinuxDude Now 80%

    E.T.

    I am absolutely charmed by the characters, the story, the optimism, and the connection to the unknown.

    3
  • What can I do with my super old laptop?
  • GnuLinuxDude GnuLinuxDude Now 100%

    Since it’s an old acer netbook with an Intel atom cpu it is highly unlikely it has any hardware decoding built in.

    7
  • The International 2024 - Main Event Discussion Thread
  • GnuLinuxDude GnuLinuxDude Now 100%

    Really looks like Liquid has GG's number so far in this series (middle of game 2)

    3
  • The International 2024 - Main Event Discussion Thread
  • GnuLinuxDude GnuLinuxDude Now 100%

    What do you mean about the Charles Manson remark? Is there some hidden evil I don't know about?

    1
  • Commercial spyware vendor exploits used by Kremlin-backed hackers, Google says | Ars Technica
  • GnuLinuxDude GnuLinuxDude Now 100%

    Wow who could have foreseen back doors getting back doored?

    14
  • Telegram CEO charged in France for ‘allowing criminal activity’ on messaging app
  • GnuLinuxDude GnuLinuxDude Now 100%

    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
  • Anix and Aniwave are dead
  • GnuLinuxDude GnuLinuxDude Now 100%

    I don't even watch Anime but I still get bummed when news like this hits.

    13
  • What the fuck is an SBAT and why does everyone suddenly care
  • GnuLinuxDude GnuLinuxDude Now 100%

    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
  • How do you deal with depression about climate change?
  • GnuLinuxDude GnuLinuxDude Now 100%

    seeing your post then this scumbag back to back really hits...: https://lemmy.ml/post/19412006

    3
  • gitlab.com

    ## [2.2.0] - 2024-08-19 API updates - No API changes on this release Encoder - Improve the tradeoffs for the random access mode across presets: - Speedup of ~15% across presets M0 - M8 while maintaining similar quality levels (!2253) - Improve the tradeoffs for the low-delay mode across presets (!2260) - Increased temporal resolution setting to 6L for 4k resolutions by default - Added ARM optimizations for functions with c_only equivalent yielding an average speedup of ~13% for 4k10bit Cleanup Build and bug fixes and documentation - Profile-guided-optimized helper build overhaul - Major cleanup and fixing of Neon unit test suite - Address stylecheck dependence on public repositories

    5
    0
    What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • GnuLinuxDude GnuLinuxDude Now 100%

    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
  • What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • GnuLinuxDude GnuLinuxDude Now 100%

    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
  • What is the proper way to install Vulkan drivers in Linux Mint 21.3 with an AMD GPU? (I think this issue is solved)
  • GnuLinuxDude GnuLinuxDude Now 100%

    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
  • U.S. Says Iran Attack On Israel Could Come 'This Week,' Warns Tehran To 'Stand Down'.
  • GnuLinuxDude GnuLinuxDude Now 95%

    Why should they stand down? So that Israel can keep assassinating people in Iran’s territory with impunity?

    41
  • Elon Musk shares faked far-right 'detainment camp' post
  • GnuLinuxDude GnuLinuxDude Now 75%

    Comedy is legal on Twitter again

    4
  • 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.

    132
    56
    gitlab.com

    ## [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

    4
    0
    gitlab.com

    ## [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 ](https://github.com/FFmpeg/FFmpeg/commit/69dd1ce610fcffec453a0663c613c9b13165fd9e)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](https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests/2179),[\#2158](https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2158)) * Improved the compression efficiency of presets M9-M13 by 1-4% ([!2179](https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests/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

    7
    1

    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

    36
    8
    https://text.npr.org/1233361532

    >"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?"

    164
    8
    www.politico.eu

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

    101
    8

    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?

    3
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUS
    Florida Is First State Allowed to Import Prescription Drugs From Canada
    https://www.wsj.com/health/pharma/florida-will-be-allowed-to-import-prescription-drugs-from-canada-428510fe

    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.

    164
    49
    github.com

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

    18
    5
    monaspace.githubnext.com

    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.

    542
    144
    www.apple.com

    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.

    8
    1
    www.phoronix.com

    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.

    73
    5

    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.

    52
    24

    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?

    20
    3
    GnuLinuxDude Now
    25 378

    GnuLinuxDude

    lemmy.ml