Viewing profile — rgacote
rgacote
HN member- Joined
- Mon, Jul 26, 2010, 3:46 PM UTC
- HN karma
- 272
- Public activity
- 167 items
- HN profile
- View on Hacker News ↗
About rgacote
Recent public activity
-
comment
Comment #48773830
Sometimes you simply ignore asking why and sit in awe of the what of it all. Impressive and nostalgic.
-
comment
Comment #46989234
Robert's cover art set the tone for each issue. His covers danced a fine line between whimsical and informative.
-
comment
Comment #36203309
Interesting that accessibility was not a theme (watched the online video, not the presentation). I'm interested to see what some low-sight folk might use this. Go shopping and have…
-
comment
Comment #33469115
And some positions allow you to vote for "up to" some number of candidates. Town selectman is a typical example.
-
comment
Comment #32962039
First thing that came to my mind was something doing garbarge collection (obviously not RTOS).
-
comment
Comment #32946729
GitHub / GitLab pages? No RSS feed, but a popular way to share lists.
- comment
-
comment
Comment #31868731
I'm also curious as to what is tiresome running as a regular user. I'm a developer and run two users (standard/admin) without any issue. Only issue I run into is having to switch t…
-
comment
Comment #31009975
Still my "go to" day-to-day text editor. My favorite editor when I used a Mac Quadra and my favorite editor today. Thanks Rich!
-
comment
Comment #30793279
Have two copies, one for each ScanSnap S510M connected to a Mac. It simply keeps working.
-
comment
Comment #30397709
Been doing a lot of internal documentation with Gilab pages, Sphinx, and Myst (markdown for Sphinx). There are pre-built templates for the Continuous Integration for rebuilding the…
-
comment
Comment #30129264
Worked at an OEM and Microsoft charged a license fee for every processor out the door regardless of whether the system had DOS, Novell, or nothing at all installed.
-
comment
Comment #29362915
Python 1.4: Desktop payment applications. Simple cgi-based dynamic website. System management scripts. Early Plone websites. Asynchronous desktop applications using Twisted.
-
comment
Comment #29341791
And given how tall Jim was, you could see his face floating over the Faire floor from across the entire hall.
-
comment
Comment #28867451
It's not like there's not 42 different flavors of Linux...
-
comment
Comment #28408895
And wild carrots (Queen Anne's lace) look remarkably like poison-hemlock. Some people also have a dermal reaction to wild carrot as well.
-
comment
Comment #27541618
I've been using the SecretLabs Titan chair for a few months and am very happy with it. May be larger than you're looking for. https://secretlab.co/collections/titan-series
-
comment
Comment #27234992
Happy to see another satisfied BBEdit user. Been my go-to Mac editor since Mac Plus.
-
comment
Comment #27174276
Some of my tests have dozens of parameter sets with a half-dozen parameters. Getting those all aligned with individual 'each' statements would be interesting.
-
comment
Comment #27168092
EVs run on the same roads and bridges that non-EV cars use.
-
comment
Comment #26896548
Tornado has retrofitted async/await into the framework so you can use standard async modules. The advantage I find to using frameworks like Tornado is the number of protocol edge c…
-
comment
Comment #26441055
Possibly the first step towards the ability to rename a column?
-
comment
Comment #26437010
I've been using Scribo (scriboco.com). In addition to sending files, I can request files from a third party. Includes document signing and payments (which I've not used).
-
comment
Comment #26419423
And DynDNS was definitely down.
-
comment
Comment #26391940
A mistake I still occasionally make today is: a = 123, # expecting a to be 123, not (123, )