Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WA
WalterLatrans @yiffit.net
Posts 1
Comments 18
Update and statement in regards to our last weekly discussion, including a new rule that bans the discussion of irl bestiality.
  • Remember folks you don't get to choose your sexual orientation, but you do get to choose if you're an asshole. So please try not to be assholes to those of us that got stuck with one of the most taboo ones.

    Also since I feel it bears repeating:

    "Stephanie LaFarge, an assistant professor of psychiatry at the New Jersey Medical School, and Director of Counseling at the ASPCA, writes that two groups can be distinguished: bestialists, who rape or abuse animals, and zoophiles, who form an emotional and sexual attachment to animals."

    Something I think should be emphasized more is for most of us zoophilia is not just a sexual attraction, but an emotional attraction as well. It really is the same love as you would feel for another person, would you hurt those you love? I certainly hope not, and neither would I. Heck I don't even have it in me to kill a bug, it's either catch to release outside or ignore. 😁

  • Robert F Kennedy Jr’s campaign bankrolled by Republican mega-donor
  • https://www.npr.org/2022/11/11/1135878576/the-democrats-strategy-of-boosting-far-right-candidates-seems-to-have-worked

    The TLDR; Democrats raised money for far right candidates during their primaries in some strategic elections, the idea being that given the choice between a sane moderate democrat and a lunatic maga republican in the general election, people would choose the sane option.

    I don't know that is what's happening here however, even if they threw a massive amount of money at Robert F. Kennedy Jr it seems unlikely he would ever win the democratic presidential primary.

  • What (non-human) surface organism tends to burrow the deepest into the Earth?
  • I think the phrase down the rabbit hole is actually referring to Alice in Wonderland. But.

    I would say the organism that tends to burrow the deepest into the Earth is humans. Average oil well depth appears to be around 5,964 feet (1818 meters), that's pretty deep. The deepest hole we ever drilled is supposedly the Kola Superdeep Borehole dug by the Soviets, it was 40,230 feet (12.2km) deep.

    Perhaps not answer your looking for though.

  • What are "transform rounds" in KeePassXC?
  • I don't know anything specifically about KeePassXC but it's my understanding that a transform round is some computationally expensive task that can be preformed as many times as desired, but must be preformed the same number of times to decrypt as well. The point being to slow down any attempts at brute forcing access to you database if someone gets a hold of your encrypted DB file. For example say it takes one second to derive the proper DB access key from the password you entered to unlock the app, that doesn't really matter to you logging in as almost no one is going to notice a one second delay in logging in. But if some one else gets a hold of your encrypted password DB then they have to wait one second for every password they try, making brute forcing the DB file practically impossible given you've chosen an adequate password.

    Ideally you'd choose something which gives a delay not too inconvenient for you when logging in, but enough to thwart the person who might try and brute force the password even if they're using more powerful hardware.

  • Do you take any alpha agonists in addition to stimulants? what was/has been your experience?
  • Having recently been diagnosed with ADHD as an adult I didn't know what RSD was and had to look it up. Oh goodie another ADHD related problem it looks like I probably have, I'll have to mention this at my next session and see what they say. Thanks for the heads up.

  • Yiffit went down for several hours this afternoon. I am sorry for the disruption and have identified the cause.
  • I didn't notice any downtime of course as I would have been asleep at the time haha. I just wanted to jump in here and say that I really appreciate all the work you put into running this instance and maintaining it's content. I know it is early days and the lemmy software isn't super stable or easy to work with, not to mention the monetary aspect of the costs of the server time.

    I'm just happy there's somewhere non-commercial I can go now to see my strange combination of yiff, news, and memes. I'm sure we can all tolerate a bit of downtime here and there, so try not to worry about it too much when it happens. We know you can't be available 24/7 so some downtime is inevitable, try not to fret about it too much when it happens. And for goodness sake don't overwork yourself and get the burnout, I'm pretty sure that's happened to several of the larger instance admins so far, I'd hate to see you befallen the same fate.

  • Detecting vote manipulation or brigading (example)
  • Not universal but it's the unfortunate reality that people obsess over stuff they don't like as a form of internalized repression. They better be careful though, looking at so many furry images while downvoting they may eventually catch the pathOwOgen.

    It's nice that you can get this information by querying the database directly but it would be nicer still if it was built into the admin or mod interface somehow. Although I imagine in order to compile that information you used some sort of DB aggregation which could be unexpectedly resource intensive on larger instances so perhaps not.

    I wonder how possible it would be to create some sort of plugin system for lemmy to add functionality like this and more that would only be of interest to particular lemmy instances. That could help to keep the core of the server small and lightweight while giving people the option developing and installing server resident bots, additional functionality, and user interface enhancements as they see fit.

  • When does commenting return "invalid_body_field" in the API?
  • I had a peek at the source code and although I don't actually know Rust it looks like that error comes from a check for character length in the function "is_valid_body_field". Strangely it does the same check twice against two variables "POST_BODY_MAX_LENGTH" and "BODY_MAX_LENGTH".

    The smaller of the two is BODY_MAX_LENGTH which is set at 10000, so I assume the max character limit is 10,000. There are no other checks in that function other than the character count and that's the only place in the source code that the text "invalid_body_field" shows up so I assume it's only sent as a response to too much text, but as I said I don't actually know Rust so I could be wrong.

  • Linux-Hardware.org - How do you make sense of posted data and results? (Checking Linux hardware compatibility)
  • Here's the github page for the program that's at least partially responsible for that output.

    From that page it appears detected means "Device is detected, driver is found, but not tested yet" and working means "Driver is found and operates properly (passed static or dynamic tests)"

  • Always at 3:00 AM
  • In the case of tetracycline antibiotics the degradation products can damage the kidneys and cause Fanconi syndrome. So in that case as a medicine for people it becomes poison, as a poison for bacteria it becomes safer.

  • `Update:` Yiffit has been upgraded to lemmy version v.18.1-rc4
  • I was having a problem loading the preview pics since the upgrade to v.18 and I was hoping it would be fixed with the next version... But I just realized the problem was actually with the uMatrix addon. After enabling XHR in uMatrix for the domains that the preview images were being pulled from preview images are now back to loading for me. Yay.

  • Most fediverse drama is caused by local and federated timelines
  • Perhaps there should be a new default feed that only features posts from communities that 'x' number of users have a subscription to, with 'x' being scalable with userbase. Also the aggregate user's community subscription count could be used to influence the sort order for that feed and bring more popular content closer to the top. Of course there will still be diverseness amongst users in even the smallest userbase, but maintaining a blacklist of communities against a feed curated by user subscriptions would surely be easier than maintaining a blacklist against the raw feed from other instances.

    One thing I worry about is finding new communities. If I understand correctly the federated feed only shows posts from communities that other users have previously searched for? If so that leaves new community discovery solely up to word of mouth or searching using external websites. Perhaps each lemmy instance could ask it's peers for a list of their top subscribed communities from their instance by the users on that instance, and then start pulling posts from those top communities and adding them to the 'all' version of the federated feed. That should give existing and new users a (hopefully) mostly decent feed of the top communities from other instances to find content and communities from.

  • PSA: Many Lemmy instances are currently experiencing massive automated sign-ups (bots)! If you run an instance with open sign-ups, please read!
  • That's an interesting idea. For each instance give users the ability to mark as spam comments/posts, then make it so each instance keeps track of what the ratio of spam vs not-spam is coming from peer instances and block any that exceed a certain ratio. It could easily be made automatic with manual intervention for edge cases.

    One issue I could see is that it could be used as a way of blacklisting smaller instances from larger instances by using bot accounts on the larger instances to mark the smaller instance's legitimate traffic as spam. It would likely be necessary to implement a limit on how young/active an account can be to mark comments/posts as spam, as well as rate-limiting for situations where a given smaller community that is a subset of the larger one decides to dogpile on a smaller instance in an attempt to block them from the entire community.

  • Page contents being updated from incorrect post?
  • Thanks for that. I wasn't sure if it was something that you could debug but I figured by coming here and making you aware you could pass it along to where it needed to go. After all my total knowledge about the internals of Lemmy is zero, and the thought of making a bug report on GitHub gives me the ANXIETY.

  • Page contents being updated from incorrect post?

    Sometimes I'll open many tabs in the background when scrolling and not view them right away, and later when I go to look at them the contents of many of the tabs will have been replaced by a particular unrelated post, usually the same post.

    In this instance the post that should be displayed here titled "What value did you get from Reddit that you hope to realize or expand upon here?"

    Of course being displayed instead is "Are there any advanced searching guides or searching in general ?"

    This time I had four pages open that this happened too:

    https://yiffit.net/post/19069?scrollToComments=true

    https://yiffit.net/post/18574?scrollToComments=true

    https://yiffit.net/post/22377?scrollToComments=true

    https://yiffit.net/post/22583?scrollToComments=true

    The post that ended up replacing all of them was this one:

    https://yiffit.net/post/23745?scrollToComments=true

    One thing they all have in common they all seem to originate from [email protected] so I assume that probably has some bearing.

    Has anyone else seen this? I'm running a fairly customized version of LibreWolf (a firefox fork) version 110.0 so it could be something I've caused but I though I'd ask in case it's an actual bug.

    2
    Everyone meet my sweet hippo Arlo
  • Interesting about the pic rotation issue. There's generally two ways that apps handle photo rotation, they either rewrite the file with the new arrangement of pixels or they mark a piece of metadata inside the file to indicate the true orientation. It looks like somewhere in the software chain that orientation metadata is not being respected.

    Lemmy is certainly still having growing pains, hopefully as more people use it and more people choose to develop for it these issues will work themselves out. Until then you might be able to get around that by putting the images though some sort of editing software. Likely most image editors will be able to fix the rotation issue and write the file out with the actual arrangement of pixels necessary to avoid gravity deifying doggos.

  • Let's mix it up a bit and add not only great content but also great conversation: how did you discover furries / the fandom?
  • Believe it or not this is the strange story of how I got into the furry fandom.

    I mostly stayed away from social media sites for the first part of my life, I knew enough about tech to be wary of entrusting that much personal information anywhere on the net. But there came a time I got addicted to scrolling on Imgur. I understand now how these social media sites are setup to game the dopamine system in the brain to encourage habitual use, also at the time I was going through a depressing time so I was primed up for it. That combined with my then undiagnosed ADHD meant I got really sucked into a strange fixation with Imgur as a means of avoidance from my real life problems.

    I initially didn't even have an account, I was just scrolling the feed and reading the comments. But pretty soon I was logged in scrolling for hours, and it didn't take me very long to end up all the way down at the bottom of the feed in "user submitted". In user submitted you get to see what people are posting basically right as it's uploaded, or at least that's how it was back when I was using it the experience may be different now. Imgur didn't really have subs and nobody really used tags back then, it was just one feed and the pics that got the most upvotes or the fastest upvotes (typical mystery algorithm) got to go up to "most viral" which was the front page. Of course you weren't getting the real raw Imgur experience unless you were in user submitted, that was where all us cool kids hung out. You had to be a special kind of crazy to sit there and scroll for hours through some of the most mundane and random crap looking for that one gem. You see Imgur was originally built and used as an image hosting site for reddit, but once they got big enough they decided they wanted to be a social media company as well. Unfortunately the way they added the social media aspects onto the interface caused a lot of people to post images in the social media part actually intending to just upload an image to share it elsewhere. That lead to a lot of strange stuff coming through user submitted as you can imagine.

    As it happened a good bit of furry art was accidentally posted to user submitted and fairly often, that was my first exposure to furry art. I'd heard of furries before of course, but all I'd ever heard about furries was not being spread by people who liked them so it was mostly bad information and pics of really badly done fursuits. So the vibe I got kinda just gave me an icky feeling about furries in general like many other under-informed people. But when I was exposed to the actual drawn artwork through Imgur (SFW as NSFW was banned in the public feed), I found it was actually quite appealing to the eye and started drifting toward the furry sphere. The pathOwOgen was spread.

    As I was now opening all these furry posts to look at them I kept noticing a strange phenomena. Someone called GBMaker would show up and comment a command and then shortly a bot would come and drop a whole lot of @ names in the comments that had the effect of sending notifications to a bunch of other users. I eventually came to understand that GBMaker was using a bot to call out too other people whenever there was a piece of furry art posted. In the absence of subs or proper tags this was a way for someone to call a bunch of interested furries to see what had been posted, as furry art never made it to the front page of course. It turned out he had been doing this for a long time, manually in the beginning and later a bot was written to automate the process. This was tacitly allowed by the admins as there didn't seem to be any harm in it, and it had been going on for quite a while. Eventually I got the confidence enough (I hadn't done much communication online and had some online social anxiety) to ask him if I could be added to the taglist and if he would mind me giving him an @ mention for any posts that I saw the he didn't. That started me down a path that I could've never imagined.

    I took it to a whole new level of obsessive. First I was already spending hours searching user submitted for new furry art, but I eventually also got access to the API and started writing programs to scrape the API directly. I was a fairly novice python programmer but over the course of several months I ended up writing a scraper that constantly pulled the post's metadata and preview images from user submitted and pushed them all into a mongodb database. I then had a script that when ran would format it all into a local html page with preview images that I could peruse later at my leisure. It would've been completely unmanageable except I implemented an image hashing algorithm to automatically remove common reposts and meme templates that actually worked surprisingly well given my relative programming ineptitude (thanks stackoverflow). There was a point at which I was seeing basically every unique image posted to Imgur every day, seeing all the unique posts from the last time I'd run the html generator script to the latest one. The ingress script was constantly running on an old computer so the ingress had no gaps. Of course this maximized the amount of furry images I could find to tag GBMaker to get him to activate the taglist. I often wonder what he must have though of me, I got the feeling he had a bit of a strange personality as well (though that could've just been me projecting) and we didn't really speak about much except the taglist. He never actually gave me direct access to call the tag bot myself (though I never asked) and I can't really blame him as I must've looked like an absolute crazy person, if the shoe fits I suppose...

    Unfortunately over time it all came crumbling down, as some of the other user submitted dwellers who were of a more anti-furry persuasion felt the taglist was gaming the system and boosting posts that would've otherwise got downvoted and autoremoved, and instead kept the furry posts they so loathed in user submitted where they had to soil their eyes looking at it. /s They eventually commenced to reporting GBMaker and the taglist bot account in a coordinated fashion to the admins which finally culminated in GBMaker loosing the ability to have any taglist's anymore. Yes that's taglist's plural cause he ran a number of taglist's for a variety of different niche interests. I felt absolutely awful, devastated, I felt it was all my fault. If I hadn't ever come along the volume of furry images tagged by the taglist wouldn't have been nearly as large and I felt that without me finding so many extra images for the taglist the anti-furs wouldn't have been as irritated and wouldn't have had the necessary motivation to raise enough of a stink to get it shut down. Before I came along GBMaker was having a fine time running his taglist without me, something that he must've enjoyed or at least felt was very important given amount of effort I know he put into it, and I felt that had I not come along he might still be doing it even to this day. Although I suppose eventually at some point Imgur would've made some changes that made the taglist impossible to run, but at least it's demise wouldn't have been hastened along by me. There were others that he tried to hand the taglist duties off to as he was allowed to do so by the admins, but I doubt it worked out to well as the software that ran the bot was somewhat unwieldy and I doubt anyone else would've had the determination to baby it enough to keep it running properly.

    As for me I didn't know what to do so I did the worst thing possible, I ghosted GBMaker and everyone else and completely stopped using Imgur. That was definitely not the way to handle that but I had never caused such of a calamity as that before and I didn't know what to do. I still feel horrible about it all, but I can see now how even though I played a big part, it wouldn't have mattered about the increased volume of furry posts if the admins would've just stuck up for their minority users and told the anti-furs to go kick rocks, or if people wouldn't be such hateful bigots to be anti-furs in the first place.

    After moping for a while eventually I moved over to reddit and started over. This time I mostly stayed away from the furry spaces (still subbed there but not many comments) and tried to leave helpful comments for people asking questions in technical subreddits. You can see my post history back at my reddit userpage with the same username if interested, and now that reddit has begun disintegrating here I am. It looks like hopefully I'm on the path to get my life back on track finally. I just recently got diagnosed with ADHD and I'm about to start medication for it so hopefully I'll finally be able to get my s**t together and start living life properly (the first half of my life has been a complete train wreck). Thankfully I haven't quite gotten sucked into anything quite like that since and I haven't managed to cause anymore calamities, at least so far.

    I seem to have rambled on quite a bit more there than I intended, but I guess this has been a long time coming and it's somewhat cathartic to put it down in writing. GBMaker If you read this I am very sorry for what happened, and also very sorry for ghosting you. I wish I could undo the damage I caused.