Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
artsi0m
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
Let Over Lambda is free online to read as pdf
(letoverlambda.com)
2 points
by
artsi0m
1mo ago
|
3 comments
2.
▲
by
artsi0m
1mo ago
https://letoverlambda.com/ «2026 update: Let Over Lambda was published in 2008, to align with the 50th anniversary of Lisp's invention in 1958. A lot has changed since then, in both Lisp and programming practice in gen
3.
▲
Show HN: Howm meets org-dril: note taking tool combined with flashcards in Emacs
(github.com)
2 points
by
artsi0m
2y ago
|
0 comments
4.
▲
by
artsi0m
2y ago
Thanks, this sound reasonable actually. Maybe, I would think about implementing it in this way. Actually I don't really want to create a separate emacs package, but rather merge my code with main howm repo at some point, when it would
5.
▲
by
artsi0m
2y ago
Sorry, of course no. But there is much better introduction blog posts on this topic in my opinion. I liked this one: https://baty.blog/2024/03/the-emacs-howm-package-for-notes
6.
▲
by
artsi0m
2y ago
> How does this deal with searches that, over time, can change to return 0 or 2+ results? You can put more than one search link in currently edited note, than test all of them and at one point you will learn how to formulate search query
7.
▲
by
artsi0m
2y ago
Date line could be put everywhere you want or entirely deleted. You are absolutely free in this aspect of usage of howm.
8.
▲
by
artsi0m
2y ago
> lab notebook I write down my uni's lectures in howm using org as markup, so maybe yes, probably. howm has two types of links, both are search for all your data it howm actually, but the second type (<<< links) work as a t
9.
▲
by
artsi0m
2y ago
Mine is much simpler (use-package howm) Although I am the one who use it with org-mode too. I've done it using prop-line feature of emacs and my own interactive, for today it is only interactive, function howm-insert-prop-line: (
10.
▲
by
artsi0m
2y ago
Nope, it suggest to use howm with markdown only, while when using emacs prop-line feature, you can use it with any markup.
11.
▲
by
artsi0m
2y ago
Terry referenced the joke about web browsers, saying that as the most people use internet explorer to download firefox, he used Ubuntu with VMWare to run Temple OS. https://iv.ggtyler.dev/watch?v=IXhmu1aQSOY
12.
▲
by
artsi0m
2y ago
I use VPN for bypassing blocks created either by government of the country I currently live in or established as a sanctions by another governments. I set up wireguard and unbound on VPS in Amsterdam and share with 10-15 people by posting w
13.
▲
by
artsi0m
2y ago
term-lisp is a language for term list processing with first-class pattern matching, inspired by Pie, Haskel, Agda et al
14.
▲
Term-Lisp
(github.com)
3 points
by
artsi0m
2y ago
|
1 comments
15.
▲
by
artsi0m
3y ago
I found an awesome-awk[1] page on github and is seems to be a little empty. Maybe we should contribute to it and bring some examples like subj of this HN post or ahrf[2], dedicated markup language for static site generators based on awk. I&
16.
▲
by
artsi0m
3y ago
Might be relevant: sed-chess: https://news.ycombinator.com/item?id=37896854 awk-raycaster: https://github.com/TheMozg/awk-raycaster
17.
▲
by
artsi0m
3y ago
I would like to share opml, but at the same time I would like to have some of my subscription staying private. Would be cool to have some elisp or shell + xmlstarlet script to export only things that I would feel normal to share.
18.
▲
Org-fc: orgmode flashcards with gawk as indexer
(leonrische.me)
2 points
by
artsi0m
3y ago
|
1 comments
19.
▲
by
artsi0m
3y ago
Org-fc is a spaced-repetition system for Emacs' org-mode. It allows you to mark headlines in a file as "flashcards", turning pieces of knowledge you want to learn into a question-answer test. These cards are reviewed at regul
20.
▲
by
artsi0m
3y ago
Sorry, I thought that it would sound like a fine joke. Don't want to offend someone
21.
▲
by
artsi0m
3y ago
I am not gonna read this postmortem, but post link to this HN thread as a proof of mass IPv6 adoption.
22.
▲
by
artsi0m
3y ago
I remember findind this site when solving exercise of creating sign function for Z with arithmetic operators only. I used this[1] page to cheat and reimplement mod in C (by default % is rem) with defined zero. Unfortunately it doesn't
23.
▲
by
artsi0m
3y ago
Emacs has a mode called cua-mode with keybindings thats more simillar to ones from other modern gui programms like browser.
24.
▲
by
artsi0m
3y ago
I use emacs and I respect emacs developers, but it is not originally emacs bindings: http://unix-kb.cat-v.org/
25.
▲
by
artsi0m
3y ago
It somehow happens that OpenBSD feels like an whole operating system rather than Linux distro built from various components. For example, when pledge(2) and unveil(2) appeared, many user-space programms got patched as soon as possible. You
26.
▲
by
artsi0m
3y ago
You can edit /etc/firefox/unveil.main and add string like "~/Documents rwx" so it would be available from firefox
27.
▲
by
artsi0m
3y ago
But apparmor is more complex system and in fact is an RBAC. unveil(2) is much more easier in implementation and enforcing.
28.
▲
by
artsi0m
3y ago
OpenBSD is in fact already pretty much user-friendly. Installer is simple, althought an a textual interface. It comes with preinstalled X server and window managers fvwm and cwm. In the installer you can choose Xenodm to start automatically
29.
▲
by
artsi0m
3y ago
Indeed. But lisp is much more than prefix notation. Different notations like revers polish notation also easier to parse. You can evaluate RPN only using stack. Also, recently I learned about thread-last macro in emacs lisp. Using it you ca
30.
▲
by
artsi0m
3y ago
Yes, sometimes logical AND called logical multiplication and logical OR called logical summation. It seems clear for me, because I remember learning De Morgan's Laws in electronics class and from one specific level of Turing Complete g
More ›