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/)LS
l4sgc @beehaw.org
Posts 2
Comments 6

Wrong post loads

imgur.com imgur.com

Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.

I submitted a similar bug report previously where the wrong post context can sometimes load when clicking the link to respond to a specific comment. A /comment/... url.

Now I am also sometimes getting the wrong post title and body simply navigating to posts themselves from the main feed. Notice how in my screenshots both pages have the same url https://beehaw.org/post/721194 and comments, but one has the incorrect title and body.

I think this is a very important issue to resolve in case a NSFW post is mistakenly loaded for someone who does not wish to see NSFW content.

0
Slashdot -> Fark -> Digg -> Reddit -> Lemmy
  • Pardon my confusion since I'm new to the fediverse as well, but isn't every Lemmy instance like the super instance you are describing? You can access any community on any instance from any other; there are commentors in this thread from beehaw.org, lemmy.world, lemmy.sdf.org, programming.dev, and many others.

  • Incorrect post being loaded
  • I noticed it with this comment. Sometimes it's the correct post to start with "Planning on building a PC, anything I should know?" but other times it's a random post, and sometimes the post will randomly change while the page is open. This time got one that says "FTC will try to block Microsoft's acquisition of Activision Blizzard" and then while the page was open it suddenly switched to "Megathread for Reddit Blackouts and News - Week 1". Not sure how to find the erroneous post ids but here are screenshots. The vote count also goes absolutely wild, rapidly changing with random numbers.

  • Incorrect post being loaded

    Not sure if this is related to the servers getting hammered by all the new traffic, but I noticed when I look at a reply in my inbox and click the star to see the context for the comment, the post that is shown above the comment is totally random. It is not the post in which that comment was made, and the context that is shown changes each time.

    Hopefully I did a decent enough job explaining the issue, or at the very least others will be able to replicate it.

    5
    Planning on building a PC, anything I should know?
  • Bios can be difficult because some of the settings are named differently if you have an amd or intel cpu. Additionally the interface and where the settings are located seems to be dependent on the motherboard manufacturer.

    But in general the important things that are required to install windows 11 are uefi boot and the tpm being enabled, and these will almost certainly be set to the correct values by default.

    For gaming performance resizable bar/smart access memory improves gpu performance, and xmp/expo improves ram performance, these is a decent chance these will not be enable in the bios by default.

    For programming, I also wanted to use the windows subsystem for linux, and I had to go to my bios and enable cpu virtualization for that. Not sure what other workflows might rely on virtualization.

    I'll also just mention that at one point I had some instability related to restarting. If I tried to restart it would post but fail to boot into windows, but doing shut-down and then turning the computer on again worked fine. And I think I resolved that by disabling fast-boot in the bios. Note that I wouldn't expect you to get that restart issue, I think it was related to me being on the insider-preview build of windows at the time. But fast-boot-off is something I made a note of as a good troubleshooting step.

  • Planning on building a PC, anything I should know?
  • It's difficult to know what advice might be helpful for you without more context, but the one mistake I made with my last PC build was choosing a small form factor case. I thought it looked really clean not to have all that wasted space inside the case, but it makes any system changes much more arduous trying to squeeze my hands into tight spots.

    Also when I needed to upgrade my gpu a few months ago and filtered to ones that would fit in the case there was literally only 1 option, it wasn't my first choice but it was close enough I went with it instead of dealing with the hassle of buying a new case and rebuilding everything. I know for sure I will need a new case the next time I need a new gpu though.

    The other thing I'll mention is to make sure all your bios settings are configured correctly: resizable bar, XMP, etc.

  • The ElasticSearch Rant
  • That was a fascinating writeup, and those interjections of dialog were great! Never used elasticsearch, but I can definitely empathize with work grinding to a halt because a library has incomplete or outdated documentation. Missing object structure for a function's parameter was a recent one for me as well.

    It's so bad I no longer even try looking for an official doc before going to chatgpt. Way more often than not it gives an explanation and sample implementation faster than searching for existing resources, and it's also so nice to just be able to ask a follow-up question and immediately get an answer.