Tootfinder

Opt-in global Mastodon full text search. Join the index!

@alexanderadam@ruby.social
2025-09-04 08:43:45

You can run the whole #HEY test suite in a bit over a minute.
Also @… provides a local #CI run DSL syntax now‽

HEY App Test Suite

(time bin/rails test --seed 22557) Native Ruby / Docker DB

~30K assertions

Model Score

6m6s

Apple M2

Intel i5 1235U (EQi12)

4m2s

Apple M4

3m54s

2m49s

2m56s

Apple M4 Pro 14c

AMD AI 5 340 (F13)

AMD 7840U (F13)

2m43s

AMD 8745H (UM870/SER8)

2m28s

2m22s

Apple M4 Max 16c

AMD HX370 (F13/SER9)

2m5s

AMD Max+ 395

1m23s

AMD 7950X

1m23s

Intel 14900K

1m22s

AMD 9955HX (MS-A2)

1m12s
@todbot@mastodon.social
2025-09-29 23:09:36

Want easy capsense touchpad buttons? Just a PCB & 4 resistors. Coming soon to my Tindie store! If you want to make your own, files are here: github.com/todbot/touchpads
This demo in CircuitPython but also works in Arduino w/ my TouchyTouch lib

Solderless breadboard with a Raspberry Pi Pico, a four-LED WS2812 strip, and a black PCB with four capsense touch buttons. As a finger presses the buttons, the corresponding LED lights up
‪@todbot@mastodon.social‬
2025-09-29 23:09:36

Want easy capsense touchpad buttons? Just a PCB & 4 resistors. Coming soon to my Tindie store! If you want to make your own, files are here: github.com/todbot/touchpads
This demo in CircuitPython but also works in Arduino w/ my TouchyTouch lib

@adlerweb@social.adlerweb.info
2025-09-25 19:18:48

#Cisco spielt grade auch eher "gonna catch em all" mit den "habt-ihr-lack-gesoffen"-CVEs, oder? Müssen die zu FortiNet aufholen, oder was ist da los? Oo
CVE-2025-20352
Ja, user mit read-only-SNMP können beliebige Dinge als root ausführen. (afair ist das per default an)

@wyri@toot-toot.wyrihaxim.us
2025-10-17 13:39:47

The good old days of #Jenkins and #Travis #CI:

@cyrevolt@mastodon.social
2025-09-09 20:39:04

#Google's #CI is checking for gen #AI suspects:

@mgorny@social.treehouse.systems
2025-08-08 15:42:08

Random #git tip: if you need to push a commit to restart a #CI / #CD workflow that you can't restart directly, you can use:
git commit --allow-empty
instead of making meaningless changes.

@mgorny@pol.social
2025-08-08 15:43:12

Mała podpowiedź z użycia gita: jeżeli potrzebujecie pchnąć jakąkolwiek zmianę do repozytorium, żeby uruchomić ponownie #CI / #CD, możecie użyć:
git commit --allow-empty
zamiast robić niepotrzebne zmiany w plikach.
#git