whitequark[cis] changed the topic of #glasgow to: https://glasgow-embedded.org · digital interface explorer · meetings Saturday 2200 UTC · logs https://libera.irclog.whitequark.org/glasgow · Matrix #glasgow-interface-explorer:matrix.org · Discord https://1bitsquared.com/pages/chat
<_whitenotifier-f> [glasgow] attie assigned issue #312: Documentation - https://github.com/GlasgowEmbedded/glasgow/issues/312
<Attie[m]> right, i'm done for today
<Attie[m]> night all
<whitequark[cis]> nini
<_whitenotifier-f> [glasgow] ewenmcneill commented on pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434#issuecomment-1751869663
<_whitenotifier-f> [glasgow] attie commented on pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434#issuecomment-1751870137
<_whitenotifier-f> [glasgow] attie synchronize pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434
<_whitenotifier-f> [glasgow] ewenmcneill commented on pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434#issuecomment-1751870752
<_whitenotifier-f> [glasgow] attie commented on pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434#issuecomment-1751870987
<_whitenotifier-f> [glasgow] esden commented on issue #415: Mention cases (3d-printable as well) in the documentation - https://github.com/GlasgowEmbedded/glasgow/issues/415#issuecomment-1751871216
<whitequark[cis]> Attie: did u change the topic on discord or something?
<Attie[m]> matrix and discord, wanted to sync them up...
<Attie[m]> it's complained at me
<whitequark[cis]> i really liked the lowercase :<
<Attie[m]> ha, i'll fix that
<whitequark[cis]> ty
<Attie[m]> i think it complained because of IRC permissions
<whitequark[cis]> yeah
<whitequark[cis]> you might not be an ircop?
<whitequark[cis]> one sec
whitequark[cis] changed the topic of #glasgow to: https://glasgow-embedded.org · digital interface explorer · https://www.crowdsupply.com/1bitsquared/glasgow · meetings Saturday 2200 UTC · code https://github.com/GlasgowEmbedded/glasgow · logs https://libera.irclog.whitequark.org/glasgow · matrix #glasgow-interface-explorer:matrix.org · discord https://1bitsquared.com/pages/chat
whitequark[cis] changed the topic of #glasgow to: https://glasgow-embedded.org · digital interface explorer · https://www.crowdsupply.com/1bitsquared/glasgow · meetings Saturday 2200 UTC · code https://github.com/GlasgowEmbedded/glasgow · logs https://libera.irclog.whitequark.org/glasgow · matrix #glasgow-interface-explorer:matrix.org · discord https://1bitsquared.com/pages/chat
redstarcomrade has quit [Read error: Connection reset by peer]
gojimmypi[m] has joined #glasgow
<gojimmypi[m]> and so... ya, I'm now the proud owner of my very own Glasgow!!! Woohoo!! It arrived just today ❤️
<whitequark[cis]> congratulations!!!
<whitequark[cis]> what're you going to do with it? ^^
<esden[m]> gojimmypi (@_discord_627654745510641667:catircservices.org) Congrats! 😄 🎉
<gojimmypi[m]> What will I _do_ with it? Excellent question. Well, the first thing I went looking for... is to see if I could use it to JTAG single step debug my ESP32. (I usually use the Tigard).... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/tJwWbxPfwsyaiZdDPUXwSNiq>)
<whitequark[cis]> gojimmypi: you can use openocd
<whitequark[cis]> glasgow implements openocd socket protocol
<whitequark[cis]> glasgow run jtag-openocd tcp:localhost:2222
<whitequark[cis]> openocd -c 'interface remote_bitbang; remote_bitbang_port 2222'
<supersat[m]> got my Glasgow connected to the internet: https://ky0lo.com/opx/
<supersat[m]> keeping this up is probably a bad idea (and involves some weird socat shenanigan) so it'll probably disappear in a bit
<whitequark[cis]> it should be reasonably secure
<whitequark[cis]> also nice!!!
<supersat[m]> the part where randos can get my computer to make arbitrary HTTP requests is kinda iffy tho
<whitequark[cis]> this is soooooo heckin cool
<whitequark[cis]> i never really expected anyone to use that applet except for me
<whitequark[cis]> and seeing it in action like that? amazing
<whitequark[cis]> supersat[m]: could add a command line option default-off maybe?
<whitequark[cis]> as in, defaults to not providing that feature
<supersat[m]> well it works! the only really confusing thing was the whole pin set thing. not sure if it was supposed to be 0-7 or 7-0 or A7-A0 or whatnot
<whitequark[cis]> pin sets aren't super great yea
<gojimmypi[m]> I'll need to figure out how to put that in a config file, For example, the Tigard config looks like this:... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/NRioFnoIaqzkAnrUARclXUVy>)
<whitequark[cis]> replace all the FTDI stuff with what's in --help text for jtag-openocd
<gojimmypi[m]> I think the other reason I boight the Glasgow, it just for the FPGA. It's like buying a blank canvas for art. The possibilities are endless.
<gojimmypi[m]> erg, except in this case, I need to be able to put back the original picture... the as-shipped RTL. 😉
<whitequark[cis]> so Glasgow is actually a pretty bad general purpose FPGA devboard
<whitequark[cis]> it's really not intended or designed for standalone use, nor does it enable it in any meaningful way
<whitequark[cis]> sure, you can hack it to do so, always
<whitequark[cis]> but it's not an FPGA devboard.
<gojimmypi[m]> that's so mind bending, I'm still trying to understand that.
<gojimmypi[m]> that's good to know.... but curious as to why?
<whitequark[cis]> glasgow is designed for vertical integration because this is the only way in which i can provide the smooth experience i want to
<whitequark[cis]> it's similar to why apple products are vertically integrated, except i'm not actually hiding anything
<whitequark[cis]> it's developed in the open and is a bunch of reusable components, just the components go very well together and are not (and will not) be primarily designed for individual use
brolin has joined #glasgow
<whitequark[cis]> i don't believe in things like "the unix philosophy"
<whitequark[cis]> i believe in whole system design driven by cohesive principles on each scale and level of abstraction
<whitequark[cis]> think illumos, not linux
<_whitenotifier-f> [glasgow] whitequark commented on pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434#issuecomment-1751890242
duskwuff[m] has joined #glasgow
<duskwuff[m]> the most obvious "not a dev board" factors I see are that 1) the board has a bunch of hardware in between the FPGA and (most of) the IO pins which requires some nontrivial config to use (like configuring DACs); 2) the firmware running on the fx2 isn't a generic FPGA interface, it's going to expect the glasgow gateware to be there to talk to. if you want an ice40 eval board there's plenty of cheaper, more general-purpose options out there
<_whitenotifier-f> [glasgow] supersat opened pull request #435: Add --allow_urls option to audio-yamaha-opx applet - https://github.com/GlasgowEmbedded/glasgow/pull/435
<supersat[m]> VGM files are just logs of register writes. The applet simply replays these register writes over a bus to a real Yamaha chip, and receives synthesized digital samples back. Then there's a web wrapper over all that, plus some client-side magic to play it back in the browser despite the wonky sample rates these chips are usually driven at
<supersat[m]> honestly I haven't looked at how the whole thing works, but I'm fairly certain that's accurate
<whitequark[cis]> the FX2 firmware is actually reasonably generic, it's just that we don't want to support people doing non-glasgow software because the scope is too much
<supersat[m]> For some reason I just so happened to have a YM3812 sitting around on a breadboard from AGES ago (pulled from an old sound blaster card??) and so the existence of that applet made it the perfect thing to try my new Glasgow with 😂
<whitequark[cis]> :D :D
<whitequark[cis]> niiiice
brolin has quit [Ping timeout: 255 seconds]
<_whitenotifier-f> [glasgow] supersat synchronize pull request #435: Add --allow_urls option to audio-yamaha-opx applet - https://github.com/GlasgowEmbedded/glasgow/pull/435
<_whitenotifier-f> [glasgow] whitequark commented on pull request #435: Add --allow_urls option to audio-yamaha-opx applet - https://github.com/GlasgowEmbedded/glasgow/pull/435#issuecomment-1751900184
<_whitenotifier-f> [glasgow] supersat synchronize pull request #435: Add --allow_urls option to audio-yamaha-opx applet - https://github.com/GlasgowEmbedded/glasgow/pull/435
<_whitenotifier-f> [glasgow] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-435-9917e11f82ce219ff4ce1037ef10febac8d493f1 - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 1 commit to gh-readonly-queue/main/pr-435-9917e11f82ce219ff4ce1037ef10febac8d493f1 [+0/-0/±2] https://github.com/GlasgowEmbedded/glasgow/commit/c424d795e202
<_whitenotifier-f> [GlasgowEmbedded/glasgow] supersat c424d79 - Add --allow-urls option to audio-yamaha-opx applet
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 1 commit to main [+0/-0/±2] https://github.com/GlasgowEmbedded/glasgow/compare/9917e11f82ce...c424d795e202
<_whitenotifier-f> [GlasgowEmbedded/glasgow] supersat c424d79 - Add --allow-urls option to audio-yamaha-opx applet
<_whitenotifier-f> [glasgow] whitequark closed pull request #435: Add --allow_urls option to audio-yamaha-opx applet - https://github.com/GlasgowEmbedded/glasgow/pull/435
<_whitenotifier-f> [glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-435-9917e11f82ce219ff4ce1037ef10febac8d493f1 - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-435-9917e11f82ce219ff4ce1037ef10febac8d493f1
<supersat[m]> aww yeah, got glitching at 2.4V. More dramatic at 2.3V. 2.5V was fine
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-actions[bot] pushed 1 commit to gh-pages [+94/-0/±0] https://github.com/GlasgowEmbedded/glasgow/compare/05cae595feda...f55645cf7cf8
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] f55645c - Deploying to gh-pages from @ GlasgowEmbedded/glasgow@c424d795e202ed45609b7795c9bb686daf59e7cb 🚀
<supersat[m]> @_discord_1135453280001073254:catircservices.org (@_discord_1135453280001073254:catircservices.org) would it be useful to document how to get the Yamaha applet running in the manual? Or too esoteric? Also wondering what the scope of the glasgow repo is. For example, I'm thinking about adding both an interface to various video game consoles and T1 line interface ICs 😛
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
<supersat[m]> also would something like exposing an audio USB class device as a way to interface with I2S be in scope?
omnitechnomancer has joined #glasgow
<omnitechnomancer> That's neat, listened to stan's theme from monkey island 2 just now 😄
<supersat[m]> try it at 2.3 volts now 😂
<omnitechnomancer> oh my that is glitchy
<supersat[m]> ahaha
<omnitechnomancer> I wonder what is actually glitching
<whitequark[cis]> <supersat[m]> "also would something like..." <- Glasgow does not change how it presents itself on USB
<whitequark[cis]> wrong type of device
<whitequark[cis]> <supersat[m]> "@_discord_1135453280001073254:..." <- T1 is in scope, video game consoles are quite possibly in scope
<supersat[m]> can't you change the FX2 firmware for that?
<whitequark[cis]> theoretically yes, in practice it would be a support nightmare
<whitequark[cis]> so we choose not to
<supersat[m]> aha!
<supersat[m]> okay
<supersat[m]> I had this crazy idea of exposing T1s as 23x2 audio channels 😛
<supersat[m]> plus a control channel
redstarcomrade has quit [Quit: Cya.]
<whitequark[cis]> hehe, yeah, that could work... but i doubt host audio stack will like it anyway
tomkeddie[m] has joined #glasgow
<tomkeddie[m]> That sounds more like luna/cynthion territory perhaps?
<whitequark[cis]> yeah
<supersat[m]> that was the original plan 🙂
<supersat[m]> iso endpoints are a PITA tho
<supersat[m]> at the very least, there's no examples for how to build one in luna
<supersat[m]> whereas cypress might provide some hints? idk
<supersat[m]> my current plan is a common T1 LIU interface that can be used by both projects, but consumed in different ways
<supersat[m]> I think I could probably put a full telephone switch on a luna/cynthion, for example, with a softcore and some dedicated switching logic
<supersat[m]> while the glasgow interface would be purely an interface adapter
<whitequark[cis]> right
joerg has quit [Ping timeout: 258 seconds]
trh has quit [Quit: weg]
trh has joined #glasgow
joerg has joined #glasgow
<_whitenotifier-f> [glasgow] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-434-c424d795e202ed45609b7795c9bb686daf59e7cb - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 1 commit to gh-readonly-queue/main/pr-434-c424d795e202ed45609b7795c9bb686daf59e7cb [+1/-0/±0] https://github.com/GlasgowEmbedded/glasgow/commit/879783e202c6
<_whitenotifier-f> [GlasgowEmbedded/glasgow] attie 879783e - meetings: add minutes from 2023-10-07
<whitequark[cis]> <supersat[m]> "while the glasgow interface..." <- sounds good! could expose an audio device in the OS / python code for example
<whitequark[cis]> pulseaudio lets you connect audio via rtp/tcp/etc
<supersat[m]> The Saturn Action Replay interface feels like a natural fit because 1) it's 5V, 2) it is 1:1 bidirectional, 3) it has handshake signals, 4) transfers data a nibble at a time, and 5) the upper layer protocol is essentially a synchronous stream of bytes
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 1 commit to main [+1/-0/±0] https://github.com/GlasgowEmbedded/glasgow/compare/c424d795e202...879783e202c6
<_whitenotifier-f> [GlasgowEmbedded/glasgow] attie 879783e - meetings: add minutes from 2023-10-07
<_whitenotifier-f> [glasgow] whitequark closed pull request #434: meetings: add minutes from 2023-10-07 - https://github.com/GlasgowEmbedded/glasgow/pull/434
<_whitenotifier-f> [glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-434-c424d795e202ed45609b7795c9bb686daf59e7cb - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-434-c424d795e202ed45609b7795c9bb686daf59e7cb
<whitequark[cis]> what is that?
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-actions[bot] pushed 1 commit to gh-pages [+94/-0/±0] https://github.com/GlasgowEmbedded/glasgow/compare/f55645cf7cf8...e4efe6141319
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] e4efe61 - Deploying to gh-pages from @ GlasgowEmbedded/glasgow@879783e202c6d839b91c303e51be653b03836b3b 🚀
<supersat[m]> if you're asking about the Action Replay, it's a cartridge that primarily acts like a "Game Genie", which patches RAM on every vertical blank, but you can also reflash the cart with new codes (or firmware) and upload/download RAM and optionally execute it via a PC interface, which only exists as an ISA card. I used it as a kid to try out some Saturn dev tools and examples that Sega of America accidentally leaked 😬
<supersat[m]> Sega also has some weird controllers for the Dreamcast that are exposed over their "Maple Bus" like a keyboard, microphone, etc. Could emulate controllers, VMUs (memory cards with a screen and the ability to execute apps on-device), etc
<_whitenotifier-f> [glasgow] whitequark opened pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
balrog has quit [Ping timeout: 272 seconds]
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
balrog has joined #glasgow
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark synchronize pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [glasgow] whitequark commented on issue #422: running Glasgow exectutable produces "TypeError: expected string or bytes-like object" in packaging\utils.py - https://github.com/GlasgowEmbedded/glasgow/issues/422#issuecomment-1751936506
<_whitenotifier-f> [glasgow] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-436-879783e202c6d839b91c303e51be653b03836b3b - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 2 commits to gh-readonly-queue/main/pr-436-879783e202c6d839b91c303e51be653b03836b3b [+0/-0/±3] https://github.com/GlasgowEmbedded/glasgow/compare/8ed42aa5398c^...42b7086019fd
<_whitenotifier-f> [GlasgowEmbedded/glasgow] whitequark 8ed42aa - CI: add Python version used on Ubuntu 20.04 LTS.
<_whitenotifier-f> [GlasgowEmbedded/glasgow] whitequark 42b7086 - support.plugin: add workaround for defect in Python 3.9 <3.9.11.
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 2 commits to main [+0/-0/±3] https://github.com/GlasgowEmbedded/glasgow/compare/879783e202c6...42b7086019fd
<_whitenotifier-f> [GlasgowEmbedded/glasgow] whitequark 8ed42aa - CI: add Python version used on Ubuntu 20.04 LTS.
<_whitenotifier-f> [GlasgowEmbedded/glasgow] whitequark 42b7086 - support.plugin: add workaround for defect in Python 3.9 <3.9.11.
<_whitenotifier-f> [glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-436-879783e202c6d839b91c303e51be653b03836b3b - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [glasgow] whitequark closed pull request #436: Fix issue #422 - https://github.com/GlasgowEmbedded/glasgow/pull/436
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-436-879783e202c6d839b91c303e51be653b03836b3b
<_whitenotifier-f> [glasgow] whitequark closed issue #422: running Glasgow exectutable produces "TypeError: expected string or bytes-like object" in packaging\utils.py - https://github.com/GlasgowEmbedded/glasgow/issues/422
<whitequark[cis]> <supersat[m]> "if you're asking about the..." <- ohhhh neat
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-actions[bot] pushed 1 commit to gh-pages [+94/-0/±0] https://github.com/GlasgowEmbedded/glasgow/compare/e4efe6141319...f2ab15dfcca0
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] f2ab15d - Deploying to gh-pages from @ GlasgowEmbedded/glasgow@42b7086019fd4173b1b57e9988dc134ee1b093e4 🚀
<_whitenotifier-f> [glasgow] ewenmcneill commented on issue #422: running Glasgow exectutable produces "TypeError: expected string or bytes-like object" in packaging\utils.py - https://github.com/GlasgowEmbedded/glasgow/issues/422#issuecomment-1751953387
ar-jan has joined #glasgow
<eigenform> i cant tell if this is a bug or me being a little clueless: i tried using '--sck-idle 1' with spi-controller, but it doesn't look like the clock polarity is flipped?
<eigenform> also hi :)
lle_bout[m] has quit [Quit: Idle timeout reached: 172800s]
brolin has joined #glasgow
brolin has quit [Ping timeout: 240 seconds]
brolin has joined #glasgow
<gojimmypi[m]> I wonder if it would be better to have the human conversations in separate channel from the GitHub bot message?
brolin has quit [Ping timeout: 255 seconds]
<josuah> it looks a bit less intrusive in IRC where the links are not expanded into big blocks
josuah_dem[m] has joined #glasgow
<josuah> hmm, discord does not have the markup working `<https://github.com/GlasgowEmbedded/glasgow/issues/422#issuecomment-1751953387>` should show-up as `https://github.com/GlasgowEmbedded/glasgow/issues/422#issuecomment-1751953387` but without any thumbnail
<Wanda[cis]> tbh it'd be a good bit less spammy if at least the redundant merge queue stuff could be silenced
<josuah_dem[m]> err, I meant `https://...` vs `<https://...>`
<Wanda[cis]> merging a PR resulting in a message feels useful; merging a PR resulting in 10 messages feels overwhelming
redstarcomrade has joined #glasgow
<Attie[m]> +1
siriusfox has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
siriusfox has joined #glasgow
smkz has quit [Quit: smkz]
brolin has joined #glasgow
smkz has joined #glasgow
icb[m] has quit [Quit: Idle timeout reached: 172800s]
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
redstarcomrade has quit [Read error: Connection reset by peer]
ar-jan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ar-jan has joined #glasgow
Foxyloxy has joined #glasgow
brolin has quit [Ping timeout: 260 seconds]
brolin has joined #glasgow
brolin has quit [Ping timeout: 255 seconds]
brolin has joined #glasgow
brolin has quit [Ping timeout: 255 seconds]
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
brolin has joined #glasgow
Foxyloxy has joined #glasgow
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
Foxyloxy has joined #glasgow
<supersat[m]> can you ignore a particular user in discord? that would be helpful
<supersat[m]> apparently it doesn't work for "bots"
<supersat[m]> let's see what matrix looks like
brolin has quit [Ping timeout: 245 seconds]
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
brolin has joined #glasgow
brolin has quit [Ping timeout: 255 seconds]
Foxyloxy has joined #glasgow
brolin has joined #glasgow
ar-jan has quit [Ping timeout: 272 seconds]
skiphs[m] has quit [Quit: Idle timeout reached: 172800s]
<_whitenotifier-f> [glasgow] esden opened pull request #437: revC3: BOM, Flags, Script - https://github.com/GlasgowEmbedded/glasgow/pull/437
<_whitenotifier-f> [glasgow] esden synchronize pull request #437: revC3: BOM, Flags, Script - https://github.com/GlasgowEmbedded/glasgow/pull/437
<esden[m]> supersat (@_discord_342359737444204544:catircservices.org) the issue is also that if you ignore the bot you will not see what people are saying on the other platforms. So that is not helpful. One can disable url preview in the discord client. But that is for _ALL_ channels which is not helpful.
<supersat[m]> Yeah I realized all the different "bots" have the same internal user number
<esden[m]> I am also in the camp that would prefer the Git notifications to go to a dedicated channel and not disrupt human conversations. But I am not sure there is a way to fix that unless we create another group of git notification channels. That said, I would not be opposed to creating a dedicated vcs-glasgow channel on the discord server here, as I have it for black magic and icebreaker. Similar thing could be done on Matrix I would assume. But
<esden[m]> Catherine used to have the in channel notifications for git since ages, so it might be her preference to have the stuff in the "feed"
<esden[m]> it is one bot... that does the bridging
<esden[m]> the commit messages are just relayed by the bot
<esden[m]> just like any other message
<esden[m]> it is coming from the IRC channel
<supersat[m]> I would rather not interrupt developers' existing workflows
<supersat[m]> Er, disrupt
<esden[m]> supersat (@_discord_342359737444204544:catircservices.org) same 🙂
<whitequark[cis]> im running a fork of notifico already; might as well hack that to silence merge queue studf
<whitequark[cis]> s/studf/stuff/
<whitequark[cis]> however don't expect me to have time for it any time soon, or ever
<whitequark[cis]> thus far people here like to complain but do not like to set up, fix, and test the annoying infrastructure like matrix bridges and such; resulting in the infrastructure continuing to annoy them
<whitequark[cis]> which to me feels fine; if you want to contribute to my projects you should have at least my level of willingness to maintain absolutely anything~
<whitequark[cis]> the notifico instance needs to be moved to catircservices.org, at which time I might actually look into that (since that makes it a lot less annoying to deploy and test)
brolin has quit [Ping timeout: 272 seconds]
<esden[m]> Yeah that is completely understandable. Is this the code that would need work? https://github.com/whitequark/notifico
<whitequark[cis]> correct
brolin has joined #glasgow
brolin has quit [Ping timeout: 240 seconds]
<_whitenotifier-f> [glasgow] whitequark commented on issue #422: running Glasgow exectutable produces "TypeError: expected string or bytes-like object" in packaging\utils.py - https://github.com/GlasgowEmbedded/glasgow/issues/422#issuecomment-1752184563
brolin has joined #glasgow
<_whitenotifier-f> [glasgow] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-437-42b7086019fd4173b1b57e9988dc134ee1b093e4 - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [glasgow] whitequark commented on pull request #437: revC3: BOM, Flags, Script - https://github.com/GlasgowEmbedded/glasgow/pull/437#issuecomment-1752190794
<_whitenotifier-f> [glasgow] supersat opened pull request #438: audio-yamaha-opx: fix listening on IPv6 endpoints - https://github.com/GlasgowEmbedded/glasgow/pull/438
<_whitenotifier-f> [GlasgowEmbedded/glasgow] github-merge-queue[bot] pushed 7 commits to main [+2/-0/±10] https://github.com/GlasgowEmbedded/glasgow/compare/42b7086019fd...ed2843bc3a6d
<_whitenotifier-f> [glasgow] whitequark closed pull request #437: revC3: BOM, Flags, Script - https://github.com/GlasgowEmbedded/glasgow/pull/437
<_whitenotifier-f> [glasgow] github-merge-queue[bot] deleted branch gh-readonly-queue/main/pr-437-42b7086019fd4173b1b57e9988dc134ee1b093e4 - https://github.com/GlasgowEmbedded/glasgow
<_whitenotifier-f> [glasgow] whitequark closed issue #429: Export BOM for revC3 and add whichever script generates it in the tree - https://github.com/GlasgowEmbedded/glasgow/issues/429
<_whitenotifier-f> [glasgow] whitequark opened pull request #439: manual: contribute: clarify commit message format - https://github.com/GlasgowEmbedded/glasgow/pull/439
<_whitenotifier-f> [glasgow] whitequark commented on issue #312: Documentation - https://github.com/GlasgowEmbedded/glasgow/issues/312#issuecomment-1752197037
GNUmoon has joined #glasgow
<_whitenotifier-f> [glasgow] github-merge-queue[bot] created branch gh-readonly-queue/main/pr-439-ed2843bc3a6d58af4d6eb8d7c9ad11598d6bcfd8 - https://github.com/GlasgowEmbedded/glasgow
GNUmoon has quit [Client Quit]