I think you’re confusing the PS1 in the ad with the PSOne which came out later and had rounded edges.
I think you’re confusing the PS1 in the ad with the PSOne which came out later and had rounded edges.
You might be right, but our southern neighbours also have a Senate and it doesn’t seem to help…
I am one. I’m a pretty weak monarchist, though, it’s just that I look south and I’m glad that there’s a “higher level” looking over our politicians. Even if the GG nominations aren’t always ideal, at least in theory they aren’t beholden to popular opinion. The fact that they’re nominated and not elected ensures that they don’t have the legitimacy to push their own agenda either. So it’s a powerful position, but mostly symbolically and there would be a lot of backlash if some ambitious GG tried to use this power for anything other than extreme cases.
In my opinion, this is partly why our politics haven’t yet devolved to the point of getting a Donald Trump. You can say what you want about Trudeau, but at least the government doesn’t shut down every so often just because they can’t agree on a budget.
There’s also a Kirkland near Montreal, so it could be Canada. But as it’s already been mentioned, it has nothing to do with location in this case.
Enel is currently doing exactly that with their electric car chargers (the Juicebox), they’ve decided to pull out from the North American market and just shut down the servers. Like WTF, at least open-source the thing…
The store nearest me will deliver whatever you want for a $30 flat rate. I have a minivan so I can still carry a lot of stuff myself but for that price it lets me avoid messing with removing my seats so it’s worth it
Funnily enough, in my town there used to be a Future Shop, and then a Best Buy sprung up in the new commercial district, but apparently couldn’t compete because it closed 2 years later. Then about a year later Best Buy bought Future Shop and they re-branded the existing Future Shop to Best Buy.
Yeah, ToysRUs is alive and well in Canada. I have no idea that the bottom-right one is.
Hay is basically cut grass, straw is the part leftover from harvesting wheat and taking the seeds. Both are baled, but they’re used for different things. Hay is food for any animals that eat grass like horses and cows, buy straw is not edible so it’s used as bedding.
For self-hosting purposes, Docker = lightweight disposable VMs that are configured via docker-compose.yml
. All important data should be in “volumes”, which are just shared folders between the host and the container.
The end result is that you can delete and re-create containers at any time and they should just pick up where they left off from the data that’s in these volumes.
Each individual published image has some paths they want to use for that; everything is usually specified in their example docker-compose files.
If you’re not a dev, don’t even try to understand Dockerfiles, it’s not for you.
It’s not quite as point-and-click, but I’m using Docker for that because Yunohost kept messing up updates. Most server apps will have some instructions on how to run them in docker, especially a docker-compose.yml
file, so you don’t have to rely on the Yunohost team to package said app.
The way I do it is that I put each suggested compose file in their own file, and import them in my main docker-compose.yml file like this:
version: '3'
include:
- syncthing.yml
Then just run docker compose pull && docker compose up -d
every time you change something or want to update your apps, and you’re good to go.
Software updates in particular are waaaaaayyy easier on Docker than Yunohost.
Owner of 2 pinecils here, there are buttons and a display that shows the current temperature and other stuff. I only just learned that there’s an app, it works more than fine on its own, out of the box.
I got that specific iron because I needed to power it from 12v, and it works very well on the USB PD power supply I already have for my laptop.
Oh, my sweet summer child…
From this thread, looks like you’re right, sadly…
Even if Assange himself was openly interfering in US politics, how is that relevant? If he isn’t a US person, and he’s not on US soil, why would he be bound by US law? US law isn’t universal law, you know.
Yes, but that’s not treason. It could be treason if he was American, but he isn’t.
I fail to see how that’s relevant here. The guy isn’t a US national and wasn’t in the US when he committed his alleged “crime”.
He has absolutely no duty towards the US and is 100% free to associate with whoever he wants, and yes, even Russia.
US has no standing whatsoever in this situation, and it’s a travesty of international law that Sweden and the UK even entertained the idea of extraditing him. The response should’ve been “go sue the American who actually committed that crime on American soil. Oh wait, you’ve already convicted her, and she’s already out after serving her sentence? WTF are you going on about then?”
The lining in question is very thin (akin to a layer of paint) and just burns up when the cans are re-melted.
Recycling beer bottles is indeed pretty easy once you get them to the processing center intact, but it’s getting there that’s the hard part. They’re fragile, pretty heavy and don’t stack well unless you put them in some form of packaging.
Once they’re broken, they’re basically useless; glass isn’t recycled much except as grit material for sandpaper; re-melting it is resource-intensive and sensitive to impurities.
I’ve read all of them, and I really enjoyed them. It’s true that it’s basically “Royal Navy in space”, and it might be a little cheezy, but it’s a pretty relaxing read.
The space combat stuff gets much better in the later books, Weber managed to build satisfying mechanics for it. There’s some good political intrigue too. The one thing that pulled me “out” of the books a couple times were some character names, some of them are pretty ridiculous (Queen Elizabeth III for example).
Running a bunch of services here on a i3 PC I built for my wife back in 2010. I’ve since upgraded the RAM to 16GB, added as many hard drives as there are SATA ports on the mobo, re-bedded the heatsink, etc.
It’s pretty much always ran on Debian, but all services are on Docker these days so the base distro doesn’t matter as much as it used to.
I’d like to get a good backup solution going for it so I can actually use it for important data, but realistically I’m probably just going to replace it with a NAS at some point.