HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kendru

no profile record

投稿

How to Grow as a Software Engineer – Tips

kendru.github.io
1 ポイント·投稿者 kendru·5 年前·0 コメント

Ask HN: How have you as a founder secured an investment?

4 ポイント·投稿者 kendru·5 年前·0 コメント

Postgres Page Layout

postgresql.org
2 ポイント·投稿者 kendru·5 年前·0 コメント

Sorting a Dependency Graph in Go

kendru.github.io
1 ポイント·投稿者 kendru·5 年前·0 コメント

Containers Don't Solve Everything

blog.deref.io
98 ポイント·投稿者 kendru·5 年前·95 コメント

Learn ClojureScript – book is complete

learn-clojurescript.com
1 ポイント·投稿者 kendru·5 年前·0 コメント

コメント

kendru
·5 年前·議論
Sure, Presto/Trino has better market share, but Drill is still a useful project. I think the main issue is one of marketing - Presto has it, and Drill does not.
kendru
·5 年前·議論
I honestly had no idea that Thunderbird was still around. It looks kind of... nice, actually.
kendru
·5 年前·議論
I love seeing examples of people showing off a simple, purpose built solution. It's possible to do simple things quickly and with a small amount of code.
kendru
·5 年前·議論
The lack of a serverless option was the only reason that I did not use Cockroach on a recent project. I am excited to see the serverless offering now, and the architectural details in the post are awesome. Nice work!
kendru
·5 年前·議論
This is a useful technique. I have used it in at least one application before. One of my favorite things about it is that you can use it even when you don't own the application writing to the database!
kendru
·5 年前·議論
I think those are very good points. In my opinion, the hoisting of packaging concerns from language-level and OS level was inevitable, and containers an an okay way to do that.
kendru
·5 年前·議論
I am familiar with FreeBSD jails (and IMO, they are actually superior to Linux containers in most respects). My point is not so much that other systems don't have the tech to make containers work - or that OS vendors are not capable of adding containers to their kernels - but that having container technology is not the same as having a smooth devex for containerized applications.
kendru
·5 年前·議論
When I started in software development, I was mostly working on monoliths. All dependencies were vendored or were expected to be dynamically linked on the system where they were deployed.

Next, I started working with Docker and languages with better package management. Dependencies were fetched in CI and were either statically linked or packaged in a container with the application I was working on. Still, these were mostly monoliths or applications with simple API boundaries and a known set of clients.

In the past few years, almost everything I have written has involved cloud services, and when I deploy an application, I do not know what other services may soon depend on the one I just wrote. This type of workflow that depends on runtime systems that I do not own - and where my app may become a runtime dependency of someone else - is what I am referring to as a "modern development workflow".
kendru
·5 年前·議論
I love how the post is a demonstration of the practice it describes.
kendru
·5 年前·議論
Author here. I have been developing Docker applications for years now, and while the experience is better than it used to be, it's still not great. I work for Deref, which is working on developer tooling that is more amenable to modern development workflows. We'd love to hear what pains you have with the current state of development environments.
kendru
·5 年前·議論
I am so excited to see this in print! I know that this was a ton of work, and I can't wait to get a paper copy. Nice work, Bob!