Hackaday.io Hackaday.io
Projects
Discover Contests Courses Stack
More
Courses Tutorials Events Hackerspaces Hackaday.com Tindie Marketplace
Sign up Log in
Close
0%
0%

Nicholas Jackson

Fanboy of Automation Tech. Prior Nuclear Electronics Technician & Nuclear Power Plant Worker

Phoenix, USA
Following Follow me
Send a private message
Similar accounts worth following
1 Followers
32 Following
5 Projects
  • Projects 5
    • View All
  • Lists 1
    • View All
  • Pages 6
    • View All
  • Following 38
    • View All
  • Bits 0
nicholas-jackson
Send a private message

Who I Am

I'm a Navy "Nuke" that has been programming since I was 14. My career in power plant electronics, and my hobby in programming make me an absolute fan of automation toys and services.

Why I'm on Hackaday.io

Reddit banned me.

programming Nuclear Electronics Electronics Technician automation SBCs & "PI's"
  • GitHub

This user joined on 10/07/2022.

My Projects

207
0
0
0
Get a notification-tray-located palette for running powershell commands
Project Owner Contributor

PowerShell Quick Tray

nicholas-jacksonNicholas Jackson

492
0
0
0
Source Code Breakdown of PowerShellEditorServices (at the time of v3.5.4)
Project Owner Contributor

Source Code Analysis: PowerShellEditorServices

nicholas-jacksonNicholas Jackson

0
0
0
Time to analyze and reimplement source code!
Project Owner Contributor

VSCode-PowerShell Breakdown Time v2022.8.5

nicholas-jacksonNicholas Jackson

0
0
0
A Comprehensive Breakdown of the PSReadLine Source Code
Project Owner Contributor

PSReadLine Breakdown Time v2.2.6

nicholas-jacksonNicholas Jackson

0
0
0
Manual LSP Service Controller for PowerShell and PowerShell Editor Services
Project Owner Contributor

PSES-Controller

nicholas-jacksonNicholas Jackson

My Lists

PowerShell Quick Tray Journeys

A comprehensive list going over every project used to help me on my PowerShell Quick Tray tool

Curated by Nicholas Jackson

5
0

