azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
<d1b2> <Darius> AFAIK FFTS is basically abandonware unfortunately
<d1b2> <johnsel> Yeah it’s pending removal anyway
Johnsel has quit [Ping timeout: 265 seconds]
Degi has quit [Ping timeout: 268 seconds]
Degi_ has joined #scopehal
Degi_ is now known as Degi
<_whitenotifier-9> [scopehal-apps] azonenberg commented on issue #596: ngscopeclient preferences.yml font path shall use relative path by default - https://github.com/glscopeclient/scopehal-apps/issues/596#issuecomment-1586026253
<azonenberg> Yeah removal of FFTS is one of the planned TODOs
<azonenberg> i actually want to overhaul the demo scope completely and make it use more realistic channel models anyway
Johnsel has joined #scopehal
veegee has quit [Ping timeout: 250 seconds]
veegee has joined #scopehal
bvernoux has joined #scopehal
<_whitenotifier-9> [scopehal-apps] bvernoux commented on issue #596: ngscopeclient preferences.yml font path shall use relative path by default - https://github.com/glscopeclient/scopehal-apps/issues/596#issuecomment-1586074550
<_whitenotifier-9> [scopehal-apps] bvernoux edited a comment on issue #596: ngscopeclient preferences.yml font path shall use relative path by default - https://github.com/glscopeclient/scopehal-apps/issues/596#issuecomment-1586074550
<_whitenotifier-9> [scopehal-apps] bvernoux edited a comment on issue #596: ngscopeclient preferences.yml font path shall use relative path by default - https://github.com/glscopeclient/scopehal-apps/issues/596#issuecomment-1586074550
<bvernoux> azonenberg, do you have any feedback from lainy about https://github.com/glscopeclient/scopehal/issues/660 ? such issues are stalled since Sep 26, 2022
<bvernoux> Does lainy still work on the project ?
<_whitenotifier-9> [scopehal] bvernoux edited pull request #779: Update scopehal.cpp FindDataFile to use relative path when possible - https://github.com/glscopeclient/scopehal/pull/779
<_whitenotifier-9> [scopehal] bvernoux edited pull request #779: Update scopehal.cpp FindDataFile to use relative path when possible - https://github.com/glscopeclient/scopehal/pull/779
<bvernoux> woo lunarg.org is slow as hell I'm trying rebuild all on Ubuntu23.04 and installing https://sdk.lunarg.com/sdk/download/1.3.250.0/linux/vulkansdk-linux-x86_64-1.3.250.0.tar.gz
<bvernoux> their server is capped to < 60KB/s
<bvernoux> I'm not aware of any mirror to download that file faster
<d1b2> <johnsel> 30MB/s here
<d1b2> <johnsel> I'll send it to you
<d1b2> <johnsel> done
<bvernoux> it was a temporary bug on their server
<bvernoux> thanks
<bvernoux> anyway wget have issue with lunarg.com
<bvernoux> at start I have >150MB/s (which is expected with 2Gbps DL with fiber)
<bvernoux> but it slow down to 56KB/s
<bvernoux> after around 290MB
<bvernoux> I do not have such issue with an other server
<bvernoux> wget -O /dev/null https://speed.hetzner.de/1GB.bin
<bvernoux> with an average of 104MB/s
<bvernoux> so it is clearly lunarg.com which is dead buggy
bvernoux has quit [Remote host closed the connection]
Johnsel has quit [Ping timeout: 250 seconds]
bvernoux has joined #scopehal
bvernoux has quit [Quit: Leaving]
Johnsel has joined #scopehal
<_whitenotifier-9> [scopehal] azonenberg closed pull request #779: Update scopehal.cpp FindDataFile to use relative path when possible - https://github.com/glscopeclient/scopehal/pull/779
<_whitenotifier-9> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal/compare/99937a46668a...f236404a40d1
<_whitenotifier-9> [scopehal] bvernoux 9147929 - Update scopehal.cpp FindDataFile to use relative path when possible Fix issue https://github.com/glscopeclient/scopehal-apps/issues/596
<_whitenotifier-9> [scopehal] azonenberg f236404 - Merge pull request #779 from bvernoux/patch-2 Update scopehal.cpp FindDataFile to use relative path when possible
<_whitenotifier-9> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal/compare/f236404a40d1...c0ebd3749052
<_whitenotifier-9> [scopehal] azonenberg c0ebd37 - Refactoring: use FindDataFile() in ReadDataFile*()
<azonenberg> Hmmm chasing an interesting bug
<azonenberg> when i load a session that involves a touchstone import filter, the waveform doesn't render
<azonenberg> in particuular, nothing is displayed but the data is valid because i can read the curves out with cursors
<azonenberg> ordinarily i would suspect a lack of MarkModifiedFromCpu() but i don't see that being the case here
<azonenberg> what's particularly interesting is that once you create a filter on the output of it, it then renders everything right
<azonenberg> Creating *any* filter seems to fix it
<azonenberg> So the big question is, what does creating a filter change that is not also triggered by panning/zooming a waveform?
<azonenberg> reconfiguring an existing filter also does not trigger it
<_whitenotifier-9> [scopehal-apps] azonenberg pushed 3 commits to master [+0/-0/±4] https://github.com/glscopeclient/scopehal-apps/compare/2f4cf45ecabc...fa325434141b
<_whitenotifier-9> [scopehal-apps] azonenberg 2258cac - Updated submodules
<_whitenotifier-9> [scopehal-apps] azonenberg dd3379b - Make sure that we start the WaveformThread after loading a filter-only session
<_whitenotifier-9> [scopehal-apps] azonenberg fa32543 - Refresh filter graph at end of loading a filter-only session
<_whitenotifier-9> [scopehal] azonenberg commented on issue #735: Refactoring: make filter, oscilloscope, etc serialization use yaml-cpp vs outputting to a std::string with raw concatenation - https://github.com/glscopeclient/scopehal/issues/735#issuecomment-1586317366
<_whitenotifier-9> [scopehal] azonenberg closed issue #735: Refactoring: make filter, oscilloscope, etc serialization use yaml-cpp vs outputting to a std::string with raw concatenation - https://github.com/glscopeclient/scopehal/issues/735
<_whitenotifier-9> [scopehal-apps] azonenberg closed pull request #595: Fix glscopeclient Windows zip/MSI missing dependencies Create ngscopeclient msi/portable zip/install - https://github.com/glscopeclient/scopehal-apps/pull/595
<_whitenotifier-9> [scopehal-apps] azonenberg pushed 6 commits to master [+8/-0/±16] https://github.com/glscopeclient/scopehal-apps/compare/fa325434141b...b6746befb93a
<_whitenotifier-9> [scopehal-apps] bvernoux 36fac89 - Fix glscopeclient Windows zip/MSI missing dependencies(using mingw-bundledlls instead of ldd ...) Add ngscopeclient Installation/Windows portable zip/MSI installer build Fix GitHub CI build-windows.yml upload-artifact to export glscopeclient & ngscopeclient msi/portable zip
<_whitenotifier-9> [scopehal-apps] bvernoux 1a8ca07 - Try to fix the missing shaders/waveform-compute.* for glscopeclient & ngscopeclient Windows portable zip/MSI installer build
<_whitenotifier-9> [scopehal-apps] bvernoux c24b085 - Fix path
<_whitenotifier-9> [scopehal-apps] ... and 3 more commits.
Johnsel has quit [Ping timeout: 260 seconds]