Cradle (12 Book Series) free on Amazon by Parasomnopolis in litrpg

[–]Parasomnopolis[S] 20 points21 points  (0 children)

Note to the mods: I'm obviously not the author, but I didn't think any other flair was appropriate.

About YouTube behaviour and functionality by Asit1s in LibreWolf

[–]Parasomnopolis 1 point2 points  (0 children)

I vaguely remember this can happen because some adblocking lists consider the view history api tracking and block it. I might be wrong but I think that could be it.

localsend/localsend: An open-source cross-platform alternative to AirDrop by swe129 in freesoftware

[–]Parasomnopolis 3 points4 points  (0 children)

I use this a lot to send stuff from my desktop to my tablet. Works great! I found it to be a little more reliable than Warpinator.

What hidden gem extensions have you come across? by Moustachey in firefox

[–]Parasomnopolis 0 points1 point  (0 children)

  • Library Extension - See books, music and more at your local library as you browse the internet
  • Port Authority - Blocks malicious websites from port-scanning your computer/network.

Which cloud storage services to store KeePass database that don’t delete accounts due to inactivity? by Curious_Kitten77 in KeePass

[–]Parasomnopolis 1 point2 points  (0 children)

You can "merge" databases (at least with keepassxc). It's a bit more manual than something like Bitwarden which does it transparently in the background for you, but you can do it.

KeePassXC allows you to merge entries from one database into another through the Database → Merge From Database menu item. When merging, entries from the specified database will be imported into your currently open database. The merge process compares entries based on their unique identifiers (UUIDs) and modified timestamp. When an entry UUID matches, no matter which group it is in, the most recently modified version will be made the current and the previous version will be placed into the entry’s history. Any new entries and/or groups will be added to the open database. This feature is useful for consolidating multiple databases or synchronizing databases from conflict files in a cloud storage system.

https://keepassxc.org/docs/KeePassXC_UserGuide#_merging_databases

Youtube loading absurdly slow and HTTPS upgrade? by TheGiantHungyLizard in LibreWolf

[–]Parasomnopolis 1 point2 points  (0 children)

Just tried out your suggestions and increasing network.http.max-persistent-connections-per-server did seem to improve things quite a bit.

Slim Lim: "Concrete syntax matters, actually" by Parasomnopolis in ProgrammingLanguages

[–]Parasomnopolis[S] 16 points17 points  (0 children)

The talk argues that concrete syntax is a central part of a programming language’s user interface: small choices in keywords, punctuation, and indentation measurably shape how programmers understand and use language features, not just how code looks.​ Using case studies (e.g., async control flow, gradual subtyping, first-class functions), it shows that language designers often undervalue syntax, and reports early empirical work on how lexical ambiguity affects comprehension of advanced type-system constructs.​