parler-resurfaces-on-sunday-with-an-update-message,-but-nothing-else

Parler resurfaces on Sunday with an update message, but nothing else

Social media platform Parler was all but wiped off the internet last week, but on Sunday, showed some signs of life. A message from Parler CEO John Matze, first noted by CNN’s Donie O’Sullivan- is now appearing at the site’s URL, with an image showing a “technical difficulties” banner, and a message.

“Now seems like the right time to remind you all — both lovers and haters — why we started this platform. We believe privacy is paramount and free speech essential, especially on social media,” the message reads, pledging to “welcome all of you back soon.”

Amazon dropped Parler from its hosting platform earlier this month, saying in a letter it “cannot provide services to a customer that is unable to effectively identify and remove content that encourages or incites violence against others.” Parler was identified as a site where people who participated in the deadly January 6th assault on the Capitol had planned the attack.

The site is now hosted by Epik, as CNN notes, a hosting company that also supports far-right sites such as Gab and 8chan. Amazon’s suspension followed Apple and Google removing Parler’s app from their respective app stores. Matze said even Parler’s lawyers had cut ties.

Parler sued Amazon for cutting off its hosting, and in a response, Amazon detailed some of the graphic, violent threats posted to the site that led to its removal, including posts that called for shooting police officers, killing Black and Jewish people, and assassinations.

Parler launched in 2018, and its user numbers soared after Election Day in the US, as other social platforms tightened their moderation policies. Parler’s its less-strict moderation policies were a draw for many new users.

Parler may have a tough road back to its former state, however, after researchers archived 99 percent of its posts, scraping videos and other data, some with GPS info. That archive was used to create an interactive map of the attack on the Capitol.

[premium]-the-motherboard-that-you-can-throw-away-after-one-generation

[Premium] The motherboard that you can throw away after one generation


Tweakers uses cookies Tweakers is part of DPG Media. Our sites and apps use cookies, JavaScript and similar technology, among other things, to provide you with an optimal user experience. It also allows us to record and analyze the behavior of visitors and add this information to visitor profiles.

Cookies can be used to display advertisements on Tweakers and to recommend articles that match your interests. Third parties can also track your internet behavior, as is the case with embedded videos from YouTube.

Cookies can also be used to display relevant advertisements on third party sites. More information about this can be found at tweakers.net/cookies.

To view pages on Tweakers, you must accept cookies by clicking on ‘Yes, I accept cookies’.

Click here to login.

corsair-icue-5000x-rgb-–-glass-palace-for-your-hardware

Corsair iCUE 5000X RGB – Glass palace for your hardware


Tweakers uses cookies Tweakers is part of DPG Media. Our sites and apps use cookies, JavaScript and similar technology, among other things, to provide you with an optimal user experience. It also allows us to record and analyze the behavior of visitors and add this information to visitor profiles.

Cookies can be used to display advertisements on Tweakers and to recommend articles that match your interests. Third parties can also track your internet behavior, as is the case with embedded videos from YouTube.

Cookies can also be used to display relevant advertisements on third party sites. More information about this can be found at tweakers.net/cookies.

To view pages on Tweakers, you must accept cookies by clicking on ‘Yes, I accept cookies’.

Click here to login.

newspaper:-justice-department-wants-to-redesign-cookie-banners

Newspaper: Justice Department wants to redesign cookie banners

The Federal Ministry of Justice and Consumer Protection (BMJV) wants to make cookie selection banners on the Internet more user-friendly. “Consent to data protection provisions on websites is often unfriendly to consumers – long texts, a lot of small print, complicated browser windows,” said the State Secretary responsible for consumer protection Christian Kastrop of the Frankfurter Allgemeine Sonntagszeitung . As a result, consumers often annoyed and click “Accept”. “We want to make rejecting cookie settings just as easy as giving consent.”

The permanent state secretary in the Federal Ministry of Justice and honorary professor at the FU Berlin Christian Kastrop wants to simplify the rejection of cookies for users.

(Image: Thomas Imo / BMJV)

Decline should be easier According to agency reports that a spokesman for the ministry confirmed to heise online no new laws are currently planned. Kastrop spoke of manipulation in this context. Even when the query was complicated, consumers often clicked on “Accept”, annoyed, in order to shorten the process. A new law is not planned, the newspaper quoted the State Secretary as saying.

