Viewing profile — jyunderwood
jyunderwood
HN member- Joined
- Fri, Jan 20, 2012, 2:13 AM UTC
- HN karma
- 360
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About jyunderwood
Recent public activity
-
comment
Comment #47768842
I didn't realize `op` was accessing the web service and not a local instance of the app. What is the "integrate with 1Password CLI" option for?
-
comment
Comment #45043062
I was thinking the same thing. "Deactivated" is different from "deleted." I’m not a customer, but in today’s world, I would actually prefer that when the service shuts down, all ac…
-
comment
Comment #42897873
That probably means your iPad doesn’t support it. You need an iPad with an M series chip or the A17 Pro mini.
-
comment
Comment #30781716
$1000/yr is steep for starting a project from scratch with it. You need to really be sure about needing it and about it paying for itself. The Rails equivalent ( https://jumpstartr…
-
comment
Comment #27357437
ThirtySixteen | Backend Developers and Data Engineers | Full-time | Dallas, TX or Remote (USA) We are building software so used car dealerships can streamline the process of qualif…
-
comment
Comment #25306154
I've found it works well with [ViewComponent]( https://github.com/github/view_component ) if you're in to that.
-
comment
Comment #15199678
> If you work at Google: Angular Doesn't Google actually prefer Polymer? https://www.polymer-project.org/
- story
-
comment
Comment #12408230
You, as a user, will still be able to see the app in your purchased list and download the latest version, according to the FAQ. I think this is only removing them from the app stor…
-
comment
Comment #11963463
My issue with Lightning as the new audio connector is that it's not going to be a "Standard." Yes, headphone makers are making lightning cable headphones, but I doubt any device co…
-
comment
Comment #11757522
Have you looked in to Padrino? http://padrinorb.com You can cherry pick parts of it out in to a Sinatra app, or you can swap out `Sinatra::Application` for `Padrino::Application`.
- story
-
comment
Comment #11565607
I would assume the answer is no. Backporting ES6 features could introduce some breaking changes. You could transpile your code with something like Babel[1]. [1] https://babeljs.io/…
- comment
-
comment
Comment #11487918
Why not request the data via a warrant?
-
comment
Comment #11357074
The accuracy is about the same. We process store circular images which are actually pretty easy to OCR. It helps that we have large images to start with and are converted to graysc…
-
comment
Comment #11355811
At work I replaced a [Tesseract]( https://github.com/tesseract-ocr ) pipeline with some scripts around the Cloud Vision API. I've been pleased with the speed and accuracy so far co…
- story
- story
-
comment
Comment #10934923
This explains why MDG left things like file structure, routing and forms to the community. Even though these are key part of nearly every single web app out there, they’re framewor…
- story
- story
- story
-
comment
Comment #10376644
I don't think that means "we're screwed." Perhaps npm can now use this LTS as a baseline for v3, since you can upgrade npm separately from Node.
- story