Skip to main content

abeorch reshared this.


"Instead of using actual spray cans, some artists are just cleaning dirt off of certain areas to make their masterpieces and they are calling it reverse graffiti"

(This one is by Paul 'Moose' Curtis of the Reverse Graffiti Project )

#StreetArt

reshared this


abeorch reshared this.


I'm thinking about networking, and there is one thing* that is a mystery to me. Can someone please explain it in a very, very ELI5 way?

Let's say I have IP cameras, and adhering to good practices, they are on a separate VLAN, let's say 192.168.10.X.

And then I have another VLAN, 192.168.20.X for my laptop and my homelab server.

The server is running Frigate for the cameras.

So the cameras somehow would need to reach my server in another VLAN.

What is the correct, industry standard way to do it? Create routing to punch through VLANs? Connect my server to two VLANs (with two NICs?)

  • there are a lot of things in networking that are a mystery to me, but let's tackle them one thing at a time :)
in reply to stfn

Both options are good. And you have a third option: you can make your server communicating on the VLAN trunk level. So you can just declare, that this physical NIC in your server now are two virtual NICs, each in one VLAN.

I know, this is not ELI5. I will sit at the computer in a few minutes, and I'll write more.

in reply to Agnieszka R. Turczyńska

Computer networking 101. Long. Even looong.

Sensitive content


abeorch reshared this.


@RaccoonForFriendica This weekend I took some time to investigate how much work would be needed to build an iOS version of the app, and it turned out that at least building and running a basic version of the app is doable with some minor changes (see here).

What do you think about it? Would you like to see a Raccoon on iOS too?

#friendica #friendicadev #androidapp #androiddev #fediverseapp #raccoonforfriendica #kotlin #multiplatform #kmp #compose #cmp #opensource #foss #procyonproject

reshared this



abeorch reshared this.


Fediverse Report – #115

PeerTube has a new update for their mobile app, the Mastodon team is growing, and more.

The News


  • PeerTube has officially launched their apps as a v1, some four months after the apps became available in beta. Some new features include the ability to log in with an existing PeerTube account (up until now you’d log in with a local account that only existed in the app itself), commenting from the app, and playlist and channel management options.
  • Mastodon announced some updates on how their team is evolving. The organisation is currently in the process of setting up a Foundation in Europe. Mastodon is also growing their team, and the organisation now consists of 15 employees. Mastodon’s news update is a followup on their announcement from January 2025, in which Mastodon said that current CEO Eugen Rochko would step down. A new CEO has not been announced yet by Mastodon. In the previous update, Mastodon also said that they would need a €5 million annual operating budget. There are some new team members related to fundraising, but Mastodon has not made a clear statement yet on how exactly they will raise the money needed for this budget.
  • Evan Prodromou of the Social Web Foundation has published a first version of places.pub. It is a service that “makes OpenStreetMap geographical data available as ActivityPub objects.” The goal is for other fediverse software to integrate with places.pub to have a standardised way to refer to geospatial objects via ActivityPub.


The Links


That’s all for this week, thanks for reading! You can subscribe to my newsletter to get all my weekly updates via email, which gets you some interesting extra analysis as a bonus, that is not posted here on the website. You can subscribe below:

#fediverse

fediversereport.com/fediverse-…


places.pub


I’m making an initial version of places.pub available today. places.pub is a collection of Place objects suitable for use in geosocial applications on the ActivityPub network.

Part of my work in the Social Web Community Group at the W3C has been participation in the GeoSocial Task Force. This is a sub-group of the SocialCG that focuses on implementing user stories in ActivityPub related to the intersection of geographical systems and social networking, for example, tagging an image with the place it represents, or checking in to a location.

One important need for geosocial software is that all objects in ActivityPub, including Place objects, need to have a permanent URL as their id property, which shares the description of that object in Activity Streams 2.0 format. However, there isn’t a good dataset of geographical objects — countries, states or provinces or regions, cities, buildings, businesses, parks, streets — available in AS2 on the Web right now. That is slowing down experimentation in the Geosocial Task Force.

Using the service


So, I worked on making places.pub for geosocial hackers to experiment with. It’s a service that exposes places from the amazing OpenStreetMap collection of data as AS2 objects on the Web. So, given an OpenStreetMap object like the Rogers Centre Ottawa, it provides an AS2 version suitable for use in geosocial activities in ActivityPub. It also has a rudimentary search mechanism, although I think most users will want to use the Nominatim service for searching the OpenStreetMap database, and then map the IDs onto places.pub.

