[-] rimu@piefed.social 5 points 19 hours ago

Really great tool, thanks! A few questions...

In the commands, will {instance} always be rss.ponder.cat?

Is the full process:

  1. create account on rss.ponder cat
  2. create community using new account
  3. send message to add rss feed(s)

Or do you make the communities and then we add feeds to them?

Does each message need to have only one command?

[-] rimu@piefed.social 5 points 1 day ago

Every situation is so different that you really need professional advice.

[-] rimu@piefed.social 14 points 1 day ago

We're working on it :)

[-] rimu@piefed.social 20 points 2 days ago

I miss real scrollbars. Good chonky ones. Also corners you can grab n drag.

I don't miss the terrible alignment and lack of padding, however. Goddam.

[-] rimu@piefed.social -1 points 2 days ago

Half of them use their real name. Also a lot of them are sharing links to content they've posted using their personal FB account or whatever. They don't even try to have any opsec because they don't think they're doing anything wrong.

[-] rimu@piefed.social 9 points 2 days ago

All this talk of encryption and sopenas is mostly pointless - all the police need to do is join any of the Telegram channels and see the evidence for themselves, like in this case - https://www.stuff.co.nz/nz-news/350438242/man-who-wanted-build-gallows-hear-jacinda-arderns-neck-snap-guilty-threats-kill

No doubt there are private channels but there's absolutely no shortage of criminal stuff happening out in the open.

[-] rimu@piefed.social 25 points 2 days ago

Lemmy communities and Mastodon profiles both produce a RSS feed of posts. I'm sure there is a RSS-to-email service that would do the trick.

[-] rimu@piefed.social 2 points 5 days ago

You could try to find an open source project to contribute to? That'll get give you a nice big codebase to grapple with.

[-] rimu@piefed.social 10 points 6 days ago

There is no universally good investment - it all depends on your priorities, risk appetite and timeframe.

150
submitted 1 week ago by rimu@piefed.social to c/world@lemmy.world

An 88-year-old man who is the world’s longest-serving death row inmate has been acquitted by a Japanese court, after it found that evidence used against him was fabricated.

Iwao Hakamada, who was on death row for almost half a century, was found guilty in 1968 of killing his boss, the man’s wife and their two teenage children.

He was recently granted a retrial amid suspicions that investigators may have planted evidence that led to his conviction for quadruple murder.

34
submitted 1 week ago* (last edited 1 week ago) by rimu@piefed.social to c/piefed_meta@piefed.social

We tried to hold back from coding new stuff in order for things to stabilize but it didn't work out. Maybe next month. Instead, we made a whole bunch of cool things:

