Live data from Hacker News

Viewing profile — owenconti

owenconti

HN member
Joined
Wed, Jan 27, 2016, 6:01 PM UTC
HN karma
28
Public activity
29 items

About owenconti

No profile information was provided.

Recent public activity

  1. comment
    Comment #20388884

    Yes, verified. Terminated and deleted ~/.zoomus, links to join Zoom calls still open, but I am prompted to open Zoom first.

  2. comment
    Comment #20095038

    Thank you!

  3. story
  4. story
  5. comment
    Comment #19538874

    Hey thanks for the feedback! Mobile was definitely an after thought so I'll have to look into the swiping idea. - Prefetching next follower makes a lot of sense - I originally only…

  6. story
  7. comment
    Comment #18401006

    It could be that chat system in the bottom right? Maybe it makes a notification sound?

  8. comment
    Comment #18126950

    I used to stream there as well. Do you know if there's another coding-focused streaming platform?

  9. comment
    Comment #18126894

    Your post says 600+ apps, but your landing page says "400 apps... and counting" If you're at 600+, update your landing page!

  10. comment
    Comment #15609604

    ICE Health Systems | Calgary, AB | Full Time, Onsite | http://icehealthsystems.com/ ICE Health Systems is a software company committed to developing innovative technologies for the…

  11. comment
    Comment #14240753

    Forgot to mention: - We do quarterly "Hack Days", where you can work on whatever you feel like - Every Friday is "Whiteboard Day" where you can pursue any ideas you have that'll be…

  12. comment
    Comment #14238807

    ICE Health Systems | Web Application Developer | Calgary, AB | http://icehealthsystems.com ICE Health Systems is a software company committed to developing innovative technologies …

  13. comment
    Comment #14187397

    $5/month droplets with Digital Ocean would be my vote. You have the freedom to use whatever email server you want.

  14. comment
    Comment #13084152

    ICE Health Systems | Web Developer | Calgary, AB | http://icehealthsystems.com ICE Health Systems is a software company committed to developing innovative technologies for the heal…

  15. comment
    Comment #12846538

    ICE Health Systems | Calgary, AB | Full Time, Onsite | http://icehealthsystems.com/ ICE Health Systems is a software company committed to developing innovative technologies for the…

  16. comment
    Comment #12614821

    I can see your argument in some cases, but if you are accepting input, at some point you'll have to accept a string (or any primitive) and convert it to your custom type. How does …

  17. comment
    Comment #12614571

    How would your static typing save you from: model.setTitle( dto.getDescription() );

  18. comment
    Comment #12518394

    GPA/grade I assume?

  19. comment
    Comment #12424502

    Have you heard of Mint? How does Spendful differ from Mint? https://www.mint.com/

  20. comment
    Comment #12284459

    My friend and I were just talking about this yesterday. I was surprised when he said he couldn't find a suitable solution.

  21. comment
    Comment #12097547

    Not limited to just those products, we have issues with BitBucket. One example: it can sometimes take > 5 mins to merge a PR.

  22. comment
    Comment #12033865

    Static sites hosted on s3? Low risk of an outage, could be worth the risk

  23. comment
    Comment #11970279

    HTTPS for custom domains is why I didn't go with GitHub Pages.

  24. comment
    Comment #11970226

    I initially had issues because I was pointing CloudFront at the normal S3 endpoint. Once that was solved, everything started working smoothly.

  25. comment
    Comment #11970162

    Replying to myself as a follow up: Make sure the S3 bucket is set to Static Website Hosting mode, and make sure your Index and Error documents are set appropriately. Then make sure…