HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drtournier

97 karmajoined 7 lat temu

comments

drtournier
·40 minut temu·discuss
pi sends 1k (or less) -> https://github.com/earendil-works/pi/blob/main/packages/codi...

My $20 sub using gpt 5.6 sol thinking-off lasts for hours using pi.
drtournier
·3 miesiące temu·discuss
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 miesiące temu·discuss
[flagged]
drtournier
·6 miesięcy temu·discuss
$> telnet tsunami.thebigwave.net

The one and only. Still online to my surprise.
drtournier
·8 miesięcy temu·discuss
JavaScript is not a great language for web development either, yet…
drtournier
·9 miesięcy temu·discuss
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 miesięcy temu·discuss
I just discovered that 90% of all credit card activity still rely on mainframes https://www.mordorintelligence.com/industry-reports/mainfram...
drtournier
·2 lata temu·discuss
https://x.com/VictorTaelin/status/1791241244468806117
drtournier
·5 lat temu·discuss
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