<d1b2>
<azonenberg> No idea if there's a direct lineage from that codebase to modern libscopehal but this was i think my first T&M project
_whitelogger_ has quit [Remote host closed the connection]
Bird|otherbox has quit [Read error: Connection reset by peer]
Bird|otherbox has joined #scopehal
<d1b2>
<fredzo_72653> Yeah ! Is that Java/Swing ? Looks like it anyway !
<d1b2>
<fredzo_72653> I developed my fist Java/Swing app back in 2000 !... Yep that tells something about my age... Well guess what, I turned 49 today! 🥳
<d1b2>
<azonenberg> No that's GTK
<d1b2>
<azonenberg> On windows... vista probably at that point
<d1b2>
<azonenberg> This was the GUI for a PIC32 based logic analyzer i made for a software design and documentation class as an undergrad (basically senior design project)
<d1b2>
<azonenberg> our team was called the "Illogical Analysts"
<d1b2>
<fredzo_72653> 🙂
<d1b2>
<fredzo_72653> Oh Microship's PICs! That's a nice memory too ! I made some projects with PIC16F back in the days 😉 MPLab was quite a revolution at that time !...
<d1b2>
<azonenberg> yeah this was pic32mx. ironically, it's the chip i blame for getting me into FPGAs
<d1b2>
<azonenberg> the 340f only had i think 32 kB of RAM, and none of the MX's had a MMU or decent external memory bus
<d1b2>
<azonenberg> i was writing a little rtos and wanted more space
<d1b2>
<azonenberg> couldn't find any mips's for sale that had an external memory bus so i bought a spartan-3a and made one that did what i wanted