Rather, the ministry is relying on the establishment of a competence center for consumer behavioral research. According to the information, psychologists and economists should work together in it. Corresponding requirements could come from the EU’s privacy directive, which is currently being negotiated, added the spokesman.

Cookies store data on the user’s hard drive when surfing the Internet. If you visit the website at a later date, it will help you recognize the users and their settings. Cookies are used, for example, to present consumers with individual advertising.

(tig)

how-to-build-a-raspberry-pi-powered-digital-photo-frame

How to Build a Raspberry Pi-Powered Digital Photo Frame

A digital photo frame is a small screen that can sit on your desk in your office or in your kitchen displaying your favorite pictures, changing at regular intervals. The first commercial digital photo frame was introduced in the 1990s shortly after the digital camera. Digital photo frames made a comeback in popularity during 2020, perhaps because people were staying at home more.  

In this tutorial, we’ll turn our Raspberry Pi into a digital photo frame using MagicMirror and the GooglePhotos module. Please note, we will skip installation of the 2-way mirror in the original Magic Mirror project. Consider this project, “Magic Mirror, without the mirror.”

What You’ll Need

  • Any Raspberry Pi 4 or Raspberry Pi 3B+,  or the new Raspberry Pi 400. Raspberry Pi Zero W is not supported.
  • 8 GB (or larger) microSD card (see best Raspberry Pi microSD cards) with a fresh install of Raspberry Pi OS with Desktop. Raspberry Pi Lite is not supported.
  • Power supply/Keyboard/Mouse/Monitor/HDMI Cable (for your Raspberry Pi)
  • HDMI monitor, 7” Raspberry Pi Touchscreen, or 3.5” or 5” TFT screen
  • Stand for your Touchscreen or TFT screen. Here’s one I 3D printed for this project.
  • Your Gmail account.

Timing: Plan for a minimum of 1 hour to complete this project. 

The majority of this tutorial is based on terminal commands. If you are not familiar with terminal commands on your Raspberry Pi, we highly recommend reviewing 25+ Linux Commands Raspberry Pi Users Need to Know first.  

Setting up Your Google Photos Album 

To get started with this project, you’ll need to set up a Google Photo Album. We suggest that you create a new Photo Album and add 5 to 10 photos.  You can add more photos later. The more photos in your album, the longer your Raspberry Pi digital photo frame will take to load. 

  1. On your preferred browsers on your existing laptop or desktop computer, navigate to https://photos.google.com/
  2. In the left menu column, click Albums.
  3. Click Create Album.
  4. Name your album something easy to remember. I recommend “MagicMirror” for your album name.
  5. Once you have created your album, add 5 to 10 photos to your MagicMirror photo album. You can drag and drop to upload new photos or select from your existing photos to add.

Basic Magic Mirror Install on Raspberry Pi 

1. Connect your screen, mouse and keyboard to your Raspberry Pi.

2. Boot your Raspberry Pi. If you don’t already have a microSD card see our article on how to set up a Raspberry Pi for the first time or how to do a headless Raspberry Pi install.

3. Update Raspberry Pi OS.  Open a terminal and enter:

sudo apt-get update && sudo apt-get upgrade

(Image credit: Tom’s Hardware)

4.  Perform a basic installation of Magic Mirror on our Raspberry Pi with the instructions from the official Magic Mirror page. The commands should execute fairly quickly with npm install taking the longest depending on your Raspberry Pi model and internet speed. On a Raspberry Pi 4 with high speed internet, npm install took approximately 5 minutes to execute. 

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejs
git clone https://github.com/MichMich/MagicMirror
cd MagicMirror
npm install
cp config/config.js.sample config/config.js
npm run start

(Image credit: Tom’s Hardware)

Your Raspberry Pi screen should now be filled with the default Magic Mirror screen. 

(Image credit: Tom’s Hardware)

5. Hit Ctrl-M to minimize and return to the Pi desktop.

6. Press Ctrl-C to stop Magic Mirror. This step is necessary to install the module that will show our Google Photos.

(Image credit: Tom’s Hardware)

Google Photos Installation on Magic Mirror 

1.  In the Pi terminal, install the Google Photos module. 

cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-GooglePhotos.git
cd MMM-GooglePhotos
npm install

