digilec

u/digilec@lemmy.world
2 posts · 28 comments

Recent posts

Recent comments

You can edit the grub config (assuming you're using Linux) and add reserved ranges for the affected physical address.

find the linux boot command and add a memmap=$ argument This tells the kernel to avoid the bad parts.

In your case it looks like a relatively small chunk of bad memory so.. memmap=64K$0x130FE0000

I've used this trick to stabilise systems with faulty RAM and it works.

In the couples news interview video she said that after the ship hooted 5 times they "altered course 2 degrees, so that they could see we made a deliberate change of course".

That might be a "miss-speak", but it's nowhere near a large enough deflection to let anyone know they have been seen.

If any warship honked at me half way across the channel I'd be turning directly away from them as quickly as possible, under sail or not.

Its a plastic resin, but wouldn't be surprised if someone thought to mix asbestos with it at some point. If made recently, it won't contain asbestos but still the dust would be harmful if the dust is breathed.

Hard to tell, most of it looks fairly good except a few spots here and there.

That could be grease on the print bed, maybe time to give it a wash? When PETG goes wrong for me, it's this 90% of the time.

I use hot water and a little detergent with a lot of rinsing. Use gloves because even clean hands leave oils behind.

With PETG it's hard to get the first layer right but if it's good the rest of the print generally goes fine.

Molten PETG is very sticky and if you get a bit stuck to the nozzle it can build up, get worse and suddenly take out a bunch of nearby lines leading to gaps in the layer like this.

To counter this PETG first layer should be:

  • Printed very slow e.g. 20mm/s
  • At a higher Z offset than PLA, the plastic should flow out the nozzle and fall onto the bed rather than be squished flat.
  • High bed temperature 80C / 176F
  • Zero or very low fan speed for the first couple of layers

If you can see marks left by the nozzle it's too low. The lines should have a rounded look.

It could also be wet filament, does it make popping sounds when printing?

on *Permanently Deleted* · c/asklemmy · 2 pts · 206d

I was a bit of a deadbeat, I had a reasonably ok job but I was living in a tiny flat and spent most of the money I earned on drink and drugs, didn't have a steady GF. I was into all sorts of extreme sports then and that led to a pretty serious biking accident requiring multiple trips to hospital. Was very lucky it wasn't fatal.

It was 2008 and that was the turning point.

Maybe due my brush with death? I started to turn my life around. I stopped smoking. Changed my scenery. Quit my dead end job after finding better one. Moved from the city to the countryside to be with my girlfrend then got married.

It's hard to think all of that would have happend if that tree hadn't been growing in that particular spot for me to crash into. Things could have gone very differently.

The easy version would be to feed it 5V current

You could cut or de-solder the ribbon cables and power the upper board alone connecting the +5V and GND wires on the left ribbon to an appropriate power supply. If the upper board isnt blown you might be able to get it to work.

This kind of two board design is quite common. The bottom PCB is a mixed high + low voltage board that includes the mains power supply with bridge rectifier, transformer and smoothing caps. It sends low voltage power to the upper board via the ribbon.

The upper board is entirely low voltage and has a microcontroller, display, buzzer and the control knob. Sensors and switches in the oven are passed over the ribbon to the controller, and control signals are passed back through the ribbon to the relays on the power board which then switch high voltage power to bulbs, fans, and other stuff.

As long as you don't connect it to mains power it's a safe low voltage in this case, there is nothing on this board that will generate high voltage from 5V. Don't leave it powered when you're not there, low voltage can still burn your house down!

The more complicated version would be to also reprogram the chip

This is unlikely, but you never know. Its probably a custom pre-programmed chip that can't be erased, or at the least it has been locked so it can't be modified or have the software read out. It's possible that it could be programmed in place on the board without de-soldering.

Interestingly the upper PCB also seems to have something that looks like an SPI port (P21) it's possible this controls something in the oven but I doubt it. It could be a programming interface but SPI is not typically used for that, maybe a test interface? Hard to say. (edit on 2nd thoughts it probably is a programming interface)

Someone with good electronics / software skills could replace it with an equivalent blank programmable CPU and program it (with something), but that would be a big project even for experienced engineers. Mostly the lack of detailed info about the hardware usually makes it easier to design something new from scratch than to reverse engineer somone elses design.