HN user

psankar

393 karma
Posts20
Comments74
View on HN
blog.exe.dev 3mo ago

Series A for Exe.dev – $35M in Funding

psankar
6pts1
news.ycombinator.com 4y ago

Ask HN: Which API framework for rapid application development?

psankar
10pts8
psankar.blogspot.com 4y ago

Software obsoleting faster than hardware

psankar
12pts6
news.ycombinator.com 5y ago

Ask HN: What is the biggest monolithic app in a VM/baremetal?

psankar
1pts0
psankar.blogspot.com 5y ago

Repairability

psankar
116pts65
news.ycombinator.com 5y ago

Ask HN: Recommendations for a ergonomic setup after Covid related work-from-home

psankar
3pts2
techcrunch.com 6y ago

Intel to pay $253.5M for 0.39% stake in India's Reliance Jio

psankar
1pts0
news.ycombinator.com 6y ago

Ask HN: What database solution would you choose for this type of workload?

psankar
3pts7
news.ycombinator.com 6y ago

Ask HN: Database Migrations in Kubernetes

psankar
2pts1
blog.mozilla.org 6y ago

Mozilla, Cloudflare and GitHub write joint open letter to Indian Government [pdf]

psankar
5pts4
news.ycombinator.com 6y ago

Ask HN: Kubernetes Service Dependencies and Bootstrapping clusters

psankar
4pts3
news.ycombinator.com 7y ago

Ask HN: Good tech talks on how analytics systems are implemented?

psankar
193pts81
news.ycombinator.com 7y ago

Ask HN: Recommendations for choosing a serverless framework

psankar
4pts1
psankar.blogspot.com 8y ago

Containers 101

psankar
2pts0
psankar.blogspot.com 10y ago

Programmers guide to Microservices/SOA

psankar
2pts0
psankar.blogspot.com 10y ago

FOSS, System software, Startups, etc.

psankar
1pts0
psankar.blogspot.com 11y ago

Criticisms about online programming contests and algorithms-focused interviews

psankar
3pts2
psankar.blogspot.com 11y ago

Technology catchup for the last decade (or so)

psankar
1pts0
news.ycombinator.com 12y ago

Request for course videos of "The Hardware/Software Interface" coursera course

psankar
1pts1
psankar.blogspot.com 15y ago

Detecting memory leaks in Linux Kernel & Implementing OSes in managed code.

psankar
4pts2

I worked there for a few years during the Novell/Attachmate management. They had a strong bias towards the kernel teams and engineers. They had an european work culture and some very good leads. Their Engineers were very good. The internal mailing lists were ripe with technical discussions. Got some amazing friends and inspirational engineers with whom I would love to work again.

However, There were infighting between the GNOME and KDE desktop teams. The VPs were mostly overpaid and practically useless. The constant churn of acquisition, looking for a new buyer, etc. did not help their long term cause.

With the older system software (kernels, compilers, etc) and infra layer getting commoditized I wonder how long they may remain relevant. When they brought in a new CEO and acquired Rancher I hoped that they may recover with K8S etc, but the CEO has quit and the acquisition has not done much it seems. Until they remove some dinosaurs from the old management at VP levels, I honestly do not see any recovery for them. Thumbs up for the Engineering (and leads) and heavy thumbs down for the Management, is how I remember my time there.

Congrats on the launch. I have a golang backend, postgres db and a react app. I have added auth using email, password salting and saving in pg. It was about 1 day of work to implement all of this.

I do not have OAuth or SAML however. Is that the differentiating factor, if I have to use your solution ? Is a basic auth setup such a complex thing to handroll ourselves ? I do not intend to be snide but genuinely curios about it. Incorporating your project, its lifecycle management, etc. seems more work than implementing a 3-4 APIs (/signup /signin /verify-email /forgot-password /reset-password) and a periodic job (trigger emails and stuff). Is it so complex that we should bring in a new dependency with its own deployment, backup, monitoring etc. lifecycle management ?

Prettier was inspired by gofmt.