2.  Open your Chromium browser and navigate to Google API Console. Login with your gmail account credentials. Full Link: https://console.developers.google.com/  

3. Create a new project with a name of your choice. I named my project ‘MagicMirror123’. 

4. Click ‘+ Create Credentials’ and select ‘OAuth client ID’.

(Image credit: Tom’s Hardware)

5. For Authorization Type, select ‘TVs and Limited Input devices’ from the dropdown menu 

(Image credit: Tom’s Hardware)

6.  Click ‘Create’ to create your OAuth client ID.  

(Image credit: Tom’s Hardware)

7.  Click ‘OK’ to return to the main Credentials page for your project.  

(Image credit: Tom’s Hardware)

8. On the OAuth 2.0 Client ID you just created, click the down arrow to download your credentials.

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

9.  Open your File Manager from your Raspberry Pi desktop, navigate to Downloads and rename the file you just downloaded from ‘client_secret-x.json’ to ‘credentials.json’.  

(Image credit: Tom’s Hardware)

10. Move your newly renamed ‘credentials.json’ file to your MagicMirror/modules/MMM-GooglePhotos folder.

11. In your Terminal, run the following command to authenticate your Pi.

cd ~/MagicMirror/modules/MMM-GooglePhotos
node generate_token.js

12. Select your account when Google prompts you to authorize your device. 

(Image credit: Tom’s Hardware)

13.  Scroll down, click ‘Advanced’ and then ‘Go to MagicMirror (unsafe)’. 

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

14. Grant MagicMirror permissions on the following screens by clicking ‘Allow’ for each prompt.

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

15. Copy your Success code and paste it into your terminal. Press Enter. 

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

16.  Open your File Manager and navigate to /home/pi/MagicMirror/modules/MMM-GooglePhotos or type ‘ls’ in your Terminal (within the MMM-GooglePhotos directory) to view all files. If you see token.json as a file within this folder, you have successfully authorized your device to access your Google Photos. 

(Image credit: Tom’s Hardware)

17.  Open the config.js file for editing in the /home/pi/MagicMirror/config folder. 

(Image credit: Tom’s Hardware)

18. In your config.js file, comment out all modules except for notifications by adding ‘/*’ before the Clock module and ‘*/’ after the Newsfeed module.

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

19. Add the code for MMM-GooglePhotos into the modules section of your config.js file.

{
  module: "MMM-GooglePhotos",
  position: "fullscreen_above",
  config: {
		albums: ["MagicMirror"], // Set your album name. 
		updateInterval: 1000 * 60, // minimum 10 seconds.
		sort: "random", // "new", "old", "random"
		uploadAlbum: null, // Only album created by `create_uploadable_album.js`.
		condition: {
			fromDate: null, // Or "2018-03", RFC ... format available
			toDate: null, // Or "2019-12-25",
			minWidth: null, // Or 400
			maxWidth: null, // Or 8000
			minHeight: null, // Or 400
			maxHeight: null, // Or 8000
			minWHRatio: null,
			maxWHRatio: null,
		},
		showWidth: 800, // Set this to the resolution of your screen width
		showHeight: 480, // Set this to the resolution of your screen height 
		timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
  }
},

20.  In the config section of MMM-GooglePhotos, enter the name of the album you created at the beginning of this project in the ‘albums’ parameter. 

(Image credit: Tom’s Hardware)

21. Set the order in which you wish to view your photos in the ‘sort’ parameter. 

  • New = latest images will display first 
  • Old = images will display from oldest to newest 
  • Random = images will display in random order

22. Set the frequency to change the images in the ‘updateInterval’ parameter. The default is 60 seconds. 

23. Set the resolution of the screen that you are using in the parameters ‘showWidth’ and ‘showHeight’. The default resolution for the 7” Raspberry Pi screen is 800 x 480.

(Image credit: Tom’s Hardware)

24. Save your changes in config.js. 

25. In your terminal, run the command ‘npm run start’ to restart your Magic Mirror. There will be a 30 second or more delay while your Pi pulls images from your Google Photos album. Your Pi will need to stay connected to the internet to display your images.

(Image credit: Tom’s Hardware)

26. To stop Magic Mirror, press Ctrl-M followed by Ctrl-C in the terminal. You can continue to make adjustments in your config.js file until you are happy with the way that your images are displayed. 

