rimu

joined 9 months ago
MODERATOR OF
[–] [email protected] 7 points 6 hours ago (1 children)

We're working on it :)

[–] [email protected] 20 points 1 day 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.

[–] [email protected] 25 points 1 day ago (1 children)

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.

[–] [email protected] 2 points 4 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.

[–] [email protected] 10 points 5 days ago

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

[–] [email protected] 21 points 5 days ago (3 children)

Middle Eastern money

Something tells me the Saudis don't want AI for the betterment of all humanity.

Could be the human rights abuses, dunno.

[–] [email protected] 0 points 6 days ago

10 thousand people marching would make world headlines.

No, it wouldn't. Protest is totally normalized now, it's just a pressure release valve that helps keep the status quo running.

Here is a protest that happened today - https://cloudisland.nz/@simplicitarian/113212289035494255

Apparently it involved between 20,000 to 30,000 people - https://cloudisland.nz/@simplicitarian/113212686270895144

It will not be mentioned in any big news media outside of New Zealand.

[–] [email protected] 14 points 6 days ago (3 children)

I appreciate the author taking a swing at this topic. She suggests these values:

fostering genuine connection
protecting privacy and enforcing consent
championing accessibility

I think she's obviously right about the first value but the others are less clear. There's certainly groups on Mastodon who are keen on privacy, consent and accessibility but if you look at the features of the apps and how they're constructed I don't feel like those are really core values. ActivityPub is a privacy nightmare and most apps have between ghastly to ok accessibility.

It's hard to pick out values that we all share because of the inherently chaotic nature of it. Perhaps that's a value tho - diversity.

There's a pretty strong anti-capitalist theme that comes up a lot. At it's best, this is a "people before economy" value, a pro-democracy, a pro-life (in the literal sense), pro-freedom value. No billionaire can buy the fediverse and shape it in their singular vision.

The federated nature of things means people can find their own instance to call home, one that suits them and their kin without losing access to all the goodies of the wider network. Is this a value? What is the word for it? Self-actualization?

[–] [email protected] 3 points 6 days ago (4 children)

...and yet, here we are talking about climate change. If they'd instead organized a protest of 10,000 people marching for hours it wouldn't have been international news and we wouldn't be talking about climate change.

 

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.

[–] [email protected] 3 points 1 week ago

The only issue is controlling Alex Jones. He's too batshit to ever work under anyone and without him most of the value evaporates.

So now it's up to rich people to decide if Alex Jones gets to stay on the air. Will asshole rich people who want him to continue buy it or will some nice rich people buy it to shut him down?

 

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 [email protected] 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!

 

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

 

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

The original mix of this came out around 2000.

 

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.

 

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

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

 

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

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

 

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.

view more: next ›