Tinkernut Labs

  • Home
  • Projects
  • Blog
  • Store


  • Just got my new Pi Pico!

    January 26, 2021 // davisde // Uncategorized No Responses


    My head is spinning with all the new projects i can majestic with this tasty new nibblet from the #raspberrypi filks! Stay tuned for more!

  • New Raspberry Pi Microcontroller Announced!!

    January 21, 2021 // davisde // Uncategorized No Responses


    Wow, the Raspberry Pi team is on a roll! The Pi 400, the Compute Module 4, and now a microcontroller?!?! Watch out Arduino, this could be the new gateway drug to electronics!

    (more…)
  • Tinkernut: Behind The Scenes – Ideas & Filming

    October 15, 2016 // davisde // Uncategorized No Responses



    [slogan h1=”Behind The Scenes:” h3=”Ideas & Filming”][/slogan]

    Take a peak behind the scenes of my next video! Find out where I get the ideas from and how I go about creating my projects!

    [social_link style=”stamp” type=”twitter_account” url=”http://www.twitter.com/tinkernut” target=”on” ]
    [social_link style=”stamp” type=”facebook_account” url=”http://www.facebook.com/tinkernut” target=”on” ]
    [social_link style=”stamp” type=”paypal_account” url=”https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WBKTMVZGY7XXN” target=”on” ]
    [social_link style=”stamp” type=”youtube_account” url=”http://www.youtube.com/gigafide” target=”on” ]


    [slogan h3=”Support”]Ways To Support My Show![/slogan]

    [ox_list type=”ox_list_simple”]

    • Submit Your Ideas
    • Become A Patron!
    • Donate

    [/ox_list]
    [clear]

  • How To Make A Replicating Virus

    February 22, 2014 // davisde // Uncategorized No Responses


    [tabby title=”Video Walkthrough”]
    How do viruses clone themselves to other computers? Let’s take a look and learn how to write our own self-replicating program!


    [tabby title=”Steps”]
    Python Code for Replicator.py


    from sys import argv

    import os

    script = argv
    name = str(script[0])

    cmd = ‘start payload.txt’
    os.system(cmd)
    os.mkdir(‘clone’)
    os.system(r”copy payload.txt clone”)
    os.system(r”copy ” + name + ” clone”)


    [tabby title=”Links”]

    How To Make A Python Keylogger:
    http://www.youtube.com/watch?v=8BiOPBsXh0g

    Wikipedia Article on Quines:
    http://en.wikipedia.org/wiki/Quine_(computing)

    Donate to support these videos:
    http://www.patreon.com/tinkernut

    Follow Tinkernut!
    Google +
    Facebook
    Twitter
    [tabbyending]

     

  • Happy Holidays!

    December 25, 2011 // davisde // Uncategorized No Responses


    Happy Holidays! I hope everyone has a safe and jovial season!

  • Tinkernut Update

    September 30, 2011 // davisde // Uncategorized 1 Response


    Here’s what you can expect from Tinkernut for the next few weeks

  • 2010 Tinkernut Update

    January 2, 2010 // davisde // Microblog, Uncategorized 1 Response


    With the holidays over, it’s time to get back on track. I have some great tutorials lined up and will be starting to do live video streaming starting January 8th.

  • Weirdest Cell Phones Ever

    December 7, 2009 // davisde // Microblog, Uncategorized 2 Responses


     

    Dark Roast Blend provides us of some examples of weird (and mostly fake) cell phone ideas. Click the image to read the full article.

  • Steampunked house

    December 7, 2009 // davisde // Microblog, Uncategorized No Responses


    When David Erickson decided to restore his home in 2007, he decided to let loose the inner creative geek in him and redesign the entire thing as steampunk. Click the image above to view the entire article.

  • Live Interview – Sun Oct 11th.

    October 10, 2009 // davisde // Uncategorized 6 Responses






    ***UPDATE*** If you missed the live interview, you can listen to the archived podcast at this link: http://dylan.combs.tv/2009/10/13/today-in-tech-episode-13-tinkernut

    Don’t miss the live Tinkernut interview Sunday October 11th at 8pm Eastern at http://dylan.combs.tv

← Older posts

Follow Us


  • Twitter
  • YouTube
  • Facebook

Recent Posts


  • Just got my new Pi Pico! January 26, 2021
  • New Raspberry Pi Microcontroller Announced!! January 21, 2021
  • Comments Show: DIY Vintage Spotify Streaming Radio June 3, 2017
  • DIY Vintage Spotify Radio Using A Raspberry Pi May 27, 2017
  • Comments Show: Raspberry Pi Radio Build May 20, 2017

 

Loading Comments...
 

You must be logged in to post a comment.

    Terms and Conditions - Privacy Policy