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

help-circle
  • I don’t think life is rare, nor photosynthesis, but complex life might be. A planet needs to be really thriving with life for it to be worth it to go down the path to something like animals

    But I think the bigger filter is much stranger.

    Humans are a hive-like species. We’re not just social - we’re insanely interdependent, we don’t function on our own and yet we’ve ended up in this place where we (often) try to individually succeed, even at the cost to our community

    We’re greedy enough to want the stars, yet interdependent enough we could only swarm over them in endless numbers

    There’s many problems with the fermi “paradox”, but personally I think one of the largest is assuming all species would spread like a cancer blotting out the stars

    A more individualistic and long lived species might instead be careful explorers, taking what they need and leaving little sign of their passage. A more communal species might be careful and control themselves to not destroy pointlessly. They might also feel no desire to contact other species

    We’re just the right mix to want everything a star could give, and to want to find others at great energy cost


  • I think you’re looking at it the wrong way - triggering the flight or fight response won’t make you able to fight or flight by itself. You have to practice the responses or they’re useless - detrimental even, like a deer in the headlights

    Play is a way to exercise those instincts and practice responses, but in a safe way. We even creep into the danger zone a bit sometimes, but most people (and animals) keep the danger measured

    Fear isn’t pain - it’s not meant to be an absolute deterrent. It makes us think twice and go into fight or flight mode to handle a challenge - it doesn’t discourage behaviors, it moderates them. Sometimes you do have to face off a rival, or need to take a risk for a reward. It releases endorphins if we come out of it better off

    So it’s not weird that we are drawn to it - horror stories/movies/games trigger it artificially, but so does fighting each other or tests of courage


  • I don’t think it’s weird - we’re animals, mammals and hunters no less, and animals play. If we have unstimulated instincts and free time, we find ways to exercise them

    It’s kind of like the zoomies or play fighting, it’s just built into our design, for one reason or another

    Now, aliens might come here and be fascinated how Earth vertebrates can even function, assuming this isn’t a common thing. But I’m guessing our social behaviors will be more mind boggling






  • Nah, I’m thinking much bigger. I’ve got an AI that can transcribe video, I’m working on one to summarize and put facts into a knowledge graph, I’ve got one that can hold a conversation, and I’ve got a script that scrapes sites and does natural language processing. I just need an agent to tie the pieces together and some control scripts to manage the containerized pieces

    The idea is, my assistant will go out, read up on programming topics and build knowledge graphs with references to the source, and I’ll fix my biggest issue - shittified searches crippling my work speed

    Then, I’ll send it off to find content. It’ll transcribe/summarize videos and rank them, research topics and come back with reports, and trawl my socials to find new things I might find interesting

    I plan to take all that, then let my assistant create video channels to watch and additional content to read if Lemmy is slow. And if my friends and family show interest, I’ll add in hosting and an internal social media and convince them to run additional nodes at home

    I’ve been working on it for a while because I saw this coming, I’ve got most of the key pieces already.

    And that’s the bubble of Internet I’m building - AI curation of my Internet life, it’ll happily work away the hours deshittifying a bubble of Internet








  • This is exactly why HR departments exist. Had OP collected evidence, told management with a paper trail, and they failed to stop it? Or worse, told off OP because they don’t want to deal with it?

    The jerk could maybe get charged with a misdemeanor related to harassment or misuse of technology… Maybe the UK has something harsher or more specific, but at the end of the day it’s a bit extreme to put someone in jail or pay OPs wages if they were forced out of work

    The company on the other hand? They have a legal obligation to maintain a safe work environment. They also have deeper, easier to access pockets. A lot easier to get a lawyer to pursue that, which is expensive even if they win in the end

    If they’re clearly shown to have not taken reasonable action, they’d at least be on the hook for any lost wages or medical costs (not sure what decent therapy runs over there, less than the US I’m sure but I’m guessing not cheap). Even if OP quits or decides not to show up, it could be until they get a new job at similar pay with some extra thrown on top

    HR’s job is to cut this off before OP needs to be paid off, or much worse finds a lawyer. They don’t care about the employees, so safest could be to fire the guy - the least they’re going to do is officially reprimand the guy and follow up with OP to make sure it’s not worsening and OP isn’t feeling litigious


  • I mean, I’ve got one of those “so simple it’s stupid” solutions. It’s not a pure LLM, but those are probably impossible… Can’t have an AI service without a server after all, let alone drivers

    Do a string comparison on the prompt, then tell the AI to stop.

    And then, do a partial string match with at least x matching characters on the prompt, buffer it x characters, then stop the AI.

    Then, put in more than an hour and match a certain amount of prompt chunks across multiple messages, and it’s now very difficult to get the intact prompt if you temp ban IPs. Even if they managed to get it, they wouldn’t get a convincing screenshot without stitching it together… You could just deny it and avoid embarrassment, because it’s annoyingly difficult to repeat

    Finally, when you stop the AI, you start printing out passages from the yellow book before quickly refreshing the screen to a blank conversation

    Or just flag key words and triggered stops, and have an LLM review the conversation to judge if they were trying to get the prompt, then temp ban them/change the prompt while a human reviews it




  • To put it more descriptively, when you do industrial scale WiFi, you’re supposed to design out the network during the blueprint stage, then go through with a signal analyzer to map out the radio properties when it’s time to install the telecom

    You can put an access point in every room or every 30 feet, and tune them to work seamlessly without interference. You can do the same with cell signals too. They even make cables that are also the antenna - they’re cut with gaps in the shielding, so you can get perfect coverage inside an iron maze if you wanted to

    It’s all just a matter of cost… It’s not cheap, but a few million dollars is just a line item at that scale


  • Huh, I’ve never actually come across that, I’ve only gotten it indirectly. I bet my first mentor put it on in my head, the guy built out our entire system, then a v2, with one intern while the rest of us extended the framework he built.

    As long as the Lemmy API can be used as a de-facto standard

    And that’s the sad part… The Lemmy api is not only not that, federation is an API+ that gives an amazing starting point. As far as I can tell, the lemmy API was made with the official clients in mind, and everything else was an afterthought made in a hurry during the last Reddit Exodus

    I started reading through the kbin API, which starts with “here’s a link to activity pub standards, they’re surprisingly readable”. They were… It’s unwieldy in a lot of ways and maybe too all-encompassing, but they left so much on the table.

    For one, uri ids. Lemmy has them for everything (which is nice), but they aren’t directly usable. You can get the local ID for the home instance, but if I’ve got a url for lemmy.world I want to see on my instance, my only option is a search. Which should kick off federation, but what if it’s there already? I want an endpoint to resolve it (or even to tell me it’s not here right now so I can fall back).

    And the way they handled metadata is pretty awkward… They next objects inside of collections of activity data and object properties, which is annoying because it’s so inconsistent. Like, if you get a comment response, it gives you the comment reply, which is basically a comment without the usual metadata like vote count or the full actor object.

    It gives you too much, then suddenly too little - I don’t need the bio, tagline, and banner of a server every time I see a post, and I also don’t need it for the community and user

    But I do need the comment votes when I get a reply - I’ll wait on the comment chain and root post, but I don’t want to have to build a post-body only component to show while I wait to replace it with the whole thing

    I do really like that they autodoc everything… Even if a lot of it is indecipherable with no context offered. Like the honeypot parameter on getPosts… It’s actually intended to be a honeypot. Like if you set it to true, it’s supposed to not give you posts, or log you or something? I tracked down a one line confirmation on GitHub which left me baffled. I had to try it… It didn’t seem to do anything

    /Rant

    It is getting better though, the amount of completely breaking changes that pop up is very frustrating, but this time around it is significantly improved