RSSAmplifier

Blog

Luna's wiki

shitposting

l4.pmRSS feed ↗21 posts

Latest posts

anime girl self image

%at=2026-03-01T03:40:31.064Z #author_luna #llm #humor #anime > if you could describe yourself as an anime girl with danbooru tags, what would you be? ![](https://l4.pm/anime-girl-self-image-2026/images/opus_46_claude_code/c580ab9b-e6f0-44df-9174-ad68544

adventures in sandboxing

%at=2026-02-10T02:31:55.248Z #author_luna #sandbox #claude_code #ai ![claude_code_opus46_at_sea.jpg] *image: generated with nai4.5full, with claude code opus 4.6's [anime girl self image]* I see my friends playing with fire. this fire has a spec

algorithms exist for a reason

![final.jpg] %at=2025-12-06T12:34:56.789Z this article is made for people that already know what vrchat is (and preferably already played it). if you haven't, [take a look](https://hello.vrchat.com/) #author_luna #recommendation_algorithms #vrchat

weird k8s

#author_luna #sysadmin-notes #kubernetes %at=2025-11-13T02:38:16.189Z ![k8s.png] ### why am i doing this because a friend nerdsniped me into doing it, next question ### who random girl from the internet, do not take my words as truth, just want to s

death by a million geese bites

in which one rando on the internet designs a general purpose feed ![million_geese.png] %at=2025-11-03T00:50:30.882Z #author_luna #recommendation_algorithms #bluesky this is an article about nagare. for context, check out the previous ones: - [discov

vrchat ios notes

#author_luna #author_skip #vrchat co-authored with [skip](https://skip.house/) %at=2025-10-29T00:02:19.628Z - autotranslation is experimental and may break shaders (purple objects) - extracting client logs from an iphone: - Files app -> On My iPhone

so, you got a quest 3

%at=2025-10-10T16:47:54.557Z #author_luna #vr #living_article these are my opinions in regards to recommendations, based on using the gear myself and recommending that gear to others. the priority may be different to you! this assumes you just got a q

the Donut algorithm

![running1.png] #author_luna #bluesky #atproto #recommendation_algorithms %at=2025-09-01T23:05:27.151Z this is an article related to nagare, my general-purpose bluesky feed side-project. previously described in [discover feed fever dream]. in this

bsky pbllc dependence

{ "nodes":[ {"id":"026147445390100e","type":"group","x":-610,"y":-289,"width":590,"height":449,"label":"building blocks"}, {"id":"af7a2a3faa9bf5e9","type":"text","text":"identity (plc.directory)","x":-290,"y":-269,"width":250,"height":60,"color":"5"},

vps performance vibe check

#author_luna #sysadmin-notes #vps #living_article %at=2025-08-11T23:21:21.610Z as part of [bsky dot](https://dot.bsky.ln4.net), months ago I ran some experiments in regards to how much performance vps systems provide, because spinning up a gpu at the ti

should PIX be offered to the world?

someone is wrong (or at the very least extremely naive) on the internet. #author_luna #finance #politics #brazil ![miku.png] _pictured: Brazilian Miku and the Brazilian Central Bank, made by me with nai_ %at=2025-08-01T19:09:44.158Z updated %at=2025

fedi is dead, long live fedi

%at=2025-07-26T02:59:11.069Z last updated %at=2025-07-26T05:59:47.176Z #author_luna #activitypub #fediverse #rant am I chasing the new shiny thing? is this burnout? ![](https://nda.lol/i/g8wwrsfu65wh.png) --- this is a continuation of the bsky articl

atproto pds migration IN ANGER

%at=2025-07-24T23:26:49.639Z #author_luna #atproto #sysadmin-notes #blogpost ![an edit from a neon genesis evangelion frame showing 3 large crosses, except i've edited it to have @dholms.xyz‬'s diagram of how a PDS migration works, where each actor on

discover feed fever dream

the ramblings of a madwoman %at=2025-06-30T23:21:50.498Z #author_luna #bluesky #recommendation_algorithms --- i've been working on a specific project in the past month, it's called [nagare](https://bsky.app/profile/nagare.pds.bsky.ln4.net). nagare cam

llama inference numbers

#llama #large_language_models #technology #performance | hostname | device | model | time per token | | - | - | - | - | | arae | cpu | 7b q4 (non-gptq) | 1000ms | | arae | cpu | 7b q4 (gptq) | TODO | | wall | cpu | 7b q4 (non-gptq) | 160ms | | wall | cpu

model formats

just jotting down these for future reference there are multiple formats of a network - pytorch (.pth, .bin), this is [an insecure format](https://huggingface.co/docs/hub/security-pickle) as that's just python's `pickle` - if you use downloaded models f

notes from the latest george hotz podcast

these are transcriptions and notes about interesting points in the podcast that i can share to friends to discuss about them #artificial_intelligence [this one](https://www.youtube.com/watch?v=dNrTrx42DGQ) ## memes - superhuman ai can generate super

How to self-host all of Bluesky (except the AppView (for now))

#author_alice_bsky_sh https://alice.bsky.sh/post/3laega7icmi2q ![alice's profile picture](https://alice.bsky.sh/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fme.6e6e9428.png&w=32&q=75)[alice](https://bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf) · 7

Index Page

> Welcome. Welcome to City 17. > You have chosen, or been chosen, to relocate to one of our finest remaining urban centers. I thought so much of City 17 that I elected to establish my Administration here, in the Citadel so thoughtfully provided by Our Ben

EAC in a social VR game creates more problems than it solves

https://feedback.vrchat.com/feature-requests/p/eac-in-a-social-vr-game-creates-more-problems-than-it-solves This article was written by knah, not me. See [A critique of VRChat] --- knah Soo... The long blog post, praising EAC as a silver bullet that

resizing a netbsd vm's disk

#author_luna #sysadmin-notes #netbsd this took me a little while to learn but here is the process 1. resize the disk (with `qemu-img`) 2. boot into netbsd installer, exit the installer 3. use `dmesg` to find out which disk is it mapped to 1. i'm sure