folders by month
This commit is contained in:
parent
a8b87925dc
commit
5d321366ea
@ -4,7 +4,7 @@ Python Progress Bar
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: Python
|
:tags: Python
|
||||||
:slug: python-progress-bar
|
:slug: 2011-12-21-python-progress-bar
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I was looking for a nice progress bar today at work to show progress rather than just printing “\ **Waiting 30 seconds…**\ ” and having the script do nothing, I wanted to have a progress bar show.
|
I was looking for a nice progress bar today at work to show progress rather than just printing “\ **Waiting 30 seconds…**\ ” and having the script do nothing, I wanted to have a progress bar show.
|
@ -4,7 +4,7 @@ Custom Django URLField
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, django
|
:tags: python, django
|
||||||
:slug: custom-django-urlfield
|
:slug: 2012-01-05-custom-django-urlfield
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
For work I had to write a custom url model field. This model field when setting up accepts a default protocol, and a list of other protocols.
|
For work I had to write a custom url model field. This model field when setting up accepts a default protocol, and a list of other protocols.
|
@ -4,7 +4,7 @@ You can un-expire a GPG key.
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: linux, gpg
|
:tags: linux, gpg
|
||||||
:slug: you-can-un-expire-a-gpg-key
|
:slug: 2012-01-13-you-can-un-expire-a-gpg-key
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Today we had a problem at work on a system. Without getting into too much detail as to give away secrets behind the verbal NDA I am behind, I will just say that it had to do with a GPG public key of mine that was expired on a dev machine, accidentally propagating during install to a production machine.
|
Today we had a problem at work on a system. Without getting into too much detail as to give away secrets behind the verbal NDA I am behind, I will just say that it had to do with a GPG public key of mine that was expired on a dev machine, accidentally propagating during install to a production machine.
|
@ -4,7 +4,7 @@ Vertical Bars In Graphite
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: graphite, txStatsD
|
:tags: graphite, txStatsD
|
||||||
:slug: vertical-bars-in-graphite
|
:slug: 2012-02-08-vertical-bars-in-graphite
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I am working with txStatsD and Graphite. I was having the hardest problem looking through the txStatsD code today finding how to graph something as an event, not a data point. I eventually went into every option on the graphite dashboard and found an option to make a bar.
|
I am working with txStatsD and Graphite. I was having the hardest problem looking through the txStatsD code today finding how to graph something as an event, not a data point. I eventually went into every option on the graphite dashboard and found an option to make a bar.
|
@ -4,7 +4,7 @@ Hubspot
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Personal
|
:category: Personal
|
||||||
:tags: hackathon
|
:tags: hackathon
|
||||||
:slug: hubspot
|
:slug: 2012-02-17-hubspot
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I was invited to a Hackathon that one of our client’s client was throwing. Being that I love programming and learning, I decided I would go.
|
I was invited to a Hackathon that one of our client’s client was throwing. Being that I love programming and learning, I decided I would go.
|
@ -4,7 +4,7 @@ Some BASH tips
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: bash, linux
|
:tags: bash, linux
|
||||||
:slug: some-bash-tips
|
:slug: 2012-03-08-some-bash-tips
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I realize I haven’t updated in a while. I haven’t had much free time recently as I’ve been working on a project for my father in C# after work hours. This is a great change from only working in Python and JavaScript recently. I’m making a program that will analyze test results from a plasma torch for a company called HyperTherm. My father built the physical machine, but the employees want something that they can better see the results of a passed torch unit, or a failed torch unit. This program has a bar code scanner that scans the tool used in the test and matches it up to the lot of torch parts. Another added feature is the ability to print a white label that says “UNIT PASSED” or a giant red label that says the unit failed and which of the 8 tests failed were. I had to learn how to use delegates, as my serial event listener is on a separate thread and I can’t update labels, or parts of the User Interface without them. Still working on it, hopefully will wrap it up by Saint Patrick’s day.
|
I realize I haven’t updated in a while. I haven’t had much free time recently as I’ve been working on a project for my father in C# after work hours. This is a great change from only working in Python and JavaScript recently. I’m making a program that will analyze test results from a plasma torch for a company called HyperTherm. My father built the physical machine, but the employees want something that they can better see the results of a passed torch unit, or a failed torch unit. This program has a bar code scanner that scans the tool used in the test and matches it up to the lot of torch parts. Another added feature is the ability to print a white label that says “UNIT PASSED” or a giant red label that says the unit failed and which of the 8 tests failed were. I had to learn how to use delegates, as my serial event listener is on a separate thread and I can’t update labels, or parts of the User Interface without them. Still working on it, hopefully will wrap it up by Saint Patrick’s day.
|
@ -4,7 +4,7 @@ Ganymede, Twilio
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: nodejs, twilio
|
:tags: nodejs, twilio
|
||||||
:slug: ganymede-twilio
|
:slug: 2012-05-04-ganymede-twilio
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Last night I wrote the beginnings of my first NodeJS application. Is application even the correct word?
|
Last night I wrote the beginnings of my first NodeJS application. Is application even the correct word?
|
@ -3,7 +3,7 @@ Hypertherm
|
|||||||
:date: 2012-05-07 23:30
|
:date: 2012-05-07 23:30
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Personal
|
:category: Personal
|
||||||
:slug: hypertherm
|
:slug: 2012-05-07-hypertherm
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
For the past three months I have been upgrading and rewriting version 2 of my software for Hypertherm. I am under a contract for my father’s company. His company is developing a machine to test how well air flows (laminar flow) through a plasma cutting torch head, and how much air leaks out over a certain time (delta pressure loss).
|
For the past three months I have been upgrading and rewriting version 2 of my software for Hypertherm. I am under a contract for my father’s company. His company is developing a machine to test how well air flows (laminar flow) through a plasma cutting torch head, and how much air leaks out over a certain time (delta pressure loss).
|
@ -4,7 +4,7 @@ Harry Delmolino
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Personal
|
:category: Personal
|
||||||
:tags: friends
|
:tags: friends
|
||||||
:slug: harry-delmolino
|
:slug: 2012-05-25-harry-delmolino
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I met this random kid online on IRC a year and a half ago (I believe it was December 19th, 2010). His name was HarryD. We got talking and one time he mentioned that he was going to hike Mount Monadnock. That is near me so we got talking and he said he lived near North Hampton, MA. That was cool that I met some random kid who lived near me. He was only 17 at the time.
|
I met this random kid online on IRC a year and a half ago (I believe it was December 19th, 2010). His name was HarryD. We got talking and one time he mentioned that he was going to hike Mount Monadnock. That is near me so we got talking and he said he lived near North Hampton, MA. That was cool that I met some random kid who lived near me. He was only 17 at the time.
|
@ -1,10 +1,10 @@
|
|||||||
CFEngine3 Install on CentOS 5.7
|
CFEngine3 Install on CentOS 5.7
|
||||||
###############################
|
###############################
|
||||||
:date: 2012-11-07 03:57
|
:date: 2012-05-25 03:57
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: outdated
|
:category: outdated
|
||||||
:tags: cfengine, centos
|
:tags: cfengine, centos
|
||||||
:slug: cfengine3-install-on-centos-5-7
|
:slug: 2012-05-25-cfengine3-install-on-centos-5-7
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
| Today I was tasked with installing CFEngine3 on CentOS-5.7 (A little outdated). When installing CFEngine-3.3.1 I kept getting an error that I couldn’t find libtokyocabinet.so.9. I had to set my prefix to /usr/ because the location that tokyocabinet was installing my libraries to was not being read by CFEngine’s make script.
|
| Today I was tasked with installing CFEngine3 on CentOS-5.7 (A little outdated). When installing CFEngine-3.3.1 I kept getting an error that I couldn’t find libtokyocabinet.so.9. I had to set my prefix to /usr/ because the location that tokyocabinet was installing my libraries to was not being read by CFEngine’s make script.
|
@ -4,7 +4,7 @@ Getting started in Python Part 1
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python2, pip, virtualenv
|
:tags: python2, pip, virtualenv
|
||||||
:slug: getting-started-in-python-part-1
|
:slug: 2013-07-02-getting-started-in-python-part-1
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I have a friend who is interested in becoming a Python developer. He has some Python experience with CodeAcademy, but he of course wants to take this a step further and develop on his own computer. I figure I’d give him a few pointers, and I know this has been rehashed a million times, but what the hell, why not blog on it again.
|
I have a friend who is interested in becoming a Python developer. He has some Python experience with CodeAcademy, but he of course wants to take this a step further and develop on his own computer. I figure I’d give him a few pointers, and I know this has been rehashed a million times, but what the hell, why not blog on it again.
|
@ -4,7 +4,7 @@ Help, I have too many Django ManyToMany Queries [FIXED]
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, django, bugs
|
:tags: python, django, bugs
|
||||||
:slug: help-i-have-too-many-django-manytomany-queries-fixed
|
:slug: 2013-08-06-help-i-have-too-many-django-manytomany-queries-fixed
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
My boss tasked me with getting the load time of 90 seconds(HOLY CARP!) on one page down. First thing I did was install the Django Debug Toolbar to see what was really happening.
|
My boss tasked me with getting the load time of 90 seconds(HOLY CARP!) on one page down. First thing I did was install the Django Debug Toolbar to see what was really happening.
|
@ -4,7 +4,7 @@ How to not trigger a post_save in Django, but still modify data.
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: django, python
|
:tags: django, python
|
||||||
:slug: how-to-not-trigger-a-post_save-in-django-but-still-modify-data
|
:slug: 2013-11-13-how-to-not-trigger-a-post_save-in-django-but-still-modify-data
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Recently I have been diving into using signals with Django, which of course are pretty neat.
|
Recently I have been diving into using signals with Django, which of course are pretty neat.
|
@ -4,7 +4,7 @@ Readline
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: readline, linux, cli
|
:tags: readline, linux, cli
|
||||||
:slug: readline
|
:slug: 2014-06-21-readline
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
A lot of times when I stop at someone’s computer and help them in the terminal, I use a Readline command and people say “How the heck did you do that?”
|
A lot of times when I stop at someone’s computer and help them in the terminal, I use a Readline command and people say “How the heck did you do that?”
|
@ -4,7 +4,7 @@ First day back in Java since college
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: java
|
:tags: java
|
||||||
:slug: java-2014
|
:slug: 2014-10-01-java
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Recently I decided I wanted to learn Java again. I last programmed in Java when I was in College and that was the main language they taught in. I wouldn’t say I was a great Java developer, although I completed every Java course well enough to get an A or better.
|
Recently I decided I wanted to learn Java again. I last programmed in Java when I was in College and that was the main language they taught in. I wouldn’t say I was a great Java developer, although I completed every Java course well enough to get an A or better.
|
@ -4,7 +4,7 @@ SSH Agent on “boot”
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: linux, ssh
|
:tags: linux, ssh
|
||||||
:slug: ssh-agent-on-boot
|
:slug: 2015-01-09-ssh-agent-on-boot
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I had a friend complain that he had to keep adding his ssh key to his ssh-agent every time he rebooted. I have a really easy bit of shell code you can put into your .bashrc or your .zshrc file:
|
I had a friend complain that he had to keep adding his ssh key to his ssh-agent every time he rebooted. I have a really easy bit of shell code you can put into your .bashrc or your .zshrc file:
|
@ -4,7 +4,7 @@ Python Debugger
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, pdb
|
:tags: python, pdb
|
||||||
:slug: python-debugger
|
:slug: 2015-01-13-python-debugger
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
When I worked at Propel Marketing, my dev team used to have presentations on things they loved. I love the Python debugger. It’s very useful and I believe a proper understanding of how to use a debugger, will make you a better programmer. Here is a presentation on the debugger I made for my team. https://prezi.com/cdc4uyn4ghih/python-debugger/
|
When I worked at Propel Marketing, my dev team used to have presentations on things they loved. I love the Python debugger. It’s very useful and I believe a proper understanding of how to use a debugger, will make you a better programmer. Here is a presentation on the debugger I made for my team. https://prezi.com/cdc4uyn4ghih/python-debugger/
|
@ -4,7 +4,7 @@ Too many open files
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, linux, ulimit, bugs
|
:tags: python, linux, ulimit, bugs
|
||||||
:slug: too-many-open-files
|
:slug: 2015-01-28-too-many-open-files
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
When I worked at Propel Marketing, we used to outsource static websites to a third party vendor, and then host them on our server. It was our job as developers to pull down the finished website zip file from the vendor, check it to make sure they used the proper domain name, (they didn’t a lot of the time,) and make sure it actually looks nice. If these few criteria were met, we could launch the site.
|
When I worked at Propel Marketing, we used to outsource static websites to a third party vendor, and then host them on our server. It was our job as developers to pull down the finished website zip file from the vendor, check it to make sure they used the proper domain name, (they didn’t a lot of the time,) and make sure it actually looks nice. If these few criteria were met, we could launch the site.
|
@ -3,7 +3,7 @@ Hello, world!
|
|||||||
:date: 2021-10-31 19:10
|
:date: 2021-10-31 19:10
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Blog
|
:category: Blog
|
||||||
:slug: hello-world
|
:slug: 2021-10-31-hello-world
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
This blog here I want to keep some permanent tech thoughts in more written form than my `Wiki <https://tyrel.website/wiki/>`__ where I keep the majority of my written work. I do have a `flight blog <https://k3tas.radio/airband>`__, which has a lot of customization for maps and such that I don't want on here.
|
This blog here I want to keep some permanent tech thoughts in more written form than my `Wiki <https://tyrel.website/wiki/>`__ where I keep the majority of my written work. I do have a `flight blog <https://k3tas.radio/airband>`__, which has a lot of customization for maps and such that I don't want on here.
|
@ -4,7 +4,7 @@ Python3 GitHub CLI tool as a refresher
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, cli
|
:tags: python, cli
|
||||||
:slug: python3-github-cli-tool-as-a-refresher
|
:slug: 2021-11-04-python3-github-cli-tool-as-a-refresher
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
It's no lie that I love terminals. I wish I could live on a terminal and never really need to see a GUI application again.
|
It's no lie that I love terminals. I wish I could live on a terminal and never really need to see a GUI application again.
|
@ -4,7 +4,7 @@ Finished my GitHub CLI tool
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: python, cli
|
:tags: python, cli
|
||||||
:slug: finished-my-github-cli-tool
|
:slug: 2021-11-05-finished-my-github-cli-tool
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I never intended this to be a full fleshed CLI tool comparable to the likes of the real GitHub CLI. This was simply a way to refresh myself and have fun. I have accomplished this, and am now calling this *"Feature Complete"*. You can play around with it yourself from the `repository on gitlab <https://gitlab.com/Tyrel/ghub>`__.
|
I never intended this to be a full fleshed CLI tool comparable to the likes of the real GitHub CLI. This was simply a way to refresh myself and have fun. I have accomplished this, and am now calling this *"Feature Complete"*. You can play around with it yourself from the `repository on gitlab <https://gitlab.com/Tyrel/ghub>`__.
|
@ -4,7 +4,7 @@ Postmortem of a fun couple bugs
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: Go, dbus, bugs
|
:tags: Go, dbus, bugs
|
||||||
:slug: postmortem-of-a-fun-couple-bugs
|
:slug: 2021-11-11-postmortem-of-a-fun-couple-bugs
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Story at my previous job:
|
Story at my previous job:
|
@ -4,7 +4,7 @@ Garage Door Opener
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech,
|
:category: Tech,
|
||||||
:tags: HomeAssistant, home
|
:tags: HomeAssistant, home
|
||||||
:slug: garage-door-opener
|
:slug: 2022-01-09-garage-door-opener
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I bought a house on October 9, 2020. This house has a garage door, and like any *normal person* of course I had to automate it.
|
I bought a house on October 9, 2020. This house has a garage door, and like any *normal person* of course I had to automate it.
|
@ -4,7 +4,7 @@ An Update On Flying
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Personal
|
:category: Personal
|
||||||
:tags: flying
|
:tags: flying
|
||||||
:slug: an-update-on-flying
|
:slug: 2022-05-07-an-update-on-flying
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
I took ten years to get my pilot's license. From March 17, 2010 to December 30, 2020. It was amazing. I now find myself a year and a half later from achieving my goal and I don't find myself interested enough right now to go flying. There's a gas crisis, there's a pandemic, there's a lot of political things going on, a war in Ukraine, that it kind of feels bad wasting hundreds of dollars just going sight seeing.
|
I took ten years to get my pilot's license. From March 17, 2010 to December 30, 2020. It was amazing. I now find myself a year and a half later from achieving my goal and I don't find myself interested enough right now to go flying. There's a gas crisis, there's a pandemic, there's a lot of political things going on, a war in Ukraine, that it kind of feels bad wasting hundreds of dollars just going sight seeing.
|
@ -4,7 +4,7 @@ Writing an EPUB parser. Part 1
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Python
|
:category: Python
|
||||||
:tags: epub, python
|
:tags: epub, python
|
||||||
:slug: writing-an-epub-parser-part-1
|
:slug: 2022-06-01-writing-an-epub-parser-part-1
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Parsing Epubs
|
Parsing Epubs
|
@ -4,7 +4,7 @@
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:tags: Linux, raspberrypi
|
:tags: Linux, raspberrypi
|
||||||
:slug: 2016-monitoring-a-co2-tank-in-a-lab-with-a-raspberry-pi
|
:slug: 2022-06-02-monitoring-a-co2-tank-in-a-lab-with-a-raspberry-pi
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
This was written in 2017, but I found a copy again, I wanted to post it again.
|
This was written in 2017, but I found a copy again, I wanted to post it again.
|
@ -4,7 +4,7 @@ Scrollbar Colors
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Website
|
:category: Website
|
||||||
:tags: css
|
:tags: css
|
||||||
:slug: scrollbar-colors
|
:slug: 2022-10-13-scrollbar-colors
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
Was talking to someone about CSS Nostalgia and "back in my day" when scrollbar colors came up.
|
Was talking to someone about CSS Nostalgia and "back in my day" when scrollbar colors came up.
|
@ -4,7 +4,7 @@ New Blog - Pelican!
|
|||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Blog
|
:category: Blog
|
||||||
:tags: python, pelican
|
:tags: python, pelican
|
||||||
:slug: pelican-new-blog
|
:slug: 2022-10-16-pelican-new-blog
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
If you have read the previous post, and then looked at this one, there are a LOT of changes that happened.
|
If you have read the previous post, and then looked at this one, there are a LOT of changes that happened.
|
13
content/pages/404.rst
Normal file
13
content/pages/404.rst
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
404
|
||||||
|
###
|
||||||
|
:date: 2022-10-16 00:00
|
||||||
|
:author: tyrel
|
||||||
|
:category: Website
|
||||||
|
:slug: 404
|
||||||
|
:status: hidden
|
||||||
|
|
||||||
|
|
||||||
|
404
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Please go back and try again. Page is missing.
|
Loading…
Reference in New Issue
Block a user