Paul Gallagher's Avatar

Paul Gallagher

@tardate.bsky.social

Code, music, books, scale models, or mixing genres with electronics and a microcontroller πŸ‡ΈπŸ‡¬ 9V1DI https://linktr.ee/gallagher.paul

602 Followers  |  2,005 Following  |  457 Posts  |  Joined: 16.11.2024
Posts Following

Posts by Paul Gallagher (@tardate.bsky.social)

LCK#420 About Idris An overview of the Idris 2 programming language, its features, and ecosystem. Includes setting up and running on macOS.

Taking a quick look at #idris 2 - a language designed for type-driven development.

codingkata.tardate.com/idris/about/

03.03.2026 03:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
LEAP#834 CD4028 Quad Exclusive Interlock Building a 4-pole exclusive interlock using the CD4028 BCD to Decimal decoder, with a simple LED switching demonstration.

How to implement a quad exclusive interlock with a CD4028 BCD to Decimal decoder..

leap.tardate.com/electronics1...

#electronics

02.03.2026 17:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yep, this is not the AI Revolution we were sold. Remember, the one that would solve globally critical issues like cancer and climate change? The world was not on the brink because of programmer productivity .. but hey, since that's the only nail it seems good enough for, then hammer away!

02.03.2026 01:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
LEAP#162 LM2577S/LM2596S Boost/Buck Converter Module A quick test of an LM2577S/LM2596S Boost/Buck Converter Module, with a fresh look in 2026 to verify its current control behaviour and mount it in a laser-cut case.

I took a fresh look at the specs and behaviour of this buck-boost module and laser cut an open case for better mounting

leap.tardate.com/electronics1...

#electronics

27.02.2026 04:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

distinct new year resolution vibes from this oneπŸ˜‚

25.02.2026 09:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
poster: "the United Ukrainian Ballet: Swan Lake"

poster: "the United Ukrainian Ballet: Swan Lake"

Swan Lake: love demands truth, loyalty, and moral clarity - and even a moment of deception or weakness can have devastating consequences.

Π‘Π»Π°Π²Π° Π£ΠΊΡ€Π°Ρ—Π½Ρ–!
#ukraine

25.02.2026 08:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
LCK#419 maxSubarraySum Using Lua to find the maximum sub-array sum; cassidoo's interview question of the week (2026-02-23). Turns out that this is probably also a proof for the sunk cost fallacy!

This week's @cassidoo.co challenge: find the maximum sub-array sum. Using #lua this time.. and realising this is probably also a proof for the sunk cost fallacy!

codingkata.tardate.com/lua/max-sub-...

25.02.2026 03:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
LCK#417 About Lua An overview of the Lua programming language, its features, and ecosystem. Includes setting up and running on macOS.

Taking a quick look at the #lua embeddable scripting language..

codingkata.tardate.com/lua/about/

23.02.2026 23:43 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Nakajima A6M2-N beached with the help of two ground crew in the water as the pilot stands in his seat looking on. a Couple of palm trees provide some shade for a small lean-too on the beach with perhaps the promise of a cool drink

Nakajima A6M2-N beached with the help of two ground crew in the water as the pilot stands in his seat looking on. a Couple of palm trees provide some shade for a small lean-too on the beach with perhaps the promise of a cool drink

another view point

another view point

another view point

another view point

another view point

another view point

Nakajima A6M2-N making a pit stop on an isolated Pacific island. A very old ARII kit, but great fun for a little dio.

modelart.tardate.com/projects/ijn...

#scalemodels #histscalemodels #144scale

21.02.2026 13:37 β€” πŸ‘ 37    πŸ” 6    πŸ’¬ 1    πŸ“Œ 0

They'd rather invent an entire mythology of "Western Civilisation verses Big Bad China and Non-white People of a Certain Faith", than just deal with the consequences of neoliberal capitalism gone wildly off the rails

19.02.2026 01:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Side-quest: who on earth is using an 8" floppy as an icon?? That's even more retro than the 3.5" I see most of the time!

17.02.2026 06:24 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

thanks, happy you like itπŸ˜€

16.02.2026 08:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Even more annoying for those of us who travel rarely, and have not had a British passport since forever. Think I'll just cancel all plans of visiting the UK until the home office fixes this (it's not a policy or legal issue, just short-sighted design of the new ETA system)

16.02.2026 07:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

"Annoy" is putting it mildly!

16.02.2026 07:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

cheers Roberto!

15.02.2026 07:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
LEAP#833 Solving cassidoo's moveNums on Arduino Using an Arduino to interactively solve cassidoo's interview question of the week (2026-02-09): using a rotary encoder to enter an array on an LED 8x8 matrix, dial-in a target digit on a 7-segment dis...

Another solve for this week's @cassidoo.co challenge: this time with an #Arduino and LED matrix to animate the in-place moveNums algorithmπŸŽ‰

