• 1 Post
  • 398 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle





  • What do you think WHQL is?

    The problem with CrowdStrike’s solution is that they got csagent.sys driver signed by WHQL, and the driver will download p-code from the internet and execute it. This allows them to push out changes without waiting for Microsoft approval.

    The biggest problem occurs when you don’t sanitize your inputs and someone accidentally uploads a blank file padded with zeroes. The driver dereferences a null value, and crashes your system. Hard.





  • A spell checker is pretty useless. It’s not a word processor. I just want to very quickly open a text file and perhaps make a small edit. I would usually use it for config files.

    Syntax highlighting for xml, JSON, yaml and CSV would be a much more useful feature. gEdit on gnome really nails the lightweight but useable text editor.

    Also, would it kill them to use a rolling buffer instead of loading and rendering an entire 500MB file before rendering the first 30 lines on screen?

    People say “just use [editor]”, but it’s no good when you’re configuring someone else’s prod environment 7 proxies deep, and all you can use is notepad.






  • pHr34kY@lemmy.worldtoSelfhosted@lemmy.worldAny MythTV Users Here?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    25 days ago

    I used MythTV for decades. I really loved the “raw” digital output of the music player. It would casually hop from 44/16/2.0 to 96/24/5.1 between songs and my amp would decode it. I even contributed a small patch to make the visualizer work with 24bit audio.

    The live TV hardware accelerated deinterlacing was really good too. TV recording was super reliable.

    The TVDb lookup was a tad glitchy. It turns out that it didn’t include the year in the lookup. I wrote a patch that did it (and improved my metadata lookups heaps) but never made a PR.

    I jumped to Plex around 2020. Mostly for things like streaming to my phone so I can have my music on the train. I believe Myth was better for HTPC, but Plex isn’t too far off.

    I’m not a fan of Plex audio. Every time I try to make it do AC3 passthrough or skip the OS mixers, the whole thing breaks.