Earlier quoted context omitted.
iOS Safari (and other iOS browsers) auto redirects to http://ycombinator.dev/
Strange. I wouldn't expect that, because according to https://caniuse.com/#feat=stricttransportsecurity , the latest versions of Chrome and Safari for iOS do support Strict Transport Security.
Y Combinator Resources for Developers
71–80 of 129 posts
Re: Y Combinator Resources for Developers
#72Re: Y Combinator Resources for Developers
#73I thought that the .dev extension had mandatory HTTPS due to HSTS preload. Yet, this loads as "Not Secure" HTTP for me.
According to https://get.dev/#benefits : >The .dev top-level domain is included on the HSTS preload list, making HTTPS required on all connections to .dev websites and pages without needing individual HSTS registration or configuration. What browser are you using that you are not redirected to https://yc.dev ? >Most major browsers (Chrome, Firefox, Opera, Safari, IE 11 and Edge) also have HSTS preload lists based on…
The "About" link at the top links to HTTPS, but it's a 404, because it points to //about instead of /about
Re: Y Combinator Resources for Developers
#74Earlier quoted context omitted.
This has been the topic of HN for the past few days for anything .dev. You should be using .test or .localhost for any development domains: https://tools.ietf.org/html/rfc2606#section-2
Until someone buys test. Will a boycott .dev site movement take hold?
Re: Y Combinator Resources for Developers
#75Earlier quoted context omitted.
Yeah, have to update my local DNS routes. I had .dev pointed to 127.0.0.1
This has been the topic of HN for the past few days for anything .dev. You should be using .test or .localhost for any development domains: https://tools.ietf.org/html/rfc2606#section-2
Re: Y Combinator Resources for Developers
#76Re: Y Combinator Resources for Developers
#77Earlier quoted context omitted.
Yeah, have to update my local DNS routes. I had .dev pointed to 127.0.0.1
This has been the topic of HN for the past few days for anything .dev. You should be using .test or .localhost for any development domains: https://tools.ietf.org/html/rfc2606#section-2
Re: Y Combinator Resources for Developers
#78Earlier quoted context omitted.
People spent more money on them and are eager to show them off. For a very short period they will be a status symbol for internet companies.
Status symbol? Those who know won't likely be impressed. Those who don't can't be impressed. That might be what the buyer is hoping for, but the reality is they're probably mistaken.
Would I like a .dev domain? Yep. Can I afford it? Nope. Therefore ... status symbol.
Re: Y Combinator Resources for Developers
#79Is Paul Graham and Robert Morris's Arc language[a] being used for anything in production other than Y Combinator websites? [a] http://arclanguage.org/
Re: Y Combinator Resources for Developers
#80Is Paul Graham and Robert Morris's Arc language[a] being used for anything in production other than Y Combinator websites? [a] http://arclanguage.org/
I don't think so, although as the sibling says there is hobby activity. Interestingly enough, though, reddit was originally written in arc, but they later rewrote it in python. Make of that what you will.
And the main reason reddit was rewritten was library support. Doing simple things in CL was hard because you had to write it from scratch, but doing those things in Python was a simple library install.