

https://en.m.wikipedia.org/wiki/Northrop_Grumman_X-47B Software from this project, I suspect, is being used to autonomously pilot these planes. I think this is an automated drone strike.
https://en.m.wikipedia.org/wiki/Northrop_Grumman_X-47B Software from this project, I suspect, is being used to autonomously pilot these planes. I think this is an automated drone strike.
No return, only break DRM and share. Proprietary programs are a prison. Pirate and share on BitTorrent and seed please. You don’t need permission.
Pihole runs on a 10-15 dollar computer (raspberry pi) and blocks anything you want, and is free as in freedom software. It is also zero cost.
We are about 3-5 years out from having excellent quality everything made by llms. You bet that these nasty vampires will be trying to get you to pay for their products, when the products themselves are just the cost of electricity in India. (Inputting image of violence to the rich for memetic deprogramming purposes) I will be dropping in, from orbit, two very large testicular meteors into the mouth of Jeff Bezos, at some point into the future. He will love it, but, unfortunately, it will kill him.
I prefer the 'ole $sudo dd -i /dev/random -o /dev/sda
The UK is holding it down on a per landmass basis.
Or bodies are in a constant state of getting older and undergoing collapse. I think that believing in the good old days is a reaction to getting old. I think that believing in some golden past is it reaction to our own bodily degeneration. Fear of our mortality is a powerful force, and I think that a large amount of people externalize/project that fear onto their perception of society.
What I do is sort the directories and files by size and go largest to smallest. Based on the likely distribution of files sizes, 20% of your files and/or directories will account for 80% of the hard drive space. I usually then choose candidates for deletion and evaluate them, deleting them on the spot or skipping them for this time. I do this until I get the space reduction I want or until I’m sure that I want to keep what is in the largest 20%. After I reach one of the two states: top 20% of files/directories are keepers or I deleted down X GB. This method can be done with any sorting method. For example, by play count or by date added, old to new. Keep going until the top 20% are keepers. The same distribution is likely to apply across all vertical data labels so the filter is generically usable in lots of situations. For example, 20% of car drivers likely get 80% of speeding tickets. We could reduce speeding by 80% by speed limiting these drivers’ cars or by revoking their drivers licenses. Another example is memory hogs in a computer system. The top 20% of memory hogging programs likely account for 80% of used memory in a system. This distribution is called the Pareto principle. The principle is an example of a power law.
Indeed, completely agree. In this case they are the pirates.
Who is running herd right now? I need to know.
I am genuinely confused and do not understand what a paid plex share is and how it ruins things for everyone. Would you be able to elaborate? I’m a jellyfin user and haven’t really messed too much with Plex. I’m curious if allowing screening of your personal collection to strangers on the internet is considered piracy?
I’m no fan of megacorps, and I definitely know that they are breaking the law. However, copyright laws should change so that any schmuck can use any text to train any AI. I’m all for punishing mega corporations and I understand that they play by their own set of rules (that is unfair), but piracy is piracy even when mega corporations do it and I believe that piracy is the moral choice. Meta then choosing to make their model not fully open I definitely have a problem with and that does not meet my bar for okay, but I strongly believe that all information for all people or entities should be free to transfer without restriction.
If you want a GUI, I would use Balena Etcher. You might be able to use raspberri pi imager too.
if is short for input file if is short for output file
This dd command from the command line is what I use because it is built in and perfectly bare bones for my needs. I like to use the command flag --status=progress to show a status bar while duplicating the data. A word of caution: the dd, or ‘data duplicator’ program is sometimes known as the ‘destroy disk’ program because if you flash the iso file to the wrong disk/drive you can mess up the drive. Use the appropriate level of caution because there is no undo button. You can use the lsblk command to list the block devices on your machine and use the correct device. Quick instructions: use lsblk to list your block devices and locate your flash drive. If the flash drive is mounted (the /sdb/ will have something like /media/files if it is) you can unmount with $umount /path/to/sdb. Once the drive is unmounted you can use the dd program to duplicate the data (iso file) to your drive.
Thank you for the awesomeness that is the script. If I might ask a question: why is the user agent Windows 10 if this is a bash script? I’m genuinely curious and I don’t know why.I imagine this might be WSL. You did mention it was an old script so maybe it had something to do with that?
I’m happy for you!!! Happy to hear you’re enjoying your freedom.
Hey man, we’re living parallel lives. I literally just did this yesterday. The command you’re looking for is gdebi. Try gdebi (name of the package’s file, uncompressed to a .deb) if you downloaded the .Deb from the website. tic80 will now be a usable command. To uninstall the tic80 command / program you can use apt uninstall tic80. It worked with and without sudo.
I was once like you. You can do it. I like Linux mint. Here’s how to install it: Go to https://www.linuxmint.com/ and see what it’s about. It’s friendly, it’s very Windows like, it just works. Go here for the install guide: https://linuxmint-installation-guide.readthedocs.io/en/latest/ Pick an .iso file and download it. Go to https://etcher.balena.io/#download-etcher To download the program that puts .iso files on USB drives. Use the Balena Etcher program to burn the .iso onto a USB thumb drive. Put your non-redownloadable files with sentimental value in another drive and remove the drive from your computer. Do not skip this step, order another drive if you have to (INB4 new laptop, but don’t forget this with your other machines). Plug in the USB drive that has Linux Mint on it. Power off your computer. Wait 20 seconds. Power on your computer. Mash the F2, F10, F12, and F5 keys until you get to the bios screen, or get to the bios screen if you know some other way. Find the setting that says something like “boot priority” and put USB drive above your C drive. Save and power off. Wait 20 seconds. Power on. Press F12 or whatever key you need to to get to the boot selection screen. Choose the option to boot from the Linux Mint USB drive. This is where you can test drive Linux before installing. Try ctl-alt-t to bust open a terminal. The terminal is your friend, but not required for the install. Close terminal with the command ‘exit’ or ctl-d or ctl-c ctl-d. Double click the install icon on the desktop. Follow instructions. Choose to delete windows forever from your life and put Linux on the hard drive. Follow instructions, they are no harder than any other wizard you have seen to install software. Reboot. Enjoy. Here are some tips: The terminal is your friend. Commands for learning the terminal, because the terminal can teach you to use the terminal (man is short for manual): man man man apt man ls man cd man vi man nano man less man pipe man mkfifo man rm apt search game —> searches for the keyword 'game" apt update ----> this is how to update your cache. Use it to pull your software updates apt upgrade ----> this is how to apply the updates to your machine.
—End terminal stuff— You can use your machine in the normal way too, same as any windows machine. Look around and explore. All the stuff in the software center is free (gratis). There’s lots of stuff. No more .exes to get software. Look at www.fsf.org to discover why free software is important.
If you have trouble you can DM me. I will help if I can. Good luck, you got this.
I don’t think that purity testing people is an attractive method of talking about free software? We should meet people where they are, and besides, if games are good, they’re good. Doom started out as proprietary software and got GPL’d. It’s also cool to think that reverse engineering software, like in the case of OpenMorrowwind, is a thing. Besides, I pirate proprietary software all the time with cracked DRM. The harm is in the restriction of user freedom, not necessarily in the existence of the laws if you view the laws as fake and don’t adhere to them. Let’s talk about cracking DRM and decompiling these games. Let’s talk about modding them. Let’s talk about making servers and playing them online together.