I run the FBXL Network including FBXL Search, FBXL Social, FBXL Lemmy, FBXL Lotide, and FBXL Video. Mostly for my own use because after having my heart broken by too many companies I want to be in control of my own world.

I also wrote The Graysonian Ethic: Lessons for my unborn son, now on Amazon

  • 4 Posts
  • 72 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • The computer subsystem and the display subsystem are different, largely independent things. Regardless of what your computer is doing, the system that transports data between the video chip and the LCD will always be sending that data at 60 frames per second. It doesn’t care what your CPU is doing, it’s a bunch of separate independent pieces of hardware. Meanwhile, the rest of your computer is doing the game logic and rendering the frames and sending them to the video memory and that could be happening at any frame rate. Your screen will always be running at 60 hertz, but you could have anything from one frame per second to 3000 frames per second and that just refers to the number of times per second you are updating the frame buffer with new data.

    Some video games have a setting called vsync, and what that does is it will limit updating the frame buffer to do so only once while the screen is showing one frame. The benefit of doing this is if you are updating your frame buffer in the middle of drawing a frame, you can have it where half the frame is the previous frame and half of the frame is the next frame, this is called tearing because it looks like the screen is being torn in half.



  • I’m not opposed to intellectual property because there’s an argument for providing a limited time monopoly to the creators of works to provide incentive to make works public. Without any such incentive, it’s entirely possible that the monetization structures for different works change, for example locking content behind restrictive systems that don’t allow for personal use at all.

    The key is “limited time”. If you can’t make your money back in 15 years, then maybe it’s time to make a new thing? The idea that someone should own a thing you made after you’re dead is stupid – how exactly will that promote you to create new works? If you’re dead, your creating days are over except for creating plant food out of your bones and organs.

    I put my money where my mouth is, and the legal page of the graysonian ethic specifically lists that the book is put into the public domain or license after Creative Commons CC0 license after 15 years from the date of first publishing.









  • Peertube is a federated video platform. That means that like lemmy or mastodon, there’s a huge number of different instances. My instance for example, is following 103 other instances, and is followed by 73 other instances. Each instance is hosted by different people, and each have different rules.

    Because of the wide variety of instances, it’s truly distributed and so all kinds of things are hosted there, from cat videos to porn and other stuff you typically can’t host on other platforms such as covid conspiracy theory videos.

    One peertube channel that is similar to what you’re talking about is minetest videos: minetestvideos@share.tube It’s consistently trending on my feed (but different sites will have different feeds based on what they are or are not federated to).

    I think your best bet is to see what’s out there, because there’s a lot of content but it’s sort of like old youtube.

    If I were to become a youtuber today, I’d diversify. You can create a youtube channel and mirror it on peertube, for example. I think that some other alt-tech sites like rumble and bitchute have similar features as well, so you could set up a workflow where you post a video and have it show up on a number of different platforms.

    The reason peertube is better than youtube is the same reason lemmy is better than reddit and mastodon is better than twitter; It’s libre, distributed, and generally not algorithmically driven.

    Oh, one other neat thing: If you ever have a peertube video just blow up and become super popular, peertube uses torrent style technology so video watchers automatically share pieces of the video with one another. Just a little neat thing that helps scale a video site whereas it’s generally tough once you start getting popular.


  • I have a feeling you’d end up with a bunch of big drives with small volumes on them if it did work.

    Warning you, I’ve had issues with RAID combining SSD and HDD. Basically I was on an older dell server and I wanted to do mirroring and the bios straight up refused to do it because it didn’t want to mix ssds and hdds.