Just your normal everyday casual software dev. Nothing to see here.

People can share differing opinions without immediately being on the reverse side. Avoid looking at things as black and white. You can like both waffles and pancakes, just like you can hate both waffles and pancakes.

  • 0 Posts
  • 467 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle
  • yea the only way I can see confidence being stored as a string would be if the key was meant for a GUI management interface that didn’t hardcode possible values(think for private investors or untrained engineers for sugar/cosmetic reasons). In an actual system this would almost always be a number or boolean not a string.

    Being said, its entierly possible that it’s also using an LLM for processing the result, which would mean they could have something like “if its rated X or higher” do Y type deal, where the LLM would then process the string and then respond whether it is or not, but that would be so inefficient. I would hope that they wouldn’t layer like that.


  • games already have pretty extensive requirements for function, one model running for all NPC’s wouldn’t be that bad i dont think. it would raise ram requirements by maybe a gig or 2 and likely slow down initial loading time as the model has to load in. I’m running a pretty decent model on my home server which does the duties of a personified char and the CT im running ollama on only has 3 gigs allotted to it. And thats not even using the GPU which would speed it up tremendously

    I think the bigger problem would be testing wise that would be a royal pain in the butt to manage, having to make a profile/backstory for every char that you want running on the LLM. You would likely need a boilerplate ruleset, and then make a few basic rules to model it after. But the personality would never be the same player to player nor would it be accurate, like for example I can definitly see the model trying to give advice that is impossible for the Player to actually do as it isn’t in the games code.



  • I’m not the respondee but you may want to reread that post. they use the word mainly there to indicate most but not all. You are risking cherry picking the argument. By what I see it, the wording for “only exception” since the word mainly is used, would indicate that the only major exception would be, not the “only exception” would be.

    That’s how I read it anyway.

    regardless though, the entire theory is silly anyway, doing what the original article suggests would also send the world into a global recession and would be the a classic case of shooting your own foot in an attempt to harm the opponent.

    ammendum/post addition: regardless of who owns it though, the outcome is still unlikely. For government it would be political suicide in democratic countries, and for private sector it would be a massive financial dumpster fire. I think finding alternative export/import partners is far more likely to happen than something of the scale the article posts






  • I don’t use twitter either, its blocked by choice on my DNS blocker but, the majority on the platform are not a pedo, regardless of the owners of it. It’s still really the only valid mainstream option for content creators. Do you have a better option? Because I know bsky or lemmy sure as hell aint going to get the job done for them (they have already tried that and went back due to lack of usage.)

    its a circle, creators aren’t going to leave the platform because consumers are there, consumers aren’t going to leave because creators are there. The only real hope of that changing is either twitter screwing up so hard that they can’t stay, or a superior alternative being made that allows both the creator and the viewer to leave at once, so far bsky has come to be the closest but has still fallen short.

    edit: changed tone and wording to be less aggressive.


  • In the case of content creators, you go where your audience goes. Almost all of the content creators I watch went back to twitter and almost exclusively post only live notices and social updates. I don’t have one that has a good opinion of the platform but, there’s a much larger audience there so therefore they stay.

    Visibility is everything, and there are many steps between following you off the platform and not engaging with your stuff. Many will not follow a creator to an alternative platform if it means having to juggle an additional network, they will just let that creator fall out of their interest group.

    I know for a fact I wouldn’t be on lemmy if I still used reddit, so any content creator I followed there I dropped. It is too annoying having to juggle multiple social media platforms.



  • For sure, anything of that caliber, be it a monetary violence such as a massive financial shift from wealthy to either the government structures or the people, to a physical violence such as a revolt, to a virtual violence such as banning products/companies that are not following the established mantra, I do think the end result would be the same, I doubt it would lead to the collapse of civilization but, I do have to say that it won’t be pretty and in best case scenarios the penalty is increased pricing for awhile while things stabilize, worst case scenario is dismantlement of known authorities/governments due to violent protests.

    For some food for thought btw on the economic scale? You could take half of amazons annual net income(income after taxes, liabilities, deductions etc) for 2024, distribute it evenly across all known people in the US (Amazons primary market) and be able to give each person $80-90. every person and that’s still allowing the company to keep 30B. It blows my mind. The same can be said about Microsoft. They made 88B in 2024, so half of that is 44B across every person would be 130ish per person. Nvidia would be ~18, apple would be ~144. It’s really sickening when you think of it the amount of money those companies have.



  • Yea, I get that. Stable is from the developer POV, my expectation though was that I could at least finish the install process without running into an issue. I didn’t expect that a built in driver would decide to just black screen and the official driver to just not work period(Linux Mint), or that the installer wouldn’t be smart enough to properly configure the X server to allow for a login(Debian 12).

    I somewhat expected it of Mint, but for Debian 12 I was pretty surprised to see it. You would think something that was good enough to reach a point where they did a package freeze would be able to at least reach a desktop before showing signs of an issue. But I guess considering that the installer itself crashes if you try to manually partition a server, and then decide to go back in and set up luks in the installer, I shouldn’t be too surprised.

    Being said, I have not heard of Did not know that PikaOs it was a Debian derivative, I might actually look into that one then. (and yes before you ask it is exclusively because it contains “Pika” so I think it would be funny to try it 😂)

    edit: I realized after seeing the logo I had heard of it, just didn’t know it was based off debian.






  • Fully agree. When I mention switching to Linux on the rare occasion it comes up I make sure to mention that you can do basically anything on the platform, but with that customization comes drawbacks. If you are afraid to research an issue then I would not recommend full stop. I also mention not to be afraid of needing to use the terminal if needed. Don’t expect a 1:1 it’ll do most things you can do on Windows, but there will be some things you just can’t


  • I think I agree with this. I believe that if you are heavily into group policy or a centralized registry it would be a harder conversion. But you can even “hack” bat files to work for both Linux and Windows depending on what launches it. I had to do that with a testing bot that I sometimes ran on windows, sometimes ran on Linux. It involves abusing the label system on bat (which translates to a command true which accepts no arguments on sh). Granted you are still writing both files but, using this method you can have the windows version of it on the same page as the bash version so you can go line by line instead of having a second file open