data37's comments

data37 | 9 years ago | on: Don't start a tech product startup

You think YC Combinator is not motivated by money or fame? Then what is it? What drives it? Desire for anonymous charity?

The point of that blog was to give a down-to-earth assessment of life's choices and guidance on gambling on those choices. Do you know how big is the percentage of youngsters slogging in those exciting startups due to lack of access to truths and guidance? Do you still believe the work-life in these startups is the life to dream of?

We are talking about an average and most common startups which keep trumpeting forever to its employees about the bright future just around the corner. Not the already-successful ones.

data37 | 9 years ago | on: What Golang Is and Is Not

Java is battle-hardened and has seen almost every situation in the business programming. Go has miles to go before it can even be eligible to be compared to Java in terms of productivity and maintainability.

data37 | 9 years ago | on: Ask HN: What web framework should I use nowadays?

Sure - Will publish to github and post here. For a brief note, the java servlets use Google's gson for interfacing wih web requests. Beyond that it is all plain old JDBC with sqlite. That is all to the "API" part of our service :-)

data37 | 9 years ago | on: Ask HN: What web framework should I use nowadays?

It depends on what you mean by a "website". You need to understand that a web application need to have a client-side (managing user interaction) and a server-side (mostly fetching data). Java is still more popular than any other technology for the server-side part. May be you should read more. And think more.

data37 | 9 years ago | on: Ask HN: What web framework should I use nowadays?

NodeJS rev proxy allows custom logic after intercepting requests - all in javascript. Not sure if NGinx would allow that. But yes, I would probably move to Nginx in near future for its tomcat-like robustness.

data37 | 9 years ago | on: Ask HN: What web framework should I use nowadays?

Here is what I settled with for my website after trying a few things over the years. In the process I have discarded nodejs, JAX-RS, maven, Undertow, JQuery, bootstrap (partially) etc.

Currently, pure java servlets serve json over REST-like API. The jar dependencies are servlet-api.jar, a couple of json-related jars and an sqlite jar. Multiple fine-grained sqlite files for data. Tomcat as the servlet container with no static content.

A nodejs reverse proxy forks the API and static web requests between tomcat and another nodejs static webserver. The static content is angualrjs + html + css with minimal and reusable js files mostly fetching json data. I also have a little bootstrap dependency for forms.

I have an apache ant build file that copies the ~60kb war file and static content directly to the production from my dev system. Tried maven before but Ant seemed much simpler and more than enough for my needs. The ant build does a lot other things also.

I use Eclipse for the easy navigability across the code and other nice refactoring features. Ant does all the build work.

Earlier I tried pure nodejs (no java), then JAX-RS and then Undertow container etc. Nothing seemed simpler than the current setup. By the way, the site is https://worktheme.com

data37 | 9 years ago | on: Idea thread, share your product ideas here

Make a product that keeps reminding and preaching people to be people - the biological creatures. To try to break the shackles of dependencies on technology, knowledge, awareness, reputation and more importantly, perfection.

data37 | 9 years ago | on: Hello from Orkut

People don't need more connectivity. Excess of anything is bad. Social networks and connectivity is already in the realm of being evil and eating away all the time from people's lives.

data37 | 9 years ago | on: Summarizing service for Mongodb log files

Updated the service to include the recent feedback from several HN users. By the way, this is a mongodb log file summarizing service. It provides full visibility into several aspects of the query performance, such as most impacting queries and slowest queries.

data37 | 9 years ago | on: Show HN: What do you think of my Mongo Logs Utility?

No setup is required. After signup, just click on "add a log file" and select a log file. The log lines will be parsed inside the browser itself (javascript) and the query profile info (query time etc) is used for creating the reports.

Thanks! I will see if anything else need to be added to the FAQ, and definitely add more screenshots.

data37 | 9 years ago | on: Blockchains can’t stop counterfeits

The problem is, blockchain has little role to play in connecting the physical world to digital world in a full-proof way. Attaching a digital identity to a physical object and verifying it, is still a huge problem.

data37 | 9 years ago | on: Show HN: What do you think of my Mongo Logs Utility?

Just a little tool to get summarised views of Mongo log files to quickly understand what's going on.

Haven't added any graphs yet, but I'm already very dependent on these reports in my consulting work. So thought others could find it useful too.

Thanks!

data37 | 9 years ago | on: Blockchains: Past, Present and Future [video]

This guy has no clue about how it works. Only aware of all the hype around it and presenting the hype as facts.

Does he understand about the blockchain size and the need to replicate it in every singe node? Does he understand why a blockchain can't be a database? or even an app platform?

data37 | 9 years ago | on: How Does BaaS (Blockchain as a Service) Work?

I thought the blockchain boundary is limited to the provider (IBM, MS etc), not to the transaction type or business domain (shipping, bonds etc).

If the a blockchain is specific to a transaction type, does it mean all providers will use the same copy of the blockchain for that transaction type (shipping type etc)? But in that case, since blockchain doesn't belong to anyone, the BaaS providers would be similar to mining pools. Isn't it?

data37 | 10 years ago | on: Well-Kept Gardens Die by Pacifism

In other words, in medieval ages, if barbarians had a simple goal of kill all Romans and Romans had a complex rule that says kill only those persons who are found to be harming good Romans, then obviously barbarians would win by the simplicity of their work.

data37 | 10 years ago | on: Well-Kept Gardens Die by Pacifism

This has been posted 4 or 5 times before, with a frequency of 2 or 3 years. I would like to add that it is not only about online communities, but it applies to real communities as well. All of the developed communities in the world are so pacific (not willing to defend) that it is quite easy for wilder communities to invade. It is happening more now than before.
page 1