1. Hey @megalodon, with the new timelines feature is it currently possible to add a tab for the local timeline of a server other than your home server?

  2. @theimpulson @kypeli it's not a replacement for buildConfigField, it uses that exact API but lets you only define the properties in the secret file rather than both in your Gradle logic and the secret source.

    Replying to source post

  3. @alsutton Would you have preferred they block you immediately without a reply? I don't think it is toxic to not want to engage in discourse about every opinion you hold, especially one you feel very strongly about.

  4. I *think* I found a regression in how produceState works in Compose 1.4.x alpha? Gonna try to put together a reproducer tomorrow when I'm back home.

  5. @thephd You may have heard of it already, but @elk does have that feature and it's a massive upgrade over the default web client.

  6. @fasterthanlime@octodon.social Bravo! 👏

  7. All the layoff news is pretty grim

  8. @cadey pretty sure that's just Windows

  9. @malwaretech Or donating to say a racial slur over TTS lol

  10. @tkuenneth@snapp.social IIRC there's some fun hacks for it involving copying Widevine libraries off ChromeOS machines but yeah the status quo is pretty stupid.

  11. @fasterthanlime@octodon.social do agree with the algorithm bit (my shorts recommendations recently have been...unimpressive to say the least) but I do believe a strong part of this is the variety your content is now able to have given you're devoting more time to it. I've been subscribed for a good while, watched a lot of the initial stuff, kinda fell off it and was reeled back in when the Dropout video went out since it was completely off-brand yet very insightful. You should give yourself more credit :)

  12. I think my newest #OpenSource pet peeve is people who respond with "shouldn't the users get to choose" for literally every thing that isn't exactly how they want it despite having no context or clue about why the thing is the way it is.

  13. @mcc it finds objects by a build time annotation processor which goes through constructors annotated with @inject and classes annotated with @module which contain definitions of how to initialise objects and Dagger combines that to verify at compile time that every object that is marked to be injected can be constructed by Dagger

    Replying to source post

  14. @mcc you're looking for dagger.dev

    It's not guaranteed to be initialised before onCreate. Based on how Dagger is set up in the project, either you'll manually initialise the injection process in onCreate or a bytecode transform at build time will do the initialisation for you.

  15. @maddaddam I actually just finished it! That was quite the twist of events :D

  16. @cadey have you heard about our lord and savior Xbox Game Services?

  17. @QuietMisdreavus That's understandable, although as a user of egg_mode I must say it still works _fine_ with the current outage. I use it for msfjarvis.dev/g/twt and it is still functional as of 2 minutes ago.

    There's a very strong possibility that rather than a widespread outage, what Twitter did was a targeted ban on popular third-party apps.

  18. Do feel a bit sorry for people like the devs at Tapbots who have been cut off from their sole revenue source with no information whatsoever.

    Replying to source post

  19. Apparently no third-party apps can log into Twitter now, kinda hilarious.

  20. @ariadne the open in openssl stands for "open for exploitation"

  21. @yosh I'm still reading through this, it looks like the first and second footnote (reference?) need to swap places

  22. @shanselman :androidWave: hey Scott!

  23. @Corax42 @fasterthanlime@octodon.social I'm sure Cool Bear will get their paws on it one way or another :blobJoy:

  24. Started watching #AliceInBorderland, 3 episodes in I'm completely hooked! Definitely recommended if you're comfortable with some mild gore and violence.

  25. @isis I didn't even realize before this post that the _entire_ thing is a hoodie lmao

  26. Content warning: bylines.social, discussion of transphobia, defederation, moderation

    hey @friendlymike can we get this instance blocked as well?

  27. @cadey Hard to tell with my limited understanding if this is the right or wrong way to pronounce lojban

  28. Finally figured out the reason for my sporadic #Valorant crashes: my 6 month old Corsair Vengeance LPX RAM stick. I'm planning to build a new PC in 3 months time so I'll have to see if the warranty claim is easy or I'm better off just staying on 16 gigs for the time being.

  29. Breaking down stupidly tall #Minecraft ore towers is still great relaxation :cuteBlob:

    A Minecraft chest full of different raw resources like Copper, Gold, Iron, Lapis, Redstone and Coal.A tall 2 by 2 block tower of a variety of ore blocks extending to about 200 blocks high.
  30. @mark looks suspiciously like a butt-toot 😆

  31. #TIL the zip command in Linux distros can also repair broken archives and salvage all the complete files inside it.

    zip -FF broken.zip --out fixed.zip