Viewing profile — donjoe
donjoe
HN member- Joined
- Thu, Jun 01, 2017, 8:52 PM UTC
- HN karma
- 513
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About donjoe
Socials: - linkedin.com/in/korbinian-doepper - github.com/doejon
---
Recent public activity
-
comment
Comment #48732958
It's great you do have a bank-bound system in Finland. I hope their implementation is not as bad as e.g. the Swedish BankID. BankID is _in theory_ a nice technology. However, it is…
- story
-
comment
Comment #46433495
The video brought me back to my internship in the early 2010s. My job was testing the new US ovens (which for us Europeans are massive). The bus was amazing. Integrated into a LabV…
-
comment
Comment #45625602
To me, the most important question is: how do I scale v7 in an environment of 20+ engineers? When using v7, I need some sort of audit that checks in every API contract for the usag…
-
comment
Comment #44311287
... If you live close by Theresienwiese, the city provides free cleaning for any accidents during Oktoberfest in your front/backyard also. I have to smile everytime I do find the n…
-
comment
Comment #44135230
Let's hope it's deepseek-compatible.
- story
- story
-
comment
Comment #42554050
testcontainers is great. I struggled a bit with testcontainers due to the nature of one container per test which just felt too slow for writing gray/blackbox tests. The startup tim…
-
comment
Comment #42219633
Which is perfectly fine. However, you will be able to process only a single message per connection at once. What you would do in go is: - either a new goroutine per message - or in…
-
comment
Comment #41038479
UseMemo should not be used for fetching/kicking off a fetch either. UseMemo fans should be pure. Using logic that belongs into useEffect (logic that happens _outside_ the reactive …
-
comment
Comment #40694915
Bikes are all about efficiency since you don't use any energy but your own. Things change a bit nowadays with e-bikes. When it comes to efficiency, internal gear hubs sadly aren't …
-
comment
Comment #38990030
Discussed here: https://news.ycombinator.com/item?id=34986267
-
comment
Comment #38232166
... besides the change towards hooks and the react dev team which does not seem to be clear about how to best use them. The new beta docs just recently changed again removing old b…
-
comment
Comment #34944042
Umidigi is another company to mention. Their Bison models pretty much fill the gap between a massive rugged phone and a standard phone. The phone's battery @~6kmAh usually covers a…
-
comment
Comment #34037272
To me, the biggest problem with javascript as a backend language is - especially in large teams: people tend to mix backend code with frontend code after a while. Looking at next.j…
-
comment
Comment #32668385
The knife throwing machine reminds me a lot of the slingshot channel: https://youtube.com/c/Slingshotchannel
-
comment
Comment #31650236
I recommend Haberfellner - Systems Engineering (ISBN 303013430X). The Incose handbook for systems engineering: https://www.incose.org/products-and-publications/se-handbook (You mig…
-
comment
Comment #31376695
Also, most portable devices on the market won't provide you with enough power for charging electronic devices in cloudy conditions. My ideal combination to cover about 80-90% of po…
-
comment
Comment #31368136
Point taken. Thanks - will look into it!
-
comment
Comment #31367859
... bank transfers is one of the feature requests already in our pipeline! Due to limited time (fruits was built within a few days), we reduced the product to the most simple MVP w…
-
comment
Comment #31367547
Hi, dev here, thanks for the input! Fruits is a pivot for fanbase.com which sadly didn't make it. Within a few days, we managed to build fruits and launched it as the quickest MVP …
-
comment
Comment #31367215
disclaimer: developer, not tax attorney :-) Our connected tax office figured out taxation concerning international transactions. Why and how different taxation rules apply depends …
-
comment
Comment #31367091
This! fruits will: - charge the buyer with the applicable tax between fruits (company in Germany) and the buyer in Country XYZ - each buyer will receive an invoice (issued by fruit…
-
comment
Comment #31365906
That's due to rules and regulations here in Germany. We need to have our outgoing and incoming invoices being handled properly to not run into tax fraud issues. By talking to creat…