Viewing profile — georgebashi
georgebashi
HN member- Joined
- Sat, Feb 05, 2011, 12:12 PM UTC
- HN karma
- 832
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About georgebashi
[ my public key: https://keybase.io/georgebashi; my proof: https://keybase.io/georgebashi/sigs/mH4h3TOFUhR1_Qbc3IOn2A0_-CMfNEBF7btxb-DD41w ]
Recent public activity
-
comment
Comment #37571078
Can you provide an example of this issue? This has not been my experience.
-
comment
Comment #18810215
Yelp | Site Reliability Engineer | San Francisco or London | Onsite | Full time We’re looking for people with a passion for uptime - people with the tenacity to make meaningful con…
-
comment
Comment #16581061
The maximum validity for a cert was recently changed to two years.
-
comment
Comment #11497540
That doesn't change the fact that sending code to a third party is explicitly disallowed by many employers.
-
comment
Comment #10259178
Yes, they wrote a blog post about it here: https://blog.cloudflare.com/how-we-extended-cloudflares-perf...
- story
-
comment
Comment #8923989
I do the same using jrnl ( http://maebert.github.io/jrnl ), which lets you do things like star, tag, and view entries from specific days - while still keeping everything in a plain…
-
comment
Comment #8688748
Depending on your home country, you should be able to get a temporary passport issued by your embassy here, which would allow you to travel home.
-
comment
Comment #8191343
Are there alternatives to penlight you'd recommend?
-
comment
Comment #8150327
Don't worry, there's several! http://int3.github.io/doppio/about.html https://github.com/nurv/BicaVM https://github.com/YaroslavGaponov/node-jvm The doppio demo even lets you run j…
- story
- story
- story
-
comment
Comment #7974427
This is a summary / cheat-sheet for diagnosing performance problems with the "USE" method. It's explained in much more detail here: http://www.brendangregg.com/usemethod.html Worth…
- story
-
comment
Comment #7678720
and previous discussion: https://news.ycombinator.com/item?id=7667976
-
comment
Comment #7514013
Hey! I'm definitely interested. My email is in my profile, and I'll drop you a message shortly.
-
comment
Comment #7226382
You don't actually need echo, you can use return from the rewrite module (which is compiled in by default). return 503 " Maintenance will be back soon! ";
- story
-
comment
Comment #7082519
I also have a brand new 15" rMBP, and I have these exact same issues. I'll be returning mine for service next week.
- story
-
comment
Comment #6863096
Could you link some of these products available for purchase for purchase please? I've heard a few times times that there are soylent equivalents currently available, but from my s…
- story
-
comment
Comment #6335118
One that I frequently run into is that if you use SSH tunneling (like -L), you have to specify it the first time you ssh to that machine (i.e. when the ControlMaster is connected) …
-
comment
Comment #6280473
You should set up something like Jenkins (or use a hosted solution like Travis), and keep working. No need to wait around for test results...