Jtskywalker

joined 2 years ago
[–] [email protected] 16 points 1 week ago

Towards the bottom of that page is a tree with all the replies in the chain.

Here is one where they determined it was not malicious by examining the ref logs

https://lore.kernel.org/all/20250601-pony-of-imaginary-chaos-eaa59e@lemur/

[–] [email protected] 9 points 1 week ago (1 children)

I've used these tools to remove stuff from git history (e.g. someone accidentally committed a password or key that wasn't noticed for a while) and they are powerful but scary. Good discussion on what when wrong and how to avoid it or at least notice it before it gets this far

[–] [email protected] 1 points 2 weeks ago

I have had to do similar with a db at my job.

Backups passed verification but we had a lot of weird issues, like queries getting stuck, or not returning records that were definitely there.

Ended up having to manually recreate the schema and import records from a manual data dump because something in the db file itself was messed up.

[–] [email protected] 2 points 2 weeks ago (2 children)

Gotta check those backups

[–] [email protected] 4 points 2 weeks ago

Same. I liked the idea of sea devils but it felt like a 2 episode plot cut down to one

[–] [email protected] 4 points 2 weeks ago (2 children)

Lions mane extract seemed to help me, before I knew I had ADHD. Just seemed like when I had it regularly I had less brain fog. I used a few ml every morning in stone water.

I stopped using it because it seemed pricey, and I only bought it from one guy at the farmers market because I know a lot of commercially available supplements dont have what they say they do in the US.

I should try to find another good source to see if it helps now that I have other things as well.

Also black coffee but fresh roasted / fresh ground specialty coffee seems to help way more. Grocery store coffee gives me heartburn

[–] [email protected] 0 points 2 weeks ago

I have a 2-in-1 laptop that folds with a touchscreen and Debian has been good for me. Sometimes I have to toggle the auto-rotate on the screen on and off to get it to work again but I doubt that issue is Debian specific. I don't know about a stylus but even if Debian doesn't include drivers for it, installing proprietary drivers manually isn't that bad.

My specs are worse than yours and it runs fine for productivity stuff. I use it for writing, spreadsheets, some web tools, and notes / references while running tabletop games.

[–] [email protected] 2 points 2 weeks ago

This sounds awesome. Will definitely try this out

[–] [email protected] 8 points 2 weeks ago (3 children)

My 7 year old got scared by something yesterday evening, and said he couldn't wait until morning because every night his brain forgets everything. I think he used the term "new brain"

[–] [email protected] 4 points 2 weeks ago

Love it! Demo runs great on Steam Deck, also.

Will definitely keep an eye out for the full release.

[–] [email protected] 2 points 2 weeks ago

Love it! Demo runs great on Steam Deck, also.

Will definitely keep an eye out for the full release.

[–] [email protected] 1 points 2 weeks ago

Thank you! It was a lot of fun.

 

I was having a hard time finding a dice box that fit my slightly larger than normal dice, so I made my own! It uses magnets to stay closed, and the top acts as a dice tray for rolling.

I'm pretty basic with my cad skills. I learned OpenSCAD out of spite after fully getting off of windows a while back, and thus losing access to Fusion360. I tried to made this as parametric as possible, with the ability to adjust for different sized dice and magnets controlled by variables at the top of the file.

I'm sure there are things in the code that are not optimal, but the model works really well and I have been using this for a while. Figured I'd post it online and share here as well.

 

Pretty much all of the PDF readers I have tried will work for form filling, however I have some similar issues with all of them.

I mainly use Okular or Atril.

Issue 1 is when filling out multiple fields in a PDF, it becomes extremely slow, to the point of typing some text, and having to wait for 5-10 second for it to show up and I can continue.

Issue 2 is that both Okular and Atril will insert the text with a much larger font size and/or different font than the document. Even in cases where the fields have some pre-populated text, if I touch the field, the font changes. Sometimes the change is significant enough that the text is not readable, or makes surrounding elements not readable.

The best way I have found that works is to use FireFox. The form filling in that works fast and doesn't mess up the fonts, but the way FireFox handles saving PDFs is tedious. I can't just click ctrl+s to save, as it prompts me to choose a location to save at and makes me overwrite the original file every time, rather than just editing it in place.

Is there any PDF reader that people are aware of that does not have these issues? Or is this something that is weird with my setup?

I'm running Debian 12 with the KDE Plasma desktop environment

 

Hi everyone! I'm a pretty new GM. I've only ever played ttrpg as a GM with my kids, using the Hero Kids system.

We've been having a lot of fun running a longer campaign, and my kids were not really interested in the flavor of playing as actual kids (they want to be hulking lizardkin warriors who yeet the bad guys across the room and intimidate even the city guards to let them carry weapons in the city) so I have done a lot of adaptation of the included Hero Kids adventures to fit their style.

What I like to do is pull general plots and encounters out of the pre-made adventures, cut out or change stuff that doesn't fit, and use them as kind of quantum side quests whenever the players want to ask about rumors from the local innkeeper and stuff like that.

I have been mainly designing my own stuff as we go along but those adventures help a LOT with prep and having resources already compiled in a mostly usable way. It also helps me learn a lot about how to design encounters and plots since I don't have much experience.

I'm posting because I am about out of the Hero Kids adventures that I feel like fit our setting and play style and I am wondering if there are any other books that have adventures that can be used in this way that aren't system specific?

