Viewing profile — cjsaylor
cjsaylor
HN member- Joined
- Fri, May 22, 2015, 4:57 PM UTC
- HN karma
- 22
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About cjsaylor
Recent public activity
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
- story
-
comment
Comment #22128841
Why is option 3 the best choice? Doesn't that significantly increase the chances of accidents?
- story
-
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…
- story
-
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…
-
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.
-
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…
- story
-
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…
- story
-
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…
- story
-
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.
- story
-
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…
-
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…