• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2024

help-circle


  • As far as I’ve ever been paying attention, conservatives only argue in bad faith. It’s always been about elevating their own speech and suppressing speech that counters theirs. They just couch it in terms that sound vaguely reasonable or logical in the moment if you don’t know their history and don’t think about it more deeply than very surface-level.

    Before, platforms were suppressing their speech, so they were promoters of free speech. Now platforms are not suppressing speech counter to them, so it’s all about content moderation to protect the children, or whatever. But their policies always belie their true motive: they never implement what research shows supports their claimed position of the moment. They always create policies that hurt their out-groups and may sometimes help their in-groups (helping people is optional).


  • My understanding of why digital computers rose to dominance was not any superiority in capability but basically just error tolerance. When the intended values can only be “on” or “off,” your circuit can be really poor due to age, wear, or other factors, but if it’s within 40% of the expected “on” or “off” state, it will function basically the same as perfect. Analog computers don’t have anywhere near tolerances like that, which makes them more fragile, expensive, and harder to scale production.

    I’m really curious if the researchers address any of those considerations.


  • Several years ago I created a Slack bot that ran something like Jupyter notebook in a container, and it would execute Python code that you sent to it and respond with the results. It worked in channels you invited it to as well as private messages, and if you edited your message with your code, it would edit its response to always match the latest input. It was a fun exercise to learn the Slack API, as well as create something non-trivial and marginally useful in that Slack environment. I knew the horrible security implications of such a bot, even with the Python environment containerized, and never considered opening it up outside of my own personal use.

    Looks like the AI companies have decided that exact architecture is perfectly safe and secure as long as you obfuscate the input pathway by having to go through a chat-bot. Brilliant.






  • Even more surprising: the droplets didn’t evaporate quickly, as thermodynamics would predict.

    “According to the curvature and size of the droplets, they should have been evaporating,” says Patel. “But they were not; they remained stable for extended periods.”

    With a material that could potentially defy the laws of physics on their hands, Lee and Patel sent their design off to a collaborator to see if their results were replicable.

    I really don’t like the repeated use of the phrase “defy the laws of physics.” That’s an extraordinary claim, and it needs extraordinary proof, and the researchers already propose a mechanism by which the droplets remained stable under existing physical laws, namely that they were getting replenished from the nanopores inside the material as fast as evaporation was pulling water out of the droplets.

    I recognize the researchers themselves aren’t using the phrase, it’s the Penn press release organization trying to further drum up interest in the research. But it’s a bad framing. You can make it sound interesting without resorting to clickbait techniques like “did our awesome engineers just break the laws of physics??” Hell, the research is interesting enough on its own; passive water collection from the air is revolutionary! No need for editorializing!





  • People are making fun of the waffling and the apparent indecision and are missing the point. Trump isn’t flailing and trying to figure out how to actually make things work. He’s doing exactly what he intended: he’s holding the US economy for ransom and building a power base among the billionaires.

    He used the poor and ignorant to get control of the public institutions, and now he’s using that power to get control over the private institutions (for-profit companies). He’s building a carbon copy of Russia with himself in the role of Putin. He’s almost there, and it’s taken him 2 months to do it.




  • It said the Israeli leader was covered by immunity rules that apply to states which are not a party to the ICC. Israel is not an ICC member.

    “A state cannot be held to act in a way that is incompatible with its obligations in terms of international law with regards to immunities granted to states which are not party to the ICC,” the French statement said.

    While this technicality may be true, it still seems like there should be a mechanism to hold people accountable for genocide that they don’t have to agree to beforehand. Saying “oh we can’t arrest him for crimes against humanity because he didn’t already agree to be arrested for them should he ever commit them” is a diplomatic copout and a moral failure of the international framework.


  • Geoengineering is cheaper and easier than rapid emissions reduction

    I don’t know if your whole comment is sarcasm, but every part of this statement is wrong. We are in the very, very early stages of developing the technologies needed for the level of geoengineering required to mitigate what we have already done to the environment. To roll it out to the levels needed would be far more difficult and expensive that converting our entire way of life to renewables, which should really say how hard and expensive it would be given how utterly daunting of a task full conversion to renewables is.

    Now, putting in token investment and paying lip service to geoengineering, that’s cheaper and easier than switching to renewables. But that’s not even treating the symptoms. That’s just your standard con game against the broader population to try to manipulate the conversation.


  • Been the only one in my family for years using Linux, but over the last few months struggles with Windows have basically resulted in all but one computer in the house being migrated to Linux.

    Put it on my 10-year-old son’s desktop because Windows parental controls have been made overly complicated and require Internet connectivity and multiple Microsoft accounts to manage. Switched to Linux Mint, installed the apt sources for the parental control programs, made myself an account with permissions and one for him without permissions to change the parental controls, and done. With Steam he can play all of the games in his library.

    Only my wife is still using Windows, but with ads embedded in the OS ramping up, and features she liked getting replaced with worse ones, she’s getting increasingly frustrated with Microsoft.


  • I don’t see how this wouldn’t be derivative work. I highly doubt a robust, commercial software solution using AI-generated code would not have modified that code. I use AI to generate boilerplate code for my side projects, and it’s exceedingly rare that its product is 100% correct. Since that generated code is not copyrightable, it’s public domain, and now I’m creating a derived work from it, so that derived work is mine.

    As AI gets better at generating code and we can directly use it without modification, this may become an issue. Or maybe not. Maybe once the AI is that good, you no longer have software companies, since you can just generate the code you need, so software development as a business becomes obsolete, like the old human profession of “computer.”