adomanico | 4 years ago | on: Amazon Pip Horror Story
adomanico's comments
adomanico | 4 years ago | on: Amazon Pip Horror Story
It would have been more pragmatic to fire up leetcode, take a few interviews, and leave the job professionally. This probably would have come with a small pay bump, even with this persons limited professional experience.
Maybe I'm just lucky and I've never had a bad experience like this, but I couldn't see myself posting something like this professionally.
adomanico | 7 years ago | on: Why I hate the weekends (2017)
This person has overcommitted themselves in their personal life to the point where it is conflicting with their work responsibilities.
adomanico | 7 years ago | on: Go West
adomanico | 7 years ago | on: San Francisco announces next steps in regulating shared, powered scooters
adomanico | 8 years ago | on: McDonald’s High-Tech Makeover Is Stressing Workers Out
adomanico | 8 years ago | on: Ex-Google recruiter: I was fired because I resisted “illegal” diversity efforts
_pvu0 | 8 years ago | on: What’s So Dangerous About Jordan Peterson?
adomanico | 8 years ago | on: Ask HN: Burned out 21 year old software developer, what's next?
Ideally find a new job that is cool with you starting in a few months.
adomanico | 8 years ago | on: How Norwegian Air Upended Travel With Its Cheap Flights
Bounviaggio!
_pvu0 | 8 years ago | on: Ask HN: What Podcasts are you listening right now and why?
Bill Burr - Monday Morning Podcast
Joe Rogan - PowerfulJRE (not every episode)
adomanico | 8 years ago | on: Reducing the size of iOS app binaries
Understanding how your features/changes affect key metrics and understanding how your users are interacting with your app is so crucial when you are trying to generate revenue.
I would argue Apples analytics are no where near enough to accomplish this.
adomanico | 9 years ago | on: Xcode 8.3 produces binaries 3x larger than Xcode 8.2.1
adomanico | 9 years ago | on: Xcode 8.3 produces binaries 3x larger than Xcode 8.2.1
These numbers were all around 60mb on Xcode 8.2.1
adomanico | 9 years ago | on: Xcode 8.3 produces binaries 3x larger than Xcode 8.2.1
Binary sizes in iTunes connect (from our Xcode 8.3 build) all were 2x-3x larger depending on device.
adomanico | 9 years ago | on: Swift 3.1 Released
https://github.com/apple/swift/commit/5b9166ba8098a23e0601aa...
After turning it on compilation speed seemed to improve immensely
adomanico | 9 years ago | on: Swift 3.1 Released
https://github.com/apple/swift/commit/5b9166ba8098a23e0601aa...
adomanico | 9 years ago | on: Swift 3.1 Released
adomanico | 9 years ago | on: Swift 3.1 Released
At first it seemed 'snappier' but starting to notice not much of an improvement.
It definitely still feels like making small changes like changing a function name triggers a lot of extra work.
I should fire up some benchmarking of Swift 3.1 vs 3.0
adomanico | 9 years ago | on: Building a Production Server Swift App
Interface builder, xibs and storyboards are very useful tools for even extremely large projects. Makes building and maintaining the UI extremely easy.
The idea that because a tool is easy to use is somehow indicative of the skill of the person using the tool, is completely bogus. Interface builder has a lot of advanced features for setting up complicated UI.
You could quite easily argue the opposite for someone who needlessly creates all of their UI in code rather then in interface builder.
My point was simply this wasn't a very pragmatic approach to handling the situation. Some employers may not like to see this type of content on their professional profile and it may hurt their career.