Tech Freedom

FOSS News, April 17-21, 2023

Distro Monday 54: Choices, Choices, Choices...

DM 54.1 – Choices, Choices…
Should you stick with a point release like Debian, Ubuntu, or OpenSUSE Leap, or be daring and try a rolling release like Arch, Tumbleweed, or OpenMandriva Rome? It isn’t that clear-cut. Since when is anything, really? So what is the primary difference?
Rolling distributions constantly roll updates to core and other packages as soon as they become available. This can lead to instability, but if you want the latest and greatest from your hardware and software, this is the way to go. Upgrading is easy because when you install, you simply install the base OS, then it constantly offers updates to you. With an Arch based rolling distro, such as Manjaro or Garuda, my strong suggestion is to run updates at least once a week, so that it doesn’t stack up on you, leading to problems when you actually do update. It is also easier to upgrade, without weird instructions, due to this.
Fixed (point) Release distributions will likely release security updates between major upgrades, but other than that, your system will be stable between upgrades. This means that you will be at least 6 months behind your rolling release brothers and sisters in terms of the other packages in your distro’s repositories, generally. Now, if you choose to take a flatpak route for most of your apps, you will get updates for those packages as they are released on flathub, or whatever other mirror you may have used to install the flatpak. If you stick with Debs on Debian/Ubuntu, you will be behind everyone, however, as long as the current version (as of the release of your version) of your apps is to your liking, it will stay that way until your next upgrade.
As you can see, certain situations call more for stability vs raw performance and the latest and greatest. So it depends what matters to you. Are you the kind of person that likes the adventure of constant updates, or would you rather simply set it and forget it?
Next, we’ll be chatting about two Point Release distros: edubuntu and 4M Linux.

https://linuxiac.com/rolling-vs-point-release-linux-distributions/

#distromonday #whichkind #Linuxnews #FOSSNews #newdistro #TechFreedom


DM 54.2 – Edubuntu 23.04 Out Now
Edubuntu is an education-focused distro based on, you guessed it, Ubuntu. What makes this one different? Why is it making a comeback as an official flavor of Ubuntu after a near-10 year hiatus?
One question at a time, please… Ok, so it comes with a raft of educational software preinstalled, such as GCompris, Inkscape, Scribus, TuxPaint, Stellarium, and Calibre ebook reader, organizer, and editor. Not ones to get lazy, the team have also added LibreCAD, Gramps, Tux Typing Tutor, Dia, Chemtool, Gobby, Drawing, Light Speed, Fritzing CAD, Laby, PDF Mod, as well as many from the KDE Education Suite, a few games, and more.
Why is it making a comeback? The team at Canonical felt the need to roll it back out after so long as there is a need for solid education-focused distros now, more than ever.
https://9to5linux.com/first-look-at-edubuntu-23-04-ubuntu-desktop-packed-with-educational-software
#distromonday #edubuntu #FOSSNews #Linuxnews #Linux #education #forthekids #TechFreedom

 

Freedom Consultation
Free call.
60-90 minutes.
Q&A
Leave with Actionable Steps to take, whether you work with me or not.
Schedule today.

https://techfreedom.pro/freedom-consultation
#distromonday #freedom #consultation #Linux #degoogleyourlife #TechFreedom

