Viewing profile — gpshead
gpshead
HN member- Joined
- Fri, May 06, 2011, 6:02 PM UTC
- HN karma
- 97
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About gpshead
Recent public activity
-
comment
Comment #40190830
Adding to the wonderful writeup by my now-ex teammate (thanks!): Several of us were/are/TBD also involved in both long term strategic leadership and maintenance of the open source …
-
comment
Comment #40175452
Well over 100m lines of Python as has been publicly stated several times over the years is not "very little".
-
comment
Comment #37669612
Lutron Caseta has a telnet interface via an Ethernet port. Read as much into that statement as you want.
-
comment
Comment #37079898
uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu :cry:
-
comment
Comment #33767545
You do realize that duckduckgo is primarily a frontend for bing right? https://en.wikipedia.org/wiki/DuckDuckGo#Search_results
-
comment
Comment #32774301
I keep wondering if it was as well given code I've had to wrangle that _wants_ twos compliment fixed size math in Python. Both signed and unsigned. But our language tries not to ha…
-
comment
Comment #32774252
Because there are. Digging through our history, a person who reported the same thing earlier than you never got a response at all. Like I said, we've identified organizational issu…
-
comment
Comment #32774150
If you don't understand why I cited the code of conduct and redirected discussion to a more appropriate forum for constructive discussion, go read our code of conduct vs the langua…
-
comment
Comment #32774002
This is easy for huge corporations who live and breathe automated-DDoS protection without blinking an eye, but a major challenge for all of the little applications and small hosts.…
-
comment
Comment #32048288
I wanted to upvote this comment but that just feels wrong.
-
comment
Comment #29819879
Bad premise. It is not all about benefit to the person being vaccinated even in a low imputed immunity scenario. The unvaccinated fill up and overwhelm healthcare systems. That dis…
-
comment
Comment #28725460
We'll link to this in ten years when you're still writing some Real Things in Python assuming this site even stays up that long and we have nothing better to do. ;)
-
comment
Comment #27389009
Doesn't the local government want to tax those digital "currency" sales you used as a transfer mechanism as capital gains income?
-
comment
Comment #19486978
Look up PyOxidizer. But also look at MyPy's internal MyPyC if you want something that uses type information for some speedups.
-
comment
Comment #19486967
MyPy is not owned by Dropbox. They use it and many significant contributors work there, so it is easy to get this impression. But it was started before that happened.
-
comment
Comment #19486950
not to the same extent.
-
comment
Comment #19486946
Yes it does: mypy can analyze Python 2 code - https://mypy.readthedocs.io/en/latest/python2.html MyPy itself _runs_ under Python 3.
-
comment
Comment #19486938
Nope. Our pytype project started before Mypy even existed. It was inspired first by https://developers.google.com/closure/compiler/'s success, and soon after inspired by TypeScript…
-
comment
Comment #19335765
Flickr, the progenetor of photo tagging, remains a great place to do that. Desktop in 2019? good luck. Adobe or Apple.
-
comment
Comment #18703384
hiybbprqag for one - https://www.wired.com/2011/02/bing-copies-google/
-
comment
Comment #17596706
You just filled up my BINGO card by saying "clearly" to indicate that you have no idea what you are talking about.
-
comment
Comment #16512495
Neither do most US citizens.
-
comment
Comment #16512482
Nobody likes an asshole, even a responsible one.
-
comment
Comment #14261614
Thanks! Eek! An XML interface definition. In 2017!
-
comment
Comment #14261573
It seems entirely reasonable for someone to create a MicroPython wrapper generator. It appears to have a C/C++ API so it should be similar to the existing CPython Generator and Run…