Notices by :blank: (i@declin.eu), page 3
-
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:56 JST :blank: @j @lanodan @hj probably easier to run two queries than complicate the sql futher
select concat(nickname, '@bae.st') from users join (select following_id from following_relationships where follower_id = (select id from users where nickname = 'CHANGEME')) as _user on users.id = _user.following_id where users.local = 't';
select nickname from users join (select following_id from following_relationships where follower_id = (select id from users where nickname = 'CHANGEME')) as _user on users.id = _user.following_id where users.local = 'f'; -
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:53 JST :blank: @j @shitpisscum @lanodan @hj select split_part(upload->>'href','/', 5) from (select jsonb_array_elements(data->'url') as upload from objects where data->>'actor' = (select ap_id from users where nickname = 'CHANGEME')) where upload->>'type' = 'Link'; -
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:42 JST :blank: @j @lanodan @hj this
select ap_id from users join (select following_id from following_relationships where follower_id = (select id from users where nickname = 'CHANGE ME')) as _user on users.id = _user.following_id; -
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:40 JST :blank: @j @lanodan @hj single quote ' not double " quote for sql -
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:37 JST :blank: @j @lanodan @hj select nickname instead of ap_id and csv import will work -
:blank: (i@declin.eu)'s status on Friday, 27-Sep-2024 01:30:12 JST :blank: @mint @Inginsub_tracker blood test result notes -
:blank: (i@declin.eu)'s status on Thursday, 26-Sep-2024 21:44:03 JST :blank: @nyanide @Terry one for each user on the instance, there's not really a way to dedup it without breaking a bunch of stuff -
:blank: (i@declin.eu)'s status on Thursday, 26-Sep-2024 17:38:54 JST :blank: @sun @icon_of_computational_sin @Arwalk more or less, people don't want a repeat of x11, but people going out of their way to stall everyone isn't the way forward either -
:blank: (i@declin.eu)'s status on Wednesday, 25-Sep-2024 00:17:17 JST :blank: @_test @FUCKINGWHOCARESDUDE @mint proabably the matter of having established the relay from before that was enabled, could send you their users to add to your db, might make it work then -
:blank: (i@declin.eu)'s status on Monday, 23-Sep-2024 18:52:05 JST :blank: @ul bad case of the mondays -
:blank: (i@declin.eu)'s status on Saturday, 21-Sep-2024 04:01:40 JST :blank: @mint no luck with internship? -
:blank: (i@declin.eu)'s status on Sunday, 08-Sep-2024 05:31:37 JST :blank: down bad (just pirated intelephense with a github search) -
:blank: (i@declin.eu)'s status on Sunday, 08-Sep-2024 05:31:36 JST :blank: absolving myself of sin by reading scripture (the php.net manual) -
:blank: (i@declin.eu)'s status on Thursday, 05-Sep-2024 06:58:47 JST :blank: @sun should have had it blessed smh -
:blank: (i@declin.eu)'s status on Tuesday, 03-Sep-2024 20:53:28 JST :blank: @dcc @mint who needs html sanitization anyway, rip it out -
:blank: (i@declin.eu)'s status on Monday, 02-Sep-2024 02:47:01 JST :blank: @j a second @RevolverCountdown deadline has hit the network -
:blank: (i@declin.eu)'s status on Monday, 02-Sep-2024 02:03:01 JST :blank: @j another pillar falls, bless you on your journey forward -
:blank: (i@declin.eu)'s status on Friday, 30-Aug-2024 03:35:50 JST :blank: @faggotracist1488 @dcc @sun depends on how you count it, current ditto db has 5332951 events tagged with activitypub, 6314390 events without, with 11647430 in total
so more like half the network -
:blank: (i@declin.eu)'s status on Saturday, 10-Aug-2024 20:05:46 JST :blank: @plague @Inginsub @cassidyclown @creamqueen @eidolon @giru @hj i thought my pleroma-fe develop build was broken because it took over a few minute of looking at a white screen for it to finally load the first before being cached out lol
it does work well after that, but nothing beats pre rendering it out for raw efficiency -
:blank: (i@declin.eu)'s status on Saturday, 10-Aug-2024 20:04:37 JST :blank: @plague @Inginsub @cassidyclown @creamqueen @eidolon @giru @hj who needs iframes anyway