DM 54.3 – What’s New in 4M Linux?
Well, the last 4 months have been jam-packed for the development team. When you see the list of programs added and updated, you’ll likely be surprised at this tiny but mighty independent distribution. Well, if you’re new around here, I should probably explain what 4M Linux is, 4M Linux is an independent distro designed to be lightweight and good at fulfilling the 4 M’s which the lead developer feels are necessary in any distro:
• Maintenance (system rescue Live CD)
• Multimedia (full support for a huge number of image, audio and video formats)
• Miniserver (DNS, FTP, HTTP, MySQL, NFS, Proxy, SMTP, SSH, and Telnet)
• Mystery (meaning a collection of classic Linux games)
This version has some new bells & whistles versus the older versions. Key internal differences include the latest LTS kernel and the Mesa 22.2.3 graphics stack to handle the multimedia end of things.
As for the bells & whistles:
• A raster graphics editor and Hex-a-Hop video game as downloadable extensions,
• AlsaPlayer,
• Baka MPlayer,
• GNOME MPlayer,
• GNOME MPV
• mp3blaster
• XMMS as a default media player
Now about updated apps:
• LibreOffice 7.5.2 office suite
• Mozilla Firefox 111
• Chromium 106.0.5249.91
• Mozilla Thunderbird 102.8.0
• GIMP 2.10.34
• VLC 3.0.18
• SMPlayer 22.2.0 video player
• Audacious 4.3 audio player
• AbiWord 3.0.5 word processor
• Gnumeric 1.12.55 spreadsheet editor
One thing that makes this lightweight distro stand out, though, is that it also has a server flavor called 4MServer, which includes the standard LAMP stack tools and has been updated alongside the main distro, with the latest stable versions of Apache server, MariaDB, and PHP.
https://9to5linux.com/independent-distro-4mlinux-42-released-with-linux-kernel-6-1-lts
#distromonday #Linux #4MLinux #4MServer #lightweight #fast #oldhardware #newhardware #FOSSNews #TechFreedom

Wonder Wednesday 2 – How Do I _____ In Linux?

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

WW 2.1 – What’s Lama Cleaner?

Lama Cleaner is a and open source, self-hosted AI image manipulation program which can do anything from remove the background of an image to removing an unwanted person or thing from a shot, very cleanly. I know, I typically am very negative about AI on the channel, but this tool is open source and completely installable in anaconda (which is a version of the python programming language) on your system. It won’t phone home about the images you are tweaking. That makes it safe, and potentially a more convenient and private way to make memes or something like that. That aspect of it intrigues me, as I make several per week. Let’s see how to get that done, shall we?

Open the Terminal and enter the following commands
• Install pip
◦ wget https://bootstrap.pypa.io/get-pip.py
◦ sudo python get-pip.py –prefix=/usr/local/
• Install Lama Cleaner
◦ pip install lama-cleaner
▪ This will install several things, and may take quite a while, depending on your internet connection, as it it will download over 2 GB of packages, once this finishes, I suggest that you install a few plugins
• Install a few plugins
◦ pip install rembg
◦ pip install realesrgan
◦ pip install gfpgan
• Run Lama Cleaner for the first time
◦ lama-cleaner –model=lama –device=cpu –port=8080
• Point your browser here to see the interface
◦ http://127.0.0.1:8080

Lama Cleaner’s models are plentiful and powerful. They can do any number of things, and each one does a certain thing better than the others can. In order to start Lama Cleaner, you may need to tweak your $PATH variable, or else it will not be found. There may be other issues as well, so I’m not sure that I can suggest you try this yourself unless you are more of a nerd than I am.


