Skip to main content




Concerned Bartender Takes Away Pete Hegseth’s Security Clearance theonion.com/concerned-bartend…


Reptile Handler At Birthday Party Ruthlessly Heckled By 6-Year-Old For Showing Amphibian theonion.com/reptile-handler-a…


You can’t tell me these people are doing this for free. Bullshit, they are getting paid. By who?

Elon’s trolls… The full list as of now…

projects.propublica.org/elon-m…

Ken Gahagan reshared this.



Bringing this highly requested feature to #Mastodon and the fediverse is not as trivial as some might think, but quote posts are coming. Here is our latest write-up about our progress:

blog.joinmastodon.org/2025/02/…

in reply to Mastodon Engineering

I'd rather we have something like the ability to share a post but with a pointer to a reply. So it looks like a QP but only to your followers. To everyone else, it is a reply. And this means it stays attached but subservient to the OP.

I'd also like to see all replies rankable ala reddit. This would give us something like Community Notes, where the top responses are show up right under the OP. And the worst stuff for popular posts would be easily ignored.

This entry was edited (4 months ago)
Unknown parent

mastodon - Link to source
william.maggos
@BeAware
I assume you'd still be able to link to a post, it just wouldn't show up like a QP. You'd still be able to do what you do now when QPs don't exist on mastodon.



Me: *puts up curtains so the dogs don't loiter by the all-glass balcony door, barking at everything that moves*

The dogs:

#pupdate


in reply to rar

i wouldve said that curl is the “standard unix web client” but wgat do i know
in reply to φ

@fiore no ed is the emacs of unix you can use ed for everything
@φ
in reply to φ

@fiore no. if you want to change that line, you either have to rewrite it or use sed like syntax. sed is actually derived from ed
@φ
in reply to rar

@fiore and you have to do like ,n or like 1,5n to print lines theres no ui at all
@φ
in reply to rar

ooh , okok i get it seems cool and very bad
in reply to φ

@φ @win vim is a successor of ed. It uses ex internally. Though ed is a line editor and vim is a screen editor. I use vim daily though I would not wish ed on someone I don't like. Though sed is a stream editor and I use that regularly as well. All three are related. And both sed, vi and vim were based on ed.
@φ @rar
in reply to Unus Nemo

@unusnemo unrelated but why do friendica tags look like that on akkoma
in reply to φ

@φ @win I have no idea as I have only used friendica and mastadon. I am using a modified scheme on frio called bookface though that would not effect anything unless you were on my server. I believe.
@φ @rar
in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

@🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞ @φ @win Thank you, I am well aware of that. I am a developer. What I was trying to explain to you is that as @φ @win mentioned they could see the changes that the schemes caused to the tags, and you could not. So they are obviously using a client that uses a webview. So the css propagates. You are likely not using a client that uses a webview, or the webview in your client supplies its own css.

This is not uncommon at all.

Now, as I mentioned, of course the transport does not use css. That is not were the view is established or maintained.

Now anything that I view from other sources on my view will only be rendered against my theme. Though this obviously was not the case for the akkoma client being used by the person that asked me why the tags looked like that. The only thing that makes the tags look like that is the css files in the scheme I added.

in reply to Unus Nemo

i'm also a developer and you seem to have woefully misunderstood how fedi clients work. i'm pretty sure we're all using the web frontend of our respective server software (if we weren't, why would a client use a webview, and if it did, where would this css be propagating from, what??). fedi posts have a text content in a specific format—on friendica, probably html, and on akkoma and misskey, markdown. usually, the markdown parsers parse @-mentions and turn them into links that link to the user's profile, however, since friendica uses html and not markdown, the anchor tags stay as they are. for some reason, on misskey, they don't. this is why i'm confused, because last time i checked, they did show like that.
in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

There is limited markdown support in fediverse implementations but if i remember correctly it's expected that a Note's content is actually in HTML unless it's declared as something else. I have yet to see that in the wild though, I know misskey converts everything to html and then has their own misskeysummary (and other related fields) that are the RAW version without any formatting (so mentions just look like @x@whatever instead of being converted into href.)
This entry was edited (4 months ago)
in reply to Amber

misskey is also a bit weird because it sets the media type as mfm but like you still get html
in reply to Amber

