fizerkhan
|
9 years ago
|
on: Ask HN: What are some of the biggest pain points when deploying applications?
Lot of things. Few things that hit me recently
* Security
* Backup and Restore
* Health and Performance Monitoring
* Load Balancing
fizerkhan
|
9 years ago
|
on: Ask HN: What is the biggest untapped opportunity for startups?
For me, I desperately need "Stripe for the rest of the World".
fizerkhan
|
10 years ago
|
on: How to Deploy Software
Let me start with a disclaimer that I work for Atatus. Front-end monitoring is the other end of the circle, that complements production monitoring. With Atatus that is what we have done. We monitoring the front-end for both errors and performance issues -
https://www.atatus.com/
fizerkhan
|
10 years ago
|
on: Ask HN: How do you automate logging bugs in your product?
fizerkhan
|
10 years ago
|
on: Show HN: Monitor how fast your site is compared to competitors
Initially we planned to show the report in the web itself. Here we are trying to find actual load time of every site, so we are getting each and every resource(css, html, js, images) in the HTML, not just the main HTML. Normally every site has page load time from 3 sec to 20 sec. Since we have one main site and one or more competitor sites, it takes us sometimes more than a minute to generate a report. Thats why we choose to send a report by email.
fizerkhan
|
10 years ago
|
on: Satoshi Nakamoto moves his 6.5 yr old bitcoins
i think, it is 50 BTC, roughly 14229 US Dollar
fizerkhan
|
11 years ago
|
on: Ask HN: Founders whose startups have failed, where did life take you afterwards?
fizerkhan
|
11 years ago
|
on: Realtime streaming from torrents in the browser
Make sure facebook is not blocked. Same problem for me since i am running self control.
fizerkhan
|
11 years ago
|
on: Show HN: Best Hired help you finding the top-notch developer
Thanks for the feedback. We will correct them. What you mean sockpuppet account?
fizerkhan
|
12 years ago
|
on: What I learned from others' shell scripts
As Chris said, `2>&1 > /dev/null` will drop stdout and write stderr to stdout. If you do not want anything to printed on console, you can use it. Now only i came to know that `which` never produce the stderr. So it is enough to use `>/dev/null`.
fizerkhan
|
12 years ago
|
on: What I learned from others' shell scripts
Thanks, It is very cool. I really donot know `which` does not write to stderr.
fizerkhan
|
12 years ago
|
on: What I learned from others' shell scripts
Yes, you are correct. But some people crazy to write everything in shell scripts.
fizerkhan
|
12 years ago
|
on: JSON is not Javascript Object
I did not know that. Thanks for useful info.
fizerkhan
|
12 years ago
|
on: Use your browser as Notepad
fizerkhan
|
12 years ago
|
on: Use your browser as Notepad
I love it. Data URL make editor possible in a single tweet.
fizerkhan
|
12 years ago
|
on: Use your browser as Notepad
Very Cool. People might make any language editor with syntax highlighting in data url.
* Security
* Backup and Restore
* Health and Performance Monitoring
* Load Balancing