

As a result, will be able to offer drives beyond 140 TB in the 2030s.
Um thanks but tell us about 2026?


As a result, will be able to offer drives beyond 140 TB in the 2030s.
Um thanks but tell us about 2026?
I don’t know the unicode situation with ed. It is pretty minimal. There is also GNU Nano which I’ve never learned how to use. Ed is a line based editor, not screen oriented. I’ve programmed with it (back in the day) but these days I use Emacs for everything except minimal tweaks.
Hard to tell what you want but maybe /bin/ed . I use zile now and then fwiw.
For simple cutting I just use ffmpeg. It can do a few other effects too.


Look at his blog on stallman.org. It comes up all the time there.


He consistently describes LLMs as “bullshit generators” so the LLM being local doesn’t help that much. It’s better for privacy but that’s a separate matter.


LLMs
OMG. I’m shocked RMS let THAT happen.


Lookup “splog”.


I generally get stuff from porkbun.com since I’ve been there for a while, prices are decent and they have some convenient features. But, I should try namecrane.com since they are run by online buddies of mine. They are sort of a spin-off of the original buyvm.net.
Price comparator: https://tld-list.com/
Yes they separate out renewal prices so make sure to take that into consideration. The high renewal prices are a marketing trick of the TLD holders. The resellers can’t really do anything about them.
That sounds like a windows application she wants to run? Ok but why the rest of the stuff? I set up Debian+MATE (windows-like window manager) for my mom to replace her old Windows box and she didn’t notice the difference.
There’s hardware that works under Linux, hardware that doesn’t work, and hardware that sort-of-works or is marginal. Lots of graphics cards are in the marginal or don’t-work category. I always try to avoid them. Maybe that’s not much help. If you’re on a desktop PC, your CPU is likely to have some graphics support of its own: can you bypass or pull out the graphics card? They are mostly for gaming. For normal desktop stuff you should be ok without it.
A dream of a Linux distribution where the entire desktop environment is Win32 software running under WINE.
Sounds like a nightmare to me. Why would anyone want that?


So find the places where the bitrate changes and decode and analyze those frames. Outdoors, true, leaves blow around, there is wildlife etc. A harder problem. I was thinking more of an indoor security camera. As for examining the bit rate, I guess it depends on the encoding, but e.g. in .mp4 there is a “key frame” every so often and then a bunch of delta frames, and if stuff is changing too fast iirc the key frames become more frequent. But I believe there is a fast way to scan for them, that is needed for fast forwarding in video.


I have to wonder if there’s a faster way than literally decoding the video and analyzing the decoded frames, if that’s how you’re doing it with ffmpeg. Video compression revolves around motion estimation so maybe it’s possible to just scan the file and find frames where the motion vectors (the data saying how the stuff in the picture is changing at a given frame) suddenly get larger. I assume this is for something like a security video that usually shows a static picture, and OP wants to flag when someone enters the room. In that case there will be almost no motion most of the time, and suddenly there will be some.


generally, use “netstat -lpn | grep 8080” (or whatever port number) to find out what process is already listening on that port. This kind of thing happens all the time.
I’d DIY it (maybe with FreeNAS, about which I know nothing) instead of buying a proprietary NAS in a box. What’s the point of self-hosting if you’re going to be at the mercy of someone else’s software anyway? If you’re DIY’ing, there are 3.5" drive enclosures with soundproofing stuff in them that should keep the drive pretty quiet. Or if you can afford enough SSD’s for your storage requirements, then use those.


In the backup world, 50TB isn’t really a lot, and you’re not really ready to talk about tape systems or maintaining an always-on disk system. Also, HDD’s have been getting more expensive due to AI idiocy. But, cheapest is probably a second raid system, like 4x 20tb drives. Do the backup at home and then move the backup system off site and either keep it spinning, or make sure to spin up and test the individual drives every so often.


I’ve thought of doing it for privacy and other reasons. I don’t have the sense that the resource load is high, but I haven’t checked carefully.
Buy a new hard drive/SSD for your Linux installation. Put your Windows drive away in a drawer so all of its contents are saved, and you can swap it back in if you have to. A USB adapter can be helpful for retrieving files.