• 0 Posts
  • 46 Comments
Joined 4 months ago
cake
Cake day: May 2nd, 2026

help-circle


  • I have type 2 narcolepsy and every genetic marker for high stimulant tolerance.

    I’m hoping to get on the oxybates to see if they help, but my next sleep test isn’t until December. I’m wanting to try a few other meds, but they are both highly addictive and can mess up the test. My current plan is that if can’t get the oxybates after my test, to try some of the other, somewhat sketchier, stimulants and alternate them as I pick up a tolerance. I might have to either find a street dealer or go to Mexico for them though.

    I’m trying to avoid opioids as a substitute for oxybates, but I have to admit that trying codine to see if it helps is getting very tempting.

    Looks like I made it almost five minutes past three, so now it’s nap time.


  • I’m on stimulants that require not just a prescription, but approval from the manufacturer, quarterly check ins and ekgs. It’s now two in the afternoon and I’m hoping I can make it until three before I have to take my second nap. I’ve been at a friends house for a mid-morning coffee, and after the second cup taken a nap in their guest room. I know exactly what I can and can’t do at finely defined levels of sleepiness. I know what it feels like when part of my brain is asleep but I’m still waking around because I have to feed the pets before I go to bed. I’ve woken up from a nap, drank a monster, had a one hour job interview and then gone back to sleep right after. I experience levels of tiredness every day that you can’t imagine and there are no words for.



  • Not all modern filesystems are CoW like btrfs. ext4 is merely journaled, which means that there are rare instances where it can be corrupted, but recovery is fast. However in both cases you can still end up with individualy inconsistent files if, say, the power goes out while the CoW b-tree is percolating up and so the file never gets updated or if the ram cache never has a chance to flush.




  • Not exactly self-hosting, but I’ve worked at two different academic labs that had unique issues and small budgets.

    The first was on top of a mountain at 3km elevation. The low air pressure meant that all hard drives had a lifespan of no more than a year before starting to have issues. This was in the pre-SSD days. The “solution” was to boot from a floppy, never compress data, and have a student return the drives to a low elevation and swap them for the prior ones every six months.

    The second was at a place that was using old Datacube MaxVideo hardware that we would never have the budget to replace. It would crash if the room temperature got above about 18C, so we set the thermostat to 15C. Which doesn’t sound too bad until you’ve tried sitting at a desk for 8 hours where everything is 15C and the heat is just slowly leaving your body into the chair, the desk, and the keyboard. And then you walk outside where it is 32C and instantly start sweating because you’re still in several layers and fingerless gloves.




  • I’m going to echo what others have said here but hopefully clarify it somewhat. For most FOSS projects you can contribute by code, documentation, writing/reviewing bug reports, or other project management tasks. The projects probably have a “Contributing” section on their website that will help you get started and might even have an “easy tasks” or “good for beginners” section.

    If you’re primarily interested in contributing by writing code, then you need to learn to code. Pick a language that a project you care about is written in and find the beginners tutorials.

    You going to want to learn the basic tools the project uses even if you’re not writing code just so you can interact with the project’s community, so probably git, their bug tracker, and whatever they use for documentation and translation.

    And don’t be surprised if it takes a while to get that first contribution in. FOSS developers tend to become grumpy with time and generally have high standards, and due to the massive amount of LLM slop being thrown their way these last few years have often become even more so. But your work will be appreciated if you stick with it.







  • Honestly, this is one of those things where you need to define what AI means. Paperless 2.x used a machine learning-backed OCR library called Tesseract that has been in development since 1985.

    The current version of Tesseract does use a LSTM neural network, since 2018. Is that an AI? Fuck if I know because AI is a basically meaningless term.

    It’s not an LLM or a diffusion model, which is what backs a lot of the things people are calling AI nowadays.


  • Exactly, that’s the “in theory” part. In theory, 802.11ax (aka WiFi 6) can hit 1.1Gb, and 802.11be (WiFi 7) can hit 23Gb(!!) with an expensive router, while most common cheap Ethernet devices support 1Gb, though fancier ones support 2.5 or 10, and if you have the money you can get 40Gb or 100Gb devices. But you’re only going to hit those WiFi rates in an anechoic chamber with perfect antennas, placement and no other devices. And that speed is shared between all connected devices.

    But a $20 Ethernet switch can support 8 devices getting a solid 1Gb connection simultaneously.

    Related, I have a Roku TV that only has a 100Mb Ethernet connection but generally reports several hundred Mb over WiFi. I still only use the Ethernet connection because a 4k show only needs about 60Mb, and I never have had a problem with the Ethernet connection, while WiFi would drop out several times a week.