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

jorzel

139 カルマ登録 6 年前

投稿

Don't Make the Right Decision. Make Your Decision Right

medium.com
6 ポイント·投稿者 jorzel·7 日前·0 コメント

Write It First Then Let AI Drive

kennethreitz.org
2 ポイント·投稿者 jorzel·3 か月前·1 コメント

[untitled]

1 ポイント·投稿者 jorzel·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·7 か月前·0 コメント

Solve hard problems in complex codebases using AI Agents

humanlayer.dev
1 ポイント·投稿者 jorzel·8 か月前·0 コメント

Agents Design Is Still Hard

lucumr.pocoo.org
3 ポイント·投稿者 jorzel·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·12 か月前·0 コメント

What went wrong with our happiness

medium.com
17 ポイント·投稿者 jorzel·昨年·9 コメント

Why Bad Code Exists

industriallogic.com
5 ポイント·投稿者 jorzel·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·2 年前·0 コメント

Zoom added a mail feature. Tell me why?

twitter.com
26 ポイント·投稿者 jorzel·2 年前·46 コメント

How to build a centralized logging solution with Grafana Loki

blog.devops.dev
2 ポイント·投稿者 jorzel·2 年前·0 コメント

The myth of natural talent. And why we still believe in it

medium.com
9 ポイント·投稿者 jorzel·2 年前·2 コメント

[untitled]

1 ポイント·投稿者 jorzel·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jorzel·2 年前·0 コメント

How Codebase Structure Shapes System Predictability

jorzel.github.io
3 ポイント·投稿者 jorzel·3 年前·0 コメント

The Power of Conventions in Software Development

jorzel.github.io
16 ポイント·投稿者 jorzel·3 年前·0 コメント

The Power of Conventions

jorzel.github.io
3 ポイント·投稿者 jorzel·3 年前·0 コメント

コメント

jorzel
·12 か月前·議論
Do you know exact size of any of these balls? When you do envelope calculations in software you never know precise values. But still these calculations can be useful.
jorzel
·12 か月前·議論
If I were a recruiter, I would like your thought process :)
jorzel
·昨年·議論
Yeah, you are definitely right. It is invisible convience I mentioned in the post
jorzel
·昨年·議論
Before the Scientific Revolution people definitely had less freedom and agency.

And that condition was justified drive to more individualism, more impact in their own life.

However, in the recent years and decades it has gone too fare. We have become rootless and disconnected.
jorzel
·昨年·議論
I woud not say that my article suggest social permissiveness. I would rather say that global capitalism and consumerism indirectly changed our culture into egocentric drive
jorzel
·2 年前·議論
It is quite hilarious that huge product teams believe that customers or users wants more features
jorzel
·2 年前·議論
Yeah, totally agree. We love to make wrong things righter.
jorzel
·2 年前·議論
It looks like zoom product team thinks they are a feature factory
jorzel
·2 年前·議論
Thanks for the comment and resources you shared!
jorzel
·4 年前·議論
Good point. I used a 'system' as a synonym for a 'software' but you are right that it can be confusing
jorzel
·4 年前·議論
In structurizr.com you have an option to export diagram using plant UML
jorzel
·4 年前·議論
Is this the same package used in structurizr.com?
jorzel
·4 年前·議論
I think that collaborative work can be deep, e.g. pair programming. However, the more people, the harder to be focused on presise topic / goal.
jorzel
·4 年前·議論
Concurrency control is one of the most challenging aspects of software development.

Optimistic locking and pessimistic locking strategies will be discussed.
jorzel
·4 年前·議論
Great article! Thanks
jorzel
·4 年前·議論
Value objects persistance strategies using Python SQLAlchemy ORM
jorzel
·4 年前·議論
Port and adapters architecture implemented in Python.