Says right in the article that the rate is 9%, and they give up a 10% stake in the company.
I got better terms than that on a CAR loan last month…
Says right in the article that the rate is 9%, and they give up a 10% stake in the company.
I got better terms than that on a CAR loan last month…
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.
Isn’t that already illegal? As far as I remember, ad breaks during my morning cartoons were either for other shows on the network or Swiffer and laundry detergent.
It’s taught in Québec.
Haven’t watched the video, but what do you think circularization is? If you’re “just a circulization away from orbit”, you are indeed going a bit slower than orbital velocity. There’s no point to going orbital velocity if your trajectory still brings you back inside the atmosphere. To get to orbit you want to raise your periapsis outside the atmosphere, and you do that by doing a burn at the apoapsis, which is what we commonly call “circularization”.
I went to Kamelot’s show last weekend, if you don’t know them definitely check them out. Opening act was Ad Infinitum, I didn’t know them but I was blown away! Melissa Bonny is an amazing singer.
Modern air combat isn’t about dogfights anymore. A plane like the F-35 is an asset in the air because of its sensor suite way more than because of its ability to deploy ordnance. It’ll let us patrol our massive airspace much more effectively than the 5-6 operational CF-18s we currently have.
Yes, drones will be important, but for long-range combat they’ll get used in conjunction with manned aircraft in the air. The F-35 is a formidable platform for that. Tomorrow’s air combat will probably consist of squadrons of autonomous drones under the command of a manned aircraft flying with them in formation.
CRA really likes going after the wrong person if somebody isn’t paying their taxes; I’ve had to pay back around 700$ for childcare credits because the provider didn’t give me their social security number (I didn’t know I should’ve asked for it) and disappeared without paying their taxes. It’s not as much as the guy in this article, but it was money I didn’t have at the time, so it really hurt.
A great point in favour of maps is that each iteration is independent, so could theoretically be executed in parallel. This heavily depends on the language implementation, though.
shove some text into stdout
That’s not what this operator does normally, and if you try to “shove” something into anything else (an int into a variable? a function into an object?) you’ll get surprises… Basically it’s “special” and nothing else in the language behaves like it. Learning hello world in C++ teaches you absolutely nothing useful about the language, because it doesn’t generalize.
C, in contrast, has many instances of complex functions like printf (another commenter mentioned variable arguments), and learning to call a function is something very useful that generalizes well to the rest of the language. You also learn early enough that each different function has its own “user manual” of how to use it, but it’s still just a function call.
this std::cout << "hello world"
bullshit is in no way intuitive. You’re using the bit-shift operator to output stuff to the console? WTF? Why 2 colons? What is cout? And then these guys go on to complain about JS being weird…
No, C is where it’s at: printf("hello world");
is just a function call, like all the other things you do in C.
Meanwhile I actually studied computer engineering, but can’t legally call myself an engineer (yay Québec).
In most jurisdictions the protected title is “professional engineer”, but here it’s just “engineer”.
I have enabled the option to limit charging to 85% on my Samsung, and last weekend I needed it to last for 2 days so I charged it to 100%. Easily made it. It’s nice to know you have that 100% when you need it .
KeepassXC works on Mac, too and there’s KeepassDX for Android.
I might’ve very well glanced over it, but the point is that I missed it when it’s probably the most important one. Why is it added when you do ctrl-f but not when clicking?
EDIT: Actually, it doesn’t show it until you actually type in the box:
It shows you all the filters except the one for the channel…
Having tried it, search is horrible. You have to look up the help to even know how to filter the search to a specific channel, by default it searches the whole server. I never managed to find anything, I had to ask again instead…
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.