I'm looking to set up a matrix server, does anyone have any insight on continuwuity vs tuwunel?
Not super interested in running synapse on my little VPS that could, it's already got a lot going on
| GitHub | https://github.com/jacobmealey/ |
I'm looking to set up a matrix server, does anyone have any insight on continuwuity vs tuwunel?
Not super interested in running synapse on my little VPS that could, it's already got a lot going on
Reading up on SSA stuff again because it's been a few years since I last poked at this...
"A Gentle Introduction to LLVM IR"
https://mcyoung.xyz/2023/08/01/llvm-ir/
Reminded me that LLVM initially leaves locals in stack allocated slots and then "promotes" them in the mem2reg pass.
"A catalog of ways to generate SSA"
https://bernsteinbear.com/blog/ssa/
New since I last looked, links to a selection of papers.
"SSA-based Register Allocation"
https://compilers.cs.uni-saarland.de/projects/ssara/
PSA: Did you know that it’s **unsafe** to put code diffs into your commit messages?
Like https://github.com/i3/i3/pull/6564 for example
Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!
This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.
WOO turns out I misread the boot prompt after running `passwd` in the `init=/bin/bash` boot.
the kernel log was overwriting the the password prompt so I wasn't seeing it... tough.
The actual fix was rebuilding and installing the gjs package
https://bugs.debian.org/1125927 has more context.