andrew_s

joined 11 months ago
[–] andrew_s@piefed.social 3 points 1 day ago

You should listen to the voice that's telling you not to add more spoons to this already heavily-stirred bowl of shit.

[–] andrew_s@piefed.social 2 points 2 days ago

'us' seems a mite too conventional for a plural pronoun if you're intent on re-inventing singular ones.

Anyway, you could at least commit to the bit, and actually mark your account as a bot, instead of just saying you are one. There's likely some instances where bots that aren't marked as bots are against their terms of service.

[–] andrew_s@piefed.social 13 points 5 days ago

More so 'other Fediverse socials'.

Here's an example on PieFed, that's a PixelFed user tagging their photos with 'dailyphoto' and then sharing via a.gup.pe on Mastodon: https://piefed.social/tag/dailyphoto

[–] andrew_s@piefed.social 2 points 5 days ago (1 children)

Lemmy has mangled that script a bit.

Where it says '%24%7Bpage%7D', it should a dollar sign, an open curly bracket, the word 'page', then a close curly bracket.

It displays a bit better at the source (click the multi-coloured fedi-link thing).

[–] andrew_s@piefed.social 2 points 5 days ago (2 children)

The only way I can think of is to use the API to get all communities, and then filter out the ones without local subs. So a basic BASH script would be:

#!/bin/bash  

echo -n '' > /tmp/allcomms.txt  

page=1  
while true  
do  
  communities=$(curl --request GET --url "https://walledgarden.xyz/api/v3/community/list?type_=All&page=%24%7Bpage%7D&limit=50" --header 'accept: application/json' | jq .communities[])  
  if [ "${communities}" == "" ]  
  then  
    break  
  fi  
  jq -r '[.community.id, .counts.subscribers_local] | @sh' <<<$communities >> /tmp/allcomms.txt  
  page=$(( page + 1 ))  
  sleep .5  
done  

while read id count  
do  
  if [ $count -eq 0 ]  
  then  
    echo "$id has no local subs"  
  fi  
done < /tmp/allcomms.txt  

(It'll take a few minutes to run)

After that, how you purge the communities with those IDs I'm less sure of. My guess would be:

Get a login tokin:
JWT=$(curl --request POST --url https://walledgarden.xyz/api/v3/user/login --header 'accept: application/json' --header 'content-type: application/json' --data '{"username_or_email": "YOUR_USERNAME","password": "YOUR_PASSWORD"}' | jq -r .jwt)

Use Admin/Purge from the API:

curl --request POST --url https://walledgarden.xyz/api/v3/admin/purge/community --header "authorization: Bearer $JWT" --header 'content-type: application/json' --data "{"community_id": ${id}, "reason": "no local subs"}"  

As long as purge lets the community be recreated again (which it should do), then that should be okay.

Don't take my word for any of this for an in-production Lemmy server, though. Test first!

[–] andrew_s@piefed.social 25 points 1 week ago (1 children)

Whatever the views are about MBFC, Tesseract integrated it better than LW's bot. If you don't like MBFC, it's just an option in your user settings to turn it off for Tesseract, whereas the bot caused a bunch of problems that weren't even related to concerns about accuracy and bias. Drive-by bots can be annoying, because it leads people to believe there's legit content where there isn't, and not every client respected LW's bot use of spoiler Markdown, so they ended up with a massive comment from it that dominated the screen.

[–] andrew_s@piefed.social 2 points 1 week ago (1 children)

That's what they're doing though, isn't it? They have an account on Friendica, and they've used it to make a post within a Lemmy community (the community being !chat@beehaw.org in this case).

[–] andrew_s@piefed.social 3 points 1 week ago (3 children)

I saw a post recently that was from Friendica to Lemmy: https://libranet.de/display/0b6b25a8-2267-afe6-6e6e-34b123429965 was to https://beehaw.org/post/18472167

Maybe you can copy whatever they did (or ask them).

[–] andrew_s@piefed.social 9 points 1 week ago

For Season 1. (Season 2 has different credits.)

[–] andrew_s@piefed.social 6 points 1 week ago

Some non-Lemmy Groups that are interesting or might get interesting:

PieFed: !antisocialmedia@piefed.social
MBIN: !FloatingIsFun@fedia.io
PeerTube: !veronicaexplains@tinkerbetter.tube
WordPress: !dbzer0.com@dbzer0.com
NodeBB: !fediverse@forum.wedistribute.org
a.gup.pe: !photography@a.gup.pe

How well they backfill and inter-op is very platform-dependent, obvs (your platform and the remote platform)

[–] andrew_s@piefed.social 7 points 1 week ago (2 children)

It's okay. I got brave and looked at my bank account, and things aren't as bad as I was imagining. I'll buy one tomorrow.

[–] andrew_s@piefed.social 3 points 1 week ago

If you're trying to do this at feddit.org, it's because the 'Nimi' field is too long. It looks to be about 22 characters, but the max length for an actor at feddit.org is 20.

For each instance, the restriction can be viewed from the command line with: curl https://feddit.org/api/v3/site | jq .site_view.local_site.actor_name_max_length

 

I don't understand French, but found this music video to be captivating nevertheless.

 

(the top image is a screenshot of a post that was on Lemmy, but then it was removed.)

 

Made this while I was actually waiting for something. It's supposed to be a version of the 'sad Pablo Escobar meme', but with some kind of frog instead. Is it good? Is it shit? Thankfully, it doesn't matter.

 

The operator has to wear Kevlar to protect themselves from the blades. This one is from Slow Horses, but I've read that they also used in technique in Hacks.

 

Helene was the second major hurricane (Cat 3 or higher) of the 2024 season. Record-setting Hurricane Beryl preceded it as the earliest-forming Category 5 hurricane in the Atlantic basin’s history. Beryl became a major hurricane in the month of June east of the Lesser Antilles, the first time that’s ever happened during the first month of hurricane season since record-keeping began in 1851.

While Beryl weakened before reaching the United States as a Category 1 hurricane, Helene intensified into a major hurricane and continued strengthening right up to landfall. That now puts 2020-2024 into the record books, tying the mark for the longest consecutive number of years (five) in which a major hurricane has made landfall in the United States.

For decades, I had felt in control. Not in control of the weather, of course. But in control of the message that, if my audience was prepared and well informed, I could confidently guide them through any weather threat, and we’d all make it through safely. Today as a result of so many compounding climate-driven factors, the warming world has forcibly shifted my manner from calm concern to agitated dismay.

 

Brutal book review.

“Revenge of the Tipping Point,” is a genre bender: self-help without the practical advice, storytelling without the literariness, nonfiction without the vital truths, entertainment without the pleasure, a thriller without actual revelation and a business book without the actionable insights.

 

Mary Fleming was on holiday in Kenya when she saw it: a mound of secondhand clothes heaped by a river, the pile so vast and unruly it was spilling into the water.

The sight shocked her. At home in Ireland she was a passionate shopper and bought a new outfit almost every weekend. Now, in East Africa, she was seeing the consequence of fast fashion and mass consumption.

A decade later Fleming, now 34, is leading a campaign to prevent waste by swapping, reusing, repairing and repurposing clothes under the inimitable exhortation: “Because secondhand is feckin’ grand.”

 

Lewis noted that the code of conduct does not explicitly state anything about councillors drinking during meetings but the code of conduct does make mention of councillors’ decorum.

John Mascarin, a Toronto lawyer who specializes in municipal politics, said that it would likely be irrelevant that it was not explicitly stated. “You would expect a council member who’s attending a formal meeting at which decisions will be made to treat it with the proper modicum of respect. That would include being properly attired, not using any profane language, and likely, most people would say, not consuming alcoholic beverages.”

 

The patterns of Earth’s high winds have surprisingly widespread effects on life on the ground. A recent study in the journal Nature shows that when the summer jet stream over Europe veers north or south of its usual path, it brings weather extremes that can exacerbate epidemics, ruin crop harvests, and feed wildfires.

“The jet stream has caused these extreme conditions for 700 years in the past without greenhouse gases,” said Ellie Broadman, a co-author of the study and a researcher at the University of Arizona. “To me, that’s a little scary, to think about the compound effects of simply adding more heat to the atmosphere and imagining how those extremes might get more extreme in the future.”

 

The Busybox developers have released version 1.37.0, with some 50 changes.

Its developers call Busybox the "Swiss Army knife" of embedded Linux, because in one relatively small tool, it implements not just a Unix-style shell, but also about 300 different commands that are normally external programs in their own right. As a result, it's often found inside devices that use Linux in very resource-constrained environments, such as consumer firewall/routers.

 

It's not just datacenters running AI that need their own energy sources. Taiwanese hardware manufacturer to the clouds Quanta has revealed the purchase of three sets of fuel cell microgrid systems to power one of its California plants, after purchasing two in April of this year.

Fuel cell microgrids, like those produced by Bloom Energy, generate electricity through an electrochemical process and are designed to operate independently from the power grid. They require natural gas, biogas, or hydrogen as fuel.

Datacenter operators across the world have voiced concern over their ability to source sufficient power for their operations – especially new infrastructure using power-hungry GPUs to run AI workloads. Many are turning to nuclear power. Indeed, Microsoft recently made a deal to reactivate a reactor at the famed Three Mile Island plant to get the juice it needs

view more: next ›