Viewing profile — faustlast
faustlast
HN member- Joined
- Sat, Apr 17, 2021, 9:29 AM UTC
- HN karma
- 49
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About faustlast
No profile information was provided.
Recent public activity
-
comment
Comment #48878518
> Obsessive hacker tools like Emacs are not a productivity enhancer. Emacs wouldn't survive if it didn't provide a net benefit to its users.
-
comment
Comment #48828091
another example of people inventing something that Emacs already has.
-
comment
Comment #48695389
Has anyone here read Lanczos 1952 book on variational mechanics? It is beautifully written.
-
comment
Comment #48131869
me too! The peace of mind of getting any computer, cloning my config and feel at home.
-
comment
Comment #47685643
> I didn't even know the major scale at that point, but by trial and error That is not productive. Sure, you can do that once or twice. But it gets painful quickly. > but I wouldn'…
-
comment
Comment #47583005
Berkeley + iosevka = https://github.com/ahatem/IoskeleyMono
-
comment
Comment #46665660
I'm I the only one who gets headaches after some time with light mode? Edit: I underwent LASIK eye surgery, and I don't recall experiencing headaches beforehand. Or maybe, just get…
-
comment
Comment #46585945
Have you tried a tiling window manager? All I want is an empty black screen and an app launcher.
-
comment
Comment #46285398
> Defending Matlab code in 2025 is like defending Emacs I feel attacked.
-
comment
Comment #45810362
In theory, it is nice; however, valuing assets is not easy, especially for the whole population. This arbitrariness clashes with the principle of equal rights in most constitutions…
-
comment
Comment #45125768
I’ve been a long-time user of (h)ledger. I use a custom script to generate a cost basis when computing capital gains for selling transactions. Are there any recent updates or tools…
-
comment
Comment #44659016
Besides being a markup for structured text with special syntax for links/tables/math, here are my highlights that I use: 1. Code blocks that can be executed have their result captu…
-
comment
Comment #44363433
This is the way for developing in a remote computer. Alternatively one could start an emacs as daemon on remote and use regular ssh. For quick file transfer/check, it is faster wit…
-
comment
Comment #43923566
have you tried aider? Using it with magit to see the changes is a good workflow. the aider integrations to emacs are also worth it, you can easily add/remove files and send highlig…
-
comment
Comment #43591248
Traveling to big cities certainly loses its appeal after a while. Nowadays, I tend to prefer little adventures involving nature/sport.
-
comment
Comment #43278383
I also use ledger/hledger to process a decade of finances. I reconcile once a year when doing taxes. I have multiple python scripts orchestrated with org-mode to generate reports/p…
-
comment
Comment #42034006
I learned from the structural engineering perspective. What are you struggling with? In my mind I have this logic flow: 1. strong form pde; 2. weak form; 3. discretized weak form; …
-
comment
Comment #41705010
I have also used hledger and ledger (specifically the lots feature) for many years. One nice feature of hledger is its csv rules system, which is very flexible. I extended it with …
-
comment
Comment #41611152
Do you get headaches because of your dry eyes? (specifically, after staring at screens for a long time)
-
comment
Comment #41078599
emacs has existed for many decades already.
-
comment
Comment #40450968
I use that, it is useful for small drawings, not so much for handwriting. When using it with a tablet, maybe with some algorithm improvements, it can be as good as Inkscape.
-
comment
Comment #39498899
I used to do this. But now I only register cash expenses. The rest I rely on the bank to keep track of transactions and just use hledger csv rules to create ledger journals. I find…
-
comment
Comment #39498871
Well, income getting the negative number only makes sense if you know that it is a credit account that increases with credit.
-
comment
Comment #39498725
In summary for me: hledger has better csv importing system and ledger has support for lots. I use both.
-
comment
Comment #39464987
On the note of TRAMP. One nice use case is to analyze a large dataset in a remote location and see the result figures on an org-mode buffer in your local emacs instance.