yeah. just used one of my testing notes.
curl -X GET -H 'Accept: application/activity+json' https://kitsunes.club/notes/a1fcn3gzv6 | jq
returns me
{
  "content": "<p>dododo</p>",
  "_misskey_content": "dododo",
  "source": {
    "content": "dododo",
    "mediaType": "text/x.misskeymarkdown"
  }
}
(note, a lot of that was truncated because I didn't find the other fields relevant, you can just run the command to see the full output)
in reply to Amber

1. ah, yeah, that's what i remember, the text/x.misskeymarkdown thing
2. how can you run that? don't you need authorised fetch?
in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

2) kitsunes.club for some reason does not have authorized fetch enabled for requesting objects. it only signs requests to fetch stuff from other instances. i should probably fix that
in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

in reply to Unus Nemo

i think we're just misunderstanding each other. i thought we were talking about css files on your server that style the posts.

On the other hand you could use a gtkview, or the Qt equivalent, that would parse the html and css


you wouldn't need to. there's no point loading the entire frontend just to parse a post when you can use the api

The other thing that gets me is that if it was a friendica the gtkview idea could make sense though why would a akkoma client be using the friendica api?


it's not, it's using its own api. it could be that akkoma's html sanitiser just left the html that your server federated pretty much as is, whereas misskey's did something more drastic to it (i haven't seen you use post formatting, i'm not sure what it would do in that case)

in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

@🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞ @φ @win Well over my weekend (which is Saturday to next Tuesday) I will be looking more at the code base and api. If I find anything interesting I will bounce it off you ;).

Take Care!

in reply to 🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞

@🌸 lily 🏳️‍⚧️ θΔ ⋐ & ∞ @φ @win I just got off a 12 hour shift that I have a 1 hour (one way) commute to. So forgive me if I am doing a horrible job of explaining what I mean. I am exhausted, so I am going to get some rack.

Take Care!



Every time I log into Fedi, I see another post with a guide called something like "Activist's Guide to Smartphones" or "Phone Security Guide for Protesters," and every single one of these assumes that the threat model is the kind of police force that exists under liberal democracy where the law will afford significant protections to protesters. The world is changing, and these guides not only fail to address the threat of an actively hostile fascistic anti-democratic occupying force (I refer here to the police), but such guides generally are limited to "what" and "how" but miss the more critical "why."

If you believe that you are facing fascism (or even something close to it), can I please please please convince you to read something written by anarchists who have faced serious repression and are trying to convey just how much phones can lead to the imprisonment of you and your friends for even things that are allegedly "legal."

opsec.riotmedicine.net/downloa…

This entry was edited (4 months ago)

G. Gibson reshared this.

in reply to Håkan Geijer

i like how this is so much simpler and easier to follow than the legalistic stuff anyway
in reply to but you can call me the fediverse squick

(like that one screenshotted page, i can read all the way down, compare it to my own knowledge of how stuff works, and know it's not bullshit or obsolete or overruled by some later court case and boost)


Happy Valentines Day to everyone on Fedi. I want you to know that I love you all in a deeply weird and sexy way. Let's get married and run away together and live on an island and feed each other coconuts. Or hide in an abandoned library and read long lost moss-covered books to one another. I hope you are better than TERRIFIC today and am beaming you all the very best. You can't avoid it I'm afraid. It'll find you and it's going to get you. Hurrah!

:bearhug:

in reply to Shelly

@Vampykitten

Hahaha. Shelly you know it's meant figuratively and always gives me a little laugh to say stuff like that. But I am full of love and light for everyone here and I would whisk you all (AND JONATHAN) away to live in paradise if I could. Given the wealth of some of those guys we hear so much about I would create a real actual Fediverse. An archipelago - perhaps the Hawaiian Archipelago - of 137 'instances', with a complex series of bridges built between them depending on who they choose to federate with. And we'd all live happily ever after, free from the shackles of capitalism and the horrors of humanity. Hooray!

in reply to Ben

I know Ben, I just always like to be cheeky with you, youre fun. I hope you had the best day =)


*playing chess*
"How does the Prawn move?"
"It's shrimple really"



my solution to every problem is to just switch to linux

computer too slow? switch to linux
networking not working? switch to linux
unable to find driver for HP deskjet printer? switch to linux
bleeding? switch to linux




Blow your paycheck like a well-informed citizen.
store.theonion.com/collections…


56-Year-Old Roblox User Groomed By 68-Year-Old Roblox User
theonion.com/56-year-old-roblo…


MUTUAL AID REQUEST

