Viewing profile — celere
celere
HN member- Joined
- Mon, Feb 27, 2012, 11:26 PM UTC
- HN karma
- 111
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About celere
hero.Recent public activity
-
comment
Comment #18005859
Here's a list of about 20 sites using Contributor: https://support.google.com/contributor/answer/7324995?hl=en&...
-
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…
- story
-
comment
Comment #16361700
Chrome provides the WebUSB API for example: https://developers.google.com/web/updates/2016/03/access-usb...
-
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…
-
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…
- story
- story
- story
-
story
Show HN: Get free Wi-Fi (available in almost every city)
Just ask your neighbour. ;-)
-
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…
-
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…