https://www.linuxlinks.com/machine-learning-linux-lama-cleaner-self-hostable-inpainting-tool/
#AI #lamacleaner #self-hostable #FOSS #cool #FOSSNews #TechFreedom
WW 2.2 – Linux System Administration Commands
systemctl
In this command, you can enable or disable system services at boot time.
journalctl
Using this command, you are able to view and manage system logs, including logs generated by kernel, system services, and user applications.
dmesg
This command displays a system message buffer, including kernel messages related to hardware and system events.
df
This command displays information about the file system disk usage and available space.
du
This command is used to display the disk usage of files and directories.
mount
This command is used to mount file systems, such as removable media or network shares, to a specified mount point in the file system.
umount
This command is used to unmount file systems that are no longer in use.
fdisk
This command is used to create, edit, and delete disk partitions.
mkfs
This command is used to create file systems on partitions or devices.
chown
This command is used to change the owner of files and directories.
chmod
This command is used to change the permissions of files and directories.
useradd
This command is used to create new user accounts on the system.
userdel
This command is used to delete user accounts from the system.
groupadd
This command is used to create new user groups on the system.
groupdel
This command is used to delete user groups from the system.
passwd
This command is used to change the password of a user account.
hostnamectl
This command is used to view or modify the hostname of the system.
timedatectl
This command is used to view or modify the system time and date.
ifconfig
This command is used to configure network interfaces on the system.
ip
This command is used to configure and manage network interfaces, routing, and tunnels.
route
This command is used to view and manage the routing table.
ping
This command is used to test network connectivity by sending ICMP packets to a specified host.
traceroute
This command is used to trace the path of network packets from the source to the destination.
netstat
This command is used to display network connections, routing tables, and interface statistics.
iptables
This command is used to manage firewall rules for packet filtering, NAT, and port forwarding.
ssh
This command is used to securely connect to remote systems over a network.
scp
This command is used to securely copy files between systems over a network.
rsync
This command is used to synchronize files and directories between systems over a network.
crontab
This command is used to create, view, and manage scheduled tasks that run automatically at specified times.
at
This command is used to schedule a one-time task to run at a specified time.
systemctl suspend
This command is used to put the system into suspend mode, allowing it to be resumed later.
systemctl hibernate
This command is used to put the system into hibernation mode, allowing it to be restored to its previous state upon resume.
shutdown
This command is used to shut down or reboot the system.
poweroff
This command is used to power off the system.
reboot
This command is used to reboot the system.

Some of these I use on a regular basis, others I’ve probably never touched, but it is valuable to have these at your fingertips, nonetheless. My most commonly used commands from this table above are systemctl, mount, umount, and reboot. Never used crontab or userdel. Sometimes when I am doing updates in the terminal and find that a reboot is necessary, I will simply sudo reboot now rather than using the mouse to do the same task. It is simpler that way.
https://www.linuxteck.com/linux-system-administration-command-cheat-sheet/

#cheatsheet #Linuxsysadmin #terminal #FOSSNews #TechFreedom
Want to learn more about how to degoogle your phone and why?

Degoogled

#TechFreedom #degoogled #degoogleyourlife #defintionsday #Truth

WW 2.3 – A New ePub Reader from the KDE Team
Arianna is here! The KDE team have put together a new ePub reader and management app based on Kirigami and Qt. It is purty and has direct integrations with Baloo to make the management side of the app more of a joy. You can search for words in individual books, keep track of progress, and navigate using the keyboard. Why do we need another reader app when we have Calibre or Thorium already? Well, neither of them are so wholly integrated with any desktop environment, so there are clunky bits for each of these other options.
You can try it easily via a flatpak:

flatpak install flathub org.kde.arianna

KDE Team Developing a New e-Book Management App: Arianna

#arianna #epub #FOSS #readerapp #Linux #sysadmin #FOSSNews #TechFreedom

FOSS Fun Friday 2 – Games Galore

FFF 2.1 – Proton 8 Fresh off the Presses
What’s new with this version? Lots new playable games:
• Forspoken
• Samurai Maiden
• Dead Space (2023)
• Creativerse
• Nioh 2 – The Complete Edition
• One Piece: Pirate Warriors 4
• Atelier Meruru
• Atelier Lydie & Suelle ~The Alchemists and the Mysterious Paintings~
• Atelier Sophie: The Alchemist of the Mysterious Book DX
• Blue Reflection
• Atelier Rorona ~The Alchemist of Arland~ DX
• Disney Dreamlight Valley
• ROMANCE OF THE THREE KINGDOMS XIV
• ToGather:Island
• WARRIORS OROCHI 3 Ultimate Definitive Edition
• Exceed – Gun Bullet Children
• Gungrave G.O.R.E.
• Chex Quest HD
And of course, a bevy of bug fixes
• Fixed 2K launcher failure caused by launcher update.
• Fixed Arabic fonts in FIFA 21 and 22.
• Improved CJK font support in many games including NOBUNAGA’S AMBITION: Souzou with Power Up Kit, Stardom 3 and Sword and Fairy 3.
• Improved sleep/resume functionality on Steam Deck for Tiny Tina’s Wonderland.
• Improved multi-touch support.
• Fixed native scrollbar being always visible in Final Fantasy XIV Online launcher.
• Fixed A Plague Tale: Innocence and A Plague Tale: Requiem showing on-screen keyboard when starting the game on the Steam Deck.
• Fixed rendering issues during cutscenes in Tom Clancy’s Splinter Cell.
• Fixed Japanese keyboard input in Final Fantasy XIV Online.
• Fixed Football manager 2023 crashing when trying to return from a player profile.
• Fixed experimental regression: Fall in Labyrinth started crashing on some setups.
• Improved CJK characters rendering in many games including NOBUNAGA’S AMBITION: Souzou with Power Up Kit.
• Fixed Life is Strange Remastered crashing at the end of chapter 2.
• Fixed Alt+Tab not working on Gnome 43.
• Improved force feedback compatibility for BeamNG and Forza Horizon 5.
• Fixed regression with Mortal Kombat X performance.
• Fixed OpenGL launch option for Youropa.
• Fixed raytracing in Crysis Remastered.
• Improved multiplayer support in Company of Heroes III.
• Improved fullscreen support for The Last Blade 2.
• Fixed regression: Minecraft Dungeons was hanging when disconnecting from multiplayer game.
• Fixed Immortals Fenyx Rising missing/out-of-order audio lines in cutscenes.
• Fixed The Witcher 3: Wild Hunt launcher flickering on Wayland.
• Fixed Story Mode not working in Dead or Alive 6.
• Enabled nvapi for many games.
• Updated wine to 8.0.
• Updated dxvk to v2.1-4-gcaf31033.
• Updated vkd3d-proton to v2.8-84-g08909d98.
• Updated dxvk-nvapi to v0.6.2.
• Updated wine-mono to 7.4.1.
Only works with Vulkan 1.3 compatible cards
https://www.gamingonlinux.com/2023/04/valve-rolls-out-proton-80-to-further-improve-steam-deck-and-linux-gaming/
#FFF #steam #proton #steamdeck #Linuxgaming #FOSSNews #TechFreedom


FFF 2.2 – New Release for MangoHud Statistics Overlay
What’s MangoHud? MangoHud is a system statistics overlay app which you can use while you play most games, if you just have to know your FPS, temperatures, frequencies, and various usages in realtime. It’s what you see in many review videos on YouTube, or in your game streamers on twitch and the like. So what’s new for this handy tool?
• Fixed issue that applied picmip without option being set.
• Reverted x11 poller that was causing segfaults 06edee4.
• Fixed issues with horizontal and legacy_layout.
• Fixed amdgpu APU power and temperature reading.
• Fixed certain hud elements displaying incorrectly in horizontal.
• Fixed an issue causing segfault when using MANGOHUD_CONFIG.
Sounds like it used to float around in the wrong spots on the steamdeck and in Linux, that issue has been fixed (see point 5 above).
https://www.gamingonlinux.com/2023/04/mangohud-performance-overlay-gets-a-few-needed-fixes-in-v069-1/
#FFF #mangohud #Linux #Linuxgaming #steamdeck #performance #FOSSNews #TechFreedom

Freed Computer

Freed Computer

#freedcomputer #linux #nospying #safe #TechFreedom #Truth

FFF 2.3 – Mineclone2 has a New Version Out

