Skip to content

Instantly share code, notes, and snippets.

View venatiodecorus's full-sized avatar
💭
github has twitter built in now???

venatiodecorus

💭
github has twitter built in now???
View GitHub Profile
@venatiodecorus
venatiodecorus / node-typescript-esm.md
Created November 21, 2023 18:43 — forked from khalidx/node-typescript-esm.md
A Node + TypeScript + ts-node + ESM experience that works.

The experience of using Node.JS with TypeScript, ts-node, and ESM is horrible.

There are countless guides of how to integrate them, but none of them seem to work.

Here's what worked for me.

Just add the following files and run npm run dev. You'll be good to go!

package.json

@venatiodecorus
venatiodecorus / myweechat.md
Created April 3, 2021 19:18 — forked from pascalpoitras/config.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

You need at least WeeChat 3.1-dev

Enable mouse

/mouse enable

@venatiodecorus
venatiodecorus / hueg.pl
Created December 1, 2018 05:24 — forked from DongDiddler/hueg.pl
hueg.pl with upside down crosses (^b)
#!/usr/bin/perl
######
# hueg.pl PRO MODE
# modded by ma0 and others
# respekts 2 jakk and others
######
use Irssi;
use vars qw($VERSION %IRSSI);
@venatiodecorus
venatiodecorus / riot-matrix-workshop.md
Created October 19, 2018 21:28 — forked from attacus/riot-matrix-workshop.md
Create your own encrypted chat server with Riot and Matrix

Running your own encrypted chat service with Matrix and Riot

Workshop Instructor:

This workshop is distributed under a CC BY-SA 4.0 license.

What are we doing here?

The goal of this workshop is to teach you how to configure and run your own Matrix/Riot service. By the end of the workshop, you should be able to log into secure chat rooms and invite others to the same server.