Shattered Pixel Dungeon is a great Rouge-like.
Shattered Pixel Dungeon is a great Rouge-like.
OpenStreetMap and Internet Archive because they are operating with a small budget (as opposed to Wikipedia).


#!/bin/sh
# Select a file with fzf from a database sorted by frecency and open it using
# xdg-open. frece can be found at https://github.com/YodaEmbedding/frece
DB_FILE=${FRECE_FILES_DB:-$HOME/.cache/frecent-files.csv}
item=$(frece print "$DB_FILE" | fzf --tiebreak=index --scheme=path)
[ -z "$item" ] && exit 1
frece increment "$DB_FILE" "$item"
xdg-open "$item"
#!/bin/sh
# Update frece database
DB_FILE=${FRECE_FILES_DB:-$HOME/.cache/frecent-files.csv}
tmp_file=$(mktemp)
fd -H . ~ > "$tmp_file" # use ~/.fdignore file to exclude certain dirs
frece update "$DB_FILE" "$tmp_file" --purge-old
rm "$tmp_file"


Wired has removed the story because it “does not meet [their] editorial standards”.
Hollow Knight: Silksong
500 hours in Hollow Knight thanks to the randomizer and other amazing mods.


Fish is slowly adding more POSIX syntax, e.g. $(cmd), export ENV_VAR=1 and CFLAGS=-02 make now work as you would expect.


3blue1brown and Veritasium
Some more context:


I switched from QWERTZ to a custom QWERTY layout but I fear that switching to something else would make it awkward to use computers other than my own. I also use the Vim keys hjkl in many applications.
Codeberg is based on Gitea, which closely resembles GitHub’s interface. Contributing to projects hosted on Codeberg is just as easy as contributing to GitHub projects.
It is proven that some mathematical questions can never be answered. This is known as Gödel’s incompleteness theorem. Veritasium made a nice video about it.
I also get “502 Bad Gateway” every now and then. Today it happened with https://lemmy.ml/post/330390. Nothing is printed to the Firefox console (except for Quirks Mode because of missing of course). Reloading the page fixes the issue.


You guys are overreacting. DDG said they would only down-rank sites associated with Russian disinformation. It’s normal for search engines to downrank low-quality sites such as SEO spam.
Here’s a screenshot. I don’t use a statusbar, gaps or anything fancy, but river does offer these features.

The text editor is Kakoune, the color theme is gruvbox.
River, a dynamic tiling Wayland compositor inspired by dwm and bspwm.


The RSS feed is actually “advertised” in the HTML source of the Signal blog:
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/blog/rss.xml" />
Sadly, most browsers don’t show this metadata to users anymore. The Firefox extension Awesome RSS changes that.


You couldn’t be further from the truth. I do like single-player video games (especially indie games) but competitive video games usually favor the players who practiced the most whereas the board and card games above have a low barrier of entry. My interest in Minecraft faded away over the years.
Store your Firefox profile and all tabs in RAM for snappier browsing: https://wiki.archlinux.org/title/Firefox/Profile_on_RAM