@p @Doll @pnotifbot "the loli question" . i don't know what this is but it sounds creepy.
Notices by frogzone@wizard.casa, page 6
-
frogzone@wizard.casa's status on Sunday, 16-Jun-2024 10:01:18 JST frogzone -
frogzone@wizard.casa's status on Sunday, 16-Jun-2024 03:45:17 JST frogzone @silverpill@silverpill@mitra.social i love how mitra's front end handles emoji reactions from pleroma. well done!
@r the only thing i see in bloat so far is "pleroma:emoji_reaction" this is fine, but I'm wondering if on hovering over the text the emoji can appear, this gives ppl a choice as to whether they want to see the emoji or not, if that is the reason why emoji_reaction is not currently handled. I know from past communications that u didn't like displaying emoji because you would often get tofu squares, my suggestion of using tooltip via something like a 'title' attribute would get around this.
so ppl know they need to hover over the "emoji_reaction" to see it, maybe a dotted underline(?) such as that which you get from an <abbr> html element???
aside: the css changes are being tested thanks to @nimda including them and working great, they would work even better with html changes but im not greedy and happy with the new css.
-
frogzone@wizard.casa's status on Thursday, 13-Jun-2024 07:43:35 JST frogzone @nimda @silverpill has it been worked out how to make "Statuses" searches work in #bloatfe using mitra?
-
frogzone@wizard.casa's status on Saturday, 01-Jun-2024 07:01:58 JST frogzone @silverpill yes they had that site in the torrent but no link to a fedi profile, even checked search engines, so thanks.....how far along was #glutplug? they wrote:
>"Fediverse needs help to be stay decentralised as it scales. Using large CDNs to host fediverse content brings us back to Big Tech and brings us back to being dot-'conned'. Please consider a proposal we call #GlutPlug, whereby those who post, like and boost media can become the sharers of said content over a mixnet, preferably I2P. See #GlutPlug on fediverse for more on the idea."
I'd be interested in helping theproject anyways.
-
frogzone@wizard.casa's status on Saturday, 01-Jun-2024 04:12:47 JST frogzone Been seeing this emoji around the place, made by a "dsfgs" and published over i2p torrent, but i'm unable to find them nor a hashtag #glutplug which apparently talks about decentralizing content delivery on fedi, something i support.
anyway I just really like the emoji can anyone see the person who made it?
boosts will help, thanks
(image: a pink blue and green fediverse emoji that looks like a butterfly)
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:13:48 JST frogzone @romin @nimda @silverpill @r @icedquinn @p interesting, i tried to read it an hour ago. does it embed quoteposts to the thread but hides it with a css "checkbox hack"? That might be the best of both worlds if my reading is correct, hidden by default would mean it doesn't break up the flow or encourage toxic behaviors which is what @r and myself, respectively, want to avoid. is my very rudimentary read correct?
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:13:45 JST frogzone @p test emoji against overflow:auto on toots in bloat :sweat:
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:13:44 JST frogzone @nimda @silverpill @r @icedquinn @romin @p
one last thing re html before i curl in, only my first quote in a toot gets the appropriate coloring. it must be a mitra thing because @p@'s multiple quotes appear fine in bloatsilverpill this might need your magic?
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:13:17 JST frogzone @romin @nimda @silverpill @r @icedquinn @p ok cool, i think i would leave off the hover behavior personally, but unsure.
anyway i updated the latest css above to better handle profile images, @r tell me if you prefer the whole css file dumped out in a DM, only changed lines below:
## CSS
line 118: object-fit: cover;/*FROG fix 2024-04-18 cos rectangle images look weird as profile pics */ line 225-230: .user-profile-img-container { display: inline-block; /*FROG em (UNTESTED)*/margin: 0 .3em .3em 0; width:20vw; /*FROG added 20% width here (on 2024-04-18 changed from '%' to 'vw')*/ width:20vw; /*FROG square (deemed needed 2024-04-18)*/ } line 248-254: .user-profile-img { height: 100%;/*FROG em*/ width: 100%;/*FROG em*/ vertical-align: top; object-fit: cover; /*FROG fix (on 2024-04-18) cos rectangle images look weird as profile pics*/ border-radius:.6em;/*FROG addem (on 2024-04-18 reduced the curvature down from 1em)*/ line 423-428: .nav-profile-img { /*FROG em*/height: 4.5em; /*FROG em*/width: 4.5em; vertical-align: middle; object-fit: cover;/*FROG fix 2024-04-18 cos rectangle images look weird as profile pics*/ } -
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:12:52 JST frogzone @r @nimda @silverpill @icedquinn @p I liked your above toot a week ago, and I get where u were coming frm at the time, but now i'm seeing where else i'm being possibly affected by this resistance to use a parser and i'm thinking that maybe(?) its time to parse????
its re "RE:" links. See this very recent convo i was in if you weren't including in it already: https://wizard.casa/objects/018eea1b-82a5-f024-ddff-315f8f8f2f18
People often post them and when i click em they are useless to me. they try to go to their actual website rather than try to find the thread on the server that i'm using, long story short i'd rather it did the latter, even if it resulted in errors like "thread not currently stored on this server". Ideally it would not just work for boost-toots, but MAYBE(?) for any toots that are linked to (dunno tho, might not be trivial computationally to detect and account for all the ways fediservers arrange toot urls).
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:12:50 JST frogzone @r @nimda @silverpill @icedquinn @p ok, we both have different reasons for wanting to keep quote-posts as a link then. is there an easy way tho, for that link to go to the local instance copy instead of immediately go external?
-
frogzone@wizard.casa's status on Sunday, 28-Apr-2024 22:12:47 JST frogzone @nimda @silverpill @r @icedquinn @romin @p @p
Sup 'bloat'iful folk? just housekeeping.wondering if anything needed of me to maybe secure above CSS changes (with the emoji html change), i put forward for the next bloat release. @p@ if ur happy, instances MIGHT be able to adopt it ahead of time? (if its easy to replace css in bloat without recompiling tho).
if so, the easiest way to test the css is to get the full 700 lines above, add the 4 changes immediately above and then use Dev Tools Style Editor tab and replace the css in 3 files there. to see how emoji will zoom on hover, add a <span> class emoji around an emoji.
bye for now
no pressure, i kno time away from a project is important
-
frogzone@wizard.casa's status on Tuesday, 23-Apr-2024 18:25:50 JST frogzone THINGS ONLY A GENIUS COULD COME UP WITH no.#039:
if youtube blocks #torbrowser requests, tor browser blocks #youtube requests. :aqua_aaa:
*cue mushroom cloud obv*
-
frogzone@wizard.casa's status on Tuesday, 23-Apr-2024 18:25:49 JST frogzone heya @nimda, hope u well, are there any mushroom cloud gif emojis out there for mind-blowing stuff like abov?
-
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 23:44:58 JST frogzone @jeffcliff @nimda @icedquinn @alex
when they are abusing the network, ie, using cloudflare inciting suicide, abusing ppl, and threatening ppl, by reporting them to the nsa (-i mean) cloudflare, when they go nuts for making a little joke that they call themselves a "bot" and they are on cloudflare, and when *THEY* fail the turing test in my opinion, then they become fair game. Ppl on a bad instance can find themselves increasingly isolated till they get board and pack up shop..... the important thing is to let the isolated person know that they are isolated due to a block on their instance tho. if they dont kno then theyll think its personal. im not for instances blocking but when they are really nasty you gotta consider it....i actually advocate blocking cloudflare and other bigtech bad actors at the IP address/network level. and then putting a notice on the admin page that that is happening for their instance. i think it would be the most organic instance.
also block fbook meta, google and m$ instances of course.... yes they exist. only hours ago i stumbled across historians.social and outdoors.lgbt which are antitrust-hosted.
-
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 23:44:57 JST frogzone @nimda @icedquinn @jeffcliff @alex
also block amazon, remember that by serving content to these bad actors we are also helping them build LLMs, that can be used against us. -
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 20:34:09 JST frogzone hi @nimda, a creepy @bot making creepy threats backed up by creepy links ^^^
tempted to invoke #fediblock for this one.
-
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 20:33:36 JST frogzone @bot @icedquinn hi quinn, wats this about? i'm assuming bitcoin buti can't acess historians.social because my system blocks poogle.
btw, "bot" is a fun name, especially good name for someone on a clodflare instance, :)
-
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 20:33:30 JST frogzone @icedquinn @bot i'd like to speak with ur admin, there might not know they are cf'd. are they at @admin@seal.cafe ?
-
frogzone@wizard.casa's status on Wednesday, 17-Apr-2024 20:33:30 JST frogzone @bot @icedquinn not getting fun jokey vibes from you anymore, the emotional signals are a bit all over the place with u, so yeah. weird. again bots would produce this sort of false emotional signals, soo....
clear a bot i'd say :P