Viewing profile — callahanrts
callahanrts
HN member- Joined
- Tue, Nov 07, 2017, 10:29 PM UTC
- HN karma
- 39
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About callahanrts
No profile information was provided.
Recent public activity
-
comment
Comment #27643911
You won't be able to use your phone as a remote, or to enter passwords, but other than that, there would be no frustration.
-
comment
Comment #27239087
To further point out the stereotyping in this thread, take a look at the announcement thread of the tesla cybertruck and compare the sentiment ( https://news.ycombinator.com/item?i…
-
comment
Comment #25865115
Some fans couldn't wait! https://www.youtube.com/watch?v=A6yTNvl-s-Y
-
comment
Comment #20760624
Admittedly, limiting the free plan by posts was the laziest way I could keep from giving everything away for free. As the app matures, I'll be adjusting plan features and pricing t…
-
comment
Comment #20760414
I appreciate your honest feedback, so thank you. The free plan is pretty locked down right now. I haven't really had the bandwidth to fine tune it so I wanted to start out more str…
-
comment
Comment #20757440
Thank you! These are great questions > Why S3 rather than an entirely free service like netlify, github pages, or surge? I wanted to start with something that was simple and scalab…
-
story
Show HN: Mead – how I'm pushing back against Medium
https://www.meadapp.com/ TLDR; Mead is a special case static site generator that automates the process of compiling and uploading to your S3 account. Mead is a desktop application …
-
comment
Comment #20671360
Probably overkill, but I'm pretty happy with how my dotfiles are managed now. I commit everything to my dotfiles repository and use chef to install things and manage dependencies. …
-
comment
Comment #20266656
I have one set up as a sprinkler timer ( https://github.com/callahanrts/sprinklers ). Scheduling my sprinklers with cron jobs gives me a lot more flexibility over water times. It a…
-
comment
Comment #19779008
I've had the same struggle forever, but I finally feel like I've found a pattern that works for me: Find enjoyment in the daily struggle. For exercise: I've found riding a bicycle …
-
comment
Comment #19040123
That looks pretty sweet. I'll have to try it out.
-
comment
Comment #19038260
Awesome! I have images uploading to s3 at the moment. They get uploaded to /assets. I'm planning on some simple media management as well. It also enables a cloudfront distribution …
-
comment
Comment #19037937
With all my frustrations with medium, I decided to build a desktop app--for myself, and maybe to monetize later. It's basically the medium WSYWYG editor combined with a static site…
-
comment
Comment #18838546
- ~/Desktop/ Contains mostly screenshots. I use `defaults write com.apple.finder CreateDesktop false` to hide all the icons - ~/Documents/ is where stuff goes before it gets organi…
-
comment
Comment #17782721
Reno, NV is growing a lot. Primarily engineers go to IGT or Bally’s and work with slot machines, but the tech scene overall is growing. We have a great CS department at UNR and sch…
-
comment
Comment #16815784
I've never experienced this with typing, but I can definitely see how the amount of time it takes to complete a task can cause even more delay. For example, long page refresh times…
-
comment
Comment #16797655
Thanks for writing this. It's encouraging to read about others' experiences using Elm in production. After a couple small side projects in Elm, I'm finally using it in a few low-ri…
-
comment
Comment #16789148
As far as I've researched, no. GDPR is open to the sorts of tracking that is used to make your product better. In the case of google analytics, you're watching for aspects of your …
-
comment
Comment #16689369
Is it just by chance that this was posted on April 1?
-
comment
Comment #16644573
It's totally reasonable to push people towards their music service and there's nothing inherently wrong about doing it this way. However, it feels a little strange to see a company…
-
comment
Comment #16640808
Great idea! Any ideas for expansion? I imagine you could map rows/columns to a bootstrap-like grid system for more custom layouts.
-
comment
Comment #16513339
This is absolutely true. Here's one of Jim's other builds that's sitting in our office. It's a steam powered car on a Model A frame. He and one of our other engineers are getting p…
-
comment
Comment #15929668
org mode + workflowy?
-
comment
Comment #15781553
Near end of life procedures? A friend in health care told me 60% of one of our biggest hospital's costs go toward end of life (patient will die within weeks) treatments. Understand…
-
comment
Comment #15712738
I originally created this out of the frustration of running `dc down` on our MySQL docker container--which wiped my development database almost daily. After I realized why my volum…