16 Followers
268 Following
347 Posts

Päätili nykyisin 👉 @jarno!

Päivisin koodari, iltaisin samantyyppinen värkkääjä. Basisti.

FI / EN

Main account 👉 @jarno

Coder by day, tinkerer of related things by night. Bass player.

World Wide Webhttps://oranki.net
Git (IPv6 Only!)https://git.oranki.net/jarno
Git365 (IPv4 Only...)https://github.com/0ranki
Matrix@jarno:oranki.net

Loin erillisen käyttäjätilin seuraamaan muutamaa boost-bottia ja ihmisiä, jotka buustailevat paljon. Täytyy sanoa, että tämä parantaa pikkuinstanssin fiilistä aika merkittävästi. Nyt vaikuttaa jo sille, etten huomaa sisällössä merkittävää eroa tosi isolla instanssilla olevaan tiliin. Hashtagien seuraaminenkin toimii aivan kuin OG-Mastodonilla.

Pitää seurailla levytilan käyttöä, aiemman kokemuksen perusteella GTS hoitaa sen yllättävän tehokkaasti.

#gotosocial #selfhosted

I think it's kinda cool how federation works, this instance was just spun up yesterday.

#fediverse #fediversumi #gotosocial #selfhosted

Tuli tässä taas oman instanssin kanssa vastaan, kuinka olennainen osa tätä systeemiä boostaaminen on. Boostailkaa ihmiset hyviä juttuja! Ja vähemmänkin hyviä.

Samalla (nyt vasta) tajusin luultavasti idean noissa boost-boteissakin.

#boost

This is a great writeup of the continuing failure of passkeys to meet their potential. It demonstrates the gordian knot:

1. the ecosystem is confusing due to the plethora of different interacting layers
2. therefore, to simplify, every vendor attempts to own as many layers as they can, obscuring other vendors' tools
3. therefore, users are confused into thinking that passkeys are platform-specific, because their platform vendor is obscuring alternatives

https://arstechnica.com/security/2024/12/passkey-technology-is-elegant-but-its-most-definitely-not-usable-security/

Passkey technology is elegant, but it’s most definitely not usable security

Just in time for holiday tech-support sessions, here’s what to know about passkeys.

Ars Technica

There's been a steady decline in #Nextcloud load times recently, feels like versions 29 and 30 (or Hub 8 and 9, obviously)

Started bugging me just now, and on my LAN the login page takes 8+ seconds to load without cached assets. NC has never been particularly fast, but it has never been this slow either.

Something's not right here. Glad I canned the idea to (try) host for other people, this would drive people back to Corporate Storage faster than... the login page loads all assets

I think there's something glitching in importing followed accounts from Mastodon CSV to GoToSocial, seems like over half are missing. Is there a setting to block new instances in OG Mastodon?

#gotosocial #selfhosted #mastodon

If you know, you know - Lemmy.World

Lemmy

Kirjoittelin vähän Hugo-sivuston ajamisesta Kubernetesissa. Staattiset sivut vaatii periaatteessa erillisen webbiserverikontin tarjoilemaan tiedostoja, kokeilen itse hugo-binääriä siihen tarkoitukseen.

https://oranki.net/posts/2024-12-30-container-for-a-hugo-static-site-on-kubernetes/

#hugo #k8s #selfhosted

Container image for a Hugo static site on Kubernetes

I’ve recently moved almost all of my self-hostings under Kubernetes, k3s to be specific. One of the things that’s not so nice on Kubernetes is serving static sites. Since there’s no “regular” NGINX in front of the services anymore, serving a static site would basically need a separate web server container running behind ingress-NGINX. It’s a perfectly valid way to serve a static site, but I wanted something a bit more automated.