Technically Feasible

Technically Feasible

Confessions of an Enterprise Software Developer

💭

It's early days, too early to be thinking this far forward. I can't get the idea out of my head, so i'm putting it out there for comment. With any luck this will help me to move onto the basics, such as actually implementing activitypub.

mstdn.social

💭

Are there other solutions I should be considering which would be better suited to the task? I've not implemented anything with OSGi or SPI directly so this area is quite new to me. SPI seems like it may work technically.

mstdn.social

💭

Would this make sense from an implementation standpoint? I'm not currently targeting native image; it will be a deployed service running upon an installed JVM. SPI seems much more lightweight than other solutions like OSGi, which seem like a sledgehammer with far-reaching design implications in comparison.

mstdn.social

💭

I'm in the process of building an #activitypub implementation using #java and #micronaut.

I'm considering options to make the platform "pluggable". The plan is to use something like SPI to load plugins from JAR files, allowing features to be added to customize the platform for individual needs.

Off the top of my head I'm thinking things like custom APIs or storage back-ends to do things which won't be included a (completely theoretical) core distribution.

mstdn.social

💭
A completed Lego Lotus Evija #76907 on a grey background

Another lego_brick_red #lego model complete. The lotus is quite nice, though the windscreen is not very secure on this model.

I've run out of shelf space for this one.

mstdn.social

💭
A completed Lego model of a 1970 Ferrari 512 M #76906

I built one of my lego_brick_red #lego cars. I'm not a petrol head but the builds are quite fun. A nice model for my little collection 😊

mstdn.social


💭

Excellent, I think I've finished. Shame you can't port your old content, but it would be open to abuse.

Really wish I had implemented the materialize feature for fedi posts into my site now. I'll have to write another import script to parse the full export instead.

mstdn.social


🔗

Transform JSON-LD in Java

In this tutorial, we’ll learn how to transform a Java Object to JSON-LD and vice versa. Also learn how to verify the schema of JSON-LD. JSON-LD is a JSON-based format which is used to represent structured data and linked data. Schema of JSON-LD can be found in documentation of schema.org.

codingnconcepts.com