• Home
  • Ai
  • GitHub
Sign in Subscribe

I=['daddy']; I.concat(['gineer', 'trepreneur'].map(x => 'en'+x))

console.log(null || undefined || 0 || '?')

NiMV3 (Google Chrome Manifest V3) Update
NIM

NiMV3 (Google Chrome Manifest V3) Update

So I spent the better part of this week working on migrating NiM to mv3 and so far so good. It was actually refreshing to dig through old code to see how my own coding skills have improved (or maybe that's just a pipe dream)... anyway, huge changes
Dec 23, 2022 4 min read
Intelligent Pandemic Grocery Shopping
amazon

Intelligent Pandemic Grocery Shopping

Covid19 has forced a paradigm shift for many of us when it comes to our purchasing... in particular groceries. Both a curse and a blessing, shopping for groceries on Amazon has become the new normal for many as the ballooning of Mr. Bezos' wealth is a tribute to. As
Aug 8, 2021 3 min read
AUP, ToS, and Privacy Policies
gdpr

AUP, ToS, and Privacy Policies

When GDPR took affect a few years back I really didn't pay a whole lot of attention to creating these documents until it directly affected the projects I owned. Now anytime I start new projects, the thought of Privacy Policies, TOS, AUP, and similar documents comes to mind.
Dec 23, 2020 2 min read
Self Signed x509 Cert and Vue CLI (Webpack)
x509

Self Signed x509 Cert and Vue CLI (Webpack)

I just spent longer than I would have liked resolving this issue. Hopefully this post helps some others. While using a self signed certificate generated by openssl (from Ubuntu running under WSL2 on Windows 10... in case you care) for local development of the Brakecode.com dashboard using Vue CLI,
Jul 7, 2020 2 min read
Inspect Node.js With Grunt-SWATCH (!watch) And Fiveo
grunt

Inspect Node.js With Grunt-SWATCH (!watch) And Fiveo

I know, I know... the socket in the cover picture isn't really the type of socket we're talking about in this post, but I've been preoccupied lately with the idea of building a new workstation and the ThreadRipper is a monster! I mean it
Aug 19, 2019 8 min read
LightGallery Plugin for NodeBB
nodebb

LightGallery Plugin for NodeBB

I just started using NodeBB about a week ago. A project came up that required the use of a forum and being that I have such an affinity towards Node.js... the results of my search for open source forum software quickly narrowed down to NodeBB. Previously I've
Aug 15, 2019 5 min read
The DevToolsCompat setting
devtools

The DevToolsCompat setting

A while ago I wrote a post about DevTools missing the source tree... So oddly the DevTools versions of late have been missing the source file tree normally found on the left hand side of the debugger under Sources > Page: At the end of that short post I wrote
Jul 28, 2019 1 min read
Use Ansible to Setup Google MX Records
ansible

Use Ansible to Setup Google MX Records

We've all done it. After purchasing that shiny new domain name from our favorite registrar (one of mine happens to be namecheap), we go to set it up. Part of that setup likely includes changing the domain's MX records to point to "your own"
Jul 8, 2019 3 min read
javascript

Node.js Governance Similar to Parler Elimination by Big Tech?

TL;DR A Project (my project in fact)... NiM which has been linked from Nodejs.org's site for years, was removed because of (in my opinion) nepotism toward corporations, and a governance model which is currently operating on an uneven playing field. I should add that my intent
Jul 6, 2019 6 min read
More than "UX sugar"
ux

More than "UX sugar"

Node.js V8 --inspector Manager (NiM) "adds some nice UX sugar on top"... of Node.js debugging. That's for sure. However now that the DevTools team has built in a solution for the UUID problem, some have disparaged NiM, out of what I would call ignorance
Jun 26, 2019 5 min read
Absolute Simplest Node.js Debugging - VSCode/DevTools
node.js Featured

Absolute Simplest Node.js Debugging - VSCode/DevTools

In my opinion, debugging Node.js (Node) code hasn't ever been that big of a pain point, largely because of the excellent debugger baked into Node, which has been the case for at least as long as I've been involved with writing software in Node. Python
Jun 3, 2019 5 min read
Squash Node Bugs with DevTools on Edge
edge browser

Squash Node Bugs with DevTools on Edge

With the newest release of Microsoft's Edge browser, installing Chrome Web Store extensions on Edge is now possible as Edge is now built upon the Chromium code base. Further, Chrome DevTools is also included in Edge. And with the final piece of the puzzle being NiM (Chrome Web
Apr 15, 2019 1 min read
Development Workflow - Sublime Text Plugin (python)
sublimetext

Development Workflow - Sublime Text Plugin (python)

While writing my first ever Sublime Text plugin, I had a hell of a time figuring out a proper development workflow that worked for me and even searching on ST's forum didn't really turn up anything helpful. A few of the problems I experienced were 1.
Mar 2, 2019 2 min read
DevTools Missing Page File Tree
devtools

DevTools Missing Page File Tree

So oddly the DevTools versions of late have been missing the source file tree normally found on the left hand side of the debugger under Sources > Page: Debugging seems to work fine and if you click on the menu icon to open the file manually, it works. But why
Jan 24, 2019 1 min read
NiM with Tabs for 2019!
NIM

NiM with Tabs for 2019!

NiM inspect multiple Node.js debug sessions.
Jan 16, 2019 2 min read
NiM Custom DevTools URLs
NIM

NiM Custom DevTools URLs

Sometimes Chrome introduces a breaking change that affects Node.js developer debugging. NiM provides a solution via a custom DevTools version setting, providing mix and match DevTools/Browser options.
Oct 14, 2018 2 min read
My Journey to OSS Sponsorship
sponsor Featured

My Journey to OSS Sponsorship

This post is going to serve as somewhat of a live journal/documentation of my journey as I am just beginning the trek, and honestly haven't a clue as to if/how this will work, but here it goes... It's often been said that if you
Feb 5, 2018 3 min read
Debugging NiM
debug

Debugging NiM

* Set "Developer mode" by checking the "Developer mode" checkbox at the chrome://extensions page * Now go to the NiM extension item on the same page (you may have to scroll down if you have lots of extensions installed) and you should now see the background.html
Apr 16, 2017 1 min read
"F#!k off with your email & web traffic sniffing."
web traffic sniffing Featured

"F#!k off with your email & web traffic sniffing."

I've often heard that developers in the open source community can be a bit harsh, indeed just 3 days ago the host and guest one of my favorite podcasts [1] touched briefly on that sentiment. By the way, shouts outs to Jeff and Erika, your podcast is great,
Feb 10, 2017 5 min read
Inspect Broke My Workflow!
Coding Featured

Inspect Broke My Workflow!

A few months ago I began using the built in Node V8 Inspector in lieu of node-inspector. My personal choice for switching came out of sticking to the path of least resistance, and for me, that entails keeping tooling as minimal as possible. Metaphorically speaking, the prospect of having one
Dec 24, 2016 5 min read
NIM (Node Inspection Monitor)
javascript

NIM (Node Inspection Monitor)

What is it? A Chrome Extension that monitors the integrated Node V8 inspector and automates the management of Chrome DevTools during development using Node.js. Excerpts taken from various online forums: Is there a way to get chrome-devtools (--inspect) to automatically detach from a process that has ended?[1] How
Nov 27, 2016 1 min read
← Newer Posts Page 3 of 3
I=['daddy']; I.concat(['gineer', 'trepreneur'].map(x => 'en'+x)) © 2025
  • privacy
  • terms
  • contact
Powered by Ghost