Live data from Hacker News

Viewing profile — rgacote

rgacote

HN member
Joined
Mon, Jul 26, 2010, 3:46 PM UTC
HN karma
272
Public activity
167 items

About rgacote

[ my public key: https://keybase.io/raycote; my proof: https://keybase.io/raycote/sigs/sLVuZf9I91LLlbVm1aVKEko-kjsYzYHDshfhK6tePUs ]

Recent public activity

  1. comment
    Comment #48773830

    Sometimes you simply ignore asking why and sit in awe of the what of it all. Impressive and nostalgic.

  2. comment
    Comment #46989234

    Robert's cover art set the tone for each issue. His covers danced a fine line between whimsical and informative.

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

  4. comment
    Comment #33469115

    And some positions allow you to vote for "up to" some number of candidates. Town selectman is a typical example.

  5. comment
    Comment #32962039

    First thing that came to my mind was something doing garbarge collection (obviously not RTOS).

  6. comment
    Comment #32946729

    GitHub / GitLab pages? No RSS feed, but a popular way to share lists.

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

  9. 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!

  10. comment
    Comment #30793279

    Have two copies, one for each ScanSnap S510M connected to a Mac. It simply keeps working.

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

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

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

  14. comment
    Comment #29341791

    And given how tall Jim was, you could see his face floating over the Faire floor from across the entire hall.

  15. comment
    Comment #28867451

    It's not like there's not 42 different flavors of Linux...

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

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

  18. comment
    Comment #27234992

    Happy to see another satisfied BBEdit user. Been my go-to Mac editor since Mac Plus.

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

  20. comment
    Comment #27168092

    EVs run on the same roads and bridges that non-EV cars use.

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

  22. comment
    Comment #26441055

    Possibly the first step towards the ability to rename a column?

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

  24. comment
    Comment #26419423

    And DynDNS was definitely down.

  25. comment
    Comment #26391940

    A mistake I still occasionally make today is: a = 123, # expecting a to be 123, not (123, )