Skip to content

Commit

Permalink
Add a list of links
Browse files Browse the repository at this point in the history
  • Loading branch information
ktnlvr committed Dec 11, 2024
1 parent 10d078b commit 7ebe9c3
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
36 changes: 36 additions & 0 deletions content/links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Links
brief: This post contains a list of software/websites I find useful in no particular order
date: 2024-12-11T19:33:52,000+02:00
---

## Software

* [Neovim](https://neovim.io/). Best text editing software ever.
* [Obsidian](https://obsidian.md/). Markdown editor with internal links and a graph view. A way to keep your notes organised.

## Tools

* [ShaderToy](https://www.shadertoy.com/). An online fragment shader showoff station.
* [MCStacker](https://mcstacker.net/). The best Minecraft command generator.
* [Godbolt/Compiler Explorer](https://godbolt.org/). Online assembly generation for your C/C++/Rust/Zig and everything else.

## Tutorials

* [Geometric Algebra for Computer Scientists](https://geometricalgebra.org/).

## Services

* [Sterling PDF](https://www.stirlingpdf.com/). Best PDF conversion utilities ever.
* [Wormhole](https://wormhole.app/). Sending files across network fast.
* [SecureDrop](https://securedrop.org/). Securely sending files.

## Utilities

* [Bore](https://github.com/ekzhang/bore). CLI for thing client tunneling.
* [ripgrep](https://github.com/BurntSushi/ripgrep). Fastest `grep` alternative.
* [croc](https://github.com/schollz/croc). Sharing files across multiple computers.

## Misc

* [arXiv](https://arxiv.org/). Free distribution service for scholarly articles.
18 changes: 18 additions & 0 deletions content/projects/gambling-for-creating-tension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Gambling for Creating Tension"
date: 2024-11-25T19:41:27.205+0300
aliases:
- /gfct

brief: "using gambling to generate tension"
---

## Introduction

## Cases

### Skull

### Liar's Dice

### Dice In TTRPGs
8 changes: 8 additions & 0 deletions content/projects/how-to-lose-at-liars-dice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "How to Lose at Liar's Dice"
date: 2024-11-25T19:41:27.205+0300
aliases:
- /htlald

brief: "comparing answers for the best strategy"
---
8 changes: 8 additions & 0 deletions content/projects/ttrpg-literature-parallelism.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "TTRPG + Literature parallelism"
date: 2024-11-28T16:44:12.000+0200
aliases:
- /tlp

brief: "using gambling to generate tension"
---

0 comments on commit 7ebe9c3

Please sign in to comment.