Live data from Hacker News

Viewing profile — celere

celere

HN member
Joined
Mon, Feb 27, 2012, 11:26 PM UTC
HN karma
111
Public activity
12 items

About celere

  hero.

Recent public activity

  1. comment
    Comment #18005859

    Here's a list of about 20 sites using Contributor: https://support.google.com/contributor/answer/7324995?hl=en&...

  2. comment
    Comment #18005843

    Funding Choices and Contributor seems to be good choice for small-to-medium blog/news site operators. Compared to Flattr and others I see the potential here to fund a news outlet e…

  3. story
  4. comment
    Comment #16361700

    Chrome provides the WebUSB API for example: https://developers.google.com/web/updates/2016/03/access-usb...

  5. comment
    Comment #16361680

    ngrok.com (freemium) or https://github.com/mmatczuk/go-http-tunnel (open source, needs some afford, very fast and easy configurable) btw. @op go-http-tunnel would provides you with…

  6. comment
    Comment #16361615

    There's a HTML5 browser interface. With some basic scripting/"programming" skills and some front-end magic anyone could build such a service. More important is a good network and s…

  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #4414559

    Paying someone for developing a (IMHO not really fancy and useful) webapp isn't the same thing as leading "real" startup. A "Startup Guy" works on his product 24/7, talking to inve…

  12. comment
    Comment #4311179

    Python: Just check the certificates with Python Requests (or take one of 20 lines urllib solutions): >>> requests.get(' https://exmaple.com , verify=True) requests.exceptions.SSLEr…