Last week I talked about the FOSS core for this implementation of early minecraft code, and you need that in order to play this, as it is more or less a DLC content pack made for minetest. Here’s a sampling of what’s new, here, boys & girls.
• new and updated music
• new sound effects
• biome coloured foliage and water
• mobs can ride minecarts
• hoppers can put items in minecarts
• new and improved /clearmobs commands
• Iron Golems now protect themselves and villagers
• various performance improvements
• improved translations
• lots of bug fixes and more..
If I had time to throw at it, and cared at all on any kind of personal level about MineCraft or its spinoffs/knockoffs I would probably test it out. However, neither of those things is true of me, so I won’t.
https://www.gamingonlinux.com/2023/04/mineclone2-v083-out-now-the-sandbox-game-for-minetest-inspired-by-minecraft/
#FFF #Linux #FOSSgames #Linuxgaming #mineclone2 #FOSSNews #TechFreedom

Weekend Edition 33: Elon, AI, Digital Hygiene Tips, and More

News From Elon Land
AI News
Tech tips from the FBI (LOL)
Dominion/Fox/Smartmatic BS
 
#elon #AI #FBI #techtips #electionstuff Elonmusk #Twitter #FOSSNews #TechFreedom  #weekendedition #currentevents #technews 
 
 
WE 33.1 – Elon World
He claims to be lining up a lawsuit against Microsoft for illegally using Twitter data to train the Bing AI, based on reporting from a few outlets on the matter. Elon tweeted out a threat on Wednesday, but as of writing, there have been no teeth behind the barked threat. This opens up the topic of data ownership, which is one of the cornerstones of both Tech Freedom and another related company which I’ve been creating content for, called Altha Tech. The prime difference between us is that Altha Tech can actually help you to host your data safely away from Big Tech, on their own infrastructure. I do not have that capability. They can help you get set up with a custom WordPress site, host your own Nextcloud instance, or any other number of self-hosted tools or platforms, to keep your data safe, and your website up and running no matter what you post there. Tech Freedom is about showing you the need for and introducing you to alternatives to Big Tech. I can help you set your computer and mobile life free, but the best option, unless you have the hardware and know-how to self host the rest of whatever can be in your digital life, is to go with a hosting provider who has their own infrastructure and prizes privacy. Altha Tech fits that bill.  Back to the main gist of the article though, Elon is acting big mad about Twitter’s data being scraped to train Microsoft’s AI. Data ownership and privacy need to be foremost in our minds, as these factors make a huge difference in every day life, believe it or not. Whether you feel you have anything to hide or not, this should matter to you because whenever you use an electronic device, it records data about he interaction, whether your phone, computer, or some online account. The profiles built about us by big tech (and the surveillance state) are incredibly powerful and can sometimes reveal more about ourselves than we know about ourselves. This can lead to very dark places if that data winds up in the wrong hands. That is why I just plugged Altha Tech, as well as Tech Freedom. 
https://www.cnbc.com/2023/04/19/musk-threatens-to-sue-microsoft-over-twitter-data-being-used-in-ai.html 
https://althatech.com
https://techfreedom.pro
#elonmusk #suingmicrosoft #personaldata #dataownership #dataprivacy #althatech #techfreedom #weekendedition #TechFreedom 
 
 
WE 33.2 – AI News
33.2a) TruthGPT?
In Elon’s interview with Tucker, he claimed that he was going to start a new AI initiative called TruthGPT to be a counterbalance to the wokism and political correctness of other AI tools that are currently in vogue. The reality is that there are ways to make ChatGPT less woke, and I have talked about them in the past, then there is Gab AI (currently just art and short video clips), but working on a text chat bot that will produce far more based (less biased) things. Elon used to be on the board at OpenAI, but left after a failed takeover attempt in 2018, and has been decrying the for-profit model that they have been pursuing since then. In this interview, he also calls for some sort of government regulatory agency  to be put in place around AI. Uhhh, no. Let’s not create more government agencies, Mr. Musk. Weren’t you paying attention when Regan quipped that the scariest words in the English language are “Hi, I’m from the government and I’m here to help”? We need less government and better moral and ethical norms in our society again. We need to eliminate the corruption that seems to be at the core of our government and society, then restore life to a purer state. To me, this requires a full shut down and cleanse of the system, then rebuild from the ground up, with a core of Truth rather than corruption. A keystone to this project is submission to the God of the Bible, learning to trust the Holy Spirit to guide us, the Father to protect and provide for us, and Jesus to walk with us. But I digress. AI may or may not be the issue, here. The organizations creating and training the AIs are. I don’t trust Elon to head this up, either. He is too inconsistent, and besides, he voted for pResident Depends in 2020. That is an epic case of bad judgment. Not sure I trust Torba and the team at Gab, either, to be honest. I think I trust them more, but that isn’t saying much. As always, I think that open sourced efforts are the way to move forward. That way we can see the data used, the algorithms and whatnot used to make the educated guesses at what its answers should be and whatnot. Generally, FOSS also = self-hostable, which adds an extra layer of privacy and control to the whole picture. Either way, remember that these things are TOOLS, not something you should live your life according to.
#AI #elonmusk #truthgpt #idonttrusthim #TechFreedom #weekendedition
https://www.cnbc.com/2023/04/18/musk-calls-plans-truthgpt-ai-to-rival-openai-deepmind.html  
 
