I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 87 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle

  • showed the “percent of time spent viewing content posted by ‘friends’” had declined over the past two years, from 22 to 17 percent on Facebook and from 11 to 7 percent on Instagram.

    This is ENTIRELY because of Meta’s content algorithms that buried the content from everyone’s friends under a torrent of shit. It’s pretty disingenuous for the company that controls that algorithm to present this as some inevitable fait accompli, something out of their hands, oh well.

    But of course Meta was terrified of people just viewing all their friend’s posts and then logging off for the day because, as everyone knows, line must always go up.






  • Dave.@aussie.zonetoLinux@lemmy.mlPackages similar to Earlyoom?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    5 months ago

    People don’t just leave leaking apps out there for consumption.

    Ha! Welcome to corporate, where vendors sell you software and say that the hardware has to have 128GB of ram and when you poke around a bit you discover a single JVM with constantly growing memory usage with a script that restarts it every time it runs out of resources.

    AND a log file that describes - in typical Java excruciating detail - the precise lines in each module where the devs allocated resources but didn’t free them. About 40 times a second.





  • TVs that do anything more than displaying a signal exactly as it’s input shouldn’t exist.

    Some of that input could do with a bit of tweaking though.

    I wouldn’t mind if the TV was able to do things with the audio track, like remove background music, or lift the volume of people speaking, or erase laugh tracks/live audience hooting& hollering.

    There’s probably similar manipulation that you could do on the video side (eventually, once TVs stop getting the worst processors ever, not here and now). Imagine a prompt that says “Airbrush every recognisable brand name on-screen so that it blends with the background”.

    I seriously doubt if any major manufacturer would do that kind of thing though, so better get working on jailbreaking those TVs.



  • Dave.@aussie.zonetoLinux@lemmy.mlFacebook ban on discussing Linux?
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    6 months ago

    Consider yourself corrected then. I’ve skimmed your comment history. Your go-to insult is “bootlicker” or alternatively, a simple clown emoji. In your comments you seem to provide very little context as to why you think that, it’s just, “I deem you to be a BOOTLICKER! Next!”

    So maybe a little guidance for you:

    The very, very, first thing you do when dealing with perceived propaganda - be it on mainstream media, online, or wherever - is to remove all the emotion and insults and see what’s left. You know what I see when I parse your comments like that? Very little.

    Thus I conclude you have nothing of importance to say, and you become background noise that gets tuned out.

    Actually your comments do have some small value. I check your bootlicker-comment-score and if it’s greater than 5, I know the community you posted in isn’t worth my time.





  • They’re not missing funds though, it’s not a discrepancy in accounting. They overpaid , they know where the money is, and it’s simply a business decision whether to recover it or not.

    They could have simply filtered on overpayment above some arbitrary value based around recovery vs goodwill.

    Or they could have let it slide, but still notify people so that they wouldn’t be wondering if it was an accounting error.

    But no, they want to recover 23 cents which is well below the cost of everyone’s time and effort to deal with, on both sides of the transaction.



  • Mainly when you are building a single-purpose , “appliance” device and you have the bare minimum of RAM/storage available. You just want to get the board powered up and initialised and then jump to your application.

    So you build a kernel with only the correct drivers you need, you skip initrd, you skip initscripts and (lord forbid) systemd, you just jump straight to your program, with possibly busybox available if you need debugging.

    Edit: I’m talking more about building it from scratch here, not LFS. Regarding security issues, you then “only” have to deal with kernel exploits, with a limited surface as you have limited modules linked, and exploits in your application.