…or does it?
You think adults are prettier?
Well, it depends on your definition of truth and it could be the absolute truth by definition. A theorem is absolutely true in the same way that “a bachelor is an unmarried man” is categorically true.
Sean k strikes it again.
Maybe I’m missing something, but shouldn’t the benchmark be a good approximation to the real workload? I don’t see how the measurements reflect the performance difference in real life usages.
Why would I need 100MiB/s processing as opposed to 20MiB/s processing, when I can only read maybe several lines per second?
Yes for OCaml. Haskell’s inequality is defined as /=
(for ≠). <>
is usually the Monoid mappend
operator (i.e. generalized binary concatenation).
It does say “yield and cost effectiveness” in the picture, so I’m not emphasizing on availability, but discussing just that.
Why subsidized? A fair comparison would be subsidized home farming vs. subsidized industrial farming, or neither are subsidized.
The exact problem was discussed in Seeing Like a State by James C. Scott, where he reached a very different and nuanced conclusion. You can have a read if you are truly interested.
Jesus Christ Marie, they are minerals!
Nah, in real CSS, the window would overflow and bring down the whole house.
If you execute a binary without specifying the path to it, it will be searched from the $PATH environment variable, which is a list of places to look for the binary. From left to right, the first found one is returned.
You can use which cat
to see what it resolves to and whereis cat
to get all possible results.
If you intentionally wants to use a different binary with the same name, you can either directly use its path, or prepend its path to $PATH.
Reminds me of the character White Rose from Mr. Robot. Here’s the introduction scene.
The Witness has rewired my brain to look for dot line patterns.
Sadly not its meta factory.
BitTorrent has partial seeding. So if someone extends a torrent with some files, the original one can still be used for seeding.
Another reason for the last bit being the slowest is because populars chunks are downloaded first.
As other comments point out, they are usually not properly packaged through nix.
If you read the vim/plugins
modules, for most plugins, the derivation just downloads the plugin, puts it to nix-store
, and makes it available to the editor through environment variables. So it’s similar to the binary distributed software. Two most notable restrictions:
nix-store
model.So for plugins that don’t have external dependencies (or dependencies other than the “common” ones like python or sh that happen to be available), and that don’t interact with the filesystems, this approach would be fine, but the more complex ones would fail.
In your example, mason
failed because of 1, home-manager wasn’t aware that the pip
module is a transient dependency of this plugin; and treesitter
failed because of 2, because it doesn’t know that nix-store
is read-only and should be managed by nix
.
There are no general solutions, but people may have nixified some plugins on a case-by-case basis. If you don’t want to spend a lot of time (and remember that it might be broken by the next plugin upgrade), as others have suggested, take the traditional plugin management approach. (Personally, I use LunarVim which uses Lazy.nvim
and it’s been working fine.)
This, but unironically used as a marketing trick:
There was no v1 of Oracle Database, as co-founder Larry Ellison “knew no one would want to buy version 1”
That’s why the first Oracle database is v2.
There’s the GitHub product feedback repo, but as a closed source product (I know, the irony), you can’t point to the code for the problem and nothing other than blind luck can guarantee you a reply, let alone a fix.
On top of that, they are adding ads to the UI, even for paying customers, so there’s that.
And that’s why you don’t see cooking mouse no more.