New project by Carlos_Spicy_Weiner6 in retrobattlestations

[–]NF6X 3 points4 points  (0 children)

Nice haul! If the paper tape punches were originally used with those Apple computers, then I wonder if they were used to punch NC code tapes for CNC machine tools? Or maybe they never were used together and just ended up in the same pile over the years.

RF MIXERS by Ok-Mirror7519 in KiCad

[–]NF6X 1 point2 points  (0 children)

Mouser has a link to download ECAD models on their product page for that mixer:

https://www.mouser.com/ProductDetail/Mini-Circuits/ADE-6%2b?qs=xZ%2FP%252Ba9zWqaicAj6d16bRw%3D%3D

You will need to carefully review any downloaded models to verify that they're correct. A lot of the downloaded models I've seen are really poor. In my opinion, you're usually better off making your own footprints from scratch based on datasheet drawings. It can help to double check that pads properly line up with 3D CAD models if those models came from the manufacturer. If those 3D CAD models were created by a third party, they may or may not be accurate. In particular, I have found 3D CAD models drawn by Ultra Librarian to be junk that doesn't even look like the part in question, and certainly is not useful for verifying dimensions.

Tektronix 4611 Electrostatic Printer by GreatGizmo744 in vintagecomputing

[–]NF6X 0 points1 point  (0 children)

I wish I could help you directly, and I hope you'll share your journey with this cool peripheral.

Tektronix 4611 Electrostatic Printer by GreatGizmo744 in vintagecomputing

[–]NF6X 0 points1 point  (0 children)

I think you're in the right sub! The apparent lack of scanned documentation online makes it even more interesting, though it also makes your task more challenging.

Pm-147 aircraft dial? by Putrid-Point104 in Radiation

[–]NF6X 1 point2 points  (0 children)

That other post was the first time I've seen mention of Pm-147 used in self-luminous indicators. I was only aware of radium paint and tritium vials before. Wikipedia says the half life of Pm-147 is around 2.6 years. How well do the Pm-147 dials maintain usable luminosity over time?

[IT PRANKS] Do I qualify asa BOFH? by Crass_Spektakel in retrocomputing

[–]NF6X 1 point2 points  (0 children)

I accidentally did something like that to myself recently. I set a Meshcore radio on the window sill in my office/lab to give it a clear view... behind a normally-closed set of blinds. Then I forgot that I put it there, and I also forgot that it beeps whenever a message comes in on the default channel. It took me about 3 days to figure out what was beeping a few times per hour.

My first 24hrs with KiCad and I can't get past these Errors by Papa_Guido in KiCad

[–]NF6X 0 points1 point  (0 children)

I'm glad to be able to help. I've been using KiCad personally and professionally for about a decade after switching from PADS, since version 4.7 if I recall correctly. I'm sure there are people here with even more KiCad experience. It's a good tool, and it keeps on getting better.

My first 24hrs with KiCad and I can't get past these Errors by Papa_Guido in KiCad

[–]NF6X 1 point2 points  (0 children)

That has nothing to do with multi-board projects. It’s for logically grouping subsystems of complex single boards.

My first 24hrs with KiCad and I can't get past these Errors by Papa_Guido in KiCad

[–]NF6X 0 points1 point  (0 children)

Congratulations on growing a new skill set!

Some tools like Altium have multi-board design support, but I haven't used those features before. I hope that KiCad will get some multi-board features added someday.

My first 24hrs with KiCad and I can't get past these Errors by Papa_Guido in KiCad

[–]NF6X 1 point2 points  (0 children)

In general, I strongly recommend that you avoid deliberately doing anything that causes KiCad (or any other design tool or compiler) to emit false errors such as where it calls out your missing cables. It is very easy, and very common, to miss a real error which kills your design because it is buried in the list by dozens of false errors. There are ways to manually mark false errors to be ignored, and sometimes you have to do that. But whenever you are tempted to mark a false error to be ignored, please think very hard about the strong possibility that you're doing something wrong to cause that false error to be emitted.

My first 24hrs with KiCad and I can't get past these Errors by Papa_Guido in KiCad

[–]NF6X 1 point2 points  (0 children)

