Viewing profile — manigandham
manigandham
HN member- Joined
- Fri, Jun 13, 2014, 4:22 AM UTC
- HN karma
- 24,990
- Public activity
- 9,491 items
- HN profile
- View on Hacker News ↗
About manigandham
manigandham.com
Recent public activity
- story
-
comment
Comment #36446195
You can also bookmark and go straight to your Watch Later playlist instead of the homepage.
-
comment
Comment #36393415
async/await and promises are both just syntax on top of yield/generators. Most programming languages are just different syntax on top of the same core primitives.
-
comment
Comment #36393221
> "My 5 year old would respond with a better comeback" "No. We is the arrogant, opinionated "power users" and tech-commenters that think that the know what is best for everyone els…
-
comment
Comment #36388917
> "I have a problem with any kind of absolutes." What absolutes? > "I also have a problem with a self-appointed tech commenters deciding what is best for everyone else due to their…
-
comment
Comment #36388847
There are hundreds of factors for each company and application. Sometimes it works and sometimes it doesn’t, but it’s rarely as simple as retail prices. Even the same number of "te…
-
comment
Comment #36370982
> "iOS/iPad OS? Not hard." Using vague terms like "the platform" are not useful. What does an operating system like "iOS/iPad OS" have to do with the "iOS/iPad ecosystem" ? You're …
-
comment
Comment #36370869
Nobody here is confused. We know what devices we bought, and we know what they do and don't support today. That's the point. Otherwise there wouldn't be a discussion in the first p…
-
comment
Comment #36370822
Because the scale of these companies gives them immense power and control over people's devices and (digital) lives. The size of the corporation leads to a geometric increase of po…
-
comment
Comment #36354575
I don’t care what other people do with their phone. Why do you care so much that I want to be able to do more with my iPhone?
-
comment
Comment #36354568
What is “the platform” exactly?
-
comment
Comment #36354555
Who said only? But scale is a quality on its own and should be taken into consideration.
-
comment
Comment #36353946
If you don’t want the extra functionality then just don’t use it. You can use the iPhone without ever installing any 3rd party apps, but it would be silly to say nobody else can ju…
-
comment
Comment #36353924
Trillion dollar mega corporations should give their users all the choice and flexibility they want, not the other way around.
-
comment
Comment #36353908
Again, the point is that it should be available to the people who want to.
-
comment
Comment #36121028
Had similar issues with the Google recaptcha where the question is satisfied by either all the square or none of them - both being considered a wrong answer: https://twitter.com/Ma…
-
comment
Comment #36082690
That has nothing to do with Kafka, or Java as a language. Distributed big data processing systems need big data to actually be useful. Small data that fits on a single machine can …
-
comment
Comment #36082639
> "are open source or open core or whatever companies really all that often a slam dunk?" No, they're often not. Many struggle to ever make a profit.
-
comment
Comment #35860457
Cassandra (and ScyllaDB which is the same data model) allow for customizable consistency level on a per-query basis. You can send 1 write with only one node confirming while sendin…
-
comment
Comment #35786579
Object storage is a higher-level abstraction than block-storage. FUSE and similar tech can do the job for basic requirements like read-only access by legacy applications but rarely…
-
comment
Comment #35725598
Dropbox became popular because, from the perspective of 99% of users, it provides an incredibly simple and effective UX for syncing files across devices and locations. And better U…
-
comment
Comment #35588814
Use Redis. It's an in-memory data structure server, first created to have the same data structures usable and accessible across processes and languages. Or plenty of other in-memor…
-
comment
Comment #35472102
Customers expect privacy.
-
comment
Comment #35347314
What is your definition of non-boring architecture? I'm curious as to what you consider the exciting architectures necessary for scaling to make sure we're talking about the same t…
-
comment
Comment #35347198
It is a terrible term but in this case it's referring to the client application, not the database instance.