27. At this point, you can start adding more images to your Google Photos album. Your Raspberry Pi Magic Mirror digital photo frame should automatically update with any new images. 

Launch Magic Mirror on Boot 

If you reboot your Pi, you’ll need to enter the command ‘npm run start’ each time you want to start your digital photo frame. Let’s set our Raspberry Pi to display our digital photo frame on boot. 

1. Install PM2 by running the following commands in your Raspberry Pi terminal. PM2 is a daemon process manager to keep your applications running continuously. In this project we will utilize PM2 to continuously run Magic Mirror for our digital photo frame.

sudo npm install -g pm2
pm2 startup

(Image credit: Tom’s Hardware)

2. Your terminal will provide the next command. Copy and paste the command into your terminal. 

sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi

(Image credit: Tom’s Hardware)

(Image credit: Tom’s Hardware)

3.  Create a shell script named mm.sh. 

cd ~
nano mm.sh

(Image credit: Tom’s Hardware)

4.  Within mm.sh enter the commands to start Magic Mirror. 

cd ./MagicMirror
DISPLAY=:0 npm start

(Image credit: Tom’s Hardware)

5. Press Ctrl-X to exit, ‘y’ to Save mm.sh, and Enter to return to the Terminal. 

(Image credit: Tom’s Hardware)

6.  Make mm.sh an executable file with the chmod command. 

chmod +x mm.sh

(Image credit: Tom’s Hardware)

7.  Start your Magic Mirror with PM2. 

pm2 start mm.sh

(Image credit: Tom’s Hardware)

Your Magic Mirror should automatically start running again. You can test your auto start functionality with a reboot now. 

(Image credit: Tom’s Hardware)

Disable Screen Blanking 

You may find that after setting up your automatic digital photo frame that your Raspberry Pi screen goes blank after 10 minutes. In this case, you can disable screen blanking.

1. Navigate to the Raspberry Pi Configuration menu. From your Raspberry Pi start menu, click ‘Preferences’ and select ‘Raspberry Pi Configuration’. 

(Image credit: Tom’s Hardware)

2. Toggle Screen Blanking to Disable on the Display tab. Select the ‘Display’ tab. For ‘Screen Blanking’ select Disable. Click OK. 

(Image credit: Tom’s Hardware)

3. Click Yes when you are prompted to Reboot.  

[premium]-how-to-3d-printing-part-2-–-from-preparation-to-post-processing

[Premium] How-to 3d-printing Part 2 – From preparation to post-processing


Tweakers uses cookies Tweakers is part of DPG Media. Our sites and apps use cookies, JavaScript and similar technology, among other things, to provide you with an optimal user experience. It also allows us to record and analyze the behavior of visitors and add this information to visitor profiles.

Cookies can be used to show advertisements on Tweakers and to recommend articles that match your interests. Third parties can also track your internet behavior, as is the case with embedded videos from YouTube.

Cookies can also be used to display relevant advertisements on third party sites. More information about this can be found at tweakers.net/cookies.

To view pages on Tweakers, you must accept cookies by clicking on ‘Yes, I accept cookies’.

Click here to login.

facebook-is-blocking-events-near-the-white-house-through-inauguration-day

Facebook is blocking events near the White House through Inauguration Day

Facebook won’t let people create events that take place “in close proximity” to the White House, the US Capitol building, or any state capitol buildings through Inauguration Day, the company announced on Friday. The move builds upon Facebook’s previously announced Inauguration Day preparations aiming to prevent the platform from being used to organize a violent event like the January 6th attack on the US Capitol.

Facebook is also doing a “secondary review” of all inauguration-related events and will remove those that violate the platform’s rules. The company is also continuing a policy that blocks pages and accounts based outside the US from creating events located in the US. That policy was first put in place for the US presidential election.

The company has come under scrutiny for allowing posts promoting and organizing the January 6th riots to spread across Facebook and Instagram, and for ads promoting military equipment that ran alongside content that contained election misinformation and calls for violence, according to BuzzFeed News. Although Facebook COO Sheryl Sandberg said she believes the riots were “were largely organized on platforms that don’t have our abilities to stop hate,” the company is still stepping up enforcement of its policies and working to remove potentially dangerous content ahead of Inauguration Day.

