1penny42cents
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Given deterministic causality, where every event has a prior cause, it would appear that free will is an illusion. While it may seem like we’re choosing our actions, determinism implies that this is an illusion: if all…
- Clever, Brave, Persistent (camhashemi.com)
- My Dad's American Dream (camhashemi.com)
-
Someone who’s ideas resonate with you deeply and who you would recommend everyone to at least know about
-
Let's say we have a table which saves immutable events. This table does not support any UPDATE statements, just INSERT and SELECT. I can imagine that there are some optimizations we can make for such tables, since there…
-
In a previous project we went with SNS/SQS for our event bus, because of simplicity. I wondered towards the end if Kinesis would have been better. The main reason in my mind being one less API/component, ordered…
- Building Through Uncertainty (camhashemi.com)
- Refactoring Is Like Surgery (camhashemi.com)
- The biggest misconception about software tests (twitter.com)
- A Software Engineer's Arc (twitter.com)
- Accurate Estimations (camhashemi.com)
-
the idea was that you can write scripts that are partially automated, and partially manual. this allows you to remember and track the steps of a process, and eventually perhaps automating some of the manual ones.
- Software Entropy (camhashemi.com)
-
I work in a large company where you're required to get a code review from the creator / maintainer of the edited files, but I'm specifically looking for tips with respect to a small team. For example, how soon is too…