I've heard of things like the One Shot Wonders book, and others, or even the actual D&D published adventures, but having no experience with that or with even playing D&D 5e, I don't know how much work it would be to adapt things. So I am wondering if anyone has used resources like that and knows how they are put together would be able to let me know of some good ones to use in this way.

Free resources would be great, but I'm definitely willing to spend money if there are good products.

 

Finally got my hands on a Raspberry Pi 4. I installed MainsailOS and I followed this guide and got Klipper set up and running in a few hours.

I literally doubled my print speed in the slicer settings, which is giving me a 30-40% reduction in print times and the print quality is actually better at the same time... The only concern I have now is how the whole table vibrates when printing so fast 😅

Managing the printer through the moonraker interface on Mainsail is really nice. I also set up Obico for remote monitoring away from home with an old webcam.

The issues I had during setup were pretty few, but I'll list them here:

  • The USB webcam I had did not work at all out of the box, but that was quickly fixed by installing Crowsnest - after install the camera (Logitech C270) was working perfectly
  • After installing Crowsnest, the camera worked, but the web interface was no longer connecting to Klipper - I found out this was because I set up my Raspberry Pi with a non-default username, and the Crowsnest installation had apparently updated my moonraker.conf to look for Klipper in the default location. Just had to update klippy_uds_address: /home/pi/printer_data/comms/klippy.sock to have my username instead of pi
  • The last problem I have is that I'm having so much fun printing at turbo speed through the slick web interface that I'm burning through my filament too fast and I need to order more soon.

Next on the list is a Raspberry Pi cam (the Logitech C270 is on its last leg) and some LED lighting to get a better view of the prints.

It really feels like I got a whole new printer. I am really impressed with it and I would definitely recommend to anyone with a cheaper Marlin printer and at least a little bit of Linux experience.

 

I just started meds for the first time (Focalin XR). I'm on day 2 and it has been great so far as while I am on them I can actually choose what I want to focus on.

It is a total game changer - stressed about stuff that I have to do in 3 days and feeling like I'm going to spiral out of control into a pit of anxiety and misery? Nope, I'll just focus on what I'm doing today and know that I can take care of that when it is time to do so. I was even able to go to multiple stores and places that would normally overstimulate me and stress me out without any issues.

The first downside I have noticed happened today - when I get hungry I get REALLY hungry and really irritated - extreme hangry. I had read that stimulants normally suppress appetite but that when you come off of them the appetite catches up and you can get really hungry. Apparently that happens to me so I'm going to have to be careful about that and maybe make sure I have a meal planned around the time that they will wear off.

Anybody else have that experience? Or any other interesting experiences about being on meds?

 

We have had a Macbook Air (A1466) laying around for years after it became useless due to not getting any more updates so modern browsers wouldn't run, etc. etc.

Today I decided to dust it off and install Ubuntu - that all went great. No issues with wifi drivers or anything. The only issues I am having are that I have no audio input or output (only device available is "dummy output") and no webcam.

I'm not really sure where to start. I have used linux before, but it has been years (Ubuntu 11 or 12 was the latest I ever touched).

Any suggestions?

EDIT:

This is what I get from running lspci -V

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
	Subsystem: Apple Inc. Haswell-ULT HD Audio Controller
	Flags: bus master, fast devsel, latency 0, IRQ 73
	Memory at b0a10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
	Subsystem: Apple Inc. Haswell-ULT HD Audio Controller
	Flags: bus master, fast devsel, latency 0, IRQ 73
	Memory at b0a10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

 

I've been using gyroid infil almost exclusively since I first tried it.

I was using cubic before, which was fine, but gyroid seems much sturdier for the same % infil even if it does take a bit more print time.

Also it looks awesome.

 

This just happened for a second time.. I'm running octoprint on a windows desktop computer that lives next to the printer (no raspberry pi for me yet).

Twice now, it has disconnected mid-print. The printer and PC are both online and physically connected. Disconnecting and reconnecting in octoprint works, and I have been manually checking the last gcode sent successfully in the terminal and copying the remaining code out of the file from there and printing that - it works but if it has been disconnected for a while before I notice, the spot where the extruder was sitting gets a little melty and there are some artifacts in the print.

Is there any octoprint plug in that can automate this process so I don't have to manually edit the gcode? Or any tips on preventing disconnects?

I'm pretty new to this whole world of 3d printing and even newer to octoprint so I may be missing something obvious.

Thanks!

 

I made this case to hold an arduino uno for a project I wanted to wall mount.

There are posts inside the case to hold the board in place with space behind it for all the sensors and wires I needed, and a 9V if you don't have too much else. The lid has posts that come down and meet with the ones on the base to hold the board securely.

I also included a snap fit base that can be wall mounted with screws or command strips so I could have easily remove the arduino for updates without having to take it out of the main case.

 

Found this great model on printables: https://www.printables.com/model/441984-skateboard-holder

Printed in PETG with 50% gyroid infil. I did 3 perimeters and that seems good for the regular skateboards. If I hang my longboards I will use more perimeters I think.

82
More fun with TPU (i.imgur.com)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

Printed this low poly snorlax model with 0% infil using Amazon basics TPU.

Model is at printables: https://www.printables.com/model/318081-low-poly-snorlax/files

I printed at 50% scale for a tiny one

view more: next ›