My Pages

  • Testing out HTML export from Zettlr

    11/07/2022 at 18:11 • 0 comments


    title: "Testing out HTML Export from Zettlr" tags:

    • Zettlr
    • Markdown date: 2022-11-07 11:34:33 -07:00 category: Test Pages

    Test 1

    Test 2

    Test 3

    Test 4
    <span class="hljs-function"><span class="hljs-title">Alert</span><span class="hljs-params">( <span class="hljs-string">"this is a test"</span> )</span></span>
    

    this is a test

    • [ ] This is a test
    • [x] this is also a test
    • this is another test
      • and another
    • and 1 more
      1. maybe 2 more? another example test

  • Test Page

    11/05/2022 at 05:19 • 0 comments

    Tracing BundledModulesPath parameter

    [#]

    - (on the Start-EditorServices cmdlet)


      This is an attempt at comprehensively tracing the BundledModulesPath parameter. In this log, all uses of the BundledModulesPath parameter will be documented. This will support my unofficial documentation on the Start-EditorServices cmdlet



    Unofficial Documentation:

    [#]

    [syntax section] - (syntax/usage)

    [-BundledModulesPath
      < string, not null or empty >]
    

    PSES/module/PSES/Start-EditorServices.ps1:

    [#]

    [line 44] - (cmdlet-script powershell param block)

    [ValidateNotNullOrEmpty()]
    [string]
      $BundledModulesPath
    

    [#]

    [line 116] - (cmdlet-script C# cmdlet call)

    Import-Module -Name "$PSScriptRoot/PowerShellEditorServices.psd1"
    Start-EditorServices @PSBoundParameters
    

    PSES/module/PSES/PowerShellEditorServices.psd1:

    [#]

    [line 11] - (module manifest - root module field)

    # Script module or binary module file associated with this manifest.
    RootModule = if ($PSEdition -eq 'Core')
        { 'bin/Core/Microsoft.PowerShell.EditorServices.Hosting.dll' }
        else
        { 'bin/Desktop/Microsoft.PowerShell.EditorServices.Hosting.dll' }
    

    - I believe this is a call to the Microsoft.PowerShell.EditorServices.Hosting namespace - still uncertain about this.

    PSES/src/PSES.Hosting/Commands/StartEditorServicesCommand.cs:

    [#]

    [line 24] - (cmdlet definition)

    /// <summary>
    /// The Start-EditorServices command, the conventional entrypoint for PowerShell Editor Services.
    /// </summary>
    ...
    [Cmdlet(
      VerbsLifecycle.Start, "EditorServices",
      DefaultParameterSetName = "NamedPipe"
    )]
    public sealed class StartEditorServicesCommand : PSCmdlet
    { ... }
    

  • Now Officially a Super Important Real Microsoft Employee

    10/13/2022 at 06:27 • 0 comments

    Proof:

View all 6 pages

Projects I Like & Follow

101.6k
1,441.1k
76
2.3k
Follow for the 'Hacklet' and latest news about hackaday.io
Project Owner Contributor

Hackaday.io Project

lutetiumLutetium

69.6k
4.3k
79
310
Single rotor, "singlecopter", selfmade drone with air vanes for position control as a full remake of the Ball-Drone Project
Project Owner Contributor

The Ball-Drone Project MK II

benjamin-prescherBenjamin Prescher

38.9k
1.4k
4.9k
894
Bugs, Feature Requests, Wishlists
Project Owner Contributor

Feedback - Hackaday.io

lutetiumLutetium

36.5k
3.8k
9
114
A near-Arduino Nano form factor and Arduino compatible board based around a "better" and cheaper AVR MCU (currently an ATtiny1616)
Project Owner Contributor

The Launchpad - A $2 Arduino Nano alternative

clyde-d-corpuzClyde D. Corpuz

  • The 2015 Hackaday Prize
19.9k
14k
5
78
This is an IoT based wireless Home Automation and Security System
Project Owner Contributor

Low Cost Wireless Home Automation and Security

sounak-ranjan-dasSounak Ranjan Das

  • The 2016 Hackaday Prize
15.4k
9.4k
33
87
This project aims to build a tilt sensor that is cheap, very accurate and has a wide measuring range (up to 360 degrees).
Project Owner Contributor

A new high accuracy tilt sensor

aron-molnarAron Molnar

  • Hackaday Prize 2019
14.3k
5.3k
3
63
3D printed fully customizable exoskeleton arm development kit
Project Owner Contributor

3D Printed Exoskeleton Arm

kristjan-berceKristjan Berce

  • The 2016 Hackaday Prize
13.2k
9.4k
17
106
Decentralized Autonomous Interconnected Systems for Energy Efficiency - A blockchain based energy DAO
Project Owner Contributor

[2016] InternetS of Energy - Call me DAISEE

rieul-techerRieul Techer

13.2k
7.4k
20
81
Embedded Machine Vision for Robots and Drones
Project Owner Contributor

OpenMV-DSP

iabdalkaderi.abdalkader

13.1k
9.6k
0
27
This is an open source hardware, i made for use of build CNC printers.
Project Owner Contributor

Arduino CNC Shield

brijesh-sondarvaBrijesh Sondarva

12.1k
48
4
54
An easy to build rugged-ish, portable-ish raspberry pi with a 10.1 ins screen and a 40% mechanical keyboard.
Project Owner Contributor

Portable Pi

jefmerjefmer

  • Official Hackaday Prize Entry
11.2k
11.2k
6
55
QubeCast Max is a high powered radio module for PocketQube Satellites, HAB payloads, or anything that needs a small radio transciever.
Project Owner Contributor

QubeCast Max

ozqubeOzQube

11.2k
76
12
93
The Hosaka Mark I Cyberdeck is a tribute to William Gibson and his work, which still fascinates many today.
Project Owner Contributor

Hosaka MK I "Sprawl Edition"

chrisChris

7.2k
7.2k
11
45
An Arduino controlled infinity mirror mask. You can even see while wearing it!
Project Owner Contributor

Infinity Mirror Scuba Mask

curt-whiteCurt White

6.4k
5k
1
29
The schematic diagram has large size, but it's quite simple. The heart of the schematic is ATmega16-16AU
Project Owner Contributor

Sat finder project

profesorPROFESOR

5.5k
5.6k
6
21
High capacity fluid extruder.
Project Owner Contributor

Fluid extruder for 3D printer

nfknfk

  • Hackaday Prize 2019
5.5k
5.2k
4
69
We are seeing a lot of drones that have obstacle avoidance and hand control feature, is a toy or video drone. Let's learn it!
Project Owner Contributor

Make a Hand Control Drone

metehanemlikmetehanemlik

5k
1.4k
0
8
...streams H264/265 RTSP. In addition to routing functions.
Project Owner Contributor

Router becomes video recorder for IP cameras

iot4ciot4c

View all

Share this profile

Share

Bits

Log In/Sign up to comment

Become a Hackaday.io Member

Create an account to leave a comment. Already have an account? Log In.

Sign up with Github
Sign up with X
OR

Send a private message to Nicholas Jackson

Become cool instantly

Create your Hackaday.io profile like Nicholas Jackson and many others

Going up?

About Us Contact Hackaday.io Give Feedback Terms of Use Privacy Policy Hackaday API

© 2025 Hackaday

Report user as inappropriate

You are about to report the user "Nicholas Jackson", please tell us the reason.