HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kendru

no profile record

Submissions

How to Grow as a Software Engineer – Tips

kendru.github.io
1 points·by kendru·5 yıl önce·0 comments

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

4 points·by kendru·5 yıl önce·0 comments

Postgres Page Layout

postgresql.org
2 points·by kendru·5 yıl önce·0 comments

Sorting a Dependency Graph in Go

kendru.github.io
1 points·by kendru·5 yıl önce·0 comments

Containers Don't Solve Everything

blog.deref.io
98 points·by kendru·5 yıl önce·95 comments

Learn ClojureScript – book is complete

learn-clojurescript.com
1 points·by kendru·5 yıl önce·0 comments

comments

kendru
·5 yıl önce·discuss
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 yıl önce·discuss
I honestly had no idea that Thunderbird was still around. It looks kind of... nice, actually.
kendru
·5 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
I love how the post is a demonstration of the practice it describes.
kendru
·5 yıl önce·discuss
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 yıl önce·discuss
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!