Viewing profile — cmrajan
cmrajan
HN member- Joined
- Thu, May 03, 2012, 12:43 PM UTC
- HN karma
- 55
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About cmrajan
Recent public activity
-
comment
Comment #34540500
Starting a company while still continuing on TN Visa? AFAIK I don't think you can start a company on TN Visa or be self-employed.ie., start a company and work in it. You may have t…
-
comment
Comment #34314950
I tried Markdown->Hugo->Cloudflare pages route. If you need all bells and whistles of Wordpress you can generate static pages off a local wordpress installation[0] using a WP plugi…
-
comment
Comment #30394369
A basic audit-trail can be implemented by using Postresql triggers [1]. It logs client IP, statement, before & after changes and can be enabled on selected tables. [1] https://wiki…
-
comment
Comment #29431411
I've explored multiple Graphql solutions for PostgreSQL in the past and couldn't convince of the resolvers based approach and always felt that an extension would be the right solut…
-
comment
Comment #29142639
Good to know. We're trying to attempt something similar[1] but for Tamil. I'm also surprised how well the OSS language model & library AI4Bharat [2] performs for NLP tasks against …
-
comment
Comment #27768183
Not OP, but Sinhala is classified as Indo-Aryan having developed when Buddhism spread to Srilanka and separate from Dravidian family of languages which is mostly limited to Souther…
-
comment
Comment #27767512
I could see close parallels with ancient martial art Kalaripayattu [1] practiced in southern Indian state of Kerala. It's very popular and still being practiced there [1] https://e…
-
comment
Comment #27550876
I guess the name is play of words on Haskell (it's written on) + Sanskrit Asura (meaning demon)
-
comment
Comment #27185742
Yes, but in english it's simply used to mean as outcast instead of all the social connotations that it carries from it's originating language Tamil.
-
comment
Comment #22853198
Kerala is in the forefront of most of the social indicators among Indian states [1] and in general has better disaster management. [1] https://en.wikipedia.org/wiki/Kerala_model
-
comment
Comment #15856911
I've been using a starter kit[1] to build our API.For database access using Modl[2] similar to gorp but uses sqlx internally. Much of the data access code is generated as I'm of op…
-
comment
Comment #15205625
Voting on the machines per se is not the problem, rather the current system is. In India electronic voting machines are exclusively used for all state and national elections and we…
-
comment
Comment #13548813
check https://erpnext.com It's built on top of a metadata application framework github.com/frappe/erpnext
-
comment
Comment #8745906
I'd recommend Flask-Restful https://github.com/twilio/flask-restful I've recently used in an API project involving Elasticsearch.