but hopefully for the last time
That's what they said last time. "Never again" etc.
but hopefully for the last time
That's what they said last time. "Never again" etc.
Curious, what is SOCKS5 used for that regular wireguard cannot do? I'm only familiar with the use case of telling Firefox to connect through a SOCKS5 proxy, which may be convenient as a form of split tunneling - only firefox traffic goes through the VPN and everything else through clearnet - but wireguard can be configured into a split tunnel form as well with a bit more work, and works for all software not just the ones aware of SOCKS proxies. Is it for use on a system where your permissions are too limited to turn on wireguard but not so limited that you cannot change Firefox proxy settings?
Talescale is a VPN, "private network" is what P and N stand for. It's just one with only forwarded ports and no outbound traffic. The question was are forwarded ports important, and yes they are. So important that some users pay for a VPN twice! Once for something like Mullvad with no port forwarding, and once for Talescale for port forwarding. It's true it has benefits like static IP, but even on my commercial VPN I get the same forwarded IP and port when connecting to the same server, so I don't want to pay twice.
In theory, the rich can just continue paying off each other spending money on rich people stuff. 80% of the economy consisting of activities like robot-staffed billionaire-owned construction companies making and selling super-yachts to oil billionaires, who made their fortune selling fuel to space tourism companies ferrying billionaire designer bag heiresses to the Moon. The rest of us can starve to death and the economy won't even blink.
I'm coming up with "agent noun"
https://en.wikipedia.org/wiki/Agent_noun#Words_related_to_agent_noun
Using dd to move-resize a partition by writing down the cylinder numbers and moving it piece by piece like some Tower of Hanoi. Wanted to add more space to my root after deleting the Windows partition, which happened to be first. There is apparently no built-in command to do that.
Booted up fingers crossed and everything worked.
one of those will be interpreted as aggressive and the other submissive
No choice then. Odd letters of the alphabet gets capitalized, even letters get downcased. That way you need to learn only one glyph for each still, but nobody will interpret you as BDSM.
Capital letters give shape to lines of text on a page that make it easier for the eye to skim. Sure, they don't add any additional information that the period does not already have (and proper names are mostly vanity), but try reading page after page of all lower-case. It will take longer and comprehension will be lower. This is the same reason why some letters extend above and below the line - makes decoding words easier by giving them shape.
You can try it out yourself by saving this bookmarklet and using it to downcase a page! (Create new browser bookmark and paste "javascript:..." as the URL)
javascript:for (e of document.querySelectorAll('*')){for (c of e.childNodes){if (c.nodeType === Node.TEXT_NODE) c.textContent = c.textContent.toLowerCase()}}; void(0)
Come to think of it, the ease-of-read effect does look more pronounced on a full page of text rather than someplace where every post is a single sentence.
Yes! Cancels out, leaving only a very slight edge on door 2. All that work for only... 2.77% edge over picking at random. What a troll problem, huh?
I agree that OP is in the best position to report the crime to the police - they are closest to the police station, they have video evidence, they literally know who the thief is - but it should not be their responsibility! OP has done nothing wrong and there are no measures they could have taken to prevent this crime (other than not shopping online at all). If OP gets a police report, OP is taking up the task of being the victim, and then BestBuy has no legal obligation to refund them at all, other than out of the kindness of their heart. Rather, BestBuy is the victim in this crime, same as if the item was stolen off the shelf at their warehouse and scanner records forged. It is their responsibility to file a police report, if they want the numbers in their system to add up. Only then could they ask OP to kindly provide the video evidence to help them out, and they'd be lucky if OP would give it to them, having no obligation to do so.
wireguard can too using network namespaces
Which devices are you people running where you want VPN/proxy but don't have kernel permissions to run wireguard? Firefox on iPhone? Porn on wifi washing machine?