Live data from Hacker News

Viewing profile — cjsaylor

cjsaylor

HN member
Joined
Fri, May 22, 2015, 4:57 PM UTC
HN karma
22
Public activity
32 items

About cjsaylor

[ my public key: https://keybase.io/cjsaylor; my proof: https://keybase.io/cjsaylor/sigs/DePh_X8lgnTC9jnPOvMdeOkclQAfUgZNWoHTtABAShE ]

Recent public activity

  1. comment
    Comment #30527403

    Zumba | Software Engineer | Full Time | Fully Remote (US - FL, TX, NC, CO, UT, WA, MA) We're looking for a full-stack engineer experienced with PHP 8 and Javascript/Typescript. Joi…

  2. story
  3. comment
    Comment #23391183

    I looked into this subject a bit more deeply in regards to Go, and you are right. Go doesn't have a REPL built in, and most of the implemented REPLs only work off of stdin. So, the…

  4. comment
    Comment #23340421

    Indeed, I'm going to think about some of the suggestions you mentioned the next time I'm in there playing with it. Perhaps I'll hit a wall with delve that other language tools (lik…

  5. comment
    Comment #23339851

    Correct, but it does allow you to modify values in memory, so you could do the branching and state changes as you go. I admit I could have made that flow more "editable" from the d…

  6. comment
    Comment #23339673

    I don't mind the criticism at all. I don't use it often enough to claim expertise. Fair points about my usage. You can still get proper editor support with Golang (even though it i…

  7. comment
    Comment #23339499

    I rarely use REPL driven development, however in my limited experience using it, it only makes integration testing faster, not unit testing. I used this methodology with a Slack bo…

  8. comment
    Comment #23287892

    I suspect most organizations are guilty of these items and much more, they just haven't been thrust into the lime-light so suddenly like Zoom. Having posts like this to learn from …

  9. story
  10. comment
    Comment #22128841

    Why is option 3 the best choice? Doesn't that significantly increase the chances of accidents?

  11. story
  12. comment
    Comment #20443536

    Depending on the store, it's not as simple as the systems not talking to each other. It's more likely that the system for the store front is either out of sync or incorrect. The sy…

  13. story
  14. comment
    Comment #18475620

    I think I tried the same thing, but shipping with the font included presented some licensing concerns. Also, I had a hard time getting it to line up exactly how I wanted, so ultima…

  15. comment
    Comment #18473466

    I first started down the text path, but not being able to "highlight" previous plays and check turned me towards generating graphics instead.

  16. comment
    Comment #18471984

    I've also created a slack bot for fun to allow slack teammates to play chess within slack: https://github.com/cjsaylor/chessbot . The bot I built is a more traditional server setup…

  17. story
  18. comment
    Comment #16284766

    I created a similar open source tool for this for work a few years ago called drill-sergeant: https://github.com/zumba/drill-sergeant However, it leaves the scheduling mechanism up…

  19. story
  20. comment
    Comment #15417618

    We use git flow at work, which means we rely on PRs to be reviewed and merged in order to make it into staging/production. This tool was made to give us a report of stale PRs to kn…

  21. story
  22. comment
    Comment #15265261

    Not that I disagree, but the downside is that you would have the browser fragmentation that alot of people use electron to avoid.

  23. story
  24. comment
    Comment #12097562

    Fair points. I guess it wasn't super clear from the pricing example. I think, as you say, expressing the price per CPU time rather than wall clock time is what would better sell me…

  25. comment
    Comment #12097529

    Todoist is a centralized todo list application. What my app does is hooks into their API, pulls out the completed items and sends an email digest to the address of your choice base…