Live data from Hacker News

Viewing profile — faustlast

faustlast

HN member
Joined
Sat, Apr 17, 2021, 9:29 AM UTC
HN karma
49
Public activity
41 items

About faustlast

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #48828091

    another example of people inventing something that Emacs already has.

  3. comment
    Comment #48695389

    Has anyone here read Lanczos 1952 book on variational mechanics? It is beautifully written.

  4. comment
    Comment #48131869

    me too! The peace of mind of getting any computer, cloning my config and feel at home.

  5. 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'…

  6. comment
    Comment #47583005

    Berkeley + iosevka = https://github.com/ahatem/IoskeleyMono

  7. 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…

  8. comment
    Comment #46585945

    Have you tried a tiling window manager? All I want is an empty black screen and an app launcher.

  9. comment
    Comment #46285398

    > Defending Matlab code in 2025 is like defending Emacs I feel attacked.

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. 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…

  15. comment
    Comment #43591248

    Traveling to big cities certainly loses its appeal after a while. Nowadays, I tend to prefer little adventures involving nature/sport.

  16. 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…

  17. 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; …

  18. 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 …

  19. comment
    Comment #41611152

    Do you get headaches because of your dry eyes? (specifically, after staring at screens for a long time)

  20. comment
    Comment #41078599

    emacs has existed for many decades already.

  21. 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.

  22. 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…

  23. 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.

  24. comment
    Comment #39498725

    In summary for me: hledger has better csv importing system and ledger has support for lots. I use both.

  25. 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.