Joseph Curtin

Mindful communication & software engineering

Brain
  • Invalid Email

  • Connect over Email
  • English              日本語

Search

Article Filters

  • Performance Analysis

    Passionate, yet Sensitive

    May 5, 2025

    Finding my inner voice and learning to listen to it has given me the insights I've needed to continue functioning. The world once seemed hostile to me. It wasn't until I said enough is enough, did I take the time to learn a number of methods to test and improve my quality of life. Through utilizing of the scientific method, I challenged the voices of my peers

    Reversing the negative effects of ABA Therapy

    April 10, 2025

    We find our way through school, some of us prosper and some of us struggle. Those who are struggling and are incapable of being reached are often left behind. I am one of those strugglers and the therapy used to get through to me was ABA.. but it was incomplete and I had forgotten about the experience. The people performing ABA Therapy had the best of intentions for me, but the application of it left the wrong emotional imprint and I muted myself out of self-preservation since I perceived the environment I was within as hostile

    An Authoritative Feedback Loop

    March 12, 2025

    Summarizing the Autistic Experience is futile; and I'm still going to attempt it through understanding my own behavior and the choices I've made to get to this stage in my life. Self awareness is essential to living with the right emotional attachments and removing the wrong emotional attachments. I purposefully minimize the number of choices I make every day in order to keep track of all the social rules set forth by society

    Nuero-typical Hypoxia

    March 5, 2025

    Generally, socially acceptable, to let people know the reason as to why I would take time off and cancel meetings while still staying active at work through pushing code. Like many Autistic Individuals, I've been reprimanded for my behavior and word selection. It had taken a mental toll on me over the years until my naturally inquisitive nature took over. Through considering multiple facets of lexical and behavioral representation of myself, I've managed to pin down some behaviors which occur in myself that lead to Nuero-typical Hypoxia

    Reducing Traumatic Friction

    February 26, 2025

    Its hard to modulate ones emotional state and the pursuit of bringing yourself out of a traumatic experience is a process. Learning how to reduce friction with others can go along way towards correcting the state of affairs in your life and compartmentalizing your emotions is very much a healthy thing to do, because after all, trauma is trauma and the last thing we want to do is rationalize and justify the spread of trauma from ourselves to others

    Secure Connections to PostgreSQL

    January 6, 2025

    Securing PostgreSQL using mutual authentication over TLS commonly known as mTLS using a Self Signed Certificate Authority with good enough encryption

    Tracing Crate, an Introduction

    December 23, 2024

    tracing crate provides an API to record log messages. When considering what kind of labels to log with the messages, I recommend you take into consideration the importance of omitting sensitive information from the long term storage. If I was an infiltrator in your network, one of the first prizes I'd look the learn more about your network is DNS. The second most valuable prize on your network is a SIEM

    ECharts TreeMap & Zola

    December 11, 2024

    I've been working on hierarchical lists of cryptographic algorithms and technology frameworks in my spare time and have been spending a considerable amount of time on how to present the information. As much as I like tech data, I don't think the information would be digested well enough using just text. A TreeMap seemed appropriate because I'd like to show/indicate the structure of understanding the information along with the attributes that go along with the information

    DateTime (de)Serialization Benchmarks from Python, Numpy, Chrono, and Time

    October 6, 2024

    Datetime parsing and rendering sometimes require optimization when iterating over a large dataset. Say you have about a couple million rows of timestamps you'd like to parse into a datatype. It could take some time if you use the wrong `import` or `crate`. In this article, I'll benchmark what it takes to load a couple million datetime stamps with Python's datetime, Numpy, Chrono, and Time

    Compression Benchmarks for PostgreSQL Archives

    August 29, 2024

    By far, my favorite RDBMS is PostgreSQL. Having worked with MySQL, MSSQL, Cassandra, Redis and more; the versatility of PostgreSQL continues to inspire me to write better and more complex SQL. I have a piece of software that reaches out to various news websites following best practices for crawling. Scraping content using provided by the sitemap.xml and following the rules set forth by the robots.txt file. The content of these sites can be anything, but the general approach is to collect as much news as possible to see if I can develop a series of heuristics to provide as technical indicators.

Search

Article Filters

  • Performance Analysis