penguin42
penguin42@mastodon.org.uk
<p>Chocolate eating computer geek, Manchester, UK<br />[ searchable ]</p>
Posts
-
Post #4024193
Toolstation sell M5 bolts in 25 or 30 packs; they sell the nuts in 100 packs. Grrr.
-
Post #3548539
I love that there's a Linux /sys file where you can tell which way up your USB-C connector is. Anyone know of anything that displays all that type of thing? Connector, USB mode, power delivery, etc etc?
-
Post #3449384
#radio4 Does anyone know when Droitwich itself is being switched off - I heard it's 30th - but when?
-
Post #2009601
This teardown of the remains of an Iranian drones camera set is fascinating; it&#39;s almost all COTS/aliexpress boards - with a bit of conformal coating for good luck. https://www.youtube.com/watch?v=6CXfxhH8n00
-
Post #1795459
My Greaseweazel arrived today - in a conveniently sized cardboard box - which it was easy enough to mount it in. #retrocomputing
-
Post #1647299
Does anyone have any service manuals/schematics/etc forr NEC fd1055 (or fd1050/1053) 5.25&quot; floppy drives? I&#39;ve got one that&#39;s giving a disk fault 18 - which I think is not reading a sector so could be anything from alignment upwards; but occasionally gives a drive fault 10 (index sensor??) But then again it could be the beeb it&#39;s attached to; so hmm suggestions welcome. #retrocomputing
-
Post #766023
It seems crazy that ATC people have to *talk* to each pilot in a busy airspace to tell them how to turn or which runway to land on etc when I thought they all have digital comms anyway; you&#39;d think you could get it that the ATC would only have to speak to people when there&#39;s issues.
-
Post #766022
Hth does a Cumana set of dual 5.25&quot; half-height drives weigh 5.8kg? It&#39;s got two separate (small) transformers for some reason; did NEC make the drives out of depleted uranium? #retrocomputing
-
Post #766021
I can see why &#39;SpeedPAK&#39; emphasises the speed to pack, and not the speed to deliver.
-
Post #586297
/me tries the &#39;strawberry&#39; music player rather than &#39;Rhythmbox which I&#39;ve been using for a few years.
-
Post #586296
I discovered &#39;playerctl&#39; last night - a linux util that sends mpris commands to start/stop/etc music players; quite nice.
-
Post #554867
The mark 1 junk box foot pedal is coming together:
-
Post #543708
These chunky toggle switches are nice - they can have upto 4 sets of contacts, each of which seem to have a bunch of poles each. These are momentary but there are some latching. Given the &#39;under license from Ericsson&#39; label I assume they came off some comms kit originally. Now, I&#39;ve just got to figure out how to mount them to something other than a panel. #electronics
-
Post #543707
Right, my hacky #esp32 #rustlang code can now send key strokes over usb; I&#39;m doing it synchronously and using usbd_hid; which is working OK (I need to add some debounce). Hmm but not terrible.