

Congress. For not taxing carbon emissions according to the damage they cause.
(And other countries’ legislatures, but as an American voter, I first need to hold my own legislature responsible.)


Congress. For not taxing carbon emissions according to the damage they cause.
(And other countries’ legislatures, but as an American voter, I first need to hold my own legislature responsible.)


GOG is a platform for selling closed source software. If the client was open source, would you be willing to use it to buy and run closed source games? If so, why are the requirements for the client different from the games?



Shadows of Doubt. These achievements are not rare because they are difficult, but because they are tedious. Most of the ones listed here are just repeatedly eating a food item, which costs almost nothing (1200 credits for solving a typical case, 700 for an easy case; 12 credits to buy a Croque Monsieur, the most expensive food in the game.)
Rat Catcher: Solve a murder while your PoV is at the ground, but you can crawl up walls, and also nobody will talk to you. This achievement is rare mostly because this game mode was added a few years after this game peaked in popularity.
Spare No One: KO everyone in town, in a game where you are discouraged from using violence. Finding a katana and knocking out everyone you see on the street is easy enough. The real challenge here is keeping track of everyone. Some NPCs glitch out and get stuck in their houses, never go outside, and never come to work. You’ll have to identify them, find out where they live, and hunt them down. Some NPCs have accented characters in their names, making them difficult to search for on the computers in game, which do not allow you to type such characters.
If you make a case board to keep track of everyone, the case board takes exponentially increasing time to open for each person you pin onto it. By the end, it was taking me about 5 seconds each time I opened it. That was in a custom procedurally generated town of the smallest possible size – it would be worse on any of the stock towns.
Out of the Red: pay off 10,000 to a loan shark in 1,000 credit increments, one payment per day. Raising 10,000 can be done in half a day easily. Paying it off takes for ever. You can’t make payments early. Each one-day wait takes a few minutes, since the game has to simulate every NPC in town. And remember to turn off the procedurally generated murders, because otherwise your loan shark might get killed, and you can’t make payments any more (it happened to me, and I had to load a save.)


Seedvault doesn’t backup apps whose developer chooses not to let you back them up. It doesn’t backup the encrypted keystore or the tee. It misses a lot, because Android fundamentally puts developers above users.
What kind of propaganda are you guys getting? In my 9th grade American history class they didn’t shy away from Native American genocide, police brutality (starting with the whiskey rebellion), and the civil war being about slavery. But that wasnt at a normal school.
Libertarian. Definitely.
It varies a lot by state. Most states it’s easier than this, some it’s harder.


The people emitting the carbon dioxide should pay for it, since climate change is responsible for much of the fire.
(This statement is not in disagreement with the post. See list.)


But the site approved Cutco? The pyramid scam of cheaply made knives?


Isn’t the solution obvious? You need more money, so increase the tax revenue. The easiest way is to end the limit on social security taxable income. Right now it’s like $200,000. Any money above that isn’t taxed by social security. So it’s a totally regressive tax. Make it a flat tax, with all income taxed equally, or make it a progressive tax, with larger income taxed more.
Second most obvious solution: make dividends, capital gains, and unrealized capital gains taxable by social security.


Nobody’s at zero. It’s been said that the average American commits 3 felonies per day. The law is so long that you couldn’t read it in a lifetime. There are more criminalized actions than you can imagine.
xdotool


They just make up shit. They probably knew they didn’t have a warrant for this person.
There are always at least some warrants. ICE will pick one at random and say “I thought it was them.”


I feel like it’s reached its conclusion. They were supposed to release more files, and redact less, and refused. They were found to be in violation. Their failure to release them is as damning as the worst you can imagine being in the files. The only recourse now is impeachment, and that won’t happen. So it’s basically done until congress changes.
You were never tutored in analogue calculations. Analog doesn’t mean “everything that’s not digital”.


My gaming PC dual boots Debian and Ubuntu


From the same develeoper: https://store.steampowered.com/app/716490/EXAPUNKS/
See the game’s manual: https://steamcommunity.com/sharedfiles/filedetails/?id=2515197025
I was getting marked as “away” in Microsoft Teams every day, even though I was working. I just wasn’t using Microsoft Teams, so it marked me as idle.
I wrote this Autohotkey script after my boss started complaining. It clicks on Teams every 2 minutes:
global running := 0
^+1::
{
global running := 1
while running == 1
{
CoordMode("Mouse", "Screen")
oldx := 0
oldy := 0
MouseGetPos(&oldx, &oldy)
prev_active := WinActive("A")
Try
{
WinActivate("ahk_class TeamsWebView")
}
Catch TargetError as e
{
}
CoordMode("Mouse", "Window")
Send("{Click 80 40 Left}")
Try
{
WinActivate("ahk_id " prev_active)
}
Catch TargetError as e
{
}
CoordMode("Mouse", "Screen")
MouseMove(oldx, oldy, 0)
sleep(115000)
}
}
^+2::
{
global running := 0
}
It has the side effect of preventing my computer from entering screensaver/lock screen when I really am away.
It’s really clickbaity. I came to the comments section looking for the reason drivers were “PANICKING” but couldn’t find it. It’s probably some trivial thing. I’m not gonna watch the video.