Viewing profile — owenconti
owenconti
HN member- Joined
- Wed, Jan 27, 2016, 6:01 PM UTC
- HN karma
- 28
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About owenconti
No profile information was provided.
Recent public activity
-
comment
Comment #20388884
Yes, verified. Terminated and deleted ~/.zoomus, links to join Zoom calls still open, but I am prompted to open Zoom first.
-
comment
Comment #20095038
Thank you!
- story
- story
-
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…
- story
-
comment
Comment #18401006
It could be that chat system in the bottom right? Maybe it makes a notification sound?
-
comment
Comment #18126950
I used to stream there as well. Do you know if there's another coding-focused streaming platform?
-
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!
-
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…
-
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…
-
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 …
-
comment
Comment #14187397
$5/month droplets with Digital Ocean would be my vote. You have the freedom to use whatever email server you want.
-
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…
-
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…
-
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 …
-
comment
Comment #12614571
How would your static typing save you from: model.setTitle( dto.getDescription() );
-
comment
Comment #12518394
GPA/grade I assume?
-
comment
Comment #12424502
Have you heard of Mint? How does Spendful differ from Mint? https://www.mint.com/
-
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.
-
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.
-
comment
Comment #12033865
Static sites hosted on s3? Low risk of an outage, could be worth the risk
-
comment
Comment #11970279
HTTPS for custom domains is why I didn't go with GitHub Pages.
-
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.
-
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…