They have outsourced a large chunk of it[1], although you could argue not enough of it. 1. https://github.com/adobe/avmplus
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…
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…
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…
> I don't have a phone Get a yubikey[0], that way you don't need a phone. 0. https://www.yubico.com/products/
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…
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…
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…
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…
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…
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…
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…
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…
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. 1. https://github.com/CanonicalLtd/go-dqlite/
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. [1] https://github.com/davecheney/gcvis/pull/3
They have outsourced a large chunk of it[1], although you could argue not enough of it. 1. https://github.com/adobe/avmplus
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…
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…
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…
> I don't have a phone Get a yubikey[0], that way you don't need a phone. 0. https://www.yubico.com/products/
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…
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…
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…
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…
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…
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…
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…
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…
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. 1. https://github.com/CanonicalLtd/go-dqlite/
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. [1] https://github.com/davecheney/gcvis/pull/3