Skip to content

Technikal Mind

Technical thoughts from a Curious Thinker

  • Home
  • About
  • GitHub
  • Curious Thinker Media

Category: Uncategorized

Having a blast

Posted on February 19, 2015 - May 27, 2022 by technik

Sometimes it’s difficult to describe the simple excitement of building something. A friend and I have been collaborating on developing a simple little web game. I’m learning a lot of new things, and have found myself rewriting objects that help me reuse code I’ve already written, or use it in a smarter, more concise way. All this little app can do at the moment is display a rectangle (a boat) on top of a differently colored section of HTML (the water), and move left and right without going off the screen.

It doesn’t look like much, but knowing that I wrote that behavior is immensely satisfying!

However, we may have found a much simpler way of doing things by utilizing enchant.js – I’m not sure if we’ll have to scrap what’s written or not, but that’s okay because I wouldn’t have reached the next subset of small problems that needed to be solved. It’s all in the journey!

Posted in Uncategorized

Career Transition!

Posted on February 15, 2015 - May 27, 2022 by technik

Hello friends! I am trying to pursue a transition in my career, a move towards software and web development. This means I’m looking to improve my skills as both a designer and programmer. I am trying to establish a portfolio of my work. While I have some projects of my own to include, having external references for work I’ve completed is much better!

What this ultimately amounts to is that I’m offering to help you (or anyone you know) build a website! This would be perfect for: a musical band, churches/civic groups, those who have a side business or sell things (arts/crafts), etc. I am able to host the website as well, or I can make recommendations. If you’re interested, please contact me and I’ll see what I can do.

Thanks for your help!

Posted in Uncategorized

iptables Quick Reference

Posted on November 1, 2014 - May 27, 2022 by technik

This is a quick reference chart for iptables for the switches I use most commonly. For more information, see the man pages or use the --help switch.


-n (numeric output)
-v (verbose output)
--line-numbers (lists line numbers for use with -D)
-D [chain] [line-number] (deletes line-number from chain)
-N (creates a new chain)

add tcp 27014 to INPUT chain and ACCEPT

  • iptables -A INPUT -p tcp --dport 27014 -j ACCEPT

create new chain; add to INPUT

  • iptables -N NewChain
  • iptables -I INPUT -j NewChain

Posted in Linux, Networking, Uncategorized

Recent Posts

  • Building a Media Player using Vlc.DotNet, vlclib and WPF
  • Computationally Calculating Pi [in python]
  • Contribution to an open source project
  • Starting Computer Science program
  • Unity Game Development

Recent Comments

    Archives

    • September 2016
    • March 2016
    • November 2015
    • August 2015
    • July 2015
    • June 2015
    • April 2015
    • February 2015
    • January 2015
    • November 2014
    • August 2014
    • May 2013

    Categories

    • C#/.NET
    • Computer Science
    • Development
    • Education
    • Electronics
    • GameDev
    • Linux
    • Mathematics
    • Networking
    • Philosophy
    • Programming
    • Science
    • Technikal Mind
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress | Theme: micro, developed by DevriX.