Check out my first novel, midnight's simulacra!

New pages

From dankwiki
New pages
Hide registered users | Hide bots | Show redirects
  • 09:01, 7 April 202410GbE (hist | edit) ‎[1,055 bytes]Dank (talk | contribs) (Created page with "10 Gigabit Ethernet achieves 10Gbs data rates using the Ethernet Layer 2 protocol over a variety of media, usually using SFP+ transceivers. It is defined on CAT-6A copper, twinaxial, and fibre. CAT-5e and CAT-6 can also be used, but not for the full 100m of 10GBASE-T (IEEE 802.3an-2006). ==100GbE NICs== PCIe 2.0 at 4 lanes doesn't have sufficient throughput to carry a full 10Gbps. At least 8 lanes of PCIe 2.x are required. 2 lanes of PCIe 3.0 or a single lane of...")
  • 19:13, 5 April 2024Midnight's simulacra original motion picture soundtrack (hist | edit) ‎[732 bytes]Dank (talk | contribs) (Created page with "* '''Intro''' Ludacris, "Southern-Fried Intro" * Jim Carroll, "Catholic Boy" * Company Flow, "The Fire in Which You Burn" * Paul Wall, "They Don't Know" * YoungBloodZ, "85" * Tag Team, "Whoomp! (There It Is)" * Kilo Ali, "Lost Your Minds" * Outkast, "ATLiens" * Goodie Mob, "Ghettoology" * TLC, "No Scrubs" * Waka Flocka Flame, "No Hands" * T.I., "Rubberband Man" * Outkast, "B.O.B." * Cee-lo Green, "Big Ole Words" * Outkast, "Bowtie" * Future, "Move That Dope" * Mastodon,...")
  • 09:11, 5 April 2024RIGOL MSO5074 (hist | edit) ‎[1,928 bytes]Dank (talk | contribs) (Created page with "A cheap Chinese oscilloscope, capable of software hack beyond its stated capabilities. Default account: admin/rigol")
  • 16:18, 4 April 2024Arduino-cli (hist | edit) ‎[609 bytes]Dank (talk | contribs) (Created page with "Need to get it into Debian. ==Miscellaneous hardware of mine== {|borders="1" class="wikitable" ! Board ! fqbn ! properties |- |LilyGO T-Display-S3 |esp32:esp32:lilygo_t_display_s3 |JTAGAdapter=default,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=cdc,MSCOnBoot=default, DFUOnBoot=default,UploadMode=default,PartitionScheme=app3M_fat9M_16MB,DebugLevel=none,EraseFlash=none |- |}")
  • 01:55, 20 March 2024TRIM (hist | edit) ‎[1,112 bytes]Dank (talk | contribs) (Created page with "SSDs generally need to have the blocks belonging to a file explicitly deallocated. This is done with the ATA TRIM command. Unfortunately, regular use of TRIM can have negative effects on performance (TRIM cannot be queued on some devices) and lifetime. It is thus not generally recommended to trim after every delete operation, though this can be configured ("online mode"). Note that trimming generally requires the filesystem to be mounted, unlike e.g. <tt>fsck</tt>. Note...")
  • 06:10, 8 March 2024Rescuing Linux (hist | edit) ‎[8,373 bytes]Dank (talk | contribs) (Created page with "Sometimes you need perform irregular, unpleasant tasks involving a Linux box. One generally picks up the techniques via experience. This kind of thing tends to become less necessary as one learns Linux better, and thus it's easy to lose currency. The introduction of systemd, for instance, changed almost all of this shit up. ==grub== ==access sans password== ==kernel command line== ==initramfs== Almost all distributions ship kernels making use of initramfs these d...")
  • 02:41, 14 February 2024Io uring and xdp enter 2024 (hist | edit) ‎[3,491 bytes]Dank (talk | contribs) (Created page with "Last year (2023), I spent significant time writing code using XDP and io_uring. The latter was delightful, the former less so. My summary of io_uring through liburing 2.3 hit #1 on HackerNews (twice!) and the great [https://lwn.net LWN], which pleased me. Work on these technologies has progressed, and it seems time for an update. ==XDP== One of the big problems I had with <tt>AF_XDP</tt> sockets was the lack of support for large packets. One could typically only...")
  • 08:50, 11 February 2024Ebooks are hot garbage (hist | edit) ‎[5,128 bytes]Dank (talk | contribs) (Created page with "'''dankblog! 2024-02-11, 0349 EST, at the danktower''' Pretty much exactly what the title says. I did not consider ebooks when writing <i>[https://midnightssimulacra midnight's simulacra]</i>. This was both fortunate and unfortunate: unfortunate because it's proven difficult to make an acceptable ebook after the fact, fortunate because I really like the print version, and it's more important to me than the ebook, and properly designing for an...")
  • 18:51, 21 January 2024EPUB (hist | edit) ‎[1,982 bytes]Dank (talk | contribs) (Created page with "EPUB (in version 3.3 as of 2023-12-21) is a container for ebooks using ZIP for its archive and compression. Most of the content is XHTML or media (usually graphics).")
  • 04:48, 19 January 2024KEF LS60 (hist | edit) ‎[6,180 bytes]Dank (talk | contribs) (Created page with "I acquired a pair of [https://us.kef.com/products/ls60-wireless KEF LS60] active wireless speakers in January 2024. The speakers are awesome, but getting them working well with Linux was not completely trivial, and is not quite complete. At the time, I had the following versions of crap: * Linux 6.7 * Pipewire 1.0.1 * Pulseaudio 16.1 * KEF firmware 2.0 ==Requirements== I was using MPD 0.23.14 for my music, but I needed a solution at the audio device level, so that...")