Hacker News new | past | comments | ask | show | jobs | submit | teddyh's comments login

Slight nitpick: It’s no longer called a “MIME Type”, it’s now called an “Internet Media Type”.

Like I frequently¹ advise²:

Don’t look to large, well-known registrars. I would suggest that you look for local registrars in your area. The TLD registry for your country/area usually has a list of the authorized registrars, so you can simply search that for entities with a local address.

Disclaimer: I work at such a small registrar, but you are probably not in our target market.

1. <https://news.ycombinator.com/item?id=32095499>

2. <https://news.ycombinator.com/item?id=32507784>


I miss the days when Network Solutions had a permanent option to switch/sign-up with a PGP key, binding all future communications and change requests to it.

I forget how they handled key expiration/revocation...


I prefer

  >> import json, decimal
  >> j = "47234762761726473624762746721647624764380000000000000000000000000000000000000000000"
  >> json.loads(j, parse_float=decimal.Decimal, parse_int=decimal.Decimal)
  Decimal('47234762761726473624762746721647624764380000000000000000000000000000000000000000000')
This way you avoid this problem:

  >> import json
  >> j = "0.47234762761726473624762746721647624764380000000000000000000000000000000000000000000"
  >> json.loads(j)
  0.47234762761726473
And instead can get:

  >> import json, decimal
  >> j = "0.47234762761726473624762746721647624764380000000000000000000000000000000000000000000"
  >> json.loads(j, parse_float=decimal.Decimal, parse_int=decimal.Decimal)
  Decimal('0.47234762761726473624762746721647624764380000000000000000000000000000000000000000000')

> I switched to Raindrop, and the free-tier is more than ~~useless~~ useful to me.

HN does not support whatever markup you are trying to use. You have to use Unicode:

“I switched to Raindrop, and the free-tier is more than u̶s̶e̶l̶e̶s̶s̶ useful to me.”




Thanks!

Any bets which link stays valid longer?

I also like this related comic: https://dilbert-viewer.herokuapp.com/1995-07-12 https://web.archive.org/web/20150309041557/http://dilbert.co...



Better link: <https://dilbert-viewer.herokuapp.com/1995-11-24>

> There's one somewhere where they're eating lunch and I think Wally asks Dilbert if he has any extra napkins

This one: <https://dilbert-viewer.herokuapp.com/1994-10-29>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: