Viewing profile — pmdarrow
pmdarrow
HN member- Joined
- Thu, Feb 27, 2014, 3:50 PM UTC
- HN karma
- 24
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About pmdarrow
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38487631
It looks like the wheel is mounted on a hub, just like normal cars.
-
comment
Comment #35809739
One thing they're not great for though is shareability. With gifs, you can generally just drag & drop them between most apps and they'll behave as you expect. Not true with videos.…
-
comment
Comment #20507325
My company is using https://github.com/miyakogi/pyppeteer in production and it has worked great. I suggest checking it out.
-
comment
Comment #19331647
The Chrome dev team is working to create a scheduling API in the browser: https://github.com/spanicker/main-thread-scheduling
-
comment
Comment #12336740
Not true, you can create an iTunes account without a credit card: https://support.apple.com/en-ca/HT204034
-
comment
Comment #12336720
Have you tried changing the free downloads password setting? See http://lifehacker.com/allow-free-downloads-from-the-mac-app-...
-
comment
Comment #10252843
It's not impossible and has been done several times in the past, see https://en.wikipedia.org/wiki/JailbreakMe
-
comment
Comment #7313416
I can sort of comment on this since I've used Flask-RESTful and Django REST Framework where a lot of the Flask-API design is/will be borrowed from. I think the browsable API featur…
-
comment
Comment #7312811
We've been considering "porting" our app from Flask-RESTful to Django REST Framework because it is so well architected, tested, and has a large community around it. So I'm overjoye…