Feed aggregator

Netflix Doc Accused of Using AI To Manipulate True Crime Story

Slashdot.org - Fri, 04/19/2024 - 20:25
Earlier this week, Netflix found itself embroiled in an AI scandal when Futurism spotted AI-generated images used in the Netflix documentary What Jennifer Did.. The movie's credits do not mention any uses of AI, causing critics to call out the filmmakers for "potentially embellishing a movie that's supposed to be based on real-life events," reports Ars Technica. An executive producer of the Netflix hit acknowledged that some of the photos were edited to protect the identity of the source but remained vague about whether AI was used in the process. From the report: What Jennifer Did shot to the top spot in Netflix's global top 10 when it debuted in early April, attracting swarms of true crime fans who wanted to know more about why Pan paid hitmen $10,000 to murder her parents. But quickly the documentary became a source of controversy, as fans started noticing glaring flaws in images used in the movie, from weirdly mismatched earrings to her nose appearing to lack nostrils, the Daily Mail reported, in a post showing a plethora of examples of images from the film. [...] Jeremy Grimaldi -- who is also the crime reporter who wrote a book on the case and provided the documentary with research and police footage -- told the Toronto Star that the images were not AI-generated. Grimaldi confirmed that all images of Pan used in the movie were real photos. He said that some of the images were edited, though, not to blur the lines between truth and fiction, but to protect the identity of the source of the images. "Any filmmaker will use different tools, like Photoshop, in films," Grimaldi told The Star. "The photos of Jennifer are real photos of her. The foreground is exactly her. The background has been anonymized to protect the source." While Grimaldi's comments provide some assurance that the photos are edited versions of real photos of Pan, they are also vague enough to obscure whether AI was among the "different tools" used to edit the photos.

Read more of this story at Slashdot.

Android Gets a New Software-Based AV1 Decoder

Slashdot.org - Fri, 04/19/2024 - 19:45
Ben Schoon reports via 9to5Google: Google's Arif Dikici confirmed on LinkedIn this week that Android is now using VideoLAN's (the makers of VLC) "dav1d" software decoder to allow AV1 to work on more devices. This is now available on all devices running Android 12 or higher via a software update. Mishaal Rahman points out that this started to roll out with the March 2024 Google Play system update. Dikici says that "most" devices can at least support 720p at 30 frames per second, but that apps will need to opt in "for now" to support AV1 via software decoding. One app that has opted in is YouTube, which now uses AV1 on all compatible devices (though it may have reverted this). This may result in increased power usage depending on your device, though. Improvements on that front may be coming, though, says VideoLAN on Twitter/X.

Read more of this story at Slashdot.

Firefox Nightly Expands To Linux On ARM64

Slashdot.org - Fri, 04/19/2024 - 19:02
BrianFagioli shares a report from BetaNews: Mozilla has announced Firefox Nightly for ARM64. This release will cater to the growing demand for support on ARM64 platforms, commonly referred to as AArch64. Feedback from the community has led Mozilla to expand the availability of Firefox Nightly. Users can now access the browser as both .tar archives and .deb packages, depending on their preference and requirements for installation. For those who favor traditional methods, the .tar.bz2 binaries are accessible through Mozilla's downloads page by selecting the option for Firefox Nightly for Linux ARM64/AArch64. Meanwhile, users looking to utilize updates and installation through Mozilla's APT repository can follow specific instructions to install the firefox-nightly package.

Read more of this story at Slashdot.

Firefox Nightly Expands To Linux On ARM64

Linux.Slashdot.org - Fri, 04/19/2024 - 19:02
BrianFagioli shares a report from BetaNews: Mozilla has announced Firefox Nightly for ARM64. This release will cater to the growing demand for support on ARM64 platforms, commonly referred to as AArch64. Feedback from the community has led Mozilla to expand the availability of Firefox Nightly. Users can now access the browser as both .tar archives and .deb packages, depending on their preference and requirements for installation. For those who favor traditional methods, the .tar.bz2 binaries are accessible through Mozilla's downloads page by selecting the option for Firefox Nightly for Linux ARM64/AArch64. Meanwhile, users looking to utilize updates and installation through Mozilla's APT repository can follow specific instructions to install the firefox-nightly package.

Read more of this story at Slashdot.

Categories: Linux

Dutch Privacy Watchdog Recommends Government Organizations Stop Using Facebook

Slashdot.org - Fri, 04/19/2024 - 18:20
An anonymous reader quotes a report from Reuters: The Dutch privacy watchdog AP on Friday said it was recommending that government organizations should stop using Facebook as long as it is unclear what happens with personal data of users of the government's Facebook pages. "People that visit a government's page need to be able to trust that their personal and sensitive data is in safe hands," AP chairman Aleid Wolfsen said in a statement. Junior minister for digitalization Alexandra van Huffelen said Facebook parent company Meta had to make clear before the summer how it could take away the government's concerns on the safety of data. "Otherwise we will be forced to stop using Facebook, in line with this advice," she said.

