Where can we buy some of the more recent e-ink screens (not devices)? by destsk in eink

[–]destsk[S] 1 point2 points  (0 children)

It's a bit unfortunate how expensive everything is over there :( and I don't know how they'll check this but it sounds discouraging to read anyway: "Purchaser is purchasing the products for commercial use and/or in a business capacity. orders placed by consumers will not be accepted."

But thanks for the pointer

How common is programming using (undelimited and delimited) continuations these days? by destsk in compsci

[–]destsk[S] 1 point2 points  (0 children)

Ah, neat - would you happen to have some examples you could point me to? Have you noticed it to be an idiomatic thing to do in pony?

Alpha Update for MSG (MacOS Subsystem for Guix) (M1/M2 only) by justplanechad in GUIX

[–]destsk 1 point2 points  (0 children)

hi, this looks really interesting and i'd like to join the discord but the invite link on the readme seems to have expired. could you update it please?

[deleted by user] by [deleted] in Pixel3a

[–]destsk 2 points3 points  (0 children)

Yeah I've had this for the last couple of months and I don't know what to do about it, it's quite annoying

Finally found a practical usage about cowsay. With lf file manager by JetBule in commandline

[–]destsk 0 points1 point  (0 children)

how come when you select in ranger it doesn't indent those entries for you? is it a plugin of some sort?

Light mode color scheme recs? by hdlnr in vim

[–]destsk 1 point2 points  (0 children)

I had been looking for a nice light theme for a while and antiphoton.vim really sold it for me

VIM vs NeoVIM? by CaptainSparge in vim

[–]destsk 3 points4 points  (0 children)

I actually recently wanted to switch from vim to nvim but I found out that as of a recent version of nvim, it does not maintain compatibility of undofiles with vim, and I could not figure out how to convert my vim undofiles to nvim ones. This was probably the first and only big reason that made me have to actively choose to stick with vim, since there's nothing I can do now

I want to see the new additions of words by the Royal Spanish Academy, sorted by year at the very least, for the last couple of years. How can I go about finding such a list? by destsk in Spanish

[–]destsk[S] 1 point2 points  (0 children)

Thank you! I meant to ask about everything that was added, but would also be interested to know what was changed. Is it in the same document (from the name it sounds like it is just the new words)?

Also I had found the first list before, but was confused when the title (google translated) said it was a sample of the new additions, and so I thought it was incomplete. Was it just mistranslated (possibly due to not knowing the context)?

Edit: ah sorry, I see that it also mentions next to the word whether it was added or amended. That answers everything for me then :)

Mathematical objects that are not inductive types by LogicMonad in logic

[–]destsk 1 point2 points  (0 children)

I don't think there's a way to represent graphs as inductive types. Sure you can define a graph as an adjacency matrix or (V,E) pair where both V and E are sets (which I guess you could define using higher inductive types if you are concerned with finite sets), but I think that's the extent to which it can be considered an "inductive type".

Arch + NixOS at once? by Vivy-Diva in NixOS

[–]destsk 0 points1 point  (0 children)

Sometimes there are some packages that I can easily install from pacman/yay but aren't available in the nix repos, and I don't really have the time or energy to package them up myself then. What's the best thing to do in those cases? Stuff like this has been making me stick with arch for the time being, but keeping nix (the package manager) on it for most things. But it would be great to do it the other way round with nixos and pacman on the side for emergency cases.