Viewing profile — rajaravivarma_r
rajaravivarma_r
HN member- Joined
- Fri, May 20, 2016, 12:17 PM UTC
- HN karma
- 21
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About rajaravivarma_r
No profile information was provided.
Recent public activity
-
comment
Comment #47308387
I was almost about to suggest the OP to move to a small town in India. Here he/she will be fighting for privacy though ;). What a contrasting culture! For humans at least seeing ot…
-
comment
Comment #46721544
May be, but over 6 years of using Redis with bare minimum setup, I have never lost any data and my use case happens to be queuing intermediate results, so durability won't be an is…
-
comment
Comment #46721486
I have been doing this for at least a decade now and it is a great pattern, but think of an ETL pipeline where you fetch a huge JSON payload, store it in the database and then tran…
-
comment
Comment #46681244
Not related to the content itself, but people using Psychology terminologies for wrong behavior is not acceptable.
-
comment
Comment #46614614
The one use case where a DB backed queue will fail for sure is when the payload is large. For example, you queue a large JSON payload to be picked up by a worker and process it, th…
-
comment
Comment #46445275
If Python's standard library and its backward incompatible changes are the only problem, then Ruby will be a great replacement. The language is terse and the standard library is be…
-
comment
Comment #44511857
I'm wondering the same, but honestly I have a soft corner for the old way of doing things as well, and I think it stems from it. The performance numbers seem to show how bad it is …
-
comment
Comment #44317928
Not the author of parent comment, but from the description it looks like it is Jolla Tablet, which was crowdfunded and the delivery got delayed. After an year or so, some of the fu…
-
comment
Comment #43413916
It is funny, how being a corporate-Rails programmer taught me this early in my career. Because building Ruby from source was the only way you could install latest Ruby versions (us…
-
comment
Comment #42449793
I don't have a solution for the performance problem. But for the camelCase to snake_case conversion, I can see potential solutions. 1. If you are using axios or other fetch based l…
-
comment
Comment #42182410
I have rarely seen a car becoming unusable after 15 years. I have seen taxis with more than 400,000 KM on the odo. Not that they never had issues, but they are pretty much usable i…
-
comment
Comment #40907299
I have this idea of creating a nano/micro bot of sorts that will replace hair root, and grow hairs using the nutrients (chemical) available in the blood stream or applied topically…
-
comment
Comment #40776383
I loved Symbian, because it was hackable. It had mShell and PyS60 that gave direct access to everything the system had. I remember backing up text messages and contacts using mShel…
-
comment
Comment #40220955
May be, but moving to Python did not take anything away. It brought more joy that you have more control over things like, on which server to run the migration and choose UAT or pro…
-
comment
Comment #40220921
I have tried this path of not trying to DRY everything, but has regretted and refactored to a more DRY approach eventually. The cost of remembering to fix/alter the logic everywher…
-
comment
Comment #40214563
This is great. We tried ansible and gave up as it was difficult to keep configuration DRY and annoying to create conditions with no control structure. It was before ansible 2, so p…
-
comment
Comment #40214487
Is it possible to extract different patterns of text from a PDF document? For example, paragraphs, code blocks, code inlined in paragraphs etc? I tried tesseract but it recognises …
-
comment
Comment #38864174
Location: Bangalore, India Remote: Yes Willing to relocate: Depending on the location and compensation Technologies: Ruby on Rails, Python, React.js, Node.js, PostgreSQL, SQLite, R…
- comment
-
comment
Comment #38533539
This is great. I had been long looking for something like this in Ruby eco-system. I worked on a Rails app which interacted with a bunch of micro-services and I missed the async-aw…
-
comment
Comment #38533335
Except, increasing the threads increases the memory usage proportionally. From what I have seen, the memory won't be released back and it keeps increasing until the process gets OO…
-
comment
Comment #31638263
I like this idea. I have been recently worried about the hacker unfriendly nature of the phones as well. It is frustrating to go through a series of painful processes like unlockin…
-
comment
Comment #23281083
Is there any technology/start up trying to cure baldness?
-
comment
Comment #22934403
I too believed that my procrastination problem was ADHD. Almost everything I read about ADHD symptoms agreed on to my behaviour. This went on for like 8 years and one day I decided…
-
comment
Comment #20685872
I put up something like this here https://github.com/rajaravivarma-r/focus-dns . You can give this a try.