Advanced Search
Search Results
128 total results found
Meeneembeperkingen en handelaren
Er zijn twee sociale problemen die nogal eens de kop opsteken bij weggeefwinkels: hebberige klanten, en handelaren. Een weggeefwinkel is natuurlijk een heel mooi initiatief, en een goede stap naar een betere wereld, maar de wereld waarin we leven is nog altijd...
Winkelinrichting
Geen winkel is natuurlijk compleet zonder inrichting, en dat geldt ook voor een weggeefwinkel. Maar waar een normale winkel wat winkelmeubilair zou bestellen bij een leverancier, kun je bij een weggeefwinkel een hoop bereiken met tweedehands spullen - en dat p...
Vrijwilligers
herkenbaar: specifiek shirt, hesje, button met smiley, enz.
Subgraph sorting
We have a graph: We sort this graph topologically into a one-dimensional sequence: A, B, C, D The exact sorting order is determined by inspecting the contents of these nodes (not shown here), and doing some kind of unspecified complex comparison on those ...
Things I will not debate anymore
This is a list of things that I am not willing to 'debate' anymore. I will happily explain them if something is unclear, but if you're planning to try and convince me otherwise, don't bother. All of these are topics that I've had many - often many hundreds - o...
Working with the curve modifier
I've had a miserable time trying to work out the (grossly underdocumented) Curve modifier in Blender, so here's a bunch of notes that might be helpful. The summary: you create a curve that specifies a path along which your mesh should be bent. The mesh will b...
New Page
gparted doesn't let me create a btrfs partition!
If the btrfs option in GParted's partition type list is grayed out, add btrfs-progs to your system.environmentPackages and rebuild your system. After restarting GParted, the option should be available.
New Page
lmdb-js Quick Reference
Abbreviated documentation for https://www.npmjs.com/package/lmdb, for easier reference once you already understand how the library works. "use strict"; const lmdb = require("lmdb"); // recommended write strategy: conditional writes // if path contain...
New Page
Gridfinity but with minimal plastic use and printing time
Gridfinity is great, but it's pretty wasteful of plastic, especially if you use the original bin and baseplate designs by Zack Freedman. There's many alternative designs available by now, but it's hard to find what you need, and I've been spending some time fi...
An overview of my Javascript packages
This is a list of Javascript and Node.js packages that I have written and/or maintain. The list is incomplete and not exhaustive; it mainly contains the stuff that's likely to be useful to someone else, divided into rough categories. I'll be updating it over t...
Promistreams Specification
Concepts Handling concurrency In Promistreams, it is possible to initiate multiple reads from a stream at once. Every stream must be capable of handling this case correctly - that is, it must semantically behave the same as it would without concurrency. Every ...
New Page
Fixing node: prefixed requires/imports in Browserify
If you're running into issues with Browserify and prefixed module names (like in require("node:fs")), and you cannot change the imports because eg. they exist within a third-party module, then this workaround will fix that. This doesn't work for newer core mo...
Fixing crackling/skipping/glitching issues with Pipewire and Wireplumber
For the last two NixOS releases, I've been having audio issues with Pipewire, using Wireplumber as the audio server. There was an imperfect correlation to high system load, but particularly starting and quitting games often caused the problem to get worse unti...
Playstation 2
Troubleshooting I got a HDMI adapter, and I don't get a signal, just a black screen In the PS2's own console settings, switch the display output mode from RGB to Composite (the other option). Internally, these adapters use the composite output to get a HD si...