Read more of this story at Slashdot.

23andMe CEO Anne Wojcicki Considers Taking Company Private

Slashdot.org - Fri, 04/19/2024 - 17:40
Ashley Capoot reports via CNBC: Anne Wojcicki, the CEO of 23andMe, is considering a proposal to take the genetic testing company private after its stock price tumbled more than 95% from its 2021 highs. A late Wednesday filing with the Securities and Exchange Commission said Wojcicki is working with advisors and plans to speak with possible financing sources and partners. She "wishes to maintain control" of the company and will "not be willing to support any alternative transaction," the filing said. [...] In November, 23andMe received a deficiency letter from the Nasdaq Listing Qualifications Department, which said the company had 180 days to bring its share price back above $1. The company's board of directors formed a "Special Committee" in late March to help explore options that could juice the stock. A press release on Thursday said the committee was made aware of Wojcicki's interest in acquiring all of 23andMe's outstanding shares. Wojcicki owns shares that make up more than 20% of those outstanding, which equates to about 49% of voting power, the release said. "The Special Committee will carefully review Ms. Wojcicki's proposal when and if it is made available and evaluate it in light of other available strategic alternatives, including continuing to operate as a publicly traded company," the committee said in the release. "The Special Committee is committed to acting in the best interests of 23andMe and its shareholders." The committee has engaged Wells Fargo as its financial advisor, and it said there is "no assurance" that Wojcicki's offer would result in the proposed outcome.

Read more of this story at Slashdot.

How to install BTRFS on a Debian Linux 12/11

nixCraft - Fri, 04/19/2024 - 17:35
Btrfs, which stands for "Butter FS" or "B-tree FS," is a modern Linux file system. It was developed to overcome the limitations of older file systems like ext4 or ext3. Btrfs is an excellent choice for efficient storage management on multiple Hard Disk Drivers. It supports Linux file systems with snapshots, subvolumes, and built-in RAID-like capabilities that provide robust data protection. It is designed to handle huge file systems and file sizes. Btrfs incorporates checksumming and COW (Copy-on-write), making it more resilient to data corruption. The COW feature means changes are written to new locations instead of overwriting existing data, enhancing data protection and enabling snapshots. After installation, let us see how to install Btrfs support for Debian Linux 11 or 12 using the CLI. Why am I using BTRFS on an existing Debian Linux system? In my case, the EC2 VM AMI is configured to use ext4 by default at AWS. However, I had to make changes since I needed to store files using EBS (Elastic Block Store) and Python code expected to see BTRFS. Hence, this quick tutorial. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to install BTRFS on a Debian Linux 12/11 appeared first on nixCraft. 2024-02-14T06:10:00Z 2024-02-14T06:10:00Z Vivek Gite

How to install GPG (gnupg2) on a Debian Linux to fix gpg command not found error

nixCraft - Fri, 04/19/2024 - 17:35
GnuPG2 (or GPG2) is an open-source and free tool that implements the OpenPGP standard. Its primary purpose is to encrypt your sensitive information to protect it from unauthorized access. It also allows you to create digital signatures, guaranteeing that the data hasn't been tampered with while in transit. Many newly created Debian 11/12 cloud VMs and images may not have the gpg/gpg2 command installed. Thus, you will get an error that reads "-bash: gpg: command not found." Here is how to fix this error and install gnupg2 on a Debian Linux 11 or 12. Further, you will learn how to use the gpg command. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to install GPG (gnupg2) on a Debian Linux to fix gpg command not found error appeared first on nixCraft. 2024-02-13T09:38:54Z 2024-02-13T09:38:54Z Vivek Gite

How to enable contrib repo on Debian Linux 10/11/12

nixCraft - Fri, 04/19/2024 - 17:35
Sometimes, when you try to install specific Debian Linux packages, you might encounter an error message that reads: Unable to locate package pkg-name-here In many cases, the required package might already be present in the remote download repos. It would be best to have an additional repository, such as contrib, which adds extra packages to the core Debian Linux system. To enable and use the contrib repository in Debian Linux version 10/11/12 or newer versions, follow the instructions below. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to enable contrib repo on Debian Linux 10/11/12 appeared first on nixCraft. 2023-12-24T09:18:39Z 2023-12-24T09:18:39Z Vivek Gite

SSH WARNING: UNPROTECTED PRIVATE KEY FILE! Error and Solution

nixCraft - Fri, 04/19/2024 - 17:35
{Updated} Are you getting, ' WARNING: UNPROTECTED PRIVATE KEY FILE!' when try to use the ssh command under Linux, macOS or BSD? Let us see how I fixed this problem and log in using the ssh command.The post SSH WARNING: UNPROTECTED PRIVATE KEY FILE! Error and Solution appeared first on nixCraft. 2023-11-17T10:31:00Z 2023-11-17T10:31:00Z Vivek Gite

How to open DHCP port using UFW in Linux