33.2b) Google Creating MAGI, a new AI Search Engine
What is MAGI? It’s a response/reaction to the report that Samsung may be considering moving away from Google Search as its default for its devices, and over to Bing, due to the AI integration with it. Its aim is to be as conversational as ChatGPT, which BARD is not, currently. Bard kind of sucks. It sounds like the search giant is reeling a bit, as shares went down 4% when the news about Samsung’s apparent decision broke. Why do they still hold a 97% market share for search? I’ve been harping on ditching them for the whole time I’ve been doing Tech Freedom. That is the simplest step you can take to reduce your big tech footprint, as well as gaining access to more balanced news and other information as well. Quit volunteering your data to Google and Microsoft, y’all. Just stop it. Use Brave search, Presearch, or something else that doesn’t send your search data to them without some anonymization at least. Word on the street is that Google will start to release MAGI in a month or so. Oh boy. #smh
#google #AI #MAGI #yikes #nothanks #weekendedition #TechFreedom #FOSSNews
https://www.cnet.com/tech/services-and-software/google-reportedly-working-on-ai-powered-search-engine/ 
 
33.2c) Snapchat to Roll Out My AI to All Accounts Soon
Uhhh, thanks for reminding me why I don’t use Snapchat again, Snap. My AI is a ChatGPT based tool which can talk to you on the platform, even eventually including pictures, but just the same way as another user might. It’s designed to suggest different AR lenses to filter your content through, it even has its own bitmoji persona, and you can set up group chats with the same bot. Right now, it will only respond with text, but soon, they will update it so that it can generate images. Ok… *side eye* I used to think that snapchat was kind of cool, but then I started caring more about privacy, and lost interest, that and if you haven’t noticed, brevity in my content is not my specialty, lol. 
#snapchat #AI #ohbrother #myai #weekendedition #FOSSNews #TechFreedom
https://www.cnet.com/tech/services-and-software/snaps-ai-bot-is-rolling-out-to-everyone-heres-how-it-works/ 
 
