#diary

5 posts · Last used 9d

Back to Timeline
@shanmukhateja@social.linux.pizza · Mar 07, 2026
ok idc what anybody says I love #Nickelback That’s it. That’s the toot. #rockmusic #diary #music
View on social.linux.pizza
0
0
0
@jackandersson@indieauthors.social · Feb 20, 2026
At the End of Everything ”La muerte no llega con la vejez, sino con el olvido.” — Gabriel García Marquez A myth of the dreamer, the poet, and the fool—dead and reborn. Read more… https://write.as/jackandersson/at-the-end-of-everything/ #poetry #poetrycommunity #writing #writingcommunity #psychography #automaticwriting #autofiction #novella #diary #storytelling #myth #akashicrecords #scifi #sciencefiction #neonoir #dystopia #utopia #fascism #anarchism #transhumanism #shamanism #futurism #luciddreaming #dreaming #clairvoyance #cryptesthesia #telepathy #consciousness #collectiveunconscious #femmefatale #transgender #oneironaut #poet #writer #author #dreamer #fool
View on indieauthors.social
0
0
1
@nickharrison@mastodonapp.uk · Feb 01, 2026
Diarist 🔵 #pepys #plaque #London #samuelpepys #diary #diarist #admiralty #nikonz8 #plena #snap_community_member #snap_challenge #snap_artgallary #snap_edit #snap_kingdom #snap_community #snap_colour #snap_raw #snap_uk #snap_vip_member #snap_plaque #snap_london #snap_street #snap_outdoors #snap_nikon #snap_people #snap_information #snap_documentary
View on mastodonapp.uk
0
0
0
@shanmukhateja@social.linux.pizza · Jan 31, 2026
Had fun playing #Cyberpunk2077 after a LOOOOOOOONG time. my netrunner V has either 2 modes - quickhacks or guns. No middle ground. (Is there anything else I wonder?) I need to re-learn how to grab people from behind so I can put them to sleep. I forgot the keybinding for it. Anyways, it was 3 hours well spent. #diary #gaming
View on social.linux.pizza
0
0
0
Thread context 2 posts in path
Parent @shanmukhateja@social.linux.pizza Open
@shanmukhateja@social.linux.pizza
Is anyone unable to see "Home" timeline in #Tokodon app? I tried logging out and logging back but it doesn't show any items. :\
Current reply
@shanmukhateja@social.linux.pizza · Jan 29, 2026
Found the culprit! It was the `max_id` parameter in `/api/v1/timeline/api/v1/timelines/home` endpoint. The code inside Tokodon is as follows: ```cpp // maintimelinemodel.cpp if (!fromId.isEmpty() && !query.hasQueryItem(QStringLiteral("max_id"))) { // TODO: this is an *upper bound* so it always is one less than the last post we read // is this really how it's supposed to work wrt read markers? query.addQueryItem(QStringLiteral("max_id"), fromId); } ``` This code can be searched via `max_id` keyword. You need to comment out the `query.addQueryItem` line and Tokodon will work just fine. I think this is a BUG for the following reasons: 1. `max_id` invalidation failure 2. Lack of retry logic w/o this query item when we know API response (`data` variable) is empty. 3. When user logged out, all such data should be deleted as well. A full logout from the app should've reset this data. A part of me thinks this info was sent by Mastodon server as part of my account info. @tokodon@kde.social @kde@floss.social This is in Manjaro Linux fully updated with #Qt 6.10 This was a fun bug to track though :) #diary #linux #opensource #kde #bugs
View full thread on social.linux.pizza
0
0
0

You've seen all posts