But I really wish gofmt gets inspired by prettier and automatically breaks long (80+ columns) lines into smaller lines (For example, move parameters of a long function each into their row).

I recently bought a home and had to spend a lot of time with a professional interior designer to explain the interior ideas that I had in my head. However, I was not fully satisfied with the video model, that the designer prepared, as there were problems in conveying my vision.

I so wish that I had your website a few months back. It is quite nice. This understands what I want clearly, and helps me play with various options almost instantly. If one has worked with some of the outdated interior modelling tools, they will understand what slowness pain, I am referring to.

We tried using keycloak in a startup where I worked. It needed a loooooooot of memory and was very slow to start. It probably needed some JVM tuning, but we were just deploying as a stateful set (for the postgres). The docker images were also huge.

We had to use another FOSS project called Gatekeeper as an authentication software along with keycloak, which got obsoleted and replaced with a different project (lukedo proxy or some such).

The community support was also relatively not that active like other FOSS project that we used (for other areas of the stack). Overall, the experience was not so great that we decided to ditch both keycloak and gatekeeper. This was about a couple of years back. Not sure what the current status is.

Some other alternatives that we wanted to try were from the Ory project (Kratos etc.) But we just went with some proprietary AUTH solution in our startup.

Please make full sized keys for up and down arrows, with the arrow keys in an inverted T shape. Group function keys in groups of four.

Also provide Mac style keyboard if possible with a command key. I use mac keyboard because it is safer on wrists and thumbs.

All the best.

This comment helped me understand the problem and the solution better (along with a few followup tweets by the tailscale engineers). Thanks.

Repairability 6 years ago

Because Apple does not have their own service centers in India. It has been outsourced, sub-contracted again to mulitple layers that any meaningful repair/service is impossible in India.

the Indian equivalent of Who Wants to Be a Millionaire" is "Kaun Banega Crorepati"

The North Indian equivalent is called so. Atleast, In TN we have our own version of the show, based on the same "Crore" denomination but not thus called.

Ex-SUSE engineer here. Without a doubt SUSE is the best place that I have worked for in my career of 15+ years, across multiple companies.

They are neither mediocre nor a behemoth. They have some excellent engineers. SUSE has worked on Ceph even before RedHat acquired Ceph. OBS and SUSE Studio had envisioned containers even before the market was ready. SUSE has some prime contributors for Linux kernel, GCC, Linux HA etc. Greg KH was a SUSE employee once, before moving to linux foundation. Technologically, they are far from mediocre.

In my personal experience, SUSE always felt that they had good engineers but somehow lacked the sense of making enterprise sales or generating postive news. The company being head-quartered in EU and not in California may also be a reason for the lack of the news. During my times, they were going through multiple rounds of acquisitions and nothing was stable in the vision of the company. The SUSE management did not feel like a Behemoth because they were trying to satisfy their investors in Novell, Microfocus, etc.

You are a hero sir and thanks for all the effort that you have contributed for redis. Someday, I too hope to create a project that would touch at least a fraction of as many people as redis did. You are a big inspiration. All the best for whatever you want to do next.

This turned out to be a good advice. I am evaluating if it is possible to somehow intelligently sample the data when it comes to ELK. Something like an average of 1min data via a logstash filter. We could do this from our backend programs too, but for now, I am trying to do this in ELK during the writes.

Also we do not use Clickhouse, but I will see if I can somehow do a sampling rate in the reads, during my read queries. Thanks.

Are there any tools to migrate from elasticsearch to timescale ? We are considering a switch from our es and are evaluating options. Timeseries is also one of the contenders. We are not looking for text search just some nested queries on a timeseries data.

I have used (and still using) keycloak and gatekeeper for some projects which we use in prod as well. They are very good and stable, but require a lot of memory. I came across ory when I was searching for alternatives for keycloak. Keycloak is done in Java and the JVM is quite hungry. Also, there are no official helm charts etc. and the project does not feel cloud native. However, when the alternative is choosing auth0 and paying a lot of money, can't complain about keycloak.