[-] damium@programming.dev 4 points 7 months ago

If 35° (or something close to it) is the slicer setting for overhang detection it likely changes the cooling/speed/flow settings. If that is the case you can set it to a lower detection value and maybe get better results or change the normal cooling/speed/flow to be closer so it isn't as drastic of a change.

[-] damium@programming.dev 4 points 8 months ago

Business systems from the 80s used to automatically convert everything name related to caps. It made it easier to do string matching which was generally case sensitive in the DB. It also made data entry easier as you just turn capslock on and type.

No so much formal as lazy semi-formal.

[-] damium@programming.dev 7 points 8 months ago

The biggest issue is that your corners are lifting from the bed during the print. Fixing this is usually a combination of making sure the bed is clean and adding a brim to increase adhesion. Maybe messing with temperature and cooling fan settings for the first few layers.

Second is things look a bit over extruded. This could just be due to the corner issue though so fix that before any other changes.

[-] damium@programming.dev 4 points 8 months ago

The reasoning is that it is not illegal to fake most student ID cards but it is a federal offense to fake or alter government issued ID documents.

That way if it becomes an issue they can just pass it on to the authorities as their problem.

[-] damium@programming.dev 5 points 8 months ago

"Invalid" or "unparseable" are more understandable descriptors in normal language. I don't think I ever heard of garbage/junk being used for that in language theory but it may be domain specific usage.

[-] damium@programming.dev 4 points 10 months ago

You might also try running a few leveling probes in a row to check the repeatability of the measurements. It's possible that something is messing with the ability to make good measurements (unstable power feed, heat warp, probe binding, etc).

[-] damium@programming.dev 6 points 11 months ago

Initrd contains the systemd binary and enough libraries, services, and kernel modules to get booted this far. The system failed at switch root which is where the real root disk is mounted. Initrd can contain as much or as little as needed to get a working system which can be a lot of you are using a network filesystem as a root for instance.

[-] damium@programming.dev 5 points 11 months ago

I've had a system in the late 90s with a 3dfx voodoo card. Also had a laptop with a SIS card from the early 2000 era.

The voodoo card was THE card to have it it's day (mine was an older second hand system though). The SIS card... for some reason they decided that standard VESA mode probing wasn't a thing they supported and would hardware crash when that API was used. I eventually got it working in Linux after patching xfree86 to not attempt probing when loading the VESA driver.

[-] damium@programming.dev 3 points 1 year ago

QEMU supports either spice, vnc or sdl graphics output. If you want to copy/paste you need to use spice and install the spice agent on the VM.

[-] damium@programming.dev 4 points 1 year ago

My steam deck also unlinks family libraries with almost every os update. It might be an issue of overzealous hardware validation but it could also just be a bug.

[-] damium@programming.dev 6 points 1 year ago* (last edited 1 year ago)

The underutilized ~~post~~ pre increment operator.

[-] damium@programming.dev 5 points 1 year ago

If it isn't showing up in lspci then it isn't currently attached to a PCI port. lspci will show all devices with or without a driver, known and unknown. You can try lsusb to see if it is attached internally to USB (very uncommon). It might also have a firmware level power saving disconnect feature that needs to be either disabled or managed by the OS in some way. It might also be showing up as a different device than you expect (also very uncommon) most cards will show as either Ethernet controller: or Network controller:.

Make and model of the laptop and any identification details from the ethernet device under windows would be helpful for diagnosis.

view more: ‹ prev next ›

damium

joined 1 year ago