They have outsourced a large chunk of it[1], although you could argue not enough of it.
HN user
stickupkid
Software engineer at Canonical. Currently working on the Juju project.
Correct, see the github mirror[1]. I don't know how well supported that feature is compared to main branch. If it was completely stable, then it would have already landed in the main stable branch. Clarity about the roadmap of that branch would be nice.
Edit: maybe it's still being actively developed?
That's been addressed now (MIT in case anyone is wondering). Seems like your call out worked.
Specifically to the arena, this required integration with the GC, so couldn't be done as an external library. Hence why a language spec was required.
It does, but the map has a reference to it, so it will "leak" (in gc languages an unwanted reference is considered a leak). If this map got rather large, you could end up with a rather large heap and it would be un-obvious why at first.
Citation required on this one...
gVisor is used in a lot of places[1] that require more performance than a clock. I'm not saying you can't achieve more performance with C++/rust, what I'm saying is that this probably isn't the primary concern.
1. https://cloud.google.com/kubernetes-engine/docs/concepts/san...
I don't have a phone
Get a yubikey[0], that way you don't need a phone.
Ignoring Postgres and comparing apples to apples, rqlite has limitations on "safe" SQL statements[1]. This might be a big deal breaker for you than it might for others. As dqlite replicates the pages and not the SQL statements over raft, which means dqlite doesn't have _that_ problem. Using random() and now() are classified as non-deterministic[2].
Using the application to send the time, although not idea could be used as a workaround, but attempting to use non-deterministic functions in triggers becomes a lot harder.
1. https://github.com/rqlite/rqlite#limitations 2. https://www.sqlite.org/deterministic.html
It depends what you call a deal. Are they new trade deals from scratch, absolutely not. Are they trade deals that have been copied from the EU trade deals to satisfy ongoing deals ("rollover" deals), yes they are. Are we getting the trade deals that Boris promised, absolutely not.
I didn't know about this plugin and now I do. So more fool them!
See how to install manually here - https://github.com/ClearURLs/Addon/issues/102#issuecomment-8... and I don't mind manually checking for updates from time to time.
I wonder if they'll try and make[1] Uber drivers opt out of the maximum weekly working time limit and would they even be paid for overtime?
1. Officially your employer can't make you opt out.
Some are mentioned in the post but I can think of secret management
Hashicorp Vault seamless integration.
In order to supply those needs in Nomad you'll need to spend time finding out how to integrate different solutions, keep them up-to-date, etc
Like how k8s secrets are secure out of the box ?
This isn't highlighted high enough, and the lack of what makes a good PR that shows new contributors the best way forward isn't shown enough.
Yet I standby my statement, you're not blameless here.
(parent post tried to abolish blame and called out the grandparent post as the issue, hence why the lack of continuation)
I don't, you messed up!
The fact that you're actually incentivising contributors to make PRs of any quality and without standards, whilst forcing the burden on to maintainers (without reward) and you do very little (no tutorials about how to make quality PRs, no standards information on what comprises of a good PR, no quality guidance what so ever!).
This seems like a marketing stunt that has backfired and you're saying that you don't deserve some backlash?
I think it will come down to PRs accepted. So it's your mess in the end as it depends on the companies strategy.
I feel the lack of additional type arguments on methods will be considered a mistake in the longer term. Although the way it's designed it can be added in additional revisions but considering it's taken rather a long time to get here, I don't hold much hope for it landing for some time.
Attempting to define a generic Map function turns out to be somewhat troublesome[1]. This would be really painless if you had type arguments, instead, we have to define an interface to allow peeping into the type and creating a type from a zero value.
Don't get me wrong, I do applaud the efforts for better type system, it's just a weakness in the proposal.
1. https://go2goplay.golang.org/p/P7CVwOW9wig (note this panics currently)
It really can (LXD cloud setup from personal experience), the problem is that if you don't serialise your writes then yeah, fun times to be had. There are compromises for all databases. People just like telling others their opinion as fact, and how wrong everybody is apart from themselves of course.
I find it disconcerting that you seem only to care about how dependencies are managed and that to me is superficial compared to the ideas and actions of the book and the code.
Yes you can, or you could when I was using < 1.0.0. It made developing with it really easy.
I used Dqlite for a side project[1], which replicates some of the features of LXD. Was relatively easy to use, but Dqlite moves at some pace and trying to keep up is quite "interesting". Anyway once I do end up getting time, I'm sure it'll be advantageous to what I'm doing.
Most if not all Millennials are in their 30s and are often scapegoated, even though the cohort you're trying to blame are generation Z, which isn't helpful either.
Working as part of Juju project, I can tell you for certain that the answer here is yes, very much so.
Alternatively you should also cut your losses early.
LXD has a distributed cluster system built upon SQLite[1], that's based on the raft consensus protocol.
I just opened up a PR[1] for live updating of the graphs (with a delay from the setTimeout from javascript side). It's not amazingly coded, but works for me atm.
No.