Crazy Logic
Crazy Ideas
Skip to content
  • Home
  • About
    • Hardware
  • Posts and Projects
    • Computing
      • Arduino-unistep
      • Backup Script
      • Choppy USB HDMI Video Capture
      • GNOME logon monitors swapped?
      • How to install x11vnc vnc server as a service on Ubuntu 20.04, for remote access or screen sharing
      • Log Off Timer
      • PCIe memo
      • SAS controller memo
      • Ubuntu AD integration 21.04
      • UniFi on PI
      • Ubuntu 20.04 installers
      • Crypto
    • CTC 3D printer upgrades
    • Flighcases
      • General purpose Flightcase mk1
      • Power distribution (rack PDU)
      • Rack(s)
    • Lighting
      • Driving multiple LED strings using shiftOut
      • Receiving DMX on Arduino with ArDMX.
      • WS2801 LED’s on Arduino uno, shiftOut
    • My Laser Cutter
      • LC PSU
      • LC rails
  • YouTube

Monthly Archives: November 2020

Understanding the meme

  November 29, 2020 - 4:55 pm | generic
Leave a comment
rotate([0,0,$t*360])
 translate([-70.7,-42,0])
 rotate([35,0,0])
 rotate([0,45,0])
 hull(){
     translate([0,0,0])
     sphere(4);
 translate([100,100,0]) sphere(4); //this becomes the verticle translate([0, 100, 100]) sphere(4); translate([100, 0, 100]) sphere(4);
 }

Crazy Logic 2011-2022