@leftpaddotpy I ran into this bug on NixOS just yesterday so I'm glad you're on the case :D
Public · 2023-10-01 16:29+00:00 Public · 2023-09-30 20:32+00:00 @alice_i_cecile I look forward to these every week! You do an incredible job of both being an great maintainer and an accessible communicator. I'm not a Bevy user (yet?) but I appreciate hearing about what's going on with the project and getting to pick up on some advanced Rust concepts along the way through your reviews :D
Public · 2023-09-30 12:02+00:00 @teapot_ben @neil I have been looking far and wide for an easier to deploy version of wallabag, thank you so much!
Public · 2023-09-30 06:41+00:00 Kinda hit a plateau on my weight loss journey and it's fucking with my motivation big time
Public · 2023-09-29 12:45+00:00 @arch @chirpbirb it's definitely a WAF configuration problem and Discord is the only responsible entity. They appear to have blocked the Chrome user agent which is just plain funny.
Public · 2023-09-29 12:41+00:00 @denmanrooke @hikari they did some configuration fuckery with their Cloudflare Firewall and managed to block the Chrome user agent, which in turn broke the Electron-powered app.
Public · 2023-09-28 17:47+00:00 @chirpbirb is https://github.com/kitsune-soc/kitsune somewhat close to what you had in mind?
Public · 2023-09-27 17:33+00:00 @ybinnenweg that's an option I've been looking at, but realistically I might opt to have a second server with Gitea's CI runner on it since it'll significantly ease migration from GitHub Actions.
Public · 2023-09-27 17:16+00:00 I've been experimenting with running a #NixOS server to self host services that are on their enshittification path, and a Git forge was first.
I ended up picking Gitea for no particular reason other than familiarity and ease of deployment, so I now have an active mirror of all my GitHub repositories and I will slowly try to make it the primary hub as I figure out CI and other things.
Public · 2023-09-26 12:01+00:00 Randomly remembered that #GitHub lets you specify images as light/dark-theme only, so I've updated the README for Claw to show light theme screenshots when using the GitHub light theme and dark theme screenshots for GitHub's dark themes.
Public · 2023-09-23 21:59+00:00 @GeePawHill It's unexpected that it didn't work but not really surprising. The new search interface is, to put it bluntly, quite garbage at being a search engine.
Public · 2023-09-23 21:23+00:00 @GeePawHill Looks like it does? Unless I'm missing something obvious
Public · 2023-09-20 18:48+00:00 #AndroidX has gained a new Bluetooth library in today's releases which covers BLE and GATT!
https://developer.android.com/jetpack/androidx/releases/bluetooth#1.0.0-alpha01
#AndroidDev
Public · 2023-09-18 18:17+00:00 ktfmt v0.45 was released a couple hours ago with support for context receivers and better formatting for elvis operators!
#Kotlin #AndroidDev
Public · 2023-09-15 17:50+00:00 @zsmb13 Can't imagine a better place for you, congratulations! Looking forward to the incredible work you'll do there :D
Public · 2023-09-15 15:26+00:00 #LazyWeb I had a #Firefox question that I was hoping I could get help with. Coming from Chrome I am used to address bar autocompletion work on full URLs, but Firefox seems to break them down to domains and path segments which I don't want. Can I change this?
As a concrete example, my Tailscale admin panel is at login.tailscale.com/admin/machines and I visit this URL directly. When I type 'login' in the address bar, Chrome suggests the full URL but Firefox just says 'login.tailscale.com'
Public · 2023-09-15 06:08+00:00 The urge to port Claw to #Kotlin Multiplatform again is slowly rising
Public · 2023-09-12 12:06+00:00 @seb @cb hCaptcha is by far the worst. It might be my top 3 most hated things about the internet tbh.
Public · 2023-09-12 11:16+00:00 After over a month of consistent and daily exercise I'm sad to report that the gymbros were right, it does feel good.
Public · 2023-09-10 14:40+00:00 @tkuenneth@snapp.social IntelliJ Plugin to launch Android apps on Windows Subsystem for Android?
Public · 2023-09-10 13:19+00:00 @mitchware Android Studio added a tool window for this purpose: https://developer.android.com/studio/releases#download-info-sync
Public · 2023-09-10 12:17+00:00 Gonna make a serious attempt at a blog post next week, it's been far too long.
Public · 2023-09-09 15:06+00:00 @commonsguy That was an incredible read, thanks for writing this up!
Public · 2023-09-09 13:20+00:00 @samuteki Honestly, not much. I've maintained that the idea of having to hear everyone out just because you happened to scream into the void is stupid. If I see any post which rubs me the wrong way, I block the author.
Public · 2023-09-09 04:35+00:00 · edited 2023-09-09 04:36+00:00 I was bored last night so decided to look into #Gradle sync performance for the $DAYJOB codebase, it averaged around 6 minutes when downloading all dependencies with over 1m30s being wasted in failed HTTP requests. After some massaging with `exclusiveContent` sync is now down to 3m17s with zero HTTP failures :blobDab:
Public · 2023-09-08 11:08+00:00 @botteaap I just looked it up, that board's packing some heat. What do you have planned for it?
Public · 2023-09-07 18:00+00:00 @seldo Living life on extra hard difficulty :blobHelp:
Hope the interviews go well and you recover from COVID soon!
Public · 2023-09-07 17:59+00:00 @joschi @trisha_gee It does, but with a large enough set of modules it is faster for us to parse a Git diff than it is for Gradle to do configuration, compilation avoidance and up-to-date checks.
Public · 2023-09-07 17:36+00:00 · edited 2023-09-07 17:37+00:00 @trisha_gee Determining affected modules by scanning the diff of a PR and only testing those modules and ones that depend on them.
Edit: to clarify, modules here mean Gradle modules, not JPMS ones.
Public · 2023-09-06 21:33+00:00 @raptag yeah that's definitely an improvement but given the fact that GitHub is heavily leaning into being an "AI powered platform for developers" I wouldn't be surprised if those went away in a not so distant future to solely provide an algorithmic feed :/
Public · 2023-09-06 21:28+00:00 @raptag I made an effort to like it but it's simply too ugly and too buggy right now for me.
Release notification cards somehow meld into each other, the horizontal paddings on the lists are completely inconsistent, the list goes on.
Public · 2023-09-06 19:49+00:00 #GitHub's new homepage feed is so bad that within seconds of going live the 'feed' category of their feedback repository has been overridden by users begging for the change to be rolled back
https://github.com/orgs/github-community/discussions/categories/feed
Public · 2023-09-04 00:12+00:00 How is it 5:40 in the morning and I have had zero seconds of sleep...
Public · 2023-09-03 09:30+00:00 @hasnep Glad you like it!
Public · 2023-08-31 18:29+00:00 @Gankra hope you escape SemVer hell soon 🤞
Public · 2023-08-30 21:27+00:00 @zsmb13 already managed to break it but I'm excited to try it out again once a fix is available :androidPetPet:
Public · 2023-08-29 09:09+00:00 @skade If you have enough cores everything is fast :blobSmileSweating:
Public · 2023-08-28 11:41+00:00 @gryzor @zsmb13 I would love for the admins to come out and set the record straight in that case. Until then I will assume Nik's history of acting in good faith is being upheld in this incident as well.
Public · 2023-08-28 08:59+00:00 @zsmb13 oh wow that's actually quite bad. Will stay on the lookout for changes on Tusky's end.
Public · 2023-08-28 08:34+00:00 @zsmb13 What drama? All I heard of recently is Tusky preventing users of certain far-right extremist instances from using the app which I don't really see as a problem.
Either way I use both Megalodon and Moshidon interchangeably and have no complaints
Public · 2023-08-28 06:08+00:00 @SylvieLorxu At least this year there won't be another YouTuber from my country teaching decidedly unskilled college students how to spam PRs for free merch
Public · 2023-08-26 14:30+00:00 Android Studio has started a new canary track carrying the Iguana name but there are no release notes to be found anywhere, what is going on?
#AndroidDev
Public · 2023-08-24 06:39+00:00 huh I thought it was Friday already, clearly I can't wait for the week to be over...
Public · 2023-08-21 15:38+00:00 First year in a while that I haven't been using the #Android betas and the FOMO is setting in lol
Public · 2023-08-20 22:06+00:00 @yosh just saw that and while I appreciate that your position is much more reasonable, there is definitely a significant number of people who do hold the position I'm talking about.
The cURL maintainer has repeatedly shared emails they've received asking them to do free work so billionaire organizations can check off regulatory and compliance requirements. I do not believe they're alone.
Public · 2023-08-20 22:05+00:00 @bodil Would not be Twitter if there wasn't more disappointment up for grabs.
Public · 2023-08-20 21:58+00:00 @bodil Twitter discourse has gotten pretty middling.
FWIW, the tweets aren't gone and neither is the media. The HTTP t.co links are no longer linkified for whatever reason but the actual stuff is still accessible via Twitter's object storage with more direct URLs.
Public · 2023-08-20 21:56+00:00 @sheevink @yosh yeah I'm not a fan of all the onus of all this supposed accountability always being forced to the bottom of the chain. If anybody using my library needs to cough up an SBOM and finds something amiss, I literally never want to hear about it. It's their problem alone.
There are a lot of people calling in ethical responsibility in the Serde situation in the absence of legal ones which also seems pretty moot since caring about build times is a perfectly reasonable choice.
Public · 2023-08-17 16:25+00:00 @Vlad @py I remember it from Twitter, I don't think it was ever put up on Py's blog.
The gist of it is that when investigating a bug, you start a Slack thread (or anywhere you can keep thread-like information) and as you research and try things, keep noting them down. By the time you find the fix, you have a whole log of your process that as Py said, easily becomes the body of a blog post as well as becomes permanent record for future use.
Public · 2023-08-17 15:35+00:00 One upside of using SQLDelight (https://github.com/cashapp/sqldelight) everywhere is that it periodically uncovers pretty embarrassing gaps in my #SQL knowledge that usually get papered over by more complex ORMs 😩
#AndroidDev



