ecthiender | 7 months ago | on: I tried every todo app and ended up with a .txt file
ecthiender's comments
ecthiender | 6 years ago | on: Keyhut POS: Free Point-of-Sale Software for DOS
ecthiender | 6 years ago | on: Keyhut POS: Free Point-of-Sale Software for DOS
ecthiender | 6 years ago | on: Show HN: Bloom – A free and open source 'Google'
ecthiender | 6 years ago | on: Switch from Medium to your own blog automatically in minutes
> It is hard to get your blog noticed.
I think if you write good content, and post it on good programming communities like HN or Reddit, I don't think its that hard to get it noticed.
--
[1]: https://www.freecodecamp.org/forum/t/we-just-moved-off-of-me...
--
Edit: formatting
ecthiender | 6 years ago | on: Password expiration is dead, long live passwords
ecthiender | 6 years ago | on: Google Cloud Is Down
ecthiender | 7 years ago | on: Joe Armstrong has died
I am grieved.
ecthiender | 7 years ago | on: Browsers
If they really cared, they could have adopted Gecko/Spidermonkey atleast.
ecthiender | 7 years ago | on: Amp – A complete text editor for the terminal
FWIW, I'm interested in Haskell support. For jumping to definitions and showing type of expression under cursor.
ecthiender | 7 years ago | on: Erlang/OTP by Example
I don't think it's constructive to the discussion here to say X has drawbacks (and then go on at it), use Y (and then go on at it).
I have not used Erlang or Rust, and when I read this comment, it seemed flamewar-ish to me.
ecthiender | 7 years ago | on: Elephant birds: Who killed the largest birds that ever lived?
David Attenborough talks about the evolution of birds, what classifies a bird, where do we draw the line between dinosaurs and birds (he even talks about this elephant bird) in the first episode of Life of Birds [1]. Also, watch the whole documentary if you're interested.
ecthiender | 7 years ago | on: Common Git Problems and How to Fix Them
ecthiender | 7 years ago | on: Open Source License Helper Tool
If I, as an upstream developer, license my library in GPL, it is exactly because I don't want any random developer to use my library and don't pass on the same freedom to end users. I intentionally want anyone using my library to be in the same freedom sphere (for lack of a better word).
If you think this as problematic/cancerous then it's a pity. This license was designed to retain freedom of software users.
ecthiender | 7 years ago | on: Ask HN: Have you lived abroad for an extended period of time? Was it valuable?
ecthiender | 7 years ago | on: Ask HN: Have you lived abroad for an extended period of time? Was it valuable?
Tell them about mountains, rivers and the seas. About different animals that they can't see anymore. Tell them about how mankind came to be.
You can be their, potentially, biggest inspiration at this age (presuming they are quite young).
PS: Sigh, I'm a hopeless romantic.
ecthiender | 8 years ago | on: Show HN: Hasura: High performance GraphQL on Postgres
When we first started writing the data APIs, GraphQL had just come out and was pretty rough around the edges.
We love how the tooling and community around GraphQL have matured over time and today we are very excited about announcing GraphQL on HN.
The idea is that you create tables on Postgres, define permissions and they can be automatically queried and manipulated over a GraphQL interface from front-end applications.
We have taken great care to make these APIs as efficient as possible. In fact, the low memory footprint and negligible latency when compared to querying postgres directly, you could even replace the ORM with GraphQL APIs for most use-cases on your server-side code.
Read more here: https://blog.hasura.io/architecture-of-a-high-performance-gr...
ecthiender | 8 years ago | on: Debugging a TCP socket leak in a Kubernetes cluster
> leaving us with no real solution, resolution or a closing to the mystery of why tcp_mem was higher than expected
One user-space program was faulty and was not closing TCP sockets.
> what was done to resolve the memory issue is
The faulty program was fixed.
> Without trying to sound to snarky I find it highly concerning that the industry is now working with tools like docker and Kubernties and we some how just throw out the fact that these sit on top of Linux.
This I agree with, and this was the learning of the author, which they mention in the article.
Disclaimer: I work at Hasura
ecthiender | 8 years ago | on: Ask HN: Which text editor/IDE do you use for development and why?
But Vim, even with heavily customized setup, is so blazing fast, it can make other editors piss in their pants. E.g, opening the first file on Spacemacs takes good 3-4 seconds.
ecthiender | 8 years ago | on: Show HN: Gitkube – Deploy to Kubernetes Using Git Push
Wouldn't setting up Keel on a Kubernetes cluster be the same effort (permissions, RBAC etc.)?
Org-mode has TODOs, Agendas, tables, nested/collapsible headings, mind-maps etc. You can also generate richly formatted PDFs/HTML/DOC files as well.