• 1 Post
  • 105 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle







  • That’s actually called a “bug”—not the software error kind, though. In sports broadcasts, we get the classic “score bug,” always been there, usually small and tucked in a corner to keep things low-key. But what you’re seeing here, this whole bottom-of-the-screen takeover, is way more like those old-school news channel bugs from back in the ‘90s or early 2000s. You know, the ones that would stretch across the screen with stock prices, news updates, whatever they wanted to throw at you, right underneath the main action. It’s more intrusive for sure, but not anything wild—it’s actually been around for decades.




  • Everyone is gonna learn best differently. There’s no best place to start.

    Id start with solving a problem. For me, this was not wanting to make a backup to transfer my data from my old machine to my new one. So I built a little Ubuntu Server, setup a rudimentary samba share, setup users/groups, and figured out how to access that data from my network.

    Docker is easy, you’ll learn it by mistake. It’ll haunt you like it’s some complicated thing until you realize you’re doing it and it’s literally incredibly straightforward.

    From there, Id maybe say go to WordPress and follow instructions about setting up a WordPress site in a docker container. Oops, you just learned docker.

    Id hold off on hosting email. I mean it’s a noble goal but it’s a fucking headache. But that’s just me! Like I said, everyone’s different.

    Piece of advice, before you go hosting a monero server, dig into cybersecurity. Particularly server hardening. I recommend Hack The Box. There’s tons of platforms, though.










  • Three things.

    1. Yes. Sometimes this is malice. Sometimes this is an attempt to drive impressions and page views.

    2. This can also be caused by poorly configured web applications that update in real time. If, say, some sports website is giving you real-time data about the game as it progresses, a poorly configured web application might be creating a dynamic URL for every change. When you access the older page, it will be instructed to take you to the most recent data, so pressing back is taking you to old data on that page, and then immediately realizing that data is old so refreshing it with the most relevant data.

    3. This is a super common misconfiguration in single page web applications. Domain.com will take you to an application that renders at domain.com/en-us/home. Pressing back takes you to domain.com, and guess what happens next?

    This is basically 99.99% of these cases. I would say if its on some shitty news site with 1000 ads that somehow sneak by AdBlock and UBlok Origin, it’s case 1. Otherwise, it’s case 2 or 3.

    The picture instance is either case 1 or 2.