

These days there are ten packages for every task.


These days there are ten packages for every task.


Lua works smooth like butter with binary libraries written in C (since it’s made to be embeddable in C), but also it’s so fast that for many things people just do libraries in plain Lua.


I remapped alt to ctrl as God intended, and ‘windows’ and the context-menu keys to alt. Coincidentally, the ctrl keys stopped working on my laptop for some reason, but if they worked, I’d map them to ‘super’ and put some obscure os-wide functions on there, like enabling/disabling Bluetooth. Or would just switch to English and my language with one press of a particular key.


The constitution of some countries in the West includes the privacy of correspondence. Idk how many countries and how that privacy is interpreted in any particular cases.
IMO it should be argued, in the Europes, that this covers electronic correspondence too, and thus ChatControl and its ilk are unconstitutional.


Also Wiktionary imported the whole Webster dictionary from early 20th century sometime in the beginning of their operation, and apparently Webster was a fan of thoroughly describing each of the twenty meanings of a word. Which tradition continues in Wiktionary to this day — instead of giving three-word descriptions for two or three meanings tops, as other online dictionaries do.
My one complaint is that the thesaurus at Wiktionary is so-so, being exhaustive only for things like euphemisms, which naturally have many synonyms. In most cases, Thesaurus.com is a better resource.
Regarding email, consider buying a personal domain for your email address. You specify the ip addresses of the email provider in the domain’s DNS, and on the provider’s side specify that the domain is for your email box. This way, if the email provider doesn’t work out, you only need to change the DNS records to another provider, instead of changing the email address on accounts (which is often impossible).
However, not all email providers support custom domains, and some only do that on paid tiers.


Technically the original ‘Dracula’ is Austrian/Hungarian film ‘Dracula’s Death’, released in either 1921 or 1923. Considering that Dracula is either the most- or second-most-frequently adapted character ever, I wouldn’t be surprised if more films were made between this one and the 1931 one.
Also, funny thing, a Spanish-language version of ‘Dracula’ was filmed simultaneously with the 1931 film, on the same sets. It’s considered better made, because the crew had access to the dailies of the English version and could adjust the direction based on the flaws they noticed.


the amount of pro genocidal statements and cheers for extremism
whenever you bring up topics like treatment of minorities, lgbtq+ rights, feminism etc, people normally dont comment on this stuff or make a “harmless joke” out of it
Not sure what corners of Reddit you’re browsing, but from what I’ve seen on r/all, the active majority don’t make extremist statements and don’t make jokes out of minorities (with the exception of the weird “women am I right” on r/SipsTea). In fact, Reddit is pretty leftist by US standards, considering USians are the majority of active posters and commenters.
However, it does have a penchant for ridiculing both Pakistanis and Indians — which, though, is lately supported by Indians themselves posting videos of uncivil behaviour on r/indianrailways and such. Plus, Indians and Pakistanis on Reddit do disparage and dismiss each other — idk about any particularly extremist sentiment. But this disparagement is typically limited to Indian subreddits, which mostly consist of ethnic Indians — judging by the prevalence of Hindi — who I guess have strong feelings on the matter (dunno about Pakistani subs, as I haven’t seen them).
Also, Reddit is implementing automated moderation lately, which does stuff like detecting bigotry based on nationality. This moderation is very stupid and ineffective so far, as it removes one comment and issues a warning, while hundreds of comments with the same sentiment are visible plain as day, but don’t contain the same keywords. Meanwhile many completely innocuous comments are getting hidden because the automation felt wonky about them.


Reddit is leftist by US standards. Even though Spez is reportedly Republican, that doesn’t seem to be reflected in the platform’s operations. Instead they’re ruining it by making the content shittier and introducing stupid crap like automatic moderation that shadow-hides many comments for no good reason.


With long hair, you have two particular easy opportunities:
Just trim only the temples with a trimmer, and let the rest grow as it pleases. Or cut the ends to some length that makes sense. This way you can have a ponytail, or loose hair if that’s your style, and look okay.
Or, get a ‘long mohawk’: have a barber buzz the sides so that you have the back and top in a straight wide stripe, then tie a ponytail and shave the sides with a trimmer once every week or two. This is more fit for dudes, though there are photos of gals in image search too. The benefit of this style is that it’s more chilly than a full head of hair, while also being low-maintenance.


Good question, especially considering that the site is owned by Fandom, Inc. now.
I’ve seen several sites dedicated to old games go down in just a few recent years.


in addition to my kinda broken English, I have a really shitty Danish
Thankfully, not much difference between those, eh.


For spoken English, I greatly recommend audiobooks and podcasts. They typically have better narrators, so are easier to understand. As a bonus, one can listen to them while doing household chores and such — for me, consumption of books greatly increased with audiobooks compared to snatches of books here and there.


It’s just that I made a resolve recently-ish that I need to properly get into stories in games. Unlike back in the day, when I played through ‘Half-Life’ 1 and 2 and gathered pretty much nothing about the plot. ‘Disco Elysium’ seems to be the type of a game where a lot of the story is in the details dropped by the characters, reading materials, etc.
I’ve been recently replaying the original ‘Deus Ex’, and had Denton crawl around every level for hours, reading each newspaper and poster he comes across. The papers do in fact frame the main story, clarifying the relations between factions and such.
An extreme case of this is apparently the ‘Elder Scrolls’ universe, with which the community gathered sizeable lore and history that goes several layers deep. I’ve never played the games (perhaps for the best), and only happened upon a tangential discussion about this, but the impression was that they’re deciphering it like ‘Ulysses’.


Stuff about the setting that I learn from the characters. Perhaps you have better memory than me.
Steam has notes built in
This is great to know. I need to see if Steam accepts my copy of the game, for which I didn’t pay to the company after what they did to the developers.


But he’s a professional detective, presumably with the skill to gather information and put it together. Meanwhile I’m a professional scatterbrain who writes down notes for programming projects that take more than a day. It would be unrealistic for me to roleplay as him, especially if I step away from the game for a couple weeks and forget most of the details. If I can code while hungover, he probably can do detective stuff while hungover.


Merriweather is great for longer texts. I use it in all book reader apps.
Anonymous Pro is my coding font of choice.


I love everything about ‘Disco Elysium’ in isolation. Art style? Gorgeous. Grimy noiry mood, right up my alley. I love isometric RPGs, though it’s been a while since I played any. Writing is great, from what I’ve heard. Novel mechanics, probably beautiful.
Only, I get into a couple dialogs and realize I need a second computer on the desk, to type up notes. Ain’t no way I’m remembering any of that, especially since I tend to take long breaks in a playthrough. And I just decided in recent years that I need to pay closer attention to stories in games, which I neglected to do back in my youth.
I’ve put twenty notes into the phone (with swipe-typing, thankfully), and that ended my initial experience.


There are river dolphins, even.
There’s a Lua module for Nginx, and in particular OpenResty bundles those two. Lua is snappy as hell, especially in the LuaJIT variant, and uses very little memory — so when it’s paired with Nginx, one could probably run a performant web app on a toaster.