User

@lillian source
-
- mute
statuses (48) - following (27) - followers (35) - media
search statuses

it is claimed I do things with computers sometimes

my website: star-ark.net

Statuses

@lillian

google's corp login page is peak web design. I miss the old plain html gmail UI of this style

@lillian

@spacekookie@octodon.social
htmx is nice but not sure if it counts as a framework. svelte, maybe?

@lillian

@cadey a LLM is generating `aws s3 cp` commands for each file and different filenames (presumably that parse into more tokens) take longer for the model to generate commands for

@lillian

money can be exchanged for ~~goods and services~~ vtuber merch, doujinshi, and plushies

@lillian

looks like `git gui` is a surprisingly decent UI when I don't feel like using CLI stage/unstage commands, nice

@lillian

@ariadne tbh, the openness of the MRF subsystem itself is worth a mention here. among the larger pleroma instances there's a culture of if you want some custom moderation feature, you can write a MRF policy yourself and just add it to your instance. I haven't seen anything like that among the mastodon instances (yes, there's patched codebases, but nothing intentionally made to be expandable)

@lillian

@foone hi, quick question: I'm trying to find information about the screen in the nexus 6 (AMS596DU01), the only thing I can find on google for the model number is your tumblr post from last year mentioning that it indeed is the screen from the nexus 6. any idea where I could find more information about it (pinouts/schematic ideally)? thanks!

@lillian

updated mastodon to fix the security issues from today, it no longer trusts the reverse proxy so it thinks all connections are coming from spoofed IPs. opened a bug report, in the meantime I just downgraded since none of the security issues actually apply to my instance

@lillian

@ariadne I might be misunderstanding, but that seems like it would mark core 0 as efficiency and the first efficiency core as performance?

@lillian

@ariadne so do you just... have to check if the next 3 ids are unallocated and then a core is considered performance
that's horrible

@lillian

near the top of my wishlist (might attempt an impl if I get bored): sharing subnets between tailnets -> github.com/tailscale/tailscale

having to run my own subnet routers on top of other people's (or, even worse, switch accounts) is annoying to deal with

@lillian

not quite the right response code but it works

@lillian @lillian retweeted
Mary​:icosahedron: @mary@icosahedron.website
wwdc

"Private Cloud Compute":
*Other* companies will make unverifiable promises that they won't store or misuse your data. We're different, we have "Private Cloud Computer", and here are the unverifiable promises that *we* make that we won't store or misuse your data.

@lillian

working towards making a custom PCB for something this summer, no clue if I'll actually get something working but it'll be fun

@lillian

@SuperDicq @IoI_xD had this idea, I tried to download xmrig but it kicked me out :( it's a relatively stronk VM though, if you ignore the CPU being broadwell

@lillian

turns out screws right next to a glued down magnet fly out of your screwdriver when you try to do anything with them... oh well, got it back in somehow

@lillian

@cadey how the fuck does mastodon formatting work

@lillian

@jordan using redis as a caching layer on top of your database is silly, since said database likely has caching features itself. using redis for temporary data (so, doesn't go in the main database) shared by multiple processes/services is at least somewhat reasonable, I'd say?