Viewing profile — house9-2
house9-2
HN member- Joined
- Mon, Jul 30, 2012, 1:14 AM UTC
- HN karma
- 382
- Public activity
- 162 items
- HN profile
- View on Hacker News ↗
About house9-2
No profile information was provided.
Recent public activity
-
comment
Comment #30340079
You might want to checkout Talon Voice. I have used it in the past for hands free coding, there is a steep learning curve but once you get comfortable with it many things can be do…
-
comment
Comment #29968516
> Is Porsche electrifying their cars? They have been producing the Taycan EV for a few years now. It is expensive and range is OK but not great. Probably an amazing driving experie…
-
comment
Comment #29853105
Rails 7 has finally added this to active record: sole and find_sole_by Both raise an exception unless a single record is found. Of course this would not make a difference when work…
-
comment
Comment #29852711
It really is "that bad". JIRA is not made for humans.
-
comment
Comment #29644403
$10 for 15-20 hours of usage a month? Automatically bumps to the $25 price if you go over.
-
comment
Comment #29298410
I lean towards a little duplication until it becomes clear that there is real duplication taking place and not 'incidental duplication'. Read this quote somewhere: Make the code DR…
-
comment
Comment #27509178
I've got about 500 miles on my Diverge (and the Pathfinders) the tires ride great. - Good on the road, even cornering is decent which was unexpected with light tread. - Great on gr…
-
comment
Comment #27221155
Tesla Model 3 Long Range Been dreaming of being able to drive without using gasoline for decades, that dream is now a reality. Is it a perfect car - nope, but there really isn’t an…
-
comment
Comment #27177936
> i don't think dependency management is great in any language. Ruby is terrible! If you use bundler and Gemfile.lock everything 'just works' in Ruby. Node/npm/yarn is a nightmare
-
comment
Comment #27169417
> Oregon has no sales tax, are everyday items more expensive. Nope. At least I didn't notice that when I lived there (2012 - 2017). Income tax is higher than most states but still …
-
comment
Comment #27106381
There is no deodorant that can suppress my BO, I just end up smelling like BO with a hint of deodorant. Luckily for my coworkers I am usually remote.
-
comment
Comment #27007478
Large ruby on rails application. Entire test suite takes around 40 minutes to run, however we use circleCI and parallelize the build so realtime is around 10 minutes. What makes th…
-
comment
Comment #26922107
> create a longer lived branch and make small PRs to that. I follow this pattern a lot, we call it an epic branch and usually name it something like `epic/foobar`
-
comment
Comment #26792981
Great article!
-
comment
Comment #26792706
> if you do a quick and dirty code for a feature that never gets used (or dropped). Is that technical debt? Yes, code that is not being used should be deleted as soon as possible. …
-
comment
Comment #26761763
> 100/16 Mbps is pretty decent I guess Its fantastic, can't wait until this is available where I live. Currently paying $200+ a month for 20Mbps from local wireless company. 2 mile…
-
comment
Comment #26555780
You might want to try https://gigahood.com/ as well?
-
comment
Comment #26482689
Yeah, locked my primary account and the admin account. There was no option to use any recovery options that I could see. And today I get an email saying my accounts are now enabled…
-
comment
Comment #26466311
Same thing happened to me yesterday, I had to switch my MX records over to fastmail as that was easier than trying to figure out how to resolve the issue with Google directly. I ha…
-
comment
Comment #26448215
This is a pretty good article on ICE vs EV https://www.motorbiscuit.com/are-electric-cars-worse-for-the... > ... compared to most gasoline-powered cars, an electric car should beco…
-
comment
Comment #26357919
If you are on a project with more than one person having some kind of process is a good thing. ‘Agile’ gives you the flexibility to determine what that process is. Scrum is a diffe…
-
comment
Comment #26357753
> We would make estimates, and be told they weren't commitments. Yeah, this is ridiculous; Scrum actually changed the term from ‘Commitment’ to ‘Forecast’ back in 2011. But the ind…
-
comment
Comment #26357641
> Strong ownership and trust between engineer and product owners, both way. Trust has to be the most important ingredient for a successful project regardless of the project managem…
-
comment
Comment #26052166
tree brew tree (if you are on Mac)
-
comment
Comment #25889876
Working remotely does not stop collaboration. I have been working primarily remote for the past 12 years. I meet with my team every day for standup and am in constant contact with …