Viewing profile — shoover
shoover
HN member- Joined
- Thu, Feb 05, 2009, 7:16 PM UTC
- HN karma
- 610
- Public activity
- 383 items
- HN profile
- View on Hacker News ↗
About shoover
Recent public activity
-
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,…
-
comment
Comment #38473858
Thank you. I will use this.
-
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…
-
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…
-
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.
-
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 …
-
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…
-
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…
-
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…
-
comment
Comment #19149528
Very nice, thanks for the tutorial. I see that TBLFM saves some coding vs. the gist in [2].
-
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…
-
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…
- story
-
comment
Comment #16714009
How about writing the warning in the sky, say hourly?
-
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 …
-
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…
-
comment
Comment #16647877
That’s a good coup. Did it bleed into your family’s other circles outside the family at all?
-
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…
- comment
-
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…
-
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…
-
comment
Comment #16488434
Downvote? Both points were stated in the FAQ. I did extrapolate from Go to the installation point.
-
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…
-
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.
-
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…