leap.tardate.com/playground/m...

14.02.2026 15:52 β€” πŸ‘ 14    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0

Making the US less attractive for migrants (or tourists, or non-billionaires), one stupid decision at a time.

13.02.2026 12:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Er, mystery? Lanzhou is a hub for lots of AI unis, labs, conferences, and startups. Singapore also. Smells like AI just doing AI stuff

13.02.2026 12:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
LCK#412 moveNums Using Factor to rearrange an array; cassidoo's interview question of the week (2026-02-09).

This week's @cassidoo.co challenge: rearrange an array to push all the matching numbers to the end. Using #factor this time and it turns out ideally suited for solving this as a one-liner.

codingkata.tardate.com/factor/move-...

13.02.2026 07:29 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
LCK#411 About Factor An overview of the Factor programming language, its features, and ecosystem. Includes setting up and running on macOS.

Taking a quick look at the #factor stack-based language..

codingkata.tardate.com/factor/about/

13.02.2026 05:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
AISLE: The End of Zero-Days? AISLE have been developing a complete AI workflow for deep cybersecurity discovery and remediation, and if their Wall of Fame is any indicator of potential, they may prove to be one of the most transf...

Takes alot to get me excited about AI these days. But now I'm hoping MSFT will just buy AISLE and stick it in GitHub (and fix their Windows release pipeline while they're at it)

blog.tardate.com/2026/02/aisle

11.02.2026 10:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Raspberry Pi B+ with a custom hat with BME280 sensor, LED indicators and control buttons. Inset of HamClock display

Raspberry Pi B+ with a custom hat with BME280 sensor, LED indicators and control buttons. Inset of HamClock display

HamClock example display

HamClock example display

I recently updated my HamClock on the Raspberry Pi with BME280 sensor and alarms.. only to learn of the project's sad demise. Still working as of now, but updated my notes with some promising alternatives..

leap.tardate.com/radio/hamclo...

#hamradio

10.02.2026 14:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Almost As Good As Being There β€’ Singapore Airshow 2026 FULL Flying Display πŸ‡ΈπŸ‡¬
YouTube video by Birds of Steel Almost As Good As Being There β€’ Singapore Airshow 2026 FULL Flying Display πŸ‡ΈπŸ‡¬

Singapore Airshow 2026. I'm trying to take my own pics, but don't think I can better this. The F16 & AH64 display is something else! I've seen it before, but in HD it is AWESOME! This doesn't get old;-)

www.youtube.com/watch?v=-DBY...

07.02.2026 13:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
LEAP#331 Getting Blinky with PIC Assembler Getting starter with PIC assembler on macOS with a PIC12F675 development board and programming with the PICkit 3. Updated in 2026 with the latest MPLAB X IDE. While PICkit 3 is still working on Window...

fyi, just got this running on Ubuntu. Couldn't get PICkit 3 to work on my latest macOS, so I script sending the hex to linux and flash the pic thereπŸ˜‚ Inconvenient, but works while I dig deeper on the macOS/pk3 issue! leap.tardate.com/pic/gettingb...

07.02.2026 01:46 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
LEAP#331 Getting Blinky with PIC Assembler Getting starter with PIC assembler on macOS with a PIC12F675 development board and programming with the PICkit 3. Updated in 2026 with the latest MPLAB X IDE. While PICkit 3 is still working on Window...

Updated a few projects to MPLAB X IDE 6.2.0 - the last rev to support PICkit 3. Sadly seems PK3 no longer working on macOS (win/linux OK). For now I'm using a script on macOS to send the hex file and program the PIC remotely on Ubuntu! Anyone with PK3+macOS advice?

leap.tardate.com/pic/gettingb...

06.02.2026 12:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
The President of the United States and the dumbest motherfucker on Earth should be two different
People

The President of the United States and the dumbest motherfucker on Earth should be two different People

Yes they should.

04.02.2026 02:32 β€” πŸ‘ 11929    πŸ” 2419    πŸ’¬ 185    πŸ“Œ 91

"suspect" is the wordπŸ˜† Only detail on the schematic I'm not sure of are the actual winding details of the transformer.

03.02.2026 15:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

hmmm, good question. Measured and HV out seems fully floating, perhaps due to C2. Checked and if I connect HV-LV grounds, HV+ out remains the same but now referenced to input ground.

03.02.2026 13:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks, I missed that. It's in the seller notes that I quoted verbatim, but I'll fix it for accuracy!

03.02.2026 13:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
call centre agent thinking "Oh Fuck, the customers also have AI". This is an edited AI-generated image;-)

call centre agent thinking "Oh Fuck, the customers also have AI". This is an edited AI-generated image;-)

... inspired by true eventsπŸ˜‚

03.02.2026 03:08 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0