social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.9K
active users

#dropserver

0 posts0 participants0 posts today

Blog post: "Deno 2 and Backwards Compatibility in Dropserver"

olivierforget.net/blog/2024/de

I look at how 2's arrival makes me break my aspirations of backwards compatibility in , and what I will do to make the next breaking changes in Deno a non-issue.

I really want Dropserver apps to have a long shelf life, even after they are abandoned by their devs. But that takes good design and work. Real-world challenges like Deno 2's arrival help me clearly see what I need to do.

olivierforget.netDeno 2 and Backwards Compatibility in DropserverOlivier Forget's Personal Blog
Continued thread

It's a nice companion to my other released app: Leftovers:

leftovers.olivierforget.net/

Interestingly the motivation for Leftovers is opposite of ShoppingList: Apps that track leftovers have zero value. Your leftovers are one step removed from the trash. Nobody is interested. The result is that there are few of these apps. The potential $$ isn't there. User's won't pay for it, and devs don't want to run that service.

Easy-to-use it is the answer here.

leftovers.olivierforget.netLeftovers Dropserver app

I finally released my ShoppingList app. It still needs work but I wanted to put it out there. My wife and I depend on it to keep our pantry and fridge stocked up and the kids fed. It's an web service that you run yourself in .

shoppinglist.olivierforget.net

Motivation: all shopping apps get sold to marketing/data harvesting agencies sooner or later. This one is 100% under your control

shoppinglist.olivierforget.netShoppingList Dropserver app

I finally submitted a PR to awesome-selfhosted to include in the self-hosted solutions category. All the usual suspects are in there already: Sandstorm, YUNOHost, etc...

awesome-selfhosted.net/tags/se

This will hopefully help more people learn about the existence of Dropserver.

awesome-selfhosted.netSelf-hosting Solutions - awesome-selfhostedA list of Free Software network services and web applications which can be hosted on your own servers

Released version 0.13.2 of today:

github.com/teleclimber/Dropser

It adds an HTTP proxy to the sandbox as a starting point to monitor outbound requests from the app.

It fixes some leaking file descriptors and goroutines which caused problems for long-running instances.

Lots of code cleanup to clear the path for the next things I'll work on.

GitHubRelease v0.13.2 · teleclimber/Dropserver19c2037 chore: upgrade some go packages 7c7eff2 chore: make esm default in frontends fe0910a chore: upgrade frontend packages 9f442fc fix: close bwrap json status inotify fd 1dd6bc1 fix: stop gorou...
#FOSS#release#go