New pages
Jump to navigation
Jump to search
- 08:27, 16 July 2026 Blog: 2026-07-16 (hist | edit) [99 bytes] Razzi (talk | contribs) (Created page with "https://docs.google.com/forms/d/e/1FAIpQLSdAI_p6CVsqvF3fN9OsK6qMzjJhre1LDiiMhiIcQxuomS7y0g/viewform")
- 12:09, 12 July 2026 Blog: 2026-07-12 (hist | edit) [674 bytes] Razzi (talk | contribs) (Created page with "Making distinct pairs out of a group of 15 <pre> In [33]: def permute(l, n): ...: copy = list(l) ...: new = [] ...: index = 0 ...: for _ in range(len(l)): ...: new.append(copy.pop(index)) ...: index = (index + n) % max(len(copy), 1) ...: return new ...: In [34]: permute(ns, 1) Out[34]: [1, 3, 5, 7, 9, 11, 13, 15, 4, 8, 12, 2, 10, 6, 14] In [35]: permute(ns, 0) Out[35]: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10,...")
- 02:21, 8 July 2026 Blog: 2026-07-08 (hist | edit) [72 bytes] Razzi (talk | contribs) (Created page with "Mebbe this would work https://edanahy.github.io/WebSPIKE/SPIKE3/GamePad/")
- 22:52, 25 June 2026 Blog: 2026-06-25 (hist | edit) [90 bytes] Razzi (talk | contribs) (Created page with "This https://codieawards.com/finalists awarded lego spike so it's probably on to something")
- 17:18, 24 June 2026 Blog: 2026-06-24 (hist | edit) [120 bytes] Razzi (talk | contribs) (Created page with "https://www.brickowl.com/catalog/lego-spike-prime-set-45678/inventory?order=quantity lego spike prime sorted by quantity")
- 19:59, 21 June 2026 Blog: 2026-06-21 (hist | edit) [354 bytes] Razzi (talk | contribs) (Created page with "Cool #lego #spike train https://www.youtube.com/watch?v=ikgVc8fM8NI")
- 10:34, 20 June 2026 Blog: 2026-06-20 (hist | edit) [74 bytes] Razzi (talk | contribs) (Created page with "Lego drawing circles activity https://www.instagram.com/reels/DCrvGbLMOX_/")
- 00:04, 17 June 2026 Blog: 2026-06-17 (hist | edit) [88 bytes] Razzi (talk | contribs) (Created page with "Finally found how the lego automate it works: https://www.youtube.com/shorts/dSWTddtXJcY")
- 23:26, 16 June 2026 Blog: 2026-06-16 (hist | edit) [135 bytes] Razzi (talk | contribs) (Created page with "Best brick experiment channel https://www.youtube.com/watch?v=fPvHJJ9CzcA - crossing a narrow bridge Crossing obstacles (climb books)")
- 17:13, 5 June 2026 Blog: 2026-06-05 (hist | edit) [386 bytes] Razzi (talk | contribs) (Created page with "Lego spike prime simple drive base https://spike.legoeducation.com/prime/models/bltc58e302d70cf6530")
- 10:42, 3 June 2026 Movies Razzi Recommends (hist | edit) [172 bytes] Razzi (talk | contribs) (Created page with "Past Lives (2023) Oldboy (2003) My Neighbor Totoro (1988) Princess Mononoke (1997) Howl's Moving Castle (2004) Her (2013) Eternal Sunshine of the Spotless Mind (2004)")
- 22:57, 16 May 2026 Blog: 2026-05-16 (hist | edit) [454 bytes] Razzi (talk | contribs) (Created page with "<pre> function display_bpm set -U beats (gdate +%s.%3N) $beats[1..3] if test (count $beats) -lt 4 return end set diffs \ (math $beats[1] - $beats[2]) \ (math $beats[2] - $beats[3]) \ (math $beats[3] - $beats[4]) set avg (math "($diffs[1] + $diffs[2] + $diffs[3]) / 3") set bps (math 1 / $avg) set bpm (math "$bps * 60") if test $bpm -gt 55 printf "%.0f " $bpm end end </pre>")
- 16:36, 12 May 2026 Blog: 2026-05-12 (hist | edit) [86 bytes] Razzi (talk | contribs) (Created page with "Lego spike essential drive base file:///Users/razzi/Downloads/drive-base---21-pieces-challenge.pdf")
- 23:06, 10 May 2026 Blog: 2026-05-10 (hist | edit) [1,753 bytes] Razzi (talk | contribs) (Created page with "Got my arduino uno q working. Quite well really, it works as a linux desktop - debian 13 <pre> arduino@razzi-uno-q-1:~$ fastfetch _,met$$$$$gg. arduino@razzi-uno-q-1 ,g$$$$$$$$$$$$$$$P. --------------------- ,g$$P"" """Y$$.". OS: Debian GNU/Linux 13 (trixie) aarch64 ,$$P' `$$$. Host: Imola (1.0) ',$$P ,ggs. `$$b: Kernel: Linux 6.16.7-g0dd6551ae96b `d$$' ,$P"' . $$$ Uptime: 1 hour, 27 m...")
- 16:28, 6 May 2026 Blog: 2026-05-06 (hist | edit) [69 bytes] Razzi (talk | contribs) (Created page with "lego technic terminology https://brickarchitect.com/parts/category-12")
- 02:17, 2 May 2026 Blog: 2026-05-02 (hist | edit) [548 bytes] Razzi (talk | contribs) (Created page with "<pre> set -U mid_time $last_time set -U last_time $now_time set -U now_time (gdate +%s.%3N) set diff (math $now_time - $last_time) set diff2 (math $last_time - $mid_time) set avg (math "($diff + $diff2) / 2") set bps (math 1 / $avg) set bpm (math "$bps * 60") # echo -n $mid_time $last_time $now_time if test $bpm -gt 55 echo -n "$bpm " end </pre> bpm counter in the terminal. Might end up popping up when I don't want it...")
- 08:31, 21 April 2026 Blog: 2026-04-21 (hist | edit) [261 bytes] Razzi (talk | contribs) (Created page with "This lego compatible motor engine thing https://www.reddit.com/r/BUWIZZ/comments/14cj4xh/buwizz_30_with_python/ Somebody reverse engineered https://github.com/PVirie/lego_controller But they also have api docs !? https://buwizz.com/BuWizz_3.0_API_3.22_web.pdf")