Last Updated or created 2024-04-02
Today I went to Awesomespace.
The same space I went to on 2015/Mar/14 with Bigred.
Smaller, but I moved from Utrecht to Hilversum!
Photos from 2015
Last Updated or created 2024-03-29
In previous post I was talking about an esp32 with display for demo’s.
But my friend Erik mentioned a cheap LCD matrix from Ali.
What about creating something cool with that!
My Maze project would look amazing on this!
I can draw walls now!
Or I could make a cool audio visualiser, like the posted WLED version
Ehh .. not posted (well I can’t post everything)
What about a game of life display?
Using a web interface for inputting the start situation of the cells
Conway’s Game of Life is a cellular automaton. It consists of a grid of cells, each of which can be alive or dead. The state of each cell evolves based on simple rules: any live cell with fewer than two live neighbours dies (underpopulation), any live cell with two or three live neighbours survives, and any live cell with more than three live neighbours dies (overpopulation). Additionally, any dead cell with exactly three live neighbours becomes alive (reproduction). This simple set of rules can lead to complex patterns and behaviours.
But back to the demo …
What about a 6502 with 64×64 pixel display!
What would be needed?
Using some libraries and a framework setup, maybe there is a way to make a cool and cheap demo machine
Do you have any suggestions ideas?
Comment or email me!
Last Updated or created 2024-03-29
Best Uilleann recordings I own or listen to.
Do you know any other good recordings? Let me know.
Uilleann CDs (no order)
Calum Stewart (I know him from his Flute playing)
I play “Am Monadh Ruadh” from this CD, also Randolph’s Leap is awesome.
Look up “Randolph’s Leap”. I’ve been there, beautiful.
(A better name should be Cummings Leap)
Brian McNamara
He plays a ‘flat’ set pitched in ‘C’ made by Geoff Wooff in 1997 and a ‘concert-pitched’ set of pipes made by Peter Maguire, I was lucky enough to have him as my teacher in Drumshanbo.
Single tracks I like
High energy playing of Blackie O’Connoll. He was my tutor when I attended Tionol 2011
Fred Morrison‘s Kansas City Hornpipe
Paddy Keenan – Harvest Home & Boys of blue hill
(Check The Pipering Of Willie Clancy Vol II)
Doinna by John McSherry (I play this one also, but it is nothing compared to his pipe-sound, melodic virtuosity and feeling he puts in this relatively easy piece of music)
Another often played CD with Uileann, Borderpipes and Low Whistles is:
Partners in Crime by Jarlath Henderson and Ross Ainslie.
A very nice combination of two different pipes together.
Coline and I try to have at least one set with both instruments.
Some others:
List of Artist i’ve got recordings from:
Cillian Vallely, Finbar Furey, Ronan Browne, Willie Clancy, Seamus Ennis, Johnny Doran, Leo Rowsome, Liam O’Flynn,Davy Spillane, Paddy Keenan, Finbar Furey, Brian McNamara, Paddy Moloney, Jerry O’Sullivan, Gay Conor, Sean McKeon, Declan Masterson, Michael McGoldrick I probably missed several
Female pipers
Last Updated or created 2024-03-29
Also known as Mary Young and Fair – this Gaelic air was published in Capt Simon Fraser’s “Knockie” Collection of 1816.
I made an arrangement using Musescore, Ardour and Bagpipe Music Writer.
Hardware used: Tascam 2488, Behringer B-1 studio microphone, Yamaha QY-100 sequencer, ESI MidiMate eX USB 2.0 MIDI-interface and Shepherd Smallpipes.
(I tried Qtractor and some other tools but liked Ardour more)
Recording online soon, I have to re-record the harmony part.
Maybe I’m going to add a Flute part also.
Last Updated or created 2024-04-25
Using the Korg CA-20
On the side you see the bagpipe tuning.
In the past, I replaced one of the LEDs. But now it didn’t turn on any more.
So I took it apart, and what did I miss when replacing the LED?
This tuner has more functionality hidden.
This is more often the case with devices, because it keeps the costs down. Make one print and use in many.
(See the diskman story below)
When looking at the cover plate, you see only 4 buttons. But there are six!
Then I noticed some solder pads with the lettering Buzz.
So button 5 and 6 are for a metronome!
You see the little piezo buzzer I got from my component’s drawer.
A similar hack was the Diskman player in the 90s.
It was something like the model below.
There was only play/pause stop and skip whole track or back whole track.
When opening, I figured out which chips were doing what.
Saw that some signals were not connected to the control panel.
These were : Fast forward, and reverse. And skip 30 seconds.
So I glued some buttons on the side and presto.
A few years later, I took it apart and connected a DB-9 connector to it.
Now I could control the playing using my Amiga!
Some drawings I found
Will post chip info, and more when found.
Last Updated or created 2024-03-22
I’m running loads of housekeeping scripts on my servers.
I thought it would be cool to see states in HA.
Steps:
curl -s -X POST -H "Authorization: Bearer SAVEDTOKENSTRING" -H "Content-Type: application/json" -d "{\"state\": \"$1\"}" http://HA-IP:8123/api/states/input_text.bashnotification >/dev/null
I use it like this in a script
#!/bin/bash bashnotify "Starting this script" bash commands bash commands bash commands bash commands bash commands bash commands bash commands bash commands bashnotify "Bash command finished"
Running an adhoc command
tar czvf /tmp/test.tgz /var/www/html ; bashnotify "tarball made of www"
Last Updated or created 2024-03-22
In the past, I made an overview of CDs I own, and which CDs I was missing from my top artists.
Today I wanted to have a little test using above code and some additional script to get a little website which enables me to quick start playing an album using LMS.
Exporting the album database in Linux:
sqlite3 /var/lib/squeezeboxserver/cache/library.db ".dump albums" > /mnt/www/albums-test.dump grep -i culture /mnt/private/albums INSERT INTO "albums" VALUES(16872,'Bothy Culture','BOTHY CULTURE','BOTHY CULTURE',NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18957,NULL);
So, 16872 is the needed album ID.
To start playing this (adhoc), I used the below command.
curl "http://IP-OF-MY-LMS-SERVER:9000/anyurl?p0=playlistcontrol&p1=album_id:16872&p2=cmd:load&player=12:23:34:45:56:67"
Player=12:23:34:45:56:67 is the mac address from a squeezebox player.
I wrote some additional PHP code in my original CD Cover site, and got this working.
I think I will rewrite the code using python to get a more flexible generator.
Last Updated or created 2024-03-18
(use your own discretion/risk)
When connecting to public Wi-Fi, watch what you are doing, it can be dangerous.
(Use a VPN whenever you can, like OpenVPN or Zerotier.)
But it also can be fun to have a look on those networks.
Sometimes there are IP camera’s you can find.
Use an App like Android TinyCam to scan for camera’s
I found at least 5 this way. Getting access, is something else.
One had access to RTSP without password. 🙂
But I found IP camera’s in the wild using a default password also.
(Just google for default passwords. Don’t know the brand of the device? Sometimes you can use the OUI (Organizationally Unique Identifier) part of the Mac Address to find the brand)
Other fun things to scan for are devices you can cast to!
At one time I was in Woerden, getting my Car fixed.
I started working on my Laptop using their guest Wi-Fi.
And checking out the network, I saw some TVs with Casting enabled.
Let’s Cast a Youtube video with a fireplace to it.
Next moment, the display behind the desks started playing the video.
The guys behind the desk were not facing the display.
I tried to revert my test, but I could not found/start the original cast stream.
I told them to get this fixed, and the network security.
Another idea is to scan for hidden camera’s in Hotels or B&Bs.
(There are more tricks to find these, like Flir/IR)
Some Hotels or B&B have a paid Wifi or a one device only policy.
Some tricks for that are:
Using a device which acts as an Access Point/Router.
I started using this trick with a Ravpower (RP-WD01)
I patched the OS on this Linux device.
Now it autocopied files from sdcard to usb-drive when inserted.
But it also could act as an AccessPoint.
Laptops/tablets and phones can connect using this hotspot.
After that I used a WD device in the same way.
After that I made a mini AP using a Raspberry PI.
When connecting with the first device which was a phone, I wanted to switch to an accesspoint.
So I spoofed the MAC address of the my AP, because it was mac-address locked in the B&B’s main access point.
Now it’s even easier, current mobile phone’s have dual Wi-Fi interfaces.
Connecting to an AP and at the same time setting up a hotspot is a breeze.
(Not that this is needed any more, Wi-Fi is not limited to one device any more. And mobile internet is almost everywhere)
Some access points still require payment, or you don’t know the password.
Some tricks below (use wisely):
Access point with a captive portal:
These are not protected initially.
But you have to enter a username/password to gain access to the internet.
Last Updated or created 2024-03-18
Doing a project using leather is something I do not often enough.
So I’m always looking for new ideas/projects.
This weekend, I made some straps for portable painting easels.
Keeping the poles of the tripod together with multiple straps and a longer leather strip allows for easy carrying on your back.
A simple project, I need some challenge next time!
My leather strip cutter I made in 2011.
Last Updated or created 2024-04-03
A long time ago I had an Action Replay II.
I modded it and was planning to rebuild this using pluggable eurocard-prints.
Then it got lost, somewhere.
Today I went to Almelo with Tyrone.
In the morning reverse engineering a lift controller print, and afternoon going to a guy selling a lot of Retro stuff.
And there it was, an Action Replay II for Amiga just catching dust.
I had to buy it, and got a sh*tload of 27256 Eproms for free!
This version is compatible with the A500/A1000 version only. It also plugs into the side expansion port. It introduces the following features:
A special A2000 version is available for this particular revision. Instead of plugging into the side expansion port it plugs into the 86 pin CPU slot.