• 0 Posts
  • 548 Comments
Joined 1 year ago
cake
Cake day: December 29th, 2023

help-circle

  • i’ve written bots that filter things for me, or change something to machine-readable formats

    the most successful thing i’ve done is have a bot that parses a web page and figures out the date/time in standard format, gets a location if it’s listed in the description and geocodes it, and a few other fields to make an ical for pretty much any page

    i think the important thing is that gen ai is good at low risk tasks that reduce but don’t eliminate human effort - changing something from having to do a bunch of data entry to skimming for correctness






  • They don’t care if you play on steamOS, Windows, or a steam powered adding machine.

    i think yes and no: they make their money from selling games, so they want more people to buy more games from them

    … but, SteamOS achieves that in a multi-faceted way:

    • it provides a fit-for-purpose platform for handhelds and consoles which previously steam didn’t have any market share over, and if that’s in SteamOS they have a massive advantage
    • it gives valve some leverage over microsoft (if MS controls the platform that you depend on, they can do some pretty wild things and you have no recourse). in this case, they definitely care about bumping their numbers - more on SteamOS means less power microsoft has over them
    • it creates competition, which forces microsoft to invest in making their own experience better, and better experience anywhere means probably more people game more often

    i think that last point in particular is critical: every $ valve spends on steamos is multiplied, because microsoft has to spend their own money to keep up, and it propels the whole ecosystem forward



  • Pup Biru@aussie.zonetoLefty Memes@lemmy.dbzer0.comhierarchy
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    3 days ago

    in a healthy kink relationship, the submissive is the one in control: what they say goes; the dom merely makes suggestions in a manner that seems to outsiders as if the sub doesn’t have the control (and indeed the headspace of both participants leans toward that too). if the sub says no, it does not happen

    this isn’t a hierarchy; this is a complex relationship that can’t be defined as narrowly


  • imo bsky is not 100% of what we want, but it has roads out of their system… its not decentralised exactly, but you can build bridges and that’s super important

    the main reason people stay with facebook, twitter, reddit, etc is what’s called the “network effect”. for social media, it’s hyper important to get people onto the platform, otherwise it’s not social (reddit and lemmy a bit different: you still need a self-sustaining amount of people, but the more you get to the “people you know” platforms, the more you need as close to everyone you can get to keep people there)

    now, twitter, facebook, instagram, etc have no functionality to allow people off-platform to contact people on-platform (and visa versa), so if you leave the platform you loose all those connections - the first people to move have a terrible experience because the platform is pretty much useless (there’s no social in the social media)

    bsky at least changes that part so now we can bridge: bsky users can interact with mastodon users, which means that in the future it’ll be much easier for people to make the choice to leave, if they choose to: they don’t have to give up the creators they follow, or family and friends… there might be a slightly degraded experience, but i’d argue that’s pretty negligible

    heck, i’d even prefer to trade twitter for threads at this point: imo facebook as a whole company is worse that twitter, but threads at least allows that off-ramp

    if facebook itself were federated, who knows maybe one of these days i could convince my parents to move to friendica





  • essentially rather than generating a reply meant for a human, they generate a special reply that the software interprets as “call this tool”. in th same way as the system prompt where the model operator tells the system how to behave, you tell the model what tools and parameters are available to it (for example, load page is a common one)… when the software receives a call for the tool, it calls real code to perform an action, which then responds to the model with the result so that it can continue to process. in this way, the model may kind of request access to limited external resources






  • there’s a few things here that trigger red flags for me:

    not worry about getting too detailed

    oh good! because it’s probably ill-defined and nobody really knows and figuring that out involves a lot of reading other people’s shit code and we have work to do

    because I need a very thorough understanding

    oh you mean do worry - you want to know exactly how it works… sorry bud, no time, that’s a lot of energy

    thoroughly documented

    ugghghh documentation is for people that don’t understand that documentation is out of date the second you write it: don’t drag me into your futile attempt to make a static artifact that i’ll need to maintain in the future when i update a living system

    eliminating all the uselessly disparate systems that people are trying to stitch together currently

    okay but that’s really dismissive… this is work that people have put in - even if it’s shit and everyone knows it’s shit, it’s disheartening to have things thrown out… and what they do now they know how it works, they know the caveats… you’re talking about coming in, getting a cursory understanding (what you think you can understand everyone’s problem when the people that built the thing don’t have the full picture?) and then planning out and telling them what to do

    if you want help from engineers, ask them for help to build a new thing: don’t ask them for help to explain something so you can tell them what to build. we’re creative, and we love solving problems and we hate robotically implementing someone else’s vision