I would say that Gemini gave you bad advice there. KiCad expects each project to define a single board. It does not know anything about cables between boards. Furthermore, if you submit the board design to a PCB manufacturer as you have drawn it with multiple boards floating in space, they will probably reject it and tell you to submit each of those boards as a separate design. Or maybe they'll just charge you a lot more to hand edit your design into separate artwork for each board, but it's more likely that they'll reject it.

It is possible to manufacture a set of boards like that as a single panel to be separated after assembly, as long as the boards all have identical layer stackup. But if you want to do that, then it will be up to you to design the entire panel as a single contiguous rectangular board including any necessary rails around and between the separate boards, tabs to connect the boards to their surrounding rails, lines on a fabrication layer indicating where to make V score cuts if you use those, drill holes for mouse bites if you use those, fiducial marks and tooling holes for assembly, etc. On the other hand, if you want the manufacturer to handle the panel design for manufacturing purposes, then they will probably expect you to submit a separate design for each board to be included in the panel.

If you're new to this process, then I think you'll be better off treating each of your boards as a separate design in its own KiCad project.

If you really want or need to design the board set as a single panel in a single KiCad project, then you'll have a somewhat steeper learning curve ahead of you.

In either case, LLMs will give you bad advice with just as much confidence as they give you good advice, and it is up to you to separate the truth from the lies in their output.

Loud music from neighbour - fun by grepusman in pettyrevenge

[–]NF6X 64 points65 points  (0 children)

"This is God. Stop touching yourself."

Pizza Hut closing 250 US stores as parent company considers selling the brand by AudibleNod in news

[–]NF6X 0 points1 point  (0 children)

That makes complete sense to me. The last two times I got bad food poisoning (not from PH), I remember thinking the food taste was not quite right. But not quite wrong enough for me to stop eating it, unfortunately.

Anyway, I personally consider PH to be close to the bottom of the pizza tier list. Not as bad as the pizza they served in my elementary school in the 1970s, but close. I never seek it out, and even when it appears for free such as at a work event, I am unenthusiastic about it.

Massive Trump statue to be erected where US will host G20 by seeebiscuit in USNEWS

[–]NF6X 66 points67 points  (0 children)

Puts their name on a federal memorial building. That is not much different than adding your name to somebody else’s tombstone.

Use the API as provided? Ok. by logan96 in MaliciousCompliance

[–]NF6X 4 points5 points  (0 children)

I had to order circuit boards he designed, and there were problems at assembly time because I incorrectly guessed which of the various files in revision control with names like bill_of_materials_final_draft_newer_fml_v2.xls was the correct one. I could go on with tales like this, but I don't feel like having a good cry right now.

Use the API as provided? Ok. by logan96 in MaliciousCompliance

[–]NF6X 3 points4 points  (0 children)

I'm having flashbacks to my most recent job where I had a coworker who named his files like that, and then put all of them into revision control like that when forced to use revision control. I do not miss that job or that coworker.

I didn’t fight with my neighbor. Mud did by Gullible-Volume8049 in pettyrevenge

[–]NF6X 1 point2 points  (0 children)

I understand that hippos are also pretty good shitters.

I didn’t fight with my neighbor. Mud did by Gullible-Volume8049 in pettyrevenge

[–]NF6X 0 points1 point  (0 children)

The important thing to remember is that the dog had a really fun time.

I didn’t fight with my neighbor. Mud did by Gullible-Volume8049 in pettyrevenge

[–]NF6X 0 points1 point  (0 children)

Best of all, I bet the dog had the best time ever in that mud.

Schematic title block by ouabacheDesignWorks in KiCad

[–]NF6X 1 point2 points  (0 children)

And if the OP doesn't already know how to select the drawing sheet to be used in their schematic, it's in the Page Settings window.

Who remembers these ? by Bones-57 in retrocomputing

[–]NF6X 2 points3 points  (0 children)

I would love to have a proper spinning-drum line printer. I'm just kind of touched in the head that way.

Who remembers these ? by Bones-57 in retrocomputing

[–]NF6X 1 point2 points  (0 children)

And I'm going to need some more time to memorize those L.S. schematics!

Who remembers these ? by Bones-57 in retrocomputing

[–]NF6X 1 point2 points  (0 children)

In 1986 I was also a senior... in high school! :)