Viewing profile — spellcard199
spellcard199
HN member- Joined
- Sat, Apr 13, 2019, 9:55 PM UTC
- HN karma
- 57
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About spellcard199
No profile information was provided.
Recent public activity
-
comment
Comment #41003642
I periodically watch the status of Lanzaboote [1] to know when it will be upstreamed to Nixpkgs so that it will be easier for people (e.g. me) to switch to NixOS. It has been funde…
-
comment
Comment #38219892
Some weeks ago I searched for a more general solution that doesn't depend on the compositor and doesn't need root (i.e. an xkill replacement), but I didn't find one. As a frequent …
-
comment
Comment #38218570
Under Wayland with Gnome (it's gnome-specific), I recently learned you can kill windows by using Looking Glass: // 1. Open looking glass: Alt+F2 > lg // 2. Use picker to pick windo…
-
comment
Comment #33307923
Hello. I'm just a (bad) med student and I'm not qualified to make any diagnosis, but I think the clinical picture you have reported warrants further investigations and I wanted to …
-
comment
Comment #30791866
As you can see I am a fan of both your product and the philosophy behind it, so thank you for your work. If I was interested in working just on software diagrams.net would be somew…
-
comment
Comment #30786767
I agree on the graphical editor. Before customizing it to my needs there were several behaviors that I found quite tedious. Since it may be of interest I'll add some notes. You can…
-
comment
Comment #30783243
I 'm an heavy user of diagrams to take notes while learning topics in biology and medicine. I think the most interesting feature of diagrams.net is its extensibility, which is not …
-
comment
Comment #30586007
One thing that made it difficult to me was that I didn't explicitly realize for a long time that there were two things to understand: what a monad is and why they are useful. Most …
-
comment
Comment #28109574
Here's a mybinder [1] (adapted from IJava Binder [2]) in case someone wanted to try Kawa without installing it. [1] https://mybinder.org/v2/gl/spellcard199%2Fikawa-binder/06a90... …
-
comment
Comment #23888238
In the page you linked it says the text you are quoting refers to the EPLv2, while Clojure is licensed under the EPLv1 [1]. It seems [2] they discussed changing Clojure's license t…
-
comment
Comment #23888053
> Racket's graph library can do everything jgraphx can do What I need is to make a diagram from a file produced by diagrams.net without me writing the parser (JGraphX can already p…
-
comment
Comment #23885843
If Racket had packages functionally equivalent to the ones on the JVM that I can't live without (Selenium, JGraphX, ...) I would start learning it right away. However sticking to t…
-
comment
Comment #23885443
After trying Typed Clojure, liking it, but giving it up because of Clojure's GPL-incompatible license, I got interested in Kawa Scheme because it has some rudimentary form of type …
-
comment
Comment #23756794
I have a question. I know nothing about ML and neural networks so I'm going to excuse myself if the answer to this may be obvious. The specificity of CT when interpreted by humans …
-
comment
Comment #21807488
Disable javascript or use a browser that doesn't run it. I am an emacs user so its browser, eww, works for me.
-
comment
Comment #21155801
When I finally got Bayes Theorem I thought it says something obivious in unfamiliar terms. What made it click for me was realizing that bayesian networks are a mini-language and th…
-
comment
Comment #20207816
I tried and it mostly works, but for rustc/cargo in particular you also have to set the $TERM environment variable to "xterm" [1]. [1] https://github.com/rust-lang/rust/issues/4572…
-
comment
Comment #20148152
---- TLDR ---- I completely agree with the others who say: - learn elisp instead of learning "emacs" - if you want to memorize something, just learn the name of the command: if you…
-
comment
Comment #19656142
I'm just writing an emacs process-output reader on top of https://github.com/zwild/ammonite-term-repl to get Ammonite's completion directly in emacs buffers. Of course it's a (very…