nixCraft - Fri, 04/19/2024 - 17:35
The Uncomplicated Firewall (UFW) needs to be configured to allow traffic on UDP ports 67 and 68, regardless of whether the Dynamic Host Configuration Protocol (DHCP) server is local or remote. Additionally, it may be necessary to open both TCP and UDP port 53, which are used for Domain Name Service (DNS). In small business and home environments, typically, both DNS and DHCP services come from a single device. Hence, it would be best if you opened both DHCP and DNS ports using the ufw command. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to open DHCP port using UFW in Linux appeared first on nixCraft. 2023-10-25T10:52:11Z 2023-10-25T10:52:11Z Vivek Gite

How to merge all PDF files into one PDF in Linux

nixCraft - Fri, 04/19/2024 - 17:35
I recently had to submit multiple PDF files for government work, but the web form only allowed for the uploading of a single file. This meant that I had to merge the PDF files into one on Linux. To do this, I used a command-line tool called pdfunite, which is a Portable Document Format (PDF) page merger. Let us see how to install and use the pdfunite in Linux. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to merge all PDF files into one PDF in Linux appeared first on nixCraft. 2023-10-24T20:31:44Z 2023-10-24T20:31:44Z Vivek Gite

How to list package files with dnf in Linux (RHEL, CentOS, Rocky, Fedora, and Alma Linux)

nixCraft - Fri, 04/19/2024 - 17:35
If you’re using RHEL, CentOS, Rocky, Fedora, or Alma Linux, you may encounter situations where you must list files in a package before installing it. Similarly, there might be instances where you need to locate a specific configuration file after installing the package. In this guide, I’ll provide a quick tip for developers and sysadmins […] Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to list package files with dnf in Linux (RHEL, CentOS, Rocky, Fedora, and Alma Linux) appeared first on nixCraft. 2023-10-23T11:03:32Z 2023-10-23T11:03:32Z Vivek Gite

How to install Perl in Fedora Linux

nixCraft - Fri, 04/19/2024 - 17:35
I am migrating an old Perl project from an unsupported OS to Fedora Linux 38. However, I discovered that Perl is not installed by default, while Python 3 is. This seems ridiculous. Anyway, here is how to install Perl in Fedora Linux including latest version of mod_perl with Apache (HTTPD) and get on with your life. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to install Perl in Fedora Linux appeared first on nixCraft. 2023-10-22T16:25:26Z 2023-10-22T16:25:26Z Vivek Gite

How to fix “Error: Can’t open display: (null)” with ssh and xclip command in headless mode

nixCraft - Fri, 04/19/2024 - 17:35
When you try to use the xclip command over the ssh-based session to copy and paste data, you will get the following message on screen: Error: Can't open display: (null) Here is how to fix this error by editing the ssh client and OpenSSH (SSHD server) configuration file. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to fix “Error: Can’t open display: (null)” with ssh and xclip command in headless mode appeared first on nixCraft. 2023-10-08T20:01:52Z 2023-10-08T20:01:52Z Vivek Gite

How to block AI Crawler Bots using robots.txt file

nixCraft - Fri, 04/19/2024 - 17:35
Are you a content creator or a blog author who generates unique, high-quality content for a living? Have you noticed that generative AI platforms like OpenAI or CCBot use your content to train their algorithms without your consent? Don't worry! You can block these AI crawlers from accessing your website or blog by using the robots.txt file. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to block AI Crawler Bots using robots.txt file appeared first on nixCraft. 2023-09-29T20:40:17Z 2023-09-29T20:40:17Z Vivek Gite

Find files that do not have any owners or do not belong to any user under Linux/UNIX

nixCraft - Fri, 04/19/2024 - 17:35
{Updated} Here is a Linux, Unix, *BSD and macOS command to search the entire system for files with no group or user.The post Find files that do not have any owners or do not belong to any user under Linux/UNIX appeared first on nixCraft. 2023-09-28T22:07:00Z 2023-09-28T22:07:00Z Vivek Gite

How to install wget on Fedora Linux using the dnf command

nixCraft - Fri, 04/19/2024 - 17:35
Wget is a command-line tool to download files from the Internet or local servers. It is not a graphical user interface (GUI) program, and it must be used by typing commands into a terminal application. You can download files from the web. It supports HTTP, HTTPS, FTP, and other protocols. It can mirror entire websites or directories. Wget can resume downloads interrupted due to a network error or a power outage. Wget can start the download again from where it left off. Thus saving you bandwidth and download time. Let us see how to install wget under Fedora Linux. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to install wget on Fedora Linux using the dnf command appeared first on nixCraft. 2023-09-14T20:19:42Z 2023-09-14T20:19:42Z Vivek Gite

How to install vim in Alpine Linux

nixCraft - Fri, 04/19/2024 - 17:35
Learn how to install Vim, the most popular text editor for server-based environments, on Alpine Linux using the command "apk add vim" command and Docker or LXD (Linux container) image. Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit The post How to install vim in Alpine Linux appeared first on nixCraft. 2023-08-28T01:36:15Z 2023-08-28T01:36:15Z Vivek Gite

Syndicate content
Comment