HN user

rynop

309 karma

rynop.com

Posts27
Comments101
View on HN
github.com 5y ago

Show HN: I created a class to teach my 8&12YO kids software/inet basics (OSS)

rynop
4pts3
news.ycombinator.com 6y ago

16“ MacBook Pro: True Tone Broken with Scaled Resolution

rynop
5pts0
www.uplabs.com 6y ago

NativeScript UpLabs Challenge: voting open for best native app

rynop
1pts0
rynop.com 7y ago

Protect and Authenticate Video Interviews

rynop
1pts0
www.clipguard.org 7y ago

Show HN: ClipGuard – App to Protect and Authenticate Video Interviews

rynop
4pts1
www.shiftcals.com 7y ago

Show HN: ShiftCals – get any shift worker's schedule into fav calendar app

rynop
2pts1
github.com 7y ago

Show HN: AWS Blueprint – prod grade app harnesses for Lambda, Fargate &more

rynop
2pts0
github.com 7y ago

Show HN: AWS Blueprint for Running Angular on AWS

rynop
4pts0
rynop.com 7y ago

Ask HN: Have you had 5 minutes with Apple?

rynop
2pts0
rynop.com 8y ago

Show HN: Twirp RPC framework for go running completely serverless

rynop
2pts0
rynop.com 9y ago

Fortune 500 Grade Angular from S3 and CloudFront with Free HTTPS

rynop
1pts0
news.ycombinator.com 9y ago

Ask HN: Tons of new banks in my city. Why?

rynop
1pts1
forums.xbox.com 11y ago

Xbox One controller design flaw epidemic

rynop
1pts1
code.google.com 12y ago

Android – openFileChooser not called when input type="file" is clicked

rynop
7pts2
news.ycombinator.com 12y ago

Ask github: can you PLEASE allow us to force MFA?

rynop
4pts0
www.kickstarter.com 13y ago

New digital mag for Austin, TX area looking for funding

rynop
1pts0
dailycred.com 13y ago

Dailycred is down (as is dailycred.com)

rynop
2pts1
rynop.com 13y ago

Spotify 4 linux: shortcut keys

rynop
2pts0
posterous.com 13y ago

Posterous not accepting registrations?

rynop
2pts2
news.ycombinator.com 13y ago

Gmail: "cant send mail yet"

rynop
1pts0
news.ycombinator.com 13y ago

Ask HN: what do you use for shared PW storage?

rynop
4pts6
httpd.apache.org 13y ago

Httpd.apache.org is down?

rynop
1pts0
ggreplayz.com 13y ago

Show HN: multi-perspective StarCraft 2 web replays

rynop
86pts58
rynop.com 14y ago

Webrf: refresh that browser on your other screen

rynop
13pts9
www.google.com 14y ago

Chrome: plz fix security hole that has been around too long

rynop
9pts11
news.ycombinator.com 15y ago

Google Music Beta gets native linux app

rynop
9pts3
discussions.apple.com 16y ago

Iphone 3GS camera freeze, 1 yr unresolved

rynop
1pts0
A new PNG spec 1 year ago

This is a false claim in the PR:

Many of the programs you use already support the new PNG spec: ... Photoshop, ...

Photoshop does NOT support APNGs. The PR calls out APNg recognition as the 2nd bullet point of "What's new?"

Am I missing something? Seems like a pretty big mistake. I was excited that an art tool with some marketshare finally supported it.

I’d be curious to hear your reevaluation of moving this to Lambda after some of the major announcements during re:invent. My guess is some of the reasons you went ECS have been addressed with these announcements. Obviously some of the new features are still preview, but would be interested to hear your analysis none the less.

You should really change the title as your selling the significance of this short. A feature I (and many others) that have been hoping for is a DRASTIC price drop in APIG. This IS it.

I have a simple low tech solution that is practical for m̶o̶s̶t̶ some.

Change your number to an area code that is outside of where you live - ideally a different state altogether.

If you get a call from an area code outside of where you live it’s probably Robo. If you get a call from area code of where you actually live, it’s probably legit. Ex: kids school, daycare, healthcare provider etc.

How does this impact CloudFront origin domain names? I have an s3 bucket as a CF origin and the format the AWS CF Console auto-completes to is:

<bucket>.s3.amazonaws.com

Do I need to change my origin to be, Origin domain name: s3.amazonaws.com, Origin Path: <bucket>

This is a sneaky one that will bite lots of folks as it is NOT clear.

Same experience, huge turn-off. I was hoping for `.dev` to be free and along the lines of letsencrypt.org. Very disappointed

I made the OSS https://github.com/rynop/aws-blueprint partially to address this problem. Easily migrate from Lambda to ECS (remove lambda lock-in). It abstracts all the difficult & time consuming to learn aws idiosyncrasies in to a best-practice production ready harness.

You could argue that if you have lots of lambdas, this is non-trival. I would argue that tons of lambda is a poor architecture. What you gain with isolation you lose management, complexity, nimbleness, attack vector surface.

You could also argue my harness locks you into AWS as it is aws specific. However I'd argue that it is the other aws services locking you in (ex: Dynamo) or your code/architecture.

OP/creator here. My wife is a CNA, and her shifts are delivered via a printed out piece of paper. She then has to manually put them into our shared family Google Calendar. I'm a software engineer, so it drives me crazy every time I see her spending time doing this :)

I decided to make a tool that enables her to quickly get shifts into an online calendar from her phone.

If your employer already has a digital calendar that integrates with Google/Yahoo/Apple/Outlook, awesome. If not hopefully this can save you some time. Just open the following (it's free, no login, no catch):

If you have any comments/suggestions/feedback I'd love to hear them. There are other tools out there (ex: NurseGrid), but I challenge you to find one that gets this job done faster. Other apps/websites require you to create a login or divulge personal information (like location where you work).

If you like it, best thing you can do for me is tell your co-workers. Thanks!

Nice read. Helped me take a moment to reflect how wonderful of a tool ssh is. Simple to use, yet powerful. Thanks Tatu!!