Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.

Fiona Hill’s argument is that
in a time of profound uncertainty,
Britain needs greater internal cohesion if it is to protect itself.
“We can’t rely exclusively on anyone any more,” she said,
arguing that Britain needed to have “a different mindset” based as much on traditional defence as on social resilience.
Some of that, Hill said, was about a greater recognition of the level of external threat and initiatives for greater integration,
by teaching first a…

@erikdelareguera@mastodon.nu
2025-07-06 10:53:22

Efter 50 år på den här planeten är jag förvånad över att människan fortfarande inte verkar vilja dela den med någon annan art. Vi trycker undan djur och växter alltmer, många av dem till den grad att de utrotas helt. En del göms undan i industrier där vi utvinner "nytta" och "produkter" – men utan att beblanda oss med dem. Bina får allt svårare att pollinera, korna får inte beta på sina ängar, renarna tvingas gå andra vägar när vi spränger hål i berget.
Är det verkli…

@teledyn@mstdn.ca
2025-06-05 21:36:07

17:03 EDT update was still folks trying to make contact with #Resiliance - anyone know what the little house bolted on the rover does? It was unboxed intact, fitted with a fat cable and bolted to the front bumper.
Spaceflight Now is posting periodic #hakuto_r mission 2 updates, but the next press conference won't be until 8pm EDT
spaceflightnow.com/2025/06/05/

@inthehands@hachyderm.io
2025-07-02 14:52:06

I personally am thrilled bordering on giddy at the prospect of Musk (or anyone) trying to form a right-wing third party. Please. Yes. Do it. Split the right. Give it your all, you arrogant schmucks.
But Krugman has some cold water for me, and alas, he’s probably correct:
❝It will go nowhere if [Musk] tries. But I don’t think he’ll get anywhere near making good on that threat. As Trump might say, Musk just doesn’t have the cards. My prediction is that very soon one of two things will happen. Either Musk will slink off, tail between his legs. Or he will see his wealth destroyed, faster than he imagines possible.❞

@ncoca@social.coop
2025-06-05 08:57:52

How did I miss this? Why didn't anyone tell me that #Mongolia's PM resigned? Why isn't this a bigger world story?
straitstimes.com/asi…

@tiotasram@kolektiva.social
2025-08-02 13:28:40

How to tell a vibe coder of lying when they say they check their code.
People who will admit to using LLMs to write code will usually claim that they "carefully check" the output since we all know that LLM code has a lot of errors in it. This is insufficient to address several problems that LLMs cause, including labor issues, digital commons stress/pollution, license violation, and environmental issues, but at least it's they are checking their code carefully we shouldn't assume that it's any worse quality-wise than human-authored code, right?
Well, from principles alone we can expect it to be worse, since checking code the AI wrote is a much more boring task than writing code yourself, so anyone who has ever studied human-computer interaction even a little bit can predict people will quickly slack off, stating to trust the AI way too much, because it's less work. I'm a different domain, the journalist who published an entire "summer reading list" full of nonexistent titles is a great example of this. I'm sure he also intended to carefully check the AI output, but then got lazy. Clearly he did not have a good grasp of the likely failure modes of the tool he was using.
But for vibe coders, there's one easy tell we can look for, at least in some cases: coding in Python without type hints. To be clear, this doesn't apply to novice coders, who might not be aware that type hints are an option. But any serious Python software engineer, whether they used type hints before or not, would know that they're an option. And if you know they're an option, you also know they're an excellent tool for catching code defects, with a very low effort:reward ratio, especially if we assume an LLM generates them. Of the cases where adding types requires any thought at all, 95% of them offer chances to improve your code design and make it more robust. Knowing about but not using type hints in Python is a great sign that you don't care very much about code quality. That's totally fine in many cases: I've got a few demos or jam games in Python with no type hints, and it's okay that they're buggy. I was never going to debug them to a polished level anyways. But if we're talking about a vibe coder who claims that they're taking extra care to check for the (frequent) LLM-induced errors, that's not the situation.
Note that this shouldn't be read as an endorsement of vibe coding for demos or other rough-is-acceptable code: the other ethical issues I skipped past at the start still make it unethical to use in all but a few cases (for example, I have my students use it for a single assignment so they can see for themselves how it's not all it's cracked up to be, and even then they have an option to observe a pre-recorded prompt session instead).

@matematico314@social.linux.pizza
2025-08-04 05:26:32

O último dia em que fui na academia/Pilates foi 21/07. Eu deveria ir amanhã, mas não sei ainda se vou. Jš estou indo dormir muito tarde e esta semana promete ser particularmente enrolada.

@cjust@infosec.exchange
2025-07-01 00:10:45

#TerryPratchett #MelonHusk

 From behindthebastards community on Reddit

Elon Musk
@elonmusk
My companies make great products that people love and I've never physically hurt anyone.
So why the hate and violence against me?
Because | am a deadly threat to the woke mind parasite and the humans it controls.
@tiotasram@kolektiva.social
2025-07-03 15:21:37

#ScribesAndMakers for July 3: When (and if) you procrastinate, what do you do? If you don't, what do you do to avoid it?
I'll swap right out of programming to read a book, play a video game, or watch some anime. Often got things open in other windows so it's as simple as alt-tab.
I've noticed recently I tend to do this more often when I have a hard problem to solve that I'm not 100% sure about. I definitely have cycles of better & worse motivation and I've gotten to a place where I'm pretty relaxed about it instead of feeling guilty. I work how I work, and that includes cycles of rest, and that's enough (at least, for me it has been so far, and I'm in a comfortable career, married with 2 kids).
Some projects ultimately lose steam and get abandoned, and I've learned to accept that too. I learn a lot and grow from each project, so nothing is a true waste of time, and there remains plenty of future ahead of me to achieve cool things.
The procrastination does sometimes impact my wife & kids, and that's something I do sometimes feel bad about, but I think I keep that in check well enough, and for things my wife worries about, I usually don't procrastinate those too much (used to be worse about this).
Right now I'm procrastinating a big work project by working on a hobby project instead. The work project probably won't get done by the start of the semester as a result. But as I remind myself, my work doesn't actually pay me to work during the summer, and things will be okay without the work project being finished until later.
When I want to force myself into a more productive cycle, talking to people about project details sometimes helps, as does finding some new tech I can learn about by shoehorning it into a project. Have been thinking about talking to a rubber duck, but haven't motivated myself to try that yet, and I'm not really in doldrums right now.