I just wanted to know how computers worked when I was fairly young. Like, I’d open a web browser and look at the homepage, and think “But how does the computer know how to draw all this stuff?” As in, how do you take an image of something from real life, and over the internet put that image on somebody’s screen for them to see? Or how does it know what to do when I click this icon and run a program?
I found out about a popular programming language called C++, asked my parents to buy me a book on it while we were at the book store. Learned a lot, moved on to other languages for other things I wanted to do. It’s still a fun hobby, but I never opted to make a career out of it.
The relative lack of content on Lemmy, for me, has been a boon. I go through New, then Top 6 Hours, then Top 12 Hours, then I need to find something else to do. When I was on Reddit, I found myself bouncing between Reddit and YouTube for entertainment. With Lemmy not having boundless amounts of crap to scroll through and no algorithm, my tech usage is far more varied.
unbearable due to the sheer amount of advertisement.
I spent 3 days in a hotel room this week, and while I did bring my Steam Deck and dock with me for entertainment, I got there to find that the TV had no HDMI ports. I was stuck with basic cable and the only saving grace being Showtime, which wasn’t at extra cost and doesn’t have ads.
But when both Showtime channels had stuff I was less than indifferent to watching, the advertisements on any of the other channels were horrible. The shows felt like they were 1:1 in terms of content to ads.
Don’t get me started on the radio, either. I used to love listening to the radio, but now all they play is the same set of a couple dozen songs, with 5 minutes of ads that play every 3 or so songs. Also, no rock station in my area plays anything newer than ~15 years old, tops. They’re all still playing the same music that I listened to on those stations when I was a teen, and I’m a little over 30.
This site has a bunch of samples in various programming languages for an X11 Hello World, including Assembly.
The user never had much choice to begin with. If I write a program using version 1.2.3 of a library, then my application is going to need version 1.2.3 installed. But how the user gets 1.2.3 depends on their system, and in some cases, they might be entirely unable unless they grab a flatpak or appimage. I suppose it limits the ability to write shims over those libraries if you want to customize something at that level, but that’s a niche use-case that many people aren’t going to need.
In a static linked application, you can largely just ship your application and it will just work. You don’t need to fuss about the user installing all the dependencies at the system level, and your application can be prone to less user problems as a result.
Not really. You could technically locate the images and determine precisely which ones they are from their filenames, but that means you actually have to view the images long enough to pull the URL. I had no desire to view them for even a moment, and just universally removed them.
As mentioned in my edit above though, ensure you are in compliance with local regulations when dealing with the material in case you have to do any preservation for law enforcement or something.
There is actually a system in the works called FedNow that banks here can sign up to be a part of to allow national money transfer between any two people. Probably a lot of banks aren’t taking part yet since it’s barely a couple weeks old, but it’s promising.
For my instance, I already have an MXRoute account that I use for my personal email, so I just set up an account on there and pointed Lemmy at that. I’ve been down the road of self-hosting email, and it is a dreadful experience.
Granted, that was with full inboxes and POP3, just hosting the send part might not be so bad. But then you have to contend with possibly being on spam lists, and those are hard to get yourself removed from. If you have some cash to let someone else deal with that headache for you, I fully encourage taking that route.
Possible, but I don’t see it happening. Postgres provides functionality that MySQL/MariaDB don’t, so if a lot of that functionality is used, the primary devs probably aren’t going to want to take on the extra overhead of maintaining and testing it. In those cases, it would require additional rewriting on the Lemmy side to make it work seemlessly. A fork could likely do it, though.
"Twelve injuries have already been reported with Zuru’s full-sized Robo Alive Junior Baby Shark Sing & Swim Bath Toys — after children sat or fell on the now-recalled products. Nine of these cases required stitches or medical attention, according to a Thursday release from the U.S. Consumer Product Safety Commission. "
Ouch.
It’s not just the operating systems, it’s also the way software is developed now. Those old windows applications were probably written in C++, which is only lightly abstracted over C, which is about as close as you’re going to get to machine code without going into Assembly.
These days, you might have several layers of abstraction before you get to the assembly level. And those abstractions are probably also abstracted by third party libraries which might be chained to even more libraries, causing even more code to need to load and run. Then all of that might not ultimately even be machine code, it might be in a language like C# or Java where they’re in an intermediate language that needs to be JIT compiled by a runtime, which also needs to be loaded and ran, before it can be executed. Then, that application might provide another layer of abstraction and run something in a browser-like instance, ala anything Electron based.
Pretty much, that would force federation. Though I don’t think users in the other community would see your communities until someone from there searched one of yours.
An idea I have is giving small communities an option to run the bot on their instance, and it would add them to a list. Then, communities voluntarily participating in that list could auto-populate each other’s communities through the bot. I could see spammers abusing something like this to try and flood feeds with garbage content until they’re defederated though, especially on instances with open registration, so there is a downside. But that’s something the community of proper users will need to be prepared to fight down the road.
I’m working on a Rust API wrapper around the existing common API to make it easier to use. Implemented the calls that could let someone do this exact thing at scale last night.
It’s nowhere near ready for production and is still missing a lot of basic API functionality even for a simple bot, but I think it’ll be ready to publicly release in an alpha state within the next couple days.
Or I can pay nothing and get a plain video file that I can do anything I want with, and play on any device without needing a player. And as long as I keep that file backed up somewhere, I’ll always have a copy of it.
The TV business is struggling to learn the lesson the music industry learned a long time ago.