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

drtournier

no profile record

コメント

drtournier
·3 か月前·議論
Always loved to have an e-ink reader but the walled gardens always made it so hard. Until I bought the xteink x4, as skeptical as I could be. What a great little device. https://www.xteink.com/products/xteink-x4
drtournier
·4 か月前·議論
[flagged]
drtournier
·6 か月前·議論
$> telnet tsunami.thebigwave.net

The one and only. Still online to my surprise.
drtournier
·8 か月前·議論
JavaScript is not a great language for web development either, yet…
drtournier
·9 か月前·議論
OP thank you for this generous text. I would add that these tips are amazing for people with post-covid/long-covid/brain-fog too
drtournier
·9 か月前·議論
I just discovered that 90% of all credit card activity still rely on mainframes https://www.mordorintelligence.com/industry-reports/mainfram...
drtournier
·2 年前·議論
https://x.com/VictorTaelin/status/1791241244468806117
drtournier
·5 年前·議論
Solution works really well to databases which will not be updated frequently, like a standalone site.

Although one should be aware of one very important git behavior - git does not diff binary files (like SQLite dbs). That means 2 things:

1. Each db update will generate a new file in git, maintaining the whole old file in history, instead of the diff in bytes. This will accumulate a lot of clutter in the repo

2. As git does not diff binaries, there is a very small risk of corruption (especially if you work in multiple OSs, because of CRLF)

Ref - https://robinwinslow.uk/dont-ever-commit-binary-files-to-git