Jun 142021
 

The recommended tool for managing system resources on Linux systems is cgroups. While very powerful in terms of what sorts of limits can be tuned (CPU, memory, disk I/O, network, etc.), configuring cgroups is non-trivial. The nice command has been available since 1973. But it only adjusts the scheduling priority among processes that are competing for time on a processor. The nice command will not limit the percentage of CPU cycles that a process can consume per unit of time. The cpulimit command provides the best of both worlds. It limits the percentage of CPU cycles that a process can allocate per unit of time and it is relatively easy to invoke. The cpulimit command…

External feed Read More at the Source: https://fedoramagazine.org/use-cpulimit-to-free-up-your-cpu/

 2021-06-14  Comments Off on Fedora People – Fedora Magazine: Use cpulimit to free up your CPU
Jun 142021
 

PostgreSQL contains some hidden gems which have been around for many years and help to silently speed up your queries. They optimize your SQL statements in a clever and totally transparent way. One of those hidden gems is the ability to synchronize sequential scans. Actually, this feature has been around for 15+ years, but has gone mostly unnoticed by many end-users. However, if you are running data warehouses and analytical workloads, you might have already used synchronized seq scans without actually knowing it.
Reducing I/O for large SQL queries
Before we draw any conclusions, it is necessary to understand the problem we’re trying to solve in the first place. Consider the following scenario: 10 users are concurrently running…

External feed Read More at the Source: https://postgr.es/p/55L

 2021-06-14  Comments Off on Planet PostgreSQL – Hans-Juergen Schoenig: Data warehousing: Making use of synchronized seq scans
Jun 092021
 

Ring gets a lot of criticism, not just for its massive surveillance network of home video doorbells and its problematic privacy and security practices, but also for giving that doorbell footage to law enforcement. While Ring is making moves towards transparency, the company refuses to disclose how many users had their data given to police.
The video doorbell maker, acquired by Amazon in 2018, has partnerships with at least 1,800 U.S. police departments (and growing) that can request camera footage from Ring doorbells. Prior to a change this week, any police department that Ring partnered with could privately request doorbell camera footage from Ring customers for an active investigation. Ring will now let its police partners publicly request…

External feed Read More at the Source: https://techcrunch.com/2021/06/08/ring-police-warrants-neighbors/

 2021-06-09  Comments Off on TechCrunch – Ring refuses to say how many users had video footage obtained by police
Jun 092021
 

If the majority of council members get what they want, this year’s municipal election would be delayed until November 2022. Not every council member is onboard.

External feed Read More at the Source: https://indyweek.com/news/wake/the-raleigh-council-wants-to-ask-the-legislature-for-an-extra-year-in-office-due-to-pandemic-driven-census-delays/

 2021-06-09  Comments Off on INDY Week – Raleigh’s Council Wants to Ask the Legislature For an Extra Year in Office Due to Pandemic-Driven Census Delays
Jun 092021
 

Ring gets a lot of criticism, not just for its massive surveillance network of home video doorbells and its problematic privacy and security practices, but also for giving that doorbell footage to law enforcement. While Ring is making moves towards transparency, the company refuses to disclose how many users had their data given to police.
The video doorbell maker, acquired by Amazon in 2018, has partnerships with at least 1,800 U.S. police departments (and growing) that can request camera footage from Ring doorbells. Prior to a change this week, any police department that Ring partnered with could privately request doorbell camera footage from Ring customers for an active investigation. Ring will now let its police partners publicly request…

External feed Read More at the Source: https://techcrunch.com/2021/06/08/ring-police-warrants-neighbors/

 2021-06-09  Comments Off on TechCrunch – Ring won’t say how many users had footage obtained by police
Jun 022021
 

Left turns are dangerous and cause a lot of unnecessary traffic. Chris Jongkind/Moment via Getty ImagesTo reduce travel times, fuel consumption and carbon emissions, in 2004, UPS changed delivery routes to minimize the left-hand turns drivers made. Although this seems like a rather modest change, the results are anything but: UPS claims that per year, eliminating left turns – specifically the time drivers sit waiting to cut across traffic – saves 10 million gallons of fuel, 20,000 tons of carbon emissions and allows them to deliver 350,000 additional packages. If it works so well for UPS, should cities seek to eliminate left-hand turns at intersections too? My research suggests the answer is a resounding yes….

External feed Read More at the Source: https://theconversation.com/sick-of-dangerous-city-traffic-remove-left-turns-161397

 2021-06-02  Comments Off on – The Conversation – Home – Sick of dangerous city traffic? Remove left turns
Jun 022021
 

“Lots of venues were—and still obviously are—hanging on by a thread,” says Cat’s Cradle owner Frank Heath.

External feed Read More at the Source: https://indyweek.com/culture/stage/are-triangle-arts-organizations-getting-the-held-they-need/

 2021-06-02  Comments Off on INDY Week – To Survive, Many Triangle Arts Organizations Applied for Federal Aid. Are They Getting the Help They Need?
Jun 012021
 

A May 23 report prepared by the human rights organization Justicia y Paz stated that fascistic paramilitary groups, which operate in concert with the far-right and US-backed regime of Colombian President Ivan Duque, have created torture sites and mass graves in an attempt to suppress protests in the city of Cali, which has been the epicenter of continuing countrywide demonstrations.

The post Torture sites and mass graves reported in Colombia appeared first on PopularResistance.Org.

External feed Read More at the Source: https://popularresistance.org/torture-sites-and-mass-graves-reported-in-colombia/

 2021-06-01  Comments Off on PopularResistance.Org – Torture sites and mass graves reported in Colombia
Jun 012021
 

Postgres has had “JSON” support for nearly 10 years now. I put JSON in quotes because well, 10 years ago when we announced JSON support we kinda cheated. We validated JSON was valid and then put it into a standard text field. Two years later in 2014 with Postgres 9.4 we got more proper JSON support with the JSONB datatype. My colleague @will likes to state that the B stands for better. In Postgres 14, the JSONB support is indeed getting way better. I’ll get into this small but pretty incredible change in Postgres 14 in just a minute, first though it is worth some summary disclaimer on the difference between JSON and JSONB. JSON still exists…

External feed Read More at the Source: https://postgr.es/p/55g

 2021-06-01  Comments Off on Planet PostgreSQL – Craig Kerstiens: Better JSON in Postgres with PostgreSQL 14
Jun 012021
 

Today’s links

Canadian telco monopolists run the show: The CRTC just put Teksavvy out of business.

Google cheats on location privacy: Part of the attribution con.

The antitrust case against Prime: The dotted line to higher prices.

This day in history: 2006, 2010, 2016, 2020

Colophon: Recent publications, upcoming/recent appearances, current writing projects, current reading

Canadian telco monopolists run the show (permalink)
If there’s one lesson you’d hope governments would take away from the pandemic and the lockdown, it’s that good internet policy – universal access at fair prices, managed in the public interest – is a prerequisite for all good policy.
Canada didn’t get the memo.
Last week, the CRTC – Canada’s telecoms regulator – released its long-awaited decision on the wholesale prices paid…

External feed Read More at the Source: https://pluralistic.net/2021/06/01/you-are-here/

 2021-06-01  Comments Off on Pluralistic: Daily links from Cory Doctorow – Pluralistic: 01 Jun 2021
Jun 012021
 

In addition to the GCC 9.4 release today, the GCC Steering Committee announced today that they are dropping their long-running policy of requiring copyright assignment to the Free Software Foundation for all code contributions…

External feed Read More at the Source: https://www.phoronix.com/scan.php?page=news_item&px=GCC-Drops-FSF-CA

 2021-06-01  Comments Off on Phoronix – GCC To No Longer Require Copyright Assignment To The Free Software Foundation
May 302021
 

Ten years ago I began
the olduse.net exhibit,
spooling out Usenet history in real time with a 30 year delay.
My archive has reached its end, and ten years is
more than long enough to keep running something you cobbled together
overnight way back when. So, this is the end for olduse.net. The site will continue running for another week or so, to give you time to
read the last posts. Find the very last one, if you can! The source code used to run it, and the content of the website have
themselves been archived up for posterity at
The Internet Archive. Sometime in 2022, a spammer will purchase the domain, but not find it to be
of much value. The Utzoo archives that…

External feed Read More at the Source: http://joeyh.name/blog/entry/the_end_of_the_olduse.net_exhibit/

 2021-05-30  Comments Off on see shy jo – the end of the olduse.net exhibit
May 302021
 

It may seem overwrought, but The Drama of Metal Forming actually is pretty dramatic.
This film is another classic of mid-century corporate communications that was typically shown in schools, which the sponsor — in this case Shell Oil — seeks to make a point about the inevitable march of progress, and succeeds mainly in showing children and young adults what lay in store for them as they entered a working world that needed strong backs more than anything.
Despite the narrator’s accent, the factories shown appear to be in England, and the work performed therein is a brutal yet beautiful ballet of carefully coordinated moves. The sheer power of the slabbing mills at the start of the film…

External feed Read More at the Source: https://hackaday.com/2021/05/29/retrotechtacular-the-drama-of-metal-forming/

 2021-05-30  Comments Off on Hackaday – Retrotechtacular: The Drama of Metal Forming
May 302021
 

joust.life is where you may engage in multiplayer deathmatch Joust. Just jump in and start bouncing and jousting around. It’s Joust, but feels weirdly like playing Defender after the planet explodes. Remember: higher wins. At Hacker News, creator Jason Kester writes:

Most of this code dates back to 1998, when I built a little 2 player Joust game to push the bounds of what you could do with Div (and at the time Layer) tags in the latest browsers such as IE4 and Netscape 3.