rimu

  • Detect offline instances and stop federating to them until they come back. feamon helped a lot with this.
  • Private voting - see https://piefed.social/post/205362 for background.
  • Remove moment.js to ease load on clients. We were using a quite heavy javascript library to format dates on the client side but removing the JS and doing it in Python on the backend instead more than halved the amount of JS we need to send (we're now down to 70 KB, gzipped).
  • Post teaser redesign - the most significant visual change since the beginning. Image posts now have a much larger preview image and video posts can be played without going to the post itself. YouTube videos are lazy-loaded just before scrolling into view but only if running on AC power. Devices running off a battery (or like Firefox which do not support the battery API) will only load the video once you visit the post page, not while scrolling the feed.
  • Use a connection pool for federation - rather than making a new network connection to send an Activity, PieFed will reuse an existing connection where possible. This has less overhead and results in faster federation.

hendrik

  • Better notifications about comments buried deep in a thread

freamon

  • Better federation of bans from remote admins.
  • use HTML portion of Activity instead of Markdown. Lemmy sends Activitys as both Markdown and HTML. For a long time PieFed would use the Markdown and convert it to HTML for display but now it just uses the HTML that Lemmy provides.
  • Image alt text federation
  • Backfilling improvements especially with image posts.
  • Many misc bugfixes

JollyDevelopment

  • New theme - "card shadow" - this quickly became a favorite among the dev team and both freamon and myself use it. It's basically the same as the default except there are shadows behind things, giving a more 3D look to the interface and giving a bit more visual hierarchy. It's nice, try it - https://piefed.social/user/settings
  • Admin page - instance administration - there is a table showing all the instances you're federating with and stats for each instance.
  • Profile export - PieFed has had the functionality to import settings from a Lemmy profile for a long time but now it's possible to go the other way and export settings from PieFed to Lemmy.
  • Add remote form - The form for adding a remote community used to require you to type the community as !whatever@instance.com but now you can give the URL as well, e.g. https://instance.com/c/whatever

--

As a free and open source project, PieFed receives no funding and developers are not paid. Any donations you can spare will help cover server and infrastructure costs - https://piefed.social/donate. Thanks!

2
An Angel's Love (youtube.com)

Takes 2.5 minutes to build up but well worth the wait!

9

Starts pretty heavy on the vocals but gets proper trancy about 1 minute in.

The original mix of this came out around 2000.

26
Police use Taser (piefed.social)
30
submitted 1 month ago by rimu@piefed.social to c/fuck_cars@lemmy.ml
45
submitted 1 month ago by rimu@piefed.social to c/fediverse@lemmy.world
14
submitted 1 month ago by rimu@piefed.social to c/news@lemmy.world
403
submitted 1 month ago by rimu@piefed.social to c/fediverse@lemmy.world

We had a really interesting discussion yesterday about voting on Lemmy/PieFed/Mbin and whether they should be private or not, whether they are already public and to what degree, if another way was possible. There was a widely held belief that votes should be private yet it was repeatedly pointed out that a quick visit to an Mbin instance was enough to see all the upvotes and that Lemmy admins already have a quick and easy UI for upvotes and downvotes (with predictable results ). Some thought that using ActivityPub automatically means any privacy is impossible (spoiler: it doesn't).

As a response, I’m trying this out: PieFed accounts now have two profiles within them - one used for posting content and another (with no name, profile photo or bio, etc) for voting. PieFed federates content using the main profile most of the time but when sending votes to Mbin and Lemmy it uses the anonymous profile. The anonymous profile cannot be associated with its controlling account by anyone other than your PieFed instance admin(s). There is one and only one anonymous profile per account so it will still be possible to analyze voting patterns for abuse or manipulation.

ActivityPub geeks: the anonymous profile is a separate Actor with a different url. The Activity for the vote has its “actor” field set to the anonymous Actor url instead of the main Actor. PieFed provides all the usual url endpoints, WebFinger, etc for both actors but only provides user-provided PII for the main one.

That’s all it is. Pretty simple, really.

To enable the anonymous profile, go to https://piefed.social/user/settings and tick the ‘Vote privately’ checkbox. If you make a new account now it will have this ticked already.

This will be a bit controversial, for some. I’ll be listening to your feedback and here to answer any questions. Remember this is just an experiment which could be removed if it turns out to make things worse rather than better. I've done my best to think through the implications and side-effects but there could be things I missed. Let's see how it goes.

[-] rimu@piefed.social 151 points 1 month ago

Your votes are already public.

People say this all the time, but it's not really the case.

I don't think privacy is a binary thing that one either has or does not - there are degrees of privacy. Currently what we have is mostly private, requiring either technical skill or admin access to circumvent. This is a pretty high bar which 99% of people would not be able to reach. You're proposing removing the bar entirely because it is not high enough.

814
submitted 1 month ago* (last edited 1 month ago) by rimu@piefed.social to c/fediverse@lemmy.world

Probably better to post in the github issue rather than replying here.

https://github.com/LemmyNet/lemmy/issues/4967

44

A new contributor, "JollyDevelopment" made some improvements:

  • Fixed a very annoying bug where enabling the markdown editor emptied the text input field
  • Changed the home page so there are now separate sorting and filtering options, making the 'Popular' and 'All' home pages obsolete. They have been removed from the main menu.
  • Added a 'dev tools' page so developers can easily create large amounts of dummy content to test with
  • Added a suggest a topic form

"wakest" created a very efficient SVG icon for PieFed that is 5x smaller than the old .png icon.

Also I did a few things:

  • Made wide tables scroll rather than overlap the sidebar
  • Communities can be blocked. Good if you regularly browse posts by 'All' which is bit of a firehose.
  • Some mastodon integration bugs
  • Wrote a guide about how to install the PieFed mobile app

As you can see we don't have a lot of really big news to share, lately. It nearly feels like a good time to call an end to the beta test phase of PieFed's development and formally release a version. With that in mind, over the next little while, we will focus on stability and bug fixes so the first release is something people can stick with without immediately getting back on the dev branch treadmill.

56
PieFed is 1 year old (piefed.social)

Just a quick note to recognize that the first lines of PieFed code were published on the 28th July 2023, just over a year ago. Since then there have been 1400+ changes made by 9 people, involving adding 88,000 lines of code and removing 28,000 lines. The issue queue has 98 open and 99 closed issues.

While join.piefed.social went live in October 2023, it wasn't until time off work over the christmas holidays enabled a big push to get it ready that piefed.social went live on 4th January 2024.

Since then piefed.social has federated 190k posts, 2.3M comments and 19M votes with 1900 other instances of various types. Besides piefed.social there are 5 other PieFed instances that I know of.

What a year it's been! I've grown significantly as a developer, had a lot of fun and hopefully contributed something meaningful to whatever the fediverse is becoming. Long may it continue!

[-] rimu@piefed.social 120 points 4 months ago

Yeah although if Russia wins it'd involve "unstable geopolitics" too.

This could be a long war.

[-] rimu@piefed.social 140 points 4 months ago

To fascists, hypocrisy is a virtue:

https://hac.bard.edu/amor-mundi/hypocrisy-and-fascism-2018-08-12

They NEED to demonstrate their hypocrisy in order to signal to their supporters that the nasty shit they promise to do to The Other (immigrants, gays, whatever) won't be done to their supporters.

view more: next ›

rimu

joined 9 months ago
MODERATOR OF