We haven't quite covered Jan bills but it's time to start fundraising for Feb rent + survival. Y'all have pledged $279/mo which is a fantastic start! A monthly gift, one-time donation, or boost can help our lil family + support my activism/advocacy work.

2404/5000

venmo/cashapp:
nullagent

ko-fi.com/nullagent

#mutualaid #mutualaidrequest #blackmastodon #blackmutualaid #queermutualaid #disabledmutualaid #blackcrowdfund #helpfolkslive2025

in reply to nullagent

URGENT #MUTUALAID

TWO DAYS left of Feb and we need almost $2k to reach our goal.

💵 $200 credit card bill due today
💻 $100 for internet setup ASAP

After 8 months in our apartment, we finally have an opportunity for affordable, reliable internet at home. It's been a nightmare relying on phone hotspots! But after paying March rent we're completely broke.

Tysm!!

3470/5000

ko-fi.com/nullagent

cashapp/venmo: nullagent

#blackmutualaid #mutualaidrequest #blackmastodon #helpfolkslive2025

This entry was edited (3 months ago)




We spoke to the relatives of three immigrants transferred to Guantanamo, who said they’ve been left in the dark about their loved ones.

“To me it’s the desperation, the frustration that I know nothing of him. It’s a terrible anguish. I don’t sleep.”

propublica.org/article/trump-a…

#News #Immigration #Guantanamo #Trump #Family #Immigrants



STIs: Myth Vs. Fact
theonion.com/stis-myth-vs-fact…


Hello Everyone


Hi,

My name is Ken Gahagan. I'm #newhere.

I am retired and extremely frustrated at the current state of political affairs in the #USA. I know there are many currently motivated to leave commercial social media and as part of my #resistance I have set up this #friendica site as a place for FB expats to call home. (I'm still configuring the friendica site so it isn't quite ready for new users yet - check back soon)

I am #gay, #married, and I love my two dogs.

You can find out more about me by following my two Substacks -
Thoughts From the Edge and Ken Talks Tech.

If you have needs or questions related to this site you can email me at ken@unicorns.social or admin@unicorns.social

in reply to Unus Nemo



This is very welcome news in the face of Trumpist depredations of US public data.
lil.law.harvard.edu/blog/2025/…

"In recent months the Harvard Law School [@harvard_law] Library Innovation Lab [@harvardlil] has created a data vault to download, sign as authentic, and make available copies of public government data that is most valuable to researchers, scholars, civil society and the public at large across every field. To begin, we have collected major portions of the datasets tracked by data.gov, federal #Github repositories, and #PubMed...."

#DataGov #Libraries #OpenData #Preservation #Trump #USPol #USPolitics

Unknown parent

mastodon - Link to source
petersuber

Update. Kudos to the Northwestern University Libraries for training people to take part in the #DataRescueProject. Other #libraries should follow suit.
dailynorthwestern.com/2025/04/…

#DefendResearch #Preservation #Takedowns #Trump #USPol #USPolitics

reshared this

in reply to petersuber

Update. "Because of #Trump: [The German] Central Library of #Medicine builds alternative to US database."
heise.de/news/Wegen-Trump-Zent…

From Google's English: "The German National Library of Medicine (#ZBMed) has announced its intention to create an "open, reliable, and sustainable alternative" to the #PubMed database, one of the most important and comprehensive resources for biomedical literature worldwide. The meta-database, with references to relevant articles and over 38 million citations, is operated by the National Library of Medicine (#NLM), a division of the National Institutes of Health (#NIH) in the United States. ZB Med is responding to concerns that the US administration under Donald Trump is cutting funding for the NIH. There are also fears that political influences could compromise PubMed's scientific integrity."

#Censorship #DefendResearch #Germany #Preservation #Takedowns #Trump #USPol #USPolitics



Report: Average Male 4,000% Less Effective In Fights Than They Imagine
theonion.com/report-average-ma…

Unus Nemo reshared this.



🔞Warning: NSFW, nude Japanese/Asian women, occasionally BDSM.

Sensitive content

in reply to Japanese Beauties

🔞Warning: NSFW, nude Japanese/Asian women, occasionally BDSM.

Sensitive content



I am the author of more than 85 books and I swear I will never buy another DRM-protected ebook again. If I can't OWN what I buy, I don't want to buy it.

