Viewing profile — fergyfresh
fergyfresh
HN member- Joined
- Thu, Feb 18, 2016, 5:28 PM UTC
- HN karma
- 69
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About fergyfresh
No profile information was provided.
Recent public activity
-
comment
Comment #20842335
In my experience its purely random if/when someone will care about that. You just have to do a lot of interviews and if you're still coming up with near optimal solutions in the al…
-
comment
Comment #19782659
WeWork does for office space what companies like Just Works does for HR stuff. We are a small company that works out of NYC and WeWork is great for New York. Most office leases hav…
-
comment
Comment #17427460
Use Flask-Ask and Zappa and deploy to AWS Lambda. I use that setup and have been running for free on AWS infra for about 6 months now.
-
comment
Comment #17427453
I recently contributed to Flask-Ask and have been developing apps for Alexa for a while now. The APIs/Boilerplate code for the `easier way` is definitely harder than Flask-Ask is r…
-
comment
Comment #17356139
I wholeheartedly agree with what you said. There is a time and a place for leaving legacy code alone. I also know from first hand experience some things are just too far down the h…
-
comment
Comment #17239724
Don't write off saleor though. It's basically fully featured OOTB, all you really have to do is integrate payments and your own AWS setup if you don't wanna use Heroku. Probably ea…
-
comment
Comment #16980733
Is this on github, I'd love to contribute!
-
comment
Comment #16699779
I did this for google play music. I have a crude working version of scraping out the setlists from setlist.fm here, https://github.com/fergyfresh/setlist-on-a-playlist/blob/mas... …
-
comment
Comment #16699489
I'd be willing to work with you as I have built a googleplay music version of this a while ago. https://github.com/fergyfresh/setlist-on-a-playlist I took it a step further to make…
-
comment
Comment #16377050
I LOVE THIS MORE THAN YOU COULD EVER BEGIN TO KNOW!
-
comment
Comment #15654562
Not that its computationally hard to say is this a naked person (#notahotdog from silicon valley). It's more along the lines of show me all naked pictures of ME on the internet, is…
-
comment
Comment #15654102
100% related to the Facebook having an algorithm to blacklist photos based on naked photos of ppl. Snapchat has those already for like 35% of its users or something I'd bet.
-
comment
Comment #15493509
That is weirdly satisfying to watch...
-
comment
Comment #15465340
Not to be rude, but this guy could have had a rough time growing up DICK HICKEY!!!!
-
comment
Comment #15228265
Clearly the poster was talking about the excessive use of `like` which he deems as the typical vocabulary of a teenage girl which is what you're attempting to be upset by. It had n…
-
comment
Comment #14621791
What are some games you have made? What do you typically use to develop them? Are they all of the same genre. I'd love to hear answers to any of those questions. I have made a few …
-
comment
Comment #14351498
Many of these features already exist as an optional package.
-
comment
Comment #14300721
Fair. I am almost diamond and play like its a full time job when my girlfriend isn't around.
-
comment
Comment #14292520
You only play a half hour of Overwatch a day. I call bullshit.
-
comment
Comment #14187106
EXACTLY. You can drop into SQL in many ORMs and you use that sparingly as it is much nastier to maintain nuances when switching between different SQL implementations like MySQL and…
-
comment
Comment #14186990
From what I know about using both it seems like MANY of the benefits were missed. With ORMs you don't really need to worry about database connections or specifying stuff like that.…
-
comment
Comment #12959725
Excuses are the nails that build the bridge to failure.
-
comment
Comment #12959706
I had that problem too. So then I started making things that I thought were humorous. -Very innapropriate flappy bird clone. -An app that makes a playlist out of a bands most recen…
-
comment
Comment #12788575
I'm not one of a bandwagon jumper, but I have been hearing similarly nice things about Angular 2 being equally as un-opinionated as React in many ways. I just hate losing the momen…
-
comment
Comment #12788416
You bring up a good point. The biggest point of using React for me was using React-Native which Preact doesn't seem to have. I could definitely use Preact for most of my projects a…