viddi | 2 years ago | on: Tell HN: Bash.org is no more
viddi's comments
viddi | 2 years ago | on: PyPy has moved to Git, GitHub
I would consider SF a viable Github alternative, but the bad reputation caused by a temporary owner just seems to stick forever.
viddi | 2 years ago | on: Show HN: I built an open source AI video search engine to learn more about AI
But I don't know about searchability.
viddi | 2 years ago | on: Building end-to-end security for Messenger
viddi | 2 years ago | on: Building end-to-end security for Messenger
viddi | 2 years ago | on: Building end-to-end security for Messenger
viddi | 2 years ago | on: Building end-to-end security for Messenger
I'm one of them and I don't like this.
viddi | 2 years ago | on: Dutch police can request telephone numbers of anonymous telegram users
>No transparency report is available for your region. If any IP addresses or phone numbers are shared in accordance with 8.3 of the Privacy Policy[0], we will publish a transparency report within 6 months of it happening and will continue publishing semiannual reports.
>Note: for a court decision to be relevant, it must come from a country with a high enough democracy index[1] to be considered a democracy. Only the IP address and the phone number may be shared.
[0] https://telegram.org/privacy#8-3-law-enforcement-authorities
viddi | 2 years ago | on: SUSE to go private
Between those snapshots you might have bleeding edge updates for all the packages, but even then I do encounter package conflicts way too often. Well, on the upside, at least they are detected.
So yes, it is stable, but it comes at a price.
Apart from that, the community support felt mediocre, at least a few years ago. The most visited platform was a bulletin board forum with very little interaction. When I had trouble installing KDE, it took a few days until someone suggested the correct diagnostic tools. This is bad for being the testbed of a commercial distribution. In the end, I just installed Arch, which packaged KDE better than Tumbleweed did.
But on the other hand, maybe only if you use a distro long enough, you get to see the downsides, and each one has them.
viddi | 2 years ago | on: Ask HN: Is anyone hosting their own Jitsi server?
I have tried to set it up in different ways multiple times, following all the steps of the fantastic documentation meticulously, with full server resets in-between, researched the error messages thoroughly and even asked in the Jitsi forums, but there was just no way.
But if it works, it's a great piece of software that's easy to set up with really great documentation. I'm blaming the fact that it didn't work out on the hosting company (Strato) and their wonky VPS.
viddi | 3 years ago | on: WebGL2 Fundamentals
viddi | 3 years ago | on: WebGL2 Fundamentals
viddi | 3 years ago | on: Tailwind is a leaky abstraction
viddi | 3 years ago | on: Day.js – Fast 2kB alternative to Moment.js with the same modern API
viddi | 3 years ago | on: Simon Tatham's Portable Puzzle Collection
* There is an own creation algorithm for each game, sometimes including parameters like difficulty
* For every game there must be only one possible solution. This means that you never have to guess. Otherwise, it's a bug. For Mines (Minesweeper clone), this is an outstanding feature.
* The solution for almost every game is implemented with a respective solving algorithm. You can learn a lot from the source code.
* Each generated game comes along with a seed which you can share with others, or for a bug report.
* The project cross-compiles out of the box for many platforms, including Android, Windows and Web. And the resulting Windows binaries are tiny, because it does not use a bloated GUI framework.
* It provides a well-thought framework in case you want to add another game.
* Icons of the game are created on-the-fly during the building process
viddi | 3 years ago | on: Useless Use of "dd" (2015)
I came as far as comparing the image files, which were identical, but I did not have the time to compare the disks. So, this still is a mystery for me.
On a side note: If you ever need to do a full disk clone nowadays, I can only recommend clonezilla. Using FAI (Fully Automatic Installation) would be even better instead of doing image clones, but sometimes, that's not an option.
viddi | 4 years ago | on: C Portability Lessons from Weird Machines
I am no expert in HTML video delivery and haven't tried it out, but maybe setting the preload attribute to "none" or "metadata" might help?
viddi | 8 years ago | on: I Bought a Book About the Internet from 1994 and None of the Links Worked
viddi | 10 years ago | on: Facebook Messenger protocol in Pidgin
Unfortunately, it seems that it's in an infinite, self-proclaimed "not really ready yet" phase, and not used widely.
viddi | 13 years ago | on: Things I Despised About My Education
In my case I was one of the lucky few who actually understood derivations after the first class. At home, I thought about half an hour about it, and was able to tell the next "recipe" on the lesson plan. (Side note: Students get rewarded for memorizing algorithms, not understanding them. So even people who are "good in maths" are - even in college - not always good at understanding them.)
Now in university I'm still a bit disappointed. This could be because of my engineering course. We're still just being taught how to do what, but not in a descriptive way. This became extremely bad at differential equations. We weren't even told what differential equations are, and when you use them. It was a mere "you have this, then you have to do that". It seemed very difficult to me, but many other students had no problems. They told me because "it's just: you have this, then you do that".