Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 57 Posts
  • 2.56K Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • Scrubbles@poptalk.scrubbles.techtoTechnology@lemmy.mlLLMs Will Always Hallucinate
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    4
    ·
    edit-2
    2 days ago

    Uh, no. You want to be mad at something like that look into how they’re training models without a care for bias (or adding in their own biases).

    Hallucination is a completely different thing that is mathematically proven to happen regardless of who or what made it. Even if the model only knows about fluffy puppies and kitties it will still always hallucinate to some extent, just in that case it will be hallucinating fluffy puppies and kitties. It’s just random data at the end.

    That isn’t some conspiracy. Now if you expected a model that’s fluffy kitties and puppies and you’re mad because it starts spewing out hate speech - that’s not hallucination. That’s the training data.

    If you’re going to rage about something like that, you might as well rage about the correct thing.

    I’m getting real tired here of the “AI is the boogieman”. AI isn’t bad. We’ve had AI and Models for over 20 years now. They can be really helpful. The bias that is baked into them and how they’re implemented and trained has always been and will continue to be the problem.


  • Yeah Proxmox leaves a lot to be desired in terms of metrics. However, metrics are supported out of the box. Bad news, you probably won’t get what you want within proxmox. Good news, you have another project you get to undertake! Hooray!

    Like I said, Proxmox supports metrics out of the box. If you go Cluster -> Metric Server you’ll be able to see that you can add a metric server. The first iteration I did with proxmox I added an InfluxDB container which then proxmox can talk to (yes they can be on the same host), and then proxmox will start pumping metrics into InfluxDB. (It uses Telegraf under the hood). Then, you can also run Grafana, add your InfluxDB as a data source, and then you have a sweet metrics dashboard. There are a lot of pre-built dashboards already made that look great, and you can customize from there.

    You can also use Graphite, I personally haven’t used it, but I also dropped Influx over time too. These things evolve in that sort of way. That’s how I’d get set up and started though.




  • Scrubbles@poptalk.scrubbles.techtoJokes and Humor@beehaw.orgOctober
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    5 days ago

    Knowing my parents and grandparents you’re giving them too much credit.

    I have yet to meet a boomer who will give up an ounce of comfort to get out of their routine. I have family that uses cling wrap to wrap everything in their fridge even though I’ve suggested reusable containers, reminding them how it will sit in a landfill. Who refuse to use compostable bags for lawn waste or even just no bags at all, or even just leaving the leaves and letting them compost. Family who want to drive big trucks just because or yes even eat a gluttonous amount of meat.

    All of those things my direct family are guilty of. I won’t say that simply doing any of them makes you guilty - but refusing to make any sort of effort at all sure as hell makes you guilty.

    You don’t get to blame oil and gas companies while also driving a lifted pickup which gets 10 mpg. You don’t get to schlep off all responsibility. They are to blame and propaganda is real for sure, but that doesn’t mean we are all also off the hook. If people just ate one less serving of beef a week we could make a noticeable impact - but that’s just too much for some apparently.




  • Mayor Ron White claimed that the motion to remove Browser was a response to a council worker not being permitted to bring his puppy to City Hall.[

    This is how it always goes. One small thing happens, people like it. So the next person tries to take it farther, and rather than just accept the “sorry, no, it’s obviously a different thing” they have to (attempt) to ruin it for everyone enjoying the simple version.




  • Honestly a good article, and a perfect example of performative security. Security was ever present, hassled people, wore tactical vests and made a big show - but still did nothing of actual value

    Twitch backpedaled and said they’ll add moar security, but won’t do anything to actually protect creators like grant them their own security guard.

    To me, it’s obvious. Guy didn’t have a knife, didn’t threatened her, it’s some lonely creepy dude who doesn’t respect her and very sick in the head. They don’t need another row of metal detectors, they needed someone managing the line and access to her so he couldn’t just walk up to her, and if he did still make it that close then an immediate boot out of the premises with charges for assault filed with a permanent from all future events.

    Instead they just… Let him walk around and be chill, and sounds like he was only banned well after the huge backlash.





  • Did a takehome for a company recently that did it well. They required that I make a docker file (you could give them one if you wanted) where when ran it would run tests. It was a neat use of docker IMO, it standardized that builds were just “build the docker file” and running was just “run the dockerfile”. You would t have to deal with tar or anything then.

    Thousand ways to skin a cat there