WE 33.3 – Security Tips 
    A) Phishing 101
        a. What is phishing?
            i. A type of scam which uses bits of scraped personal data, which can happen via email, social media, or even text messaging. 
                1. They will message you, one way or the other, sometimes offering money if you’ll help them with something, and sometimes soliciting donations for some worthy cause. They ultimately want to squeeze money from you, or some other valuable piece of personal information. 
        b. How can you protect yourself from a phishing scam?
            i. Practice good digital hygiene
                1. Don’t open emails or other messages from addresses/senders that you don’t recognize. 
                    a. Verify with individual senders that you do know before you open messages from them
                2. Make sure that the spellings for addresses actually match the senders and domains you are familiar with. 
                3. If a message requests donations in crypto or gift cards, it is a scammer
                4. Romance scams are a doozy. If I weren’t happily married, it would have been far harder to dodge those bullets, but if someone is messaging you that you don’t know in person, claiming that they love you, block them and flag that sender as a spam account. 
                5. Be wary about charities anyway. Even established charities can also be little more than money laundering operations. It is better to find a way to give directly to someone who is hurting, but beware of that as well. 
        c. Mitigating Damage
            i. Use a good anti-virus suite and keep it up to date
                1. Or use Linux, it is not as likely to have a place for malware to latch onto.
            ii. Make sure that your password is strong, and that you do not reuse passwords for anything. If needed, use a good password manager like Bitwarden.
            iii. Use 2FA
                1. I would be careful with 2FA, as not all 2FA is created equal. If you must use it, use an app like Aegis which is FOSS and never use SMS 2FA if you can help it. 
            iv. Consider a Credit Freeze
                1. If you fear that bad actors have breached your social security number or credit card numbers, there are steps you can take to make sure that they can’t do much with that information. Phone your credit card company or bank and have them freeze your account until you are able to piece it back together. 
https://www.cnet.com/news/privacy/avoid-concert-and-sports-ticket-scams-with-these-expert-approved-tips/ 
#phishing #security #tips #weekendedition #FOSSNews #TechFreedom 
 
B) Beware Public Device Chargers
Simple PSA here, don’t use free, public anything these days. Some bad actor has probably been there, hacked that in some way, and these public charging stations can take advantage of the fact that most charging ports on phones and tablets can also transfer data, and juice jack devices through embedding compromised data chips with malware payloads embedded in them to hit your phone as soon as you plug it in. Just use your own, with a power outlet. It is that simple. Sometimes it is hard, but if you value privacy, this is how it must be. 
 
https://www.cnn.com/2023/04/12/tech/fbi-public-charging-port-warning/index.html 
#PSA #juicejacking #becareful #useyourowncharger #weekendedition #FOSSNews #TechFreedom
 
 
 
 
WE 33.4 – Fox & 2020 Election Stuff
    A) Fox & Dominion Settle for just shy of $800 Million
I don’t know how I feel about this, except that I recall that the owner of Faux News is in the rarefied air of the “chosen people”. They tend to live by their own unique set of rules, and that makes Faux News and all of its talent sketchy, IMO. Faux has been controlled opposition the whole time, never really on the side of we the people. They are Lamestream Media, after all. Dominion sued for about double that based on claims of defamation that Faux’s anchors and personalities made in relation to the company’s voting tabulation machines in the aftermath of that fraudulent election. Whether or not the machines were knowingly tampered with to invalidate the will of We the People or not, the will of We the People was negated in many ways in November of 2020. I could go off on this, but I have not really researched it, and there is much noise and mis/disinformation on both sides of the issue so it is hard to see the truth at this point. 
Either way, Faux News chose to more or less admit to wrongdoing to avoid more scandal in the midst of public discovery for the trial, and now Dominion gets a fat payday.
https://www.cnn.com/2023/04/19/business/nightcap-fox-dominion-winners-losers/index.html 
#elections #fauxnews #msm #2020 #dominion #weekendedition
 
B) Smartmatic vs Faux News
In a very related case, Smartmatic is pressing forward with its $2.7 Billion claim against Faux News and News Corp. They have compelled Faux to produce the same materials for discovery as they needed to for the Dominion case. Both firms accuse the media giant of not merely reporting on the statements of Trump and his surrogates and lawyers, but engaging in statements which damaged the company’s prospects due to being implicated in the court of public opinion with fraud. It looks like Faux will actually take this one to trial, and perhaps that was the idea all along, since these cases are so similar. 
#weekendedition #2020 #smartmatic #voting #FOSSNews #TechFreedom 
https://www.cnbc.com/2023/04/19/fox-smartmatic-defamation-case-dominion.html