Can't imagine how miserable it is to be an engineer at Mozilla, watching your leadership constantly snatching defeat from the jaws of victory. The entire browser industry is crumbling around Firefox, growing increasingly user-hostile, and all they need to do is stay the course which is apparently too much work for their C-suite.
Public · 2025-02-28 13:11+00:00 Public · 2025-02-28 08:23+00:00 My @JenJen Plague Doctor print just arrived! I'm a little scared to take it out of the plastic bag until I have a frame to put it in but I absolutely love how it looks in person
Public · 2025-02-27 06:07+00:00 Content warning: meta, terms of service@danderson seeing that be the top comment on lobsters was actually quite upsetting not gonna lie
Public · 2025-02-26 15:44+00:00 My broadband connection went down over an hour ago and mobile data is spotty at best, I'm already dying 😂
Public · 2025-02-25 09:13+00:00 · edited 2025-02-25 09:15+00:00 @shinmera creaking floorboards maybe? I have never seen crossing legs written in as a sound cue this is some giga brain shit :thonkFish:
Public · 2025-02-24 17:06+00:00 @Aurimas yeah I get spooked thinking of the 150+ accounts in my password manager but so many websites make even changing your email such a colossal pain that I just can't see myself being able to try purging them without getting frustrated
Public · 2025-02-21 20:54+00:00 @jalefkowit@vmst.io the most oppressive algorithm of all: `alt_text.isEmpty()`
Public · 2025-02-20 15:30+00:00 I'm struggling to think of a streaming experience worse than #PrimeVideo
- Does not default to skip intro
- Advertises other shows at the start of every episodeOn Android specifically:
- Does not have a full screen button
- Does not have a UI lock button
- Does not have brightness or volume controls
- Does not have picture-in-pictureI have to constantly ask myself why I'm putting up with this instead of just pirating...
Public · 2025-02-20 11:38+00:00 Today's random yak shave: creating desktop entries for each of my Minecraft instances via Nix https://github.com/msfjarvis/dotfiles/commit/92b0b9b31836a8e2f33a1d3f539ab998a50d7106
Public · 2025-02-20 10:51+00:00 @marcogom Congrats!
Public · 2025-02-20 07:53+00:00 @pablobaxter this is perfect! I can't count how many times I've had to do this manually because Studio picked up the wrong JDK. Thanks for making it!
Public · 2025-02-19 15:05+00:00 I've started defaulting to putting new stuff only on my personal Gitea instance and move away from GitHub and it's honestly not too shabby - I vastly overestimate the value I derive from GitHub's network effects.
Public · 2025-02-19 12:59+00:00 @melix @britter URLs are indeed stored, you can see a sample of what mitm-cache captures here: https://github.com/NixOS/nixpkgs/blob/091da28ee068254137e02cc96ccf47e5e5481268/pkgs/by-name/ja/jadx/deps.json
Public · 2025-02-19 12:52+00:00 @melix @britter basically the project has an update script that runs mitm-cache to snoop network calls and then runs a Gradle task to effectively force all configurations to resolve and to download the dependencies in them, at the end of which we can get a final view of everything the build requested and put it into something Nix calls a fixed-output derivation. This FOD is then provided to the actual build as an input and dependencies are retrieved from it.
Public · 2025-02-19 12:41+00:00 @melix @britter The Nix build sandbox disallows network access so the dependencies need to be determined upfront when packaging/updating, and the resulting list of dependencies needs to be stored in the Nixpkgs repository where size is a very important concern so Gradle's default dependency lockfiles are ill-suited for the job. It just makes sense to have a more condensed format that contains exactly what is required for Nix and nothing else.
Public · 2025-02-18 14:40+00:00 @soatok Them responding to the most minor push back with moving goalposts and "sorry not interested in speaking with you personally" is the most online commenter thing I have ever seen, it is so bizarre and weird.
Public · 2025-02-18 07:33+00:00 Ellie has slotted in my reading time into her own schedule so now if I'm late for any reason she'll drag Mom to come sit outside so she can have her half hour in the sun barking at the street
Public · 2025-02-17 07:12+00:00 Brutal case of the Mondays today, I snoozed my alarm 7 times before waking up lol
Public · 2025-02-16 20:51+00:00 Mostly leaving this as a reminder to myself: The way Compose renders blockquotes is not visually distinctive enough so I need to figure out how to replace them in an AnnotatedString with a custom span type that I can draw with a proper leading border.
Public · 2025-02-15 15:54+00:00 My initial idea of using the CoryDora macropad for games fell through thanks to the power of anti-cheat so I've had to repurpose it for more productive things. SSH commands for my servers ended up being a natural fit, and I've changed the knob to control audio on layer 1 and scroll on layer 2 (my mouse wheel is unreliable - fuck you Razer)
Public · 2025-02-14 01:16+00:00 @hisham_hm AFAIK it does not
Public · 2025-02-12 12:31+00:00 Regardless, cool new features for plugins!
Public · 2025-02-12 12:18+00:00 #Gradle 8.13-RC1 release notes seemed to have succumbed to a Markdown mishap
https://docs.gradle.org/8.13-rc-1/release-notes.html#fixed-issues
Public · 2025-02-12 09:50+00:00 Everything I learn about Elon Musk is against my will
Public · 2025-02-10 12:09+00:00 @theplaguedoc @JenJen and seeing this post convinced _me_ that I needed this in my life. Order placed!
P.S. I hope shipping to India won't set you back by too much, please let me know if it does; I'll be happy to cover it regardless of the pre-order offer.
Public · 2025-02-10 09:39+00:00 Always a real shame when I come across a great blog post then I can't share it because the author used an extremely ugly AI generated header image on it
Public · 2025-02-10 07:28+00:00 This might be a self report but The Great Gatsby is such a drag to read lol
Public · 2025-02-09 08:58+00:00 I wasn't very happy with the Bloom lamp cycling through presets every time I booted up my PC so spent a little bit getting the Arduino IDE set up and hard-coded in the preset I like with reduced brightness so it's easier on the eyes
Public · 2025-02-08 15:43+00:00 @kingargyle @Aurimas You can reference Slack's Foundry plugin for how they handle it: https://github.com/slackhq/foundry/blob/314c8e65b97828cc2c63829c00e5317accf56d2f/platforms/gradle/foundry-gradle-plugin/src/main/kotlin/foundry/gradle/FoundryExtension.kt#L853
Public · 2025-02-08 09:57+00:00 @Aurimas I looked at the lint-gradle source and it seems to cover everything I could think of off the top of my head, I'll take a look at the commit history at work on Monday and see if I can dig up something else that was a problem.
Public · 2025-02-07 20:59+00:00 @Aurimas That's awesome! I've been bit by this myself a few times and it's not fun diagnosing these in a complex build :blobSmileSweating:
Public · 2025-02-06 10:48+00:00 @yosh My sleep schedule's ruin is singularly owed to video games with friends :blobJoy:
Public · 2025-02-05 19:36+00:00 @spaghetticode Congrats!
Public · 2025-02-05 12:07+00:00 Back to good ol' refactorman duties
Public · 2025-02-04 16:28+00:00 I've never been a vertical tabs person before but the Firefox Nightly vertical tabs experiment is making me a believer
Public · 2025-02-04 08:56+00:00 Being extra busy at work the past couple weeks has been a refreshing change while I've also been home alone, been a while since I've had my days just disappear rather than having to doomscroll through it.
Public · 2025-02-02 16:06+00:00 Been a while since I did any programming for leisure and the fact that it doesn't seem to be bother me is a little concerning for my career
Public · 2025-02-01 19:39+00:00 @killyourfm If you wanna have another go at it, I've had a significantly easier time setting up Conduit (https://conduit.rs) and it works very well for my some 50-odd member chat. The installation docs are here: https://docs.conduit.rs/deploying/generic.html
Public · 2025-02-01 08:47+00:00 @triskelion@fosstodon.org I used himalaya for a bit but email over CLI is a little too brutalist for me so I was back to Thunderbird pretty quickly.
Public · 2025-02-01 08:38+00:00 Recently discovered alps, it's rather minimal but pretty decent as far as open source webmail clients go https://git.sr.ht/~migadu/alps