Accounts that have repeatedly violated Facebook’s policies could be restricted. Those restrictions may include being blocked from creating live videos, events, groups, or pages, according to the company.

Facebook isn’t the only platform trying to prevent Inauguration Day gatherings. Airbnb is blocking and canceling all DC metro area reservations during inauguration week and is banning people who were involved in the January 6th riots.

In the days since that attack, many platforms have taken actions to try and prevent people from organizing another one. Facebook, for example, is now blocking the phrase “stop the steal.” Apple and Google have banned conservative-friendly social app Parler from their app stores, and Amazon has terminated Parler’s hosting, effectively kicking it off the internet.

castel-del-monte-becomes-a-3d-museum-thanks-to-microsoft,-hevolus-and-infratel

Castel Del Monte becomes a 3D museum thanks to Microsoft, Hevolus and Infratel

The Apulian UNESCO heritage site officially becomes a “HoloMuseum”, which can be visited both on site and remotely. The project saw the collaboration of Microsoft and the Ministry of Economic Development who made this innovative digital and cultural experience possible

of Lorenzo Tirotta published on , at 21: 11 in the Technology channel

Microsoft

In a period of severe restrictions and social distancing, the use of digital has grown exponential in many sectors, especially in the artistic and cultural one. Digital museums and multimedia exhibitions have portrayed and told the peculiarities of the most famous and well-known works in the world. Digitization does not replace the possibility of having to itself the original work but rather it offers an additional and innovative experience , with the aim of promoting the artistic and cultural heritage in an alternative way and making it even more accessible . The latest site to enter the multimedia world is Castel Del Monte , a famous medieval fortress of the thirteenth century commissioned by Frederick II of Swabia. The castle is located inside the Alta Murgia National Park , between the province of Bari and BAT (Barletta, Andria, Trani). The site has become a digital HoloMuseum that can be visited both on site or remotely through mobile devices such as smartphones or PCs, through the oleographic computer HoloLens 2 from Microsoft. The project saw the collaboration of Hevolus Innovation, Infratel and Microsoft which has made available its advanced technologies of Cloud Computing , Artificial intelligence and Mixed Reality to make the realization possible multimedia site.

?? The project carried out for Castel del Monte is the demonstration of how new technologies – AI, Cloud Computing and Mixed Reality ?? strategic levers are important for the growth and innovation of this sector and in general for the enhancement of our artistic and cultural heritage. In fact, a digital transformation process such as this, on the one hand, generates new opportunities for relaunching the territory, in a complex moment where tourism and the cultural sector are severely tested by the health emergency, on the other hand new digital tools allow people to live extraordinary museum experiences and acquire new knowledge through innovative and engaging ways of using them, bringing them even closer to the culture of our country? declared Silvia Candiani, Director Delegate of Microsoft Italy.

Holograms, interviews and multimedia contents, here is the experience of the digital museum

The union between culture and technology represents an important lever for the promotion and revitalization of the natural and artistic heritage, where the tourism and culture sector are severely tested by the health emergency. When the museums reopen, the octagonal fortress can be visited on site in phygital mode . The mode is activated through a dedicated application called MVRGA (Android and iOS), where the user interacts directly with the 3D avatar of Frederick II of Swabia that will accompany the visitor in the various stages of the museum. Along the way you will encounter audio-visual contents on the history of the castle and real interviews with art critics on the different architectural components of the site.

?? From the point of view of tourism, culture has extraordinary power ?? comments Antonella La Notte, CEO of Hevolus Innovation . ?? So we created HoloMuseum, a concept of a phygital museum, which makes the traditional exhibition context evolve into a hybrid exhibition environment by making the world coexist physical and virtual digital content: thanks to Microsoft Extended Reality XR, Artificial Intelligence and Cloud Computing technologies, visiting a museum or an exhibition can become an amplified, immersive, highly engaging, immediate and interactive experience ??.

All this was possible thanks to a desired collaboration between public institutions, large companies and innovative start-ups such as Hevolus Innovation. In fact, the initiative is part of the project Piazza Wi-Fi Italia , signed between the Ministry of Economic Development, the Puglia Region, the Alta Murgia National Park and Infratel Italia with the aim of create new areas of free Wi-Fi access by installing an internet point near places of cultural interest.

Follow us on our Instagram channel, lots of news coming !