HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dikei

no profile record

comments

dikei
·geçen ay·discuss
Plus, if you look at OpenWebUI horror of a commit history, they don't often take external contributions.
dikei
·9 ay önce·discuss
Some global services have control plane located only in `us-east-1`, without which they become read-only at best, or even fail outright.

https://docs.aws.amazon.com/whitepapers/latest/aws-fault-iso...
dikei
·9 ay önce·discuss
For paper documents, you'd make at least a few copies for storage at the source, and then every receiver will get his/her own notarized copies.

Electronically, everyone just receives a link to read the document.
dikei
·10 ay önce·discuss
Start training them from a very young age: competitive coders typical start in secondary/high school or even earlier.

Russia has specialized schools to support this kind of education, so are China and many other countries. Thus, they rank very high in IOI and ICPC contests
dikei
·geçen yıl·discuss
Well, only a lunatic would use ZIP with anything but DEFLATE/DEFLATE64
dikei
·geçen yıl·discuss
I use ZSTD a ton in my programming work where efficiency matters.

But for sharing files with other people, ZIP is still king. Even 7z or RAR is niche. Everyone can open a ZIP file, and they don't really care if the file is a few MBs bigger.
dikei
·geçen yıl·discuss
The use-case is because it's so cheap, why bother with anything less.

Currently, I can get 1Gbps Internet for $15, while the cheapest package is 200Mbps for $5. I expect they'll offer 10Gbps in my area in the next few years for the same cost as the 1Gbps now.

Still, at that speed, the router CPU can actually become the bottleneck, and OpenWRT currently has pretty poor support for hardware accelerated routing.
dikei
·2 yıl önce·discuss
That code looks like a proper object-oriented design to me, nothing to do with type-hints actually.
dikei
·2 yıl önce·discuss
I only know this one

https://www.mqtt-dashboard.com/

But a quick Google search will get you some others.
dikei
·2 yıl önce·discuss
I wouldn't be surprised if that is just a bot.

He even follows me, though I have never published any open-source project on my own.
dikei
·3 yıl önce·discuss
Similarly, for my Linux devices I use `borg` to backup to a local NAS, and use `kopia` to have another backup to Google Cloud Storage, as B2 too slow where I live.

I used to have back up on local external drives too, but stopped doing that, since the process was manual and I often forgot about it.
dikei
·3 yıl önce·discuss
Yeah, I wouldn't trust their process at all, if they'd rather have the server down for 1 week instead of aborting and performing a rollback to the last known good state.
dikei
·3 yıl önce·discuss
Lima has experimental supports for Apple's native virtualization framework, but the default is still QEMU.