Viewing profile — phforms
phforms
HN member- Joined
- Fri, Apr 29, 2022, 11:20 PM UTC
- HN karma
- 343
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About phforms
No profile information was provided.
Recent public activity
-
comment
Comment #48201232
I have switched between left and right mouse every few years when I was younger, just to see what works best for me. I could adapt to both, even though I can only write and draw wi…
-
comment
Comment #48076454
Same, I always misread the title like this when it comes up and it amuses me for a while, since it sounds like it could be a book written by Franz Kafka.
-
comment
Comment #46730719
Years ago, someone demonstrated an improved mobile text editing system called "Eloquent" [1] and I wish this would be the default today. However, my biggest issue with mobile text …
-
comment
Comment #46432250
Don’t know if it was added after your comment, but there actually is one separate page for each character, just click the arrow in the top-right corner of each box. For more "giant…
-
comment
Comment #46086610
Maybe the structure and operation in LLMs is a somewhat accurate model of the structure and operation of our brains and maybe the actual representation of “thought” is different be…
-
comment
Comment #46049484
In the past few years I have seen some serious efforts from the Clojure community to make Clojure more attractive for data science. Check out the Scicloj[1] group and their data sc…
-
comment
Comment #45903897
You might have forgotten the language but I bet it must have had some influence on how you think or write programs today. I don’t think the value of learning Prolog is necessarily …
-
comment
Comment #45714948
It is unfortunate, but I can absolutely understand it. Keeping up such open-ended, time-consuming projects year after year while the person doing it changes inevitably – their pers…
-
comment
Comment #45108075
As an autodidact who never learned this stuff at school/uni, his lectures are what made linear algebra really click for me. I can only recommend them to anyone who wants to get a v…
-
comment
Comment #44525213
Years ago when I was reading this (just a couple of chapters, not all of it), it opened my eyes to the power of diagrammatic representation in formal reasoning unlike anything befo…
-
comment
Comment #44082571
Okay, I can see the issue now, maybe I haven’t really used dired intensely enough for it to bother me. I just tried your snippet and having the cursor remain on the dired buffer fo…
-
comment
Comment #44077638
I guess you already know the command `dired-find-file-other-window` (bound to `o` by default), which reuses the right split window, if already there and opens a new window if there…
-
comment
Comment #43778183
Processing is what ignited my passion for programming and Quil has become my favorite way of writing it. It is amazing that you can re-evaluate the draw/update function in a runnin…
-
comment
Comment #43776508
I am not sure if this is what you mean, but the original UCBLogo (which I think is used in the Turtle Geometry book) is still alive and maintained[1] (not by the original authors, …
-
comment
Comment #43669092
My Emacs wouldn’t be the same without Prots modus themes[1], which I found to be a great foundation to build my own theme on top of. I am grateful for all the work he did for the E…
-
comment
Comment #43537557
I like using LLMs more as coding assistents than have them write the actual code. When I am thinking through problems of code organization, API design, naming things, performance o…
-
comment
Comment #42771526
I’ve been considering Parinfer, but my issue was that it is a bit unpredictable where parens end up and I have to be careful to not mess up my code structure. Maybe I should give i…
-
comment
Comment #42654066
Apparently, it is set to false by default in Zen Browser. In my Firefox it was still true.
-
comment
Comment #42517723
I believe convenience and actually wanting to give something back to the creators would have many people pay for pro features, since it’s actually “Pay once, use for life”, which i…
-
comment
Comment #42517399
It seems like they borrowed heavily from Notion, Obsidian and RemNote, as far as I can tell (wouldn’t call it a knock-off though, since there are sooo many apps in this space that …
-
comment
Comment #42019936
Good idea to update the radio targets along with the wrapping. Also, I didn’t know `insert-pair` exists, could have saved me some typing. :)
-
comment
Comment #42017203
To quickly link to bullet points, just use [[*My bullet point]] (if you omit the *, it may still work but Org also finds non-heading elements like table names with the same text). …
-
comment
Comment #42016430
I couldn’t find the command you mentioned “org-insert-radio-target-brackets” in my Emacs and it doesn’t appear to be in the manual[1] either. But of course it is very trivial to wr…
-
comment
Comment #41832139
Clojure developers also often make use of single-letter variable names, following conventions in `clojure.core`: https://guide.clojure.style/#idiomatic-names My rule of thumb is to…
-
comment
Comment #41735543
In case anyone finds this who is also interested: I just stumbled upon an implementation of shadcn/ui components with css modules that looks pretty solid: https://github.com/qwalke…