Jorropo
jorropo.net
Jorropo
@jorropo.net
I break code, both mine and not mine. Mainly in Go. 🇫🇷

IPv6 maximalist
An extremely fancy 128×8LUT with arbitrary layers and 2×64bits inputs is still barely 5120 config bytes, 1052368 transistors (13 × layers transistors delay).

One instruction would load the config into a CPLD register.
Then an other would use a CPLD register, two input GP and write to an output GP.
July 29, 2025 at 8:39 AM
Welcome to the club
July 4, 2025 at 4:14 AM
👀
June 28, 2025 at 12:54 PM
K
June 25, 2025 at 9:54 PM
ELRS Configurator

For some reason I should figure out, when doing a local compilation it writes defines to a userdefines.txt file, but none are applied to the build process and it gives you a binary with all defaults.
April 22, 2025 at 6:22 AM
I could automate it but it involves plugging the oscilloscope and checking if the SPI CLK line is moving.

I've got an SBC and somewhere between 4.4 and 6.6 one of the SPI bus stopped working, it shows up in `/dev/spidev1.0` but it is electrically mute & deaf.
March 29, 2025 at 4:36 PM
True altho I've reached a point I never thought I ever would,
there are so many commits `git bisect good` or `git bisect bad` take 5 minutes to complete.
Figuring out a new mid point and checking out the new tree !
March 29, 2025 at 4:10 PM
Sadly no, this is related to building tsgo itself.
It helps people working on typescript-go like the typescript team.

As a user your typescript bugs might be solved a bit faster this wont happen anymore:
March 13, 2025 at 5:52 PM
Incremental rebuilds and it would parallelize better.
March 13, 2025 at 3:37 PM
Idk if it ever use github generated emails.

But yes complete lack of stacked CL is why I moved to gerrit.

Also I can trigger CI or Auto Submit in the push command for the whole patch set.
March 13, 2025 at 3:31 PM
And funny thing is, 30s is still slow by our standards, 5s hot recompile is where I would be very happy.

But because typescript-go has such enormous packages in comparison to the average go codebase that quite unrealistic.
As any change require rebuilding the complete huge package.
March 13, 2025 at 3:28 PM