

Can’t wait for Madmax to hit us first.


Can’t wait for Madmax to hit us first.


Why was he allowed to leave the country while in an active court challenge?
The discharge on Wednesday comes after the July 13 hearing was rescheduled when the offender did not appear in person that day, and instead attended virtually from Switzerland. This comes after he pleaded guilty last year to the charges of the assault.
“I made the presumption that Henschel would be present, to be sentenced, and like everyone else, I was shocked that he didn’t come,” Brent Patterson, Shut Down CANSEC campaign organizer and the executive director of Peace Brigades International-Canada, said outside the courthouse.
“It seemed both of the lawyers, also, did not have any prior warning, and so it did seem disrespectful of the Court, disrespectful of the process, disrespectful of the family and everyone who had gathered to bring this to some conclusion.”


I am under a NDA, all I will say is that the amount of wasted money is absurd.


Forced labor? I mean they aren’t wrong, you either work or struggle to make ends meet, but the US is no different. Out of all the planets in the galaxy we get the one with taxes.

Why is there an rss bot posting google links in the hackernews community? /u/patrick@lemmy.bestiver.se at least give people the archived link.


This bridge is a nightmare.
Wow, remember seeing these guys on Tosh.0 nearly 5ish years ago, surprised the movement is still going.


I smell the “all Linux users are hackers” argument approaching:

When a vast handful of websites refuse to function when you block google’s JavaScripts you know there is a problem.
Guess you won’t be making issues there for a while eh


What distro are you using? There are 3 big distro’s you need to keep in mind for, Debian, Arch and Fedora, every other distro typically bases themselves off of one of these big distro’s.
Documentation is your friend, if you’re using a Debian based distros the stress ng repository linked above has this in their documentation -
Debian packages for Ubuntu
Recent versions of stress-ng are available in the Ubuntu stress-ng ppa for various Ubuntu releases:
(run the commands below to install the package)
sudo add-apt-repository ppa:colin-king/stress-ng
sudo apt update
sudo apt install stress-ng
Now that is installed, they have an examples section.
Examples
Run 8 CPU stressors for 60 seconds:
stress-ng --cpu 8 --timeout 60
stress-ng: info: [184401] setting to a 1 min run per stressor
stress-ng: info: [184401] dispatching hogs: 8 cpu
stress-ng: info: [184401] skipped: 0
stress-ng: info: [184401] passed: 8: cpu (8)
stress-ng: info: [184401] failed: 0
stress-ng: info: [184401] metrics untrustworthy: 0
stress-ng: info: [184401] successful run completed in 1 min
Couple of definitions and examples that will help you along the way.


If you really need to expose something to the internet set yourself up an SSO/OIDC provider and have it sit in front of the service and have a deny-first policy in place, whitelist the known few IP’s that need to connect regularly or alternatively geoblock.
Also suggest setting up some security headers, however headers can be confusing for beginners.


Virtualize or containerize everything.
User Agent switchers exist.


Somebody watched the backrooms recently.
Here I am thinking this has to do with networking and such meanwhile it’s just another LLM.


It’s clear that Redlibs maintainer is burnt out, as were the LibReddit folks who developed and maintained it initially before it was forked. Software like this is an endless cat and mouse chase, Reddit break something, the community works around it, rinse and repeat.
It’s why we don’t see Bibliogram around anymore, Instagram made their APi unbearable to work with.
In regard to the difficulty of keeping a Redlib instance alive, currently most of the discussion occurs in one issues post on GitHub, and people have suggested other docker images that currently work.


If you host a SearXNG instance you can replace Reddit links with Redlib links, just add this to your settings.yaml.
hostnames:
replace:
'(.*\.)?reddit\.com$': 'lib.your.domain'
'(.*\.)?redd\.it$': 'lib. your.domain'
Ubuntu is based off of Debian, just use Debian instead.
deleted by creator