Read the rest

External feed Read More at the Source: https://boingboing.net/2021/05/29/multiplayer-deathmatch-joust.html?utm_source=rss&utm_medium=rss&utm_campaign=multiplayer-deathmatch-joust

 2021-05-30  Comments Off on Boing Boing – Multiplayer deathmatch Joust
May 292021
 

Ten years ago I began
the olduse.net exhibit,
spooling out Usenet history in real time with a 30 year delay.
My archive has reached its end, and ten years is
more than long enough to keep running something you cobbled together
overnight way back when. So, this is the end for olduse.net. The site will continue running for another week or so, to give you time to
read the last posts. Find the very last one, if you can! The source code used to run it, and the content of the website have
themselves been archived up for posterity at
The Internet Archive. Sometime in 2022, a spammer will purchase the domain, but not find it to be
of much value. The Utzoo archives…

External feed Read More at the Source: http://joeyh.name/blog/entry/the_end_of_the_olduse.net_exhibit/

 2021-05-29  Comments Off on see shy jo – Joey Hess: the end of the olduse.net exhibit
May 282021
 

Late last month, it was discovered the United States Postal Service was operating a social media surveillance program. The “why” of this was never explained. Apparently, the USPS has time and money to blow, so it has something called an “Internet Covert Operations Program” (iCOP) which it uses to investigate crimes that definitely are not of a postal nature.

According to the two-page bulletin first reported on by Yahoo News, iCOP was trawling social media looking for “threats.” And the “threats” observed in the report shared with the DHS and its many, many (mostly useless) “Fusion Centers” was that the threats weren’t credible.

Great, I guess, but why is the Postal Service surveilling communications that aren’t being sent…

External feed Read More at the Source: https://www.techdirt.com/articles/20210522/12130546847/us-postal-services-social-media-surveillance-program-uses-clearviews-facial-recognition-tech.shtml

 2021-05-28  Comments Off on Techdirt. – US Postal Service’s Social Media Surveillance Program Uses Clearview’s Facial Recognition Tech
May 282021
 

Inkscape is an amazing piece of open source software, a vector graphics application that’s a million times more lightweight than comparable commercial offerings while coming in at the low, low price of free. The software also has plenty of extensions floating around on the Internet, though until now, they haven’t been organised particularly well. The MightyScape project aims to solve that, putting a bunch of Inkscape plugins into one useful release.
The current MightyScape release has a whole bunch of useful stuff inside, for tasks as varied as laser cutting, 3D printing, vinyl cutting, as well as improvements on areas where Inkscape is a bit weak out of the box – like CAD, geometry and patterning. The…

External feed Read More at the Source: https://hackaday.com/2021/05/27/one-inkscape-plugin-collection-to-rule-them-all/

 2021-05-28  Comments Off on Hackaday – One Inkscape Plugin Collection To Rule Them All
May 282021
 

The Washington Post’s website — owned, of course, by Amazon founder Jeff Bezos — became a giant native ad Tuesday for Amazon. Bezos is using the paper as his personal megaphone to push back against criticism over wages and working conditions.
Jeff Bezos using native advertising on the homepage of the Amazon website to portray itself as a devoted supporter of a higher federal minimum wage. (Daniel Oberhaus, 2019 / Flickr) A few years after Amazon CEO Jeff Bezos bought the Washington Post, he said it was because it “is the newspaper in the capital city of the most important country in the world” and “has an incredibly important role to play in this…

External feed Read More at the Source: https://jacobinmag.com/2021/05/washington-post-jeff-bezos-amazon-minimum-wage-native-advertising/

 2021-05-28  Comments Off on Jacobin – Jeff Bezos Weaponizes the Washington Post Homepage
May 282021
 

Two years ago, Google proposed Manifest v3, a number of foundational changes to the Chrome extension framework. Many of these changes introduce new incompatibilities between Firefox and Chrome. As we previously wrote, we want to maintain a high degree of compatibility to support cross-browser development.  We will introduce Manifest v3 support for Firefox extensions. However, we will diverge from Chrome’s implementation where we think it matters and our values point to a different solution.
For the last few months, we have consulted with extension developers and Firefox’s engineering leadership about our approach to Manifest v3. The following is an overview of our plan to move forward, which is based on those conversations.
High level changes

In our initial response…

External feed Read More at the Source: https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/

 2021-05-28  Comments Off on Planet Mozilla – Manifest v3 update
May 282021
 

Is that a tuning Fork we hear?

The saga of the Audacity takeover continued this week with the announcement of a Contributor License Agreement (CLA) by the project’s new owners.…

External feed Read More at the Source: https://go.theregister.com/feed/www.theregister.com/2021/05/27/audacity_cla/

 2021-05-28  Comments Off on The Register – The Audacity: Audio tool finds new and exciting ways to annoy contributors with a Contributor License Agreement