Viewing profile — mallipeddi
mallipeddi
HN member- Joined
- Wed, Mar 28, 2007, 1:14 AM UTC
- HN karma
- 162
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About mallipeddi
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #44992158
Batteries are heavy. I don’t need a fat ass battery making the phone heavier just to hide the camera bump.
-
comment
Comment #23909689
Can someone who is a domain expert comment on this statement I see being repeated often about Jio's ability to have a significantly lower cost structure by offering only 4G service…
-
comment
Comment #13650829
Few questions from reading the docs: 1) How big can all the colocated data for a single primary key get before they don't fit within a split? Can I implement a GMail-like product w…
-
comment
Comment #13585387
It's simply due to the competitive hiring environment for the best software engineers in USA. The difference in pay cannot merely be explained simply by the difference in cost of l…
-
comment
Comment #10294653
I have been through this several times. There's never any advantage to you revealing your current salary. No company is ever going to reject you because you didn't tell them your c…
-
comment
Comment #10256695
Why won't the thieves disconnect the GPS/reader from the zipcar after they have broken in? Is that actually tamper-proof?
-
comment
Comment #10021094
Ok so you can deduct as much as you want from any 'capital gains' you might have but only are allowed to deduct a max of $3000 per year from regular income, and the leftover capita…
-
comment
Comment #10021036
What happens when after exercising, you sell the shares for a lot lower than the EV the year after? Can you claim a loss and deduct the loss from the taxable income the year you so…
-
comment
Comment #9448628
Your resume is fine (just make the GPA more obvious - convert to 4.0 scale or something). I've worked at some of the companies you mentioned and I regularly do technical interviews…
-
comment
Comment #9350547
Well he's pointing out EFS is not a replacement for EBS. You can run postgres on EBS volumes with PIOPS.
-
comment
Comment #8598070
Amazon is way ahead of everyone else in the cloud space. Their closest rivals (Microsoft & Google) are pretty much copying AWS. Most of Azure's services are equally proprietary and…
-
comment
Comment #8210778
What are the size limits on a collection? Docs mention transaction support is offered only within a collection. Is a collection essentially limited to a single physical machine in …
-
comment
Comment #8155936
Simple use-case: you want to maintain a counter. In Cassandra even if you tune the consistency levels (set R+W>N), there's no way to correctly implement a conditional update. To el…
-
comment
Comment #8135454
Tuning consistency levels for your requests (R/W/N values) can only guarantee read-after-write consistency at best. It doesn't guarantee strong consistency like what HBase provides…
-
comment
Comment #6558206
Since the emails are not encrypted, anyone in the middle who's capable of scanning this traffic can basically see all the transactions passing by?
-
comment
Comment #5703346
I worked at AWS for a while. So a lot of times when I've been in such meetings, the 6-page document was actually full of technical details (design docs, product FAQs, post-mortem r…
-
comment
Comment #5282463
Disclosure: I work on the Redshift team. The OP's cluster is a 16-node hs1.xlarge cluster (has 3 spindles per node). There's actually a more powerful node-type hs1.8xlarge which ha…
-
comment
Comment #5227830
Amazon RDS is for OLTP workloads. Redshift is a distributed, column-oriented store that's designed for OLAP workloads. For more info: http://aws.amazon.com/redshift/faqs/#0110
-
comment
Comment #5227799
You can use the COPY command to do bulk imports from S3. We also support importing from DynamoDB.
-
comment
Comment #3034169
First of all, it's spelled career not carrier. PHP vs Ruby is not going to make a big difference. What matters is how you good you are. Listen to your parents and go to college. If…
-
comment
Comment #2805983
I just went through the H-1B process and moved to USA in the beginning of this year. I'm not an American citizen obviously and I also studied in a university outside America. My an…
-
comment
Comment #2805964
They generally ask for the full academic transcript (which has grades in it). Btw do not be worried if you don't have stellar grades/GPA - USCIS doesn't care about that. Your immig…
-
comment
Comment #2805954
Btw it's illegal to make an employee pay the USCIS H-1B visa fees (USCIS website clearly mentions that the visa fees strictly has to be borne by the employer). I'm surprised that s…
-
comment
Comment #2034896
As they mention on their blog, they botched a significant percentage of their supernodes because of a faulty update they pushed to these clients. If it was just a side-effect of ho…