Show Navigation
       
       
        Conversation
        
         
          Notices
          
           - 
            
            Messing around with my blender render project tonight, I'm implementing things in the source code directly, instead of messing around with python (which I do not like to use). So tonight I'm adding some custom nodes for my material in c. Feels better for me to develop in. #b3d
            
            
             - 
              
              @stigatle You weren't watching my stream last night, were you? :)
              
             
 
             - 
              
              @stigatle "Well I wanna play with my arduino but processing is kind of a meh language. Let's spend 6 hours trying to figure out how to get serial communication working through C!"
              
              
               - 
                
                In my defense most of it wasn't the AVR code itself: you get a vaguely normal-feeling system with a libc. The problem was consistently *flashing* the damn thing without errors.
                
               
 
               - 
                
                @tekk hehehe, I did not watch that, but your comment sure feels at home for me too ;) Some times I feel like going backwards, but often it feels like the right thing to explore. :)  
 And I'm stubborn too, so if i get a idea stuck in my head - I cannot put it away until it's solved...
                
                
                 - 
                  
                  @stigatle I had a hell of a time seriously going backwards. I couldn't figure out for the life of my why when I ran my makefile the arduino wouldn't output over serial.... I had the makefile flashing an old file called hello.hex, not what the makefile was now building it as, hello :)