Live data from Hacker News

Viewing profile — shoover

shoover

HN member
Joined
Thu, Feb 05, 2009, 7:16 PM UTC
HN karma
610
Public activity
383 items

About shoover

Shawn Hoover Software engineering, energy data

Recent public activity

  1. comment
    Comment #38925785

    Local clones and bundles are cool. I used to use hg bundle for one-off transport workflows back in the day. An offline cheat sheet of those git commands comes in hand occasionally,…

  2. comment
    Comment #38473858

    Thank you. I will use this.

  3. comment
    Comment #38473563

    Oh. Thanks for the tip. This might make me finally embrace powershell. I’ve been using WSL+zsh+fzf as a Windows CLI for continuity with day job Mac tools, but git CLI performance i…

  4. comment
    Comment #35708436

    Happy to note after a couple years using S-Gear that I tinker with it less than I expected and haven't been seriously tempted to buy an amp. I think having the option to try all th…

  5. comment
    Comment #24033567

    It’s a little heavy, but I can say it runs fine in a 1 GB VPS, with the addition of a 1 GB swap file to compile the front end during installation and upgrade.

  6. comment
    Comment #24033541

    Yep. There are even settings to require a login to view any content, designed for private instances such as for classrooms, which effectively locks down the instance. That’s how I …

  7. comment
    Comment #19470377

    Ah, they have a card in progress for a one-click Digital Ocean install [1]. Fantastic! This is an incredible open source project to watch, not your typical library or system servic…

  8. comment
    Comment #19462855

    I set up a private Mastodon server for my family several weeks ago and we're loving it. It's a mighty impressive Rails/React app, very well designed and implemented. I have a few m…

  9. comment
    Comment #19462717

    I spent some time recently cleaning up my Putty sessions. My goal was to control all colors in the Putty settings and have everything look good with tmux, bash, and emacs out of th…

  10. comment
    Comment #19149528

    Very nice, thanks for the tutorial. I see that TBLFM saves some coding vs. the gist in [2].

  11. comment
    Comment #19146682

    Interesting use of orgmode as a database. How does it work? Does that use a built in agenda functionality or are you calling lower level org functions to query your agenda files an…

  12. comment
    Comment #19146599

    I often get stuck somewhere between a one-off keyboard macro and finding a pre-written full-blown mode but resist learning the techniques and functions needed to do this powerful i…

  13. story
  14. comment
    Comment #16714009

    How about writing the warning in the sky, say hourly?

  15. comment
    Comment #16708760

    When this article came up last year I thought about grooving a metal spatula with the Dremel, although I've not gotten around to it partly because I have never seen a bristle come …

  16. comment
    Comment #16663723

    Then there is the SEP IRA, which is an IRA with large limits but only your employer can contribute. I’m very thankful for my Fidelity SEP IRA with access to every product a taxable…

  17. comment
    Comment #16647877

    That’s a good coup. Did it bleed into your family’s other circles outside the family at all?

  18. comment
    Comment #16637563

    There is certainly object detection available on the cameras and behavioral analysis applied to this information and POS data in aggregation software at the store and chain level f…

  19. comment
  20. comment
    Comment #16504322

    Ah. I wonder if that's why Capital One's login is down. I'm a little surprised their app isn't more resilient, but this is the second multi-hour outage I've noticed in the past cou…

  21. comment
    Comment #16491051

    I have found the learning curve to be very steep. Extension points are several, subtle, and powerful, leveraging heavily not only normal OOP but also python meta programming. It is…

  22. comment
    Comment #16488434

    Downvote? Both points were stated in the FAQ. I did extrapolate from Go to the installation point.

  23. comment
    Comment #16488425

    I mean simple in terms of the theoretical possibility of a single binary vs. any form of local compilation, packaging, or dependencies. In practice, I didn’t check, maybe they depe…

  24. comment
    Comment #16487730

    It's tuned to the preferences of another company; if you prefer their taste on the finer points, that's one. Secondly, it's written in Go, so installation should be simpler.

  25. comment
    Comment #16487351

    waf continues to be the underappreciated gem in this space: high level build language supporting many languages and tools, cross platform, implemented and extensible in Python, not…