• 2 Posts
  • 140 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle
  • Most code I forget too. For a lot of stuff I might vaguely remember when looking at it but some I would deny ever even having seen even when I wrote it (that happened). However, there are some rare parts I could probably still navigate from my previous company and there are some in my current. Really depends on the connection you have to the code.










  • Well, in essence yes. But I have seen enough mishandling and homegrown stuff of custom date-time calculations that this could get interesting. I suspect that there are a lot of systems where the TZ database is never updated which at least will result in shifted displayed local time.

    Also, it is fun to get data from old programs and also from userinput where the actual offset has to be guessed from the timezone. And if that conversion data is old, fun is had. It does not matter how time is represented internally in this case.



  • From within the app, so that the button to switch to your home instance appears. Though, this might only be possible with posts and not communities I assume. To open it in a browser you can somewhat workaround it using “share source link”. This is the only way for me to currently I can think of. But then I have the (not so great) website and not your awesome app to browse :D

    Also, would it be possible to automatically load the last draft for a comment? So I mean when you are going into the comment creation again, the app checks if there is a draft for this specific comment/post id.

    Btw., the “show full context” turned out really nice for commenting!






  • I am somewhat in a similar boat. I have like one to two friends left and also looking for a partner. I never go out and only stay at home.

    I know that this is definitely not for everyone but rather for a small minority, but I found and joined the furry fandom. They are loving and welcoming and so put my hopes into them. There is a high chance that there is a local meetup in your area but I have been too shy to attend yet. Instead, I opted straight for a convention which I think is a better starting point for me because it is more anonymous. Note, that this is just a suggestion since the convention did not happen yet and I am looking forward to it patiently.





  • Did you recently update the app? On my tablet it now always crashes trying to open a post.

    App is on 1.44.2

    Not sure if that is the problem:

    11-07 18:19:56.710 31970 32084 E AndroidRuntime: Process: com.idunnololz.summit, PID: 31970
    11-07 18:19:56.710 31970 32084 E AndroidRuntime: java.lang.NoSuchMethodError: No interface method removeFirst()Ljava/lang/Object; in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /apex/com.android.art/javalib/core-oj.jar)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at R5.e.a(SourceFile:1)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at com.idunnololz.summit.lemmy.a.c(SourceFile:30)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at com.idunnololz.summit.lemmy.a.a(SourceFile:428)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at com.idunnololz.summit.lemmy.post.PostViewModel.h(SourceFile:171)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at com.idunnololz.summit.lemmy.post.PostViewModel$fetchPostData$1.z(SourceFile:801)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.k(SourceFile:9)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at la.D.run(SourceFile:115)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        at sa.b.run(SourceFile:96)
    11-07 18:19:56.710 31970 32084 E AndroidRuntime:        Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [l0{Cancelling}@d50ab02, Dispatchers.Default]
    

    Android 13