Once you know the places.pub ID for a place, you can use it for geotagging objects, people, activities, or using special geosocial activity types like check in, check out, and travel. There is a good list of examples on the places.pub home page, but obviously this is not an exhaustive list!

How it is built


This wasn’t my first time trying to build places.pub; I’d done two earlier versions with different architectures and the same interface. The first time out, about 7 years ago, I created a full NodeJS server that used a full mirror of the OpenStreetMap database, so I didn’t need to hit the OSM API to fetch data. It worked pretty well, but it was really expensive — hundreds of dollars per month to keep a database server of that size running and synched.

I tried a second version a few months ago, which did batch generation of AS2 Place objects from the OpenStreetMap exports, and then uploaded them to the S3 service at Amazon Web Services. This was a whole lot cheaper, but it took a long time to download, convert, and re-upload the data.

This third implementation, with source code available on GitHub, is a little bit easier than both. Instead of sloshing the huge OSM dataset back and forth, I used the version of the data stored in the Google Cloud Public Datasets system on BigQuery. This let me ignore the effort of moving data, and just focus on giving it a good ActivityPub-compatible interface using a Google Cloud Run function. It seems to work pretty nicely.

Next steps


I’d love to see some experimentation with using places.pub for geosocial activity in the social web. I’m going to work on some implementations in my own ActivityPub software. If you find problems with the software, please add an issue on GitHub or let me know on the Fediverse at @evanprodromou.


reshared this


abeorch reshared this.


competent engineer at work, but perpetually unfinished personal projects?

just admit that your hobby is “recreational over-engineering”, and stop feeling bad about it!

This entry was edited (2 weeks ago)

reshared this


abeorch reshared this.


Hey Fediverse friends 👋

We're happy to help make the web a little more connected and open.

With our ActivityPub plugin you can connect your Discourse community to Mastodon and the wider Fediverse

Check out all the details in our latest blog post:
blog.discourse.org/2025/04/dis…

reshared this


abeorch reshared this.


📢 abra v0.10.x is finally here 📢

TLDR; "abra upgrade" 👍

Upgrade docs:
docs.coopcloud.tech/abra/upgra…

Migration guide:
docs.coopcloud.tech/abra/upgra…

A huge thanks to everyone who helped get this release done ❤️‍🔥 Happy Hacking 🫂

-- d1

This entry was edited (2 weeks ago)

reshared this

in reply to Co-op Cloud

Quick patch release is out to fix some nasty bugs that got through the release candidate and test suites 🙈

"abra upgrade" once more 👍

Release notes v0.10.1:
git.coopcloud.tech/toolshed/ab…

Project:
git.coopcloud.tech/toolshed/-/…

-- d1

This entry was edited (2 weeks ago)

Selfhosted reshared this.


Is it useful to create your own Mastodon instance?


!Selfhosted

The following was asked on a #Mastodon forum on #Reddit - I replied and a sort of converation started. I felt that it wa better to have the discussion where others with valuable inside could chip in so I have- with the OP's permission posted the following:

For years I have the same question:

Is it useful to create your own Mastodon instance or any other fediverse instance?

Many admins say it is a lot of work and they put a lot of effort, money and energy in it. Some even close their instance after few years, because it is just too much.

After the new political development in the USA, the fediverse got a new wave of interested people from all over the world, but the question stays.

In my opinion it makes only sense if you already have a community, like, if you're an influencer or part of an NGO or similar projects with several people, who will support you creating and maintaining it with money and own time.

What do you think and do you own an instance or work on one?

in reply to abeorch Selfhosted reshared this.

IMO no.

Small instances can have issues with federation and now showing all replies/content.

There's also the aspect that you'll need to moderate content stored on your server, if someone posts something illegal and your server caches it, you're responsible for cleaning it up.

in reply to abeorch Selfhosted reshared this.

Just join some smaller instance not hosted in the US. That’s what I did, and it prevents centralization. I am super happy with my choice as the bigger instances may be getting defederated while the smaller ones kinda fly under the radar and the chances of getting caught in a collective responsibility for stuff that other users from your instance posted are smaller

abeorch reshared this.


Black holes swallow all information you feed into them. But information can't be destroyed, instead the information is slowly emitted as hawking radiation, impossible to reconstruct in practice but technically there.

This makes them just like Atlassian Confluence

abeorch reshared this.


in reply to abeorch Open Source reshared this.

One of the reasons I posted this is I think that it would be great if more people got in and supported the project
in reply to abeorch Open Source reshared this.

they are using zoom? eww

don't like this



abeorch reshared this.


