Skip Navigation
Posts
28
Comments
525
Joined
2 yr. ago
  • I've been using them for a few weeks now. Lifesaver as I try to organize stupid bullshit that life forces on me.

  • Just making sure. I don't think it was always an option on Steam, anyway.

  • You might notice that your Windows installation is like 30 gigabytes and there is a huge folder somewhere in the system path called WinSXS. Microsoft bends over backwards to provide you with basically all the versions of all the shared libs ever, resulting in a system that can run programs compiled from decades ago just fine.

    In Linux-land usually we just recompile all of the software from source. Sometimes it breaks because Glibc changed something. Or sometimes it breaks because (extremely rare) the kernel broke something. Linus considers breaking the userspace API one of the biggest no-nos in kernel development.

    Even so, depending on what you're doing you can have a really old binary run on your Linux computer if the conditions are right. Windows just makes that surface area of "conditions being right" much larger.

    As for your phone, all the apps that get built and run for it must target some kind of specific API version (the amount of stuff you're allowed to do is much more constrained). Android and iOS both basically provide compatibility for that stuff in a similar way that Windows does, but the story is much less chaotic than on Linux and Windows (and even macOS) where your phone app is not allowed to do that much, by comparison.

  • You’re telling me when Matt Miller got up to the podium and smirked and said they were having frank conversations with their Israeli partners that he LIED!?!?!?!?!?!?!?!?!?!!!!!!?????!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!? Nooooooo waaayyyyyyyyyyyyyyyyyy

  • Marianne Williamson got laughed at about this in the 2020 US primary, but she was the only person who meaningfully advocated for peace among nations, going so far as to propose a Department of Peace.

  • Nice stuff. But one nitpick: with steam you can get a refund within two hours of playtime if you realize you bought a crap game.

  • Post Deleted!

  • Ok good luck with your state-sponsored reeducation programs in your Nazi-adjacent Western democracies where the left holds no political power 👍.

    For everyone else who has a fucking clue: when your government has a gestapo police state that rounds up and deports the people the state has deemed undesirable, guess what? The Nazis are already in control.

  • Post Deleted!

  • This is one of the most libbed up things I've ever seen a lemmygrad user post... Are you just a wrecker account?

  • It's amazing how this man's brain is so feeble that he just fully believes what the last person he met with him tells him.

  • Interesting. May need to check it out, but I pmuch only use Gnome or KDE. I hate having to configure the extra parts in a WM (widgets for bluetooth, wifi, etc...).

  • What makes hyprland so good? It just seems like another WM to me, but maybe I don't get the interesting parts of it.

  • I don't really understand what you're asking for, but maybe you'd benefit from Firefox's multi-account containers extension (domains can have their cookies isolated). Or from a more rigorous usage of the Firefox profiles features (type about:profiles in the address bar) and create a dedicated google profile, a dedicated vpn profile, and leave a regular personal profile. You can theme them so they look distinct when you have them open.

  • The thing you should be aware of is that Tor is designed to make you look uniform to every other Tor browser. It's set such that you should not really stand out from other Tor users by browser fingerprinting techniques.

    Without showing us what the differing warnings are, it's hard to even assess what this information means.

  • Good on them for having a conscience. Seems like their minds actually function.

  • If you bought this e-junk in the first place you're kind of a moron.

  • You should encourage them to pirate any JK Rowling-associated content, then, if these people cannot be assed to read different books by different authors. Though obviously you're 100% correct in that she's already fabulously rich and a boycott of her works will not materially harm her. Also, she still has devoted bigoted fans who love being paypiggies, so a boycott is impossible.

  • Permanently Deleted

  • Death cult mentality. Holding the entire planet hostage for their own gain. These people deserve a penalty of a certain kind.

  • the number of times i've seen a scratched lib turn fash surprised me... at first.

  • If Trump is walking the "way way worse" path on Palestine it's only because Biden laid the path down for him in the first place.

  • Firefox @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Is it possible to disable animations in the DE but have them enabled in Firefox?

    I disable animations either through Gnome's accessibility setting or KDE's slider to instant. I find that Gnome's animations are just too slow by default and KDE's tend to be janky. So while I want my window manager to have instant animations, I don't need my applications to do so.

    Is it possible to disable the animations from the DE's settings but to keep them like normal in Firefox? Example: when I press ctrl+t it's OK if the new tab has an animation when it's created in the browser's UI.

    United States | News & Politics @lemmy.ml
    GnuLinuxDude @lemmy.ml

    https://archive.is/H38tt

    Mr. Wright has argued that there is a moral case for fossil fuels, saying they are crucial for alleviating global poverty and that moving too quickly to cut emissions risks driving up energy prices around the world. He has denounced efforts by countries to stop adding greenhouse gas to the atmosphere by 2050, calling that a “sinister goal.”

    "Has there ever been an organization in human history that is dedicated, with such commitment, to the destruction of organised human life on Earth?" -- Noam Chomsky, 2017

    Open Source @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Is there a high quality offline map/globe/atlas software like how Encarta used to be?

    I would love a program where I can browse the world and see countries, cities, oceans, all fully labeled (preferably in English which I speak, but a dual English+local native script would also be good). It would be all the nicer if there were stats and facts and some representative photos and stuff to learn a little about different places, without needing to dive into a full Wikipedia article.

    Basically, what I'm hoping for is like a modern MS Encarta Atlas, but offline and good.

    As for web options, Google Maps, unfortunately, works really well. But I despise Google. OpenStreetMaps doesn't have all that extra data, it is just a map. What are the options available, if any?

    Self Hosted - Self-hosting your services. @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Migrated from Nginx to Caddy

    When I first set up my web server I don't think Caddy was really a sensible choice. It was still immature (The big "version 2" rewrite was in beta). But it's about five years from when that happened, so I decided to give Caddy a try.

    Wow! My config shrank to about 25% from what it was with Nginx. It's also a lot less stuff to deal with, especially from a personal hosting perspective. As much as I like self-hosting, I'm not like "into" configuring web servers. Caddy made this very easy.

    I thought the automatic HTTPS feature was overrated until I used it. The fact is it works effortlessly. I do not need to add paths to certificate files in my config anymore. That's great. But what's even better is I do not need to bother with my server notes to once again figure out how to correctly use Certbot when I want to create new certs for subdomains, since Caddy will do it automatically.

    I've been annoyed with my Nginx config for a while, and kept wishing to find the motivation to streamline

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    dav1d 1.5.0 Released

    Changes for 1.5.0 'Sonic':

    1.5.0 is a major release of dav1d, that:

    • WARNING: we removed some of the SSE2 optimizations, so if you care about systems without SSSE3, you should be careful when updating!
    • Add Arm OpenBSD run-time CPU feature
    • Optimize index offset calculations for decode_coefs
    • picture: copy HDR10+ and T35 metadata only to visible frames
    • SSSE3 new optimizations for 6-tap (8bit and hbd)
    • AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
    • AArch64: Add USMMLA implempentation for 6-tap H/HV
    • AArch64: Optimize Armv8.0 NEON for HBD horizontal filters and 6-tap filters
    • Power9: Optimized ITX till 16x4.
    • Loongarch: numerous optimizations
    • RISC-V optimizations for pal, cdef_filter, ipred, mc_blend, mc_bdir, itx
    • Allow playing videos in full-screen mode in dav1dplay
    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    SVT-AV1 2.2.0 released

    [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
    Linux @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Is there a better way to browse man pages?

    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 sum

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    SVT-AV1 2.1.0 Released

    [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 duplicat
    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    SVT-AV1 v2.0.0 released · GitLab

    [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
    • OPTLDLATENCY2 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-
    World News @lemmy.ml
    GnuLinuxDude @lemmy.ml

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

    Rust Programming @lemmy.ml
    GnuLinuxDude @lemmy.ml
    World News @lemmy.ml
    GnuLinuxDude @lemmy.ml

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

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    How to determine the level of film grain synth on a video?

    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?

    United States | News & Politics @lemmy.ml
    GnuLinuxDude @lemmy.ml

    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.

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    HandBrake 1.7.0 released with AMD & Nvidia AV1 hwenc, SVT-AV1 v1.7 & SVT-AV1 multi-pass ABR

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

    Release 1.7.0 · HandBrake/HandBrake

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

    Technology @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Monaspace - Microsoft presents a new font family 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.

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Apple's newly announced M3 processors feature hardware decode

    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.

    Linux @lemmy.ml
    GnuLinuxDude @lemmy.ml

    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.

    AV1 Community @lemmy.ml
    GnuLinuxDude @lemmy.ml

    Higher Quality AV1 Video Encoding Now Available For Radeon Graphics On Linux

    Gaming @lemmy.ml
    GnuLinuxDude @lemmy.ml

    The original source code to the classic shmup Raptor Call Of The Shadows has been released

    It is licensed under GPLv2