I am sick and tired of books I buy being tied up in an app that requires me to run the gauntlet of ads for other books before I am able to open the book I paid for and want to read. And worries about books being deleted or updated or otherwise altered AFTER I HAVE PAID FOR THEM. They are MINE. I should be able to open them wherever I want to.

in reply to Maria Langer | 📝 🎬 ⚒️🛥️

I buy books wherever the author sells them to support them. Sometimes it's Amazon. It's good if there's a DRM-free version provided, but if not I get a DRM-free version on high sees. I bought it, I’m keeping a copy.
in reply to Maria Langer | 📝 🎬 ⚒️🛥️

@Maria Langer | 📝 🎬 ⚒️🛥️ I feel your pain. Though theft put OReilly's DRM Free program out of business. Which is unfortunate. I can see the issues from both sides.

I am not bombarded by ads when I use Web Based Kindle or my phone/ tablet version. I am wondering what client you are using that bombards you with ads?

note: My OS is Gnu/Linux so there is not a native Kindle client.



Appease your desperate need to belong. Become an Onion member today:
membership.theonion.com/?campa…


Man Allows All Cookies So Website Won’t Be Mad At Him
theonion.com/man-allows-all-co…


Wooden Spoon Only Thing In Man’s Life That Not Giving Him Cancer
theonion.com/wooden-spoon-only…



🔞Warning: NSFW, nude Japanese/Asian women, occasionally BDSM.

Sensitive content

in reply to Japanese Beauties

🔞Warning: NSFW, nude Japanese/Asian women, occasionally BDSM.

Sensitive content



Happy #GalentinesDay! Today is a special day dedicated to the magic of friendship with the special ladies in your life, and we're going to post a few lovely depictions of friendship goals which might inspire you to celebrate with your pals...
in reply to Vagina Museum

Early 20th century drawing depicting friendship between women (fingering)

Sensitive content



Instance is Setup and Tuned


Okay, Rogue Project Friendica is setup and tuned as well as I can with no user base. At this point I will just wait to see if I get some users and see how the server behaves.

libpng has been throwing some warnings though that is typical with a library that handles so many files created from other resources, that are not 100% compliant to the standard. So far it has not caused an issue. I will be keeping an eye on it. 😁



All things are temporary. Even the things we wish we could keep.

Suffering comes from not acknowledging this and by desiring otherwise.

The wise person does not wait for better times. Instead they make the best of the times they are in.

Calm your mind in these troubled times. Seek solace in friendship and peace in the little moments in between.

This entry was edited (4 months ago)


Your heart and mind may be in the right place. But if you use the odious X/Twitter or Substack as a platform for your publishing you are supporting the bad guys.

Ditto, indirectly, if you subscribe to and/or pay for content there.

These are lines I won't cross.



We stand in solidarity with our friends at @Codeberg. No project should have to deal with this kind of abuse and we applaud their efforts to tackle it and protect their community. If you share our desire for truly free software and infrastructure that doesn't harvest your data, and have to the means to, consider heading to donate.codeberg.org. Community funding is the best way to ensure that projects like Codeberg can continue to succeed and be independent.

blog.codeberg.org/we-stay-stro…



I feel like the people getting mad at map apps for changing the name of the Gulf of Mexico for them are getting mad at the wrong thing. It's like when people would get mad at me about Python 3 during the 2->3 transition. It was actually never about me or Python 3, but about the person's manager not letting them migrate.

I get why people are mad about the rename, but get mad at the person who made the rename official for America geography and not the people following the US standard.

in reply to Brett Cannon

the POTUS has no right nor jurisdiction to change geographical names. if US Congress wanted to change the name, it would have to enter into diplomatic negotiations with Mexico and all the countries bordering the gulf. that means, entering negotiations with the Organización de Estados Americanos and ultimately the United Nations.

so, Google didn’t have to comply with the whims of a wannabe dictator.

it is absolutely right for people to attack Google for supporting this coup

@brettcannon

in reply to Brett Cannon

@Brett Cannon There is no reason to treat this as a dichotomy. It is completely okay to be upset at both the POTUS and the organizations that followed his whim. There was nothing authoritatively requiring them to change the name on their services.

note: There are still those clinging to Python2 even after EOL, so some of them may have been the victim of an authority not letting them migrate though some of them just wanted to be contrary.



You work too hard not to give us your money.
store.theonion.com/collections…


Dunkin’ Pastries Included In Massive Recall
theonion.com/dunkin-pastries-i…


A good person
This entry was edited (4 months ago)