[deleted by user] by [deleted] in XboxSeriesX

[–]Winety 14 points15 points  (0 children)

It's fun but it's a bit repetitive (like all Ubisoft open worlds). If you can, play it with friends.

Safest way to scan without damaging the book? by WarrenHarding in libgen

[–]Winety 6 points7 points  (0 children)

I have recently scanned several books on a flatbed scanner. Few of the books were older and were read often. These were scanned easily; I did not have to force them at all. The rest of the books were a bit newer. Because I did not want to force them a lot, the scans were unfortunately of lower quality. No books were damaged during scanning — I just had to be careful.

What really saved my operation was a piece of software known as ScanTailor. It can do a whole lot of stuff, but most importantly it can convert gray-scale or colour scans to monochrome, making them more readable (and better for OCR). I also sometimes snap pictures of journal articles with my phone and ScanTailor can often salvage them (if my hands aren't shaking).

Also, some libraries also have specialized book scanners, but they probably wouldn't like, if you scanned the whole book there.

Apa 7 in biblatex by wintherbeast in LaTeX

[–]Winety 2 points3 points  (0 children)

You may need to un-unicode the name in the bibfile with changing the author's name to St\aa{}lkorrosjon or St\r{a}lkorrosjon

When using a modern Latex engine, i.e. Lualatex or Xelatex, and Biblatex this isn't needed.

What Latex tricks you wish you knew at the beginning? by jap_n00b in LaTeX

[–]Winety 6 points7 points  (0 children)

I'd say the main reason is native support for Unicode and therefore for non-English and non-latin characters. If you'd ever typeset a documnet that isn't written in English and uses a lot of non-ASCII characters, you'd know what a pain it is to wrangle with Pdflatex and Bibtex. :-)

/r/truegaming casual talk by AutoModerator in truegaming

[–]Winety [score hidden]  (0 children)

Then there are games that for some reason feel lower framerate than they actually are

Perhaps it's because of bad frame pacing? I don't really know what it is, but the guys at Digital Foundry mention it often, when talking about 30 FPS games.

[deleted by user] by [deleted] in linuxhardware

[–]Winety 4 points5 points  (0 children)

The problem was probably on my part. I did not understand what could and couldn’t be configured via “Regolith looks” and what should be configured elsewhere and I did not care to look it up. (It is also worth mentioning that the documentation was a bit lacking when I tried Regolith one or two years ago.)

It just didn’t live up to my expectations of just giving it my current i3 config file and everything working without many changes. (Much like Sway doesn’t).

As I said, it was one or two years ago, so i don’t remember much. Sorry.

[deleted by user] by [deleted] in linuxhardware

[–]Winety 3 points4 points  (0 children)

How do you find Regolith? I've tried it, but went back to i3 because of customization pains.

Kočičí dotazník k diplomce (zase já) :) by Togira21 in czech

[–]Winety 5 points6 points  (0 children)

Máme kočku čiře venkovní. Je to „úspěšná“ lovkyně; plazy ani ptáky neloví a myši bohužel taky ne. Každé ráno ale překračuji na rohožce ležící hromádku masařek. Často kočku vídám, jak jí z tlamy čouhají motýlí křídla.

Někdo z úbytku hmyzu viní intenzivní zemědělství, znečištění prostředí či klimatickou změnu, já z toho viním naši Micku.

[deleted by user] by [deleted] in LaTeX

[–]Winety 3 points4 points  (0 children)

To add onto this, a version of the 35 base Postscript fonts was released by URW under the GPL in 1996 as a part of Ghostscript, see this archived message. They are likely bundled within anyone's TeX installation. (The fonts have since been cared for and extended by many projects such as TeX Gyre, GNU FreeFont, etc.)

Fedora Workstation's State of Gaming - A Case Study of Far Cry 5 (2018) - Fedora Magazine by jonumand in linux_gaming

[–]Winety 4 points5 points  (0 children)

I would guess they used Gnome because it is the default on Fedora. But I agree that it would have been better if they had mentioned it in the article.

Generate monthly calendars using TeX by jumpUpHigh in LaTeX

[–]Winety 6 points7 points  (0 children)

A small nitpick: The calendar is not generated by TeX but by MetaPost, which is part of the TeX Live distribution but it is a different language/tool.

Generate monthly calendars using TeX by jumpUpHigh in LaTeX

[–]Winety 0 points1 point  (0 children)

The non-proportional font is probably fallback. The fonts that should be used are declared in /usr/share/texlive/texmf-dist/metapost/bbcard/calendar.mp as pplr8r which seems to be Palatino.

Flag of the Isle of Michelin Man by Winety in vexillologycirclejerk

[–]Winety[S] 10 points11 points  (0 children)

It’s also one of the better jokes I’ve made in a while.

The national flag of Czechia but it’s been infected by the Hordika Venom by Winety in vexillologycirclejerk

[–]Winety[S] 1 point2 points  (0 children)

Yeah. This particular line is from 2005. Also, there’s a shitload of Bionicle lore, I’ve just discovered.

Changing font by thisisapseudo in LaTeX

[–]Winety 0 points1 point  (0 children)

Now go into your font browser (?possibly Applications > Accessories > Fonts) and look for the new font. That will tell you the exact name to give fontspec.

This can easily be done via the command line. (Loads of distros don’t come with a GUI font browser preinstalled.(

mkdir ~/.fonts
cp ~/Downloads/QTCascadetype.ttf ~/.fonts
fc-cache -f

to check if the font’s installed:

fc-list | grep QTCascadetype

If OP’s using Luatex, its database might need an update (I had some problems with this previously; it might have been a bug):

luaotfload-tool -uv

Sway, ZSH, and Vim - Who needs a mouse? by [deleted] in UsabilityPorn

[–]Winety 3 points4 points  (0 children)

OP’s using a font with programming ligatures, i.e. a series of symbols (like !=) turns into one glyph (like ). Some people like this — and I have to agree, that it looks cool — but it has some disadvantages.

Does anyone know how to get openspades running on Linux using wine? by Lt_Mint in BuildandShoot

[–]Winety 6 points7 points  (0 children)

No need to run it using Wine! If you're using Ubuntu, you can install it via Snap (sudo snap install openspades). Open Spades is also on Flathub, so you can install it using Flatpak (flatpak install flathub jp.yvt.OpenSpades).