• 0 Posts
  • 30 Comments
Joined 1 年前
cake
Cake day: 2024年4月21日

help-circle



  • You’ve got a bunch of nutjobs that will turn that phrasing into a white genocide conversation is the problem.

    The second part of that is that genocide is a subjective term due to classification of ethnic groups being subjective.

    Honestly this well encapsulates the problem I tend to have aligning on goals with other progressives and some liberals. Every time folks try to simplify something as complex as genocide down to a yes or no question it means they are already invalidating the majority of positions and forcing a conversation of agree with me or call me wrong. That isn’t how it works, that isn’t how discussion and debate work. Forcing people into Yes/No thinking doesn’t lead to progress, asking for people to think critically does.




  • Genocide is a term that is both over and under used. There are currently about six genocides ongoing. I don’t see the point in trying to call someone out on it because no one is actually doing anything for or against it outside of a very small number of people.

    If someone asks me if I’m anti genocide I assume they mean something they specifically consider a genocide and they are trying to use this as bait to get me to out myself in some way. They don’t actually expect I’m personally participating or countering it in any way.

    Trans rights also is a loaded term now because there are a LOT of individual rights Trans people are needing to fight for all in parallel. It’s better to be specific.

    Sure someone who says they are against trans people is awful, but I find folks set the bar in different places and use that to start an argument. The easiest example is, what age should someone be allowed to transition which is an intensely challenging question to answer even on a medical level.





  • The point of my second statement is that if you made an AI that stores and retrieves phone numbers that the model could reasonable use phone number chunks in its random number generation. A phone number can normally be broken into 3 to 6 chunks of 1 to 5 numbers which is reasonable sizes to tokenize. If you then asked it for a random number I think it is reasonable that it would be as likely if not more likely to use the data from the phone number list as it would to use the core 0 to 9 tokenized number list unless you specifically tried to split the two.

    This is a WhatsApp AI so I think asking it for Tim’s number is a use case they trained on. It needs to be a phone book. My guess is they said that list A is a list of public numbers for training things like what a phone number looks like, and list B is a list of private user numbers. Now while a random number could be a random string of numbers it could also be that the LLM is too likely to pull a combination that is actually a real number.

    So is this a case where it randomly pulled together 11 digits that magically hit the roughly 1 in in 100 chance that a random string of numbers shaped like a UK phone number would be a number of a user. Is it a case where it pulled from a public combo list of 4 tokens and randomly reformed a real number that was both public and private? That seems more likely to me. We probably won’t ever get to know.

    If I was making this AI chat bot I would have it check against the most critical data I have for privacy before it shared it as a random number though. WhatsApp phone numbers are its users IDs. Even if it truly randomly generates one it should verify that it is a private number and not output it as it showed it could do when questioned where the number came from.



  • Switch 2 to me is something I’m okay with from the perspective of, I think these consoles need to update more often. Nintendo didn’t have anything revolutionary to add this time around, but wanted to update the Switch because it had been 8 years. It’s nearly 100% backwards compatible. This is a better choice than the WiiU which basically was Wii without the fun.

    I’m curious what Sony and Microsoft do because there isn’t any new improved tech for those devices that would really drive a better experience for people. Microsoft seems to be toying with the Xbox isn’t a single device it’s an experience concept. Sony made the Pro and no one cared.






  • Linus shouldn’t have to get involved at all. Each part of the Kernel should be handled independently by the maintainers. Linus responding publicly to outside forces is fine but once he has to step in to handle public fights between individuals who are supposed to work together it is a problem.

    Linux staying C focused is a valid thing to do. It is very hard to get folks to contribute to the kernel and if you cut out anyone who doesn’t know Rust, a language with at best 5% the adoption rate of C, you will run into spots where sections of the kernel are unmaintained due to no willing and qualified person covering it.

    Adding Rust based functionality and support is great. Changing APIs to require maintainers to learn Rust to continue to maintain the code they are experts in is unacceptable.