These are VMs running built with JavaScript/WASM allowing you to run an operating system within your browser, all client side.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<your-ticket-prefix> | |
# Subject Line | |
# ====================================================================== | |
# | |
# One line less than 72 characters in length. Generally focused on the | |
# "What" rather than the "Why". | |
# | |
# Format <tag>: <message> | |
# | |
# `tag`: can be either a defined list of tags like "Add", "Remove", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://lemmy.bolha.one/ | |
https://o.opnxng.com/ | |
# single instance mode # | |
https://old.lemmings.world/ | |
https://old.kerala.party/ | |
https://oldlemmy.justin.rs/ | |
https://old.ttrpg.network/ | |
https://old.lemmyonline.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The idea axplained here: | |
// https://blog.jim-nielsen.com/2021/feed-urls/ | |
// deno run --allow-net parse-feed-urls.js | |
import { DOMParser } from "https://deno.land/x/[email protected]/deno-dom-wasm.ts"; | |
import * as path from "https://deno.land/[email protected]/path/mod.ts"; | |
import { parse } from "https://cdn.skypack.dev/tldts"; | |
const urls = await getFeedUrls(); | |
const urlCollection = createUrlCollection(urls); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM archlinux | |
# Temporary patch for support old docker versions (like the default one in ubunutu 18.04) | |
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \ | |
curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && \ | |
bsdtar -C / -xvf "$patched_glibc" | |
RUN pacman -Syyu --noconfirm && pacman-db-upgrade && pacman -S --noconfirm --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra git pulseaudio-alsa | |
RUN git clone https://github.com/bestouff/genext2fs |
Display the architecture (arm64
or x86
) of the current shell in your prompt using Starship. I use zsh as my shell but you should be able to adapt this for other shells. As a bonus this also shows you how to set up your path to work with both arm64 and x86 versions of Homebrew.
Add this to your ~/.zshrc
:
if [[ $(arch) == 'arm64' ]]; then
export PATH="$HOME/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
export SHELL_ARCH="arm64"
echo '=========== arm64 ============'
else
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name HN comment ancestory | |
// @version 1 | |
// @include https://news.ycombinator.com/item?* | |
// @grant none | |
// ==/UserScript== | |
const $commentTree = document.getElementsByClassName('comment-tree')[0]; | |
const $commentRows = $commentTree.children[0].children |
Here are some alternatives to RTV that are worth checking out!
- Terminal UI for Reddit (TUIR) (defunct) - forked from RTV on 2019-06-09
- Tildes Terminal Reddit Viewer (TTRV) (defunct) - forked from RTV on 2019-12-12
- reddio - a command-line interface for Reddit written in POSIX sh
- Submit a PR to add your project here!
This gist will no longer be updated as the changelog will be on the official website.
- Sublime Text/Merge Official Discord chat server: https://discord.gg/D43Pecu
- Sublime Text/Merge 中文 Telegram 交流群組: https://t.me/sublime_tw
Converted via https://domchristie.github.io/turndown
NewerOlder