An @OSM #OpenStreetMap contributor wrote : "Updating railway stations tagging diagrams."

🎋 Read their awesome :osm: diary 👉🏼 openstreetmap.org/user/darkonu….


abeorch reshared this.


Find your Flow with Nextcloud's new data automation tools!

Discover how Nextcloud Flow streamlines your business processes, improves customer interactions, and enhances digitalization efforts in your organization

See #NextcloudFlow in action!

youtu.be/CX8aPmoJlGo

abeorch reshared this.

in reply to Nextcloud 📱☁️💻

You say ##NextcloudFlow but the video only shows #Windmill Automation. windmill.dev/

Could you please elaborate on that? Because what I can see in (my) Nextcloud Flow is nowhere near what the Video advertises.

Is Flow getting replaced by Windmill?


abeorch reshared this.


Mastodon.me.uk is an open, user-supported, corporation-free Mastodon server for the UK:

➡️ mastodon.me.uk

This server has been operating since April 2017.

You can find out more at mastodon.me.uk/about or contact the admin @Floppy

#FeaturedServer #UK #UnitedKingdom #Britain #England #Scotland #Wales #NorthernIreland #GreatBritain #Mastodon #Fediverse #FreeFediverse

reshared this


abeorch reshared this.


From that one time I saw the most perfect window scene and felt obligated to capture it.

I was inside the capital building of Antigua #Guatemala and as I walked up the stairs I looked out the stairwell window to see this gorgeously framed flower pot. Someone had to have put it there on purpose! I particularly enjoy the effectively black canvas created by the dark interior behind.

#WindowFriday #feinsterfreitag #fineartphotography #artphotography #photography #fujifilm #FensterFreitag

reshared this


abeorch reshared this.


Something I stumbled upon recently. Considering the number of book lovers around Mastodon, this seems like a must-share.

"Standard Ebooks is a volunteer-driven project that produces new editions of public domain ebooks that are lovingly formatted, open source, free of U.S. copyright restrictions, and free of cost."

standardebooks.org/

#ebook #bookstodon #kirjamastodon

This entry was edited (1 month ago)

reshared this


abeorch reshared this.


'Wellington, you’re so weird': Huge crowd gathers to watch a man fold a fitted sheet


Comedian Dan Boerman arrived in Wellington jetlagged and delirious, but he had a plan. On Monday afternoon, in front of a raucous crowd on Cuba Street, he would perform his ability to fold a fitted sheet to all.

“I’m ballparking about 700 people showed up, and from the videos, there were people standing on bins to try and see. It was like a Fred Again concert.”

“Loads of people were saying to me afterwards, ‘This is so silly, this is what we needed in Wellington’ and it was kind of profound in a sense. I was just being silly and putting together something nonsense but people felt real good coming together and chanting on a stranger: ‘Fold that sheet!’

in reply to Dave Aotearoa / New Zealand reshared this.

Agh I was meant to go to this but I forgot!
in reply to thatsTheCatch Aotearoa / New Zealand reshared this.

I didn't know it was happening! "One big poster in town" and a reddit post, no chance of me seeing it 🙁

OpenWrt reshared this.


Integrating Forum.openwrt.org with activityPub


!OpenWrt - I really appreciate the OpenWrt forum but also like using an ActivityPub based account to browse posts on topics I am interested in.

I understand that forum OpenWrt uses Discourse which has some capabilities to integrate with activityPub services and have suggested in the forum that they are used but there doesn't seem to be much enthusiasm to do so.

Im probably not good at promoting the benefits or addressing points of concern.

What are people's thoughts?

in reply to abeorch OpenWrt reshared this.

Maybe but again I don't think that fuller implementation of ActivityPub by Discourse is the issue that is holding back OpenWrt forum from allowing some federation.

Perhaps some positive comments from ActivtyPub users on the OpenWrt fourm discussion might help encourge the admins to consider using the Discource Plugin


OpenStreetMap community reshared this.


Stopping routes via an impassable ford


!OpenStreetMap community - I know that a particular ford openstreetmap.org/way/47302278… is impassable by cars and have tried to mark it as such however even after this change and allowing routing engines to update many still seem to use the route. (e.g. Osmand+) - Is there anything else I should have done or have I have done incorrectly that should be fixed?
in reply to abeorch OpenStreetMap community reshared this.

There is an approved tag, 4wd_only, that fits very well. But as with all tags, it's up to the engines to recognise and honor it.

A way to fine tune it would be using the acess restrictions. Maybe vehicle=no, ohv=yes? But I'm not sure whether routing engines are so vehicle aware.