HN user

ikessler

116 karma

there is a difference between knowing the path and walking the path

Posts34
Comments1
View on HN
github.com 3mo ago

Show HN: Gemma Gem – AI model embedded in a browser – no API keys, no cloud

ikessler
156pts21
github.com 6y ago

Show HN: A OS X only script that creates a notification when a process is done

ikessler
1pts0
github.com 6y ago

Show HN: A slim framework for building pluggable code (Node.js)

ikessler
3pts0
github.com 6y ago

Show HN: Turn an AWS API call into a readable stream (Node.js)

ikessler
11pts1
github.com 8y ago

Show HN: An A/B testing engine (node.js)

ikessler
1pts0
github.com 8y ago

Show HN: Pure JavaScript implementation of the Parquet file format

ikessler
1pts0
github.com 9y ago

Show HN: Leveldb backed auth plugin for sinopia private npm (Node.js/JavaScript)

ikessler
2pts0
github.com 9y ago

Show HN: Qool, a leveldb backed Queue (Node.js/JavaScript)

ikessler
2pts0
github.com 10y ago

Show HN: A distilled engine for creating RPC Servers/Clients in Node.js

ikessler
2pts0
github.com 10y ago

Show HN: A collection of distilled load balancing engines (Node.js/JavaScript)

ikessler
1pts0
github.com 10y ago

Show HN: A Node.js scheduling module that doesn't waste your time

ikessler
8pts0
github.com 10y ago

Show HN: Node.js – A collection of distilled load balancing engines

ikessler
5pts1
github.com 10y ago

Show HN: A nifty tool to run a css selector against a remote page source

ikessler
2pts0
github.com 10y ago

Show HN: React chrome extension generator. Hot reloading, gulp tasks and more

ikessler
2pts0
github.com 10y ago

Show HN: A modular Yeoman generator to create or update node modules

ikessler
2pts0
github.com 10y ago

Show HN: Your GitHub feed as notifications in your desktop

ikessler
6pts0
github.com 11y ago

Show HN: Node.js, Quickly run a css selector against a remote page source

ikessler
2pts0
github.com 11y ago

Show HN: Chrome extension that let's you customize the web

ikessler
3pts0
github.com 11y ago

Show HN: Node.js – find an unused port in your localhost

ikessler
2pts1
blog.yanivkessler.com 11y ago

Show HN: An alternative to NW.js UI testing automation

ikessler
1pts0
blog.yanivkessler.com 11y ago

Help pushing “Add tags to GitHub stars” feature

ikessler
1pts0
github.com 11y ago

Star this repo if you want to tell GitHub you want the ability to tag your stars

ikessler
2pts0
github.com 11y ago

Show HN: Node.js regedit – do all sorts of funky stuff to the windows registry

ikessler
5pts0
github.com 11y ago

Show HN: Node.js, async conditional execution for async.js or standalone usage

ikessler
2pts0
github.com 11y ago

Show HN: A hashring-based Redis cluster

ikessler
4pts0
github.com 11y ago

Show HN: Minimal node-webkit starter project for ninjas

ikessler
3pts0
github.com 11y ago

Show HN: Node.js query the metadata tables of postgresql

ikessler
1pts0
github.com 11y ago

Show HN: Node.js turn a connect middleware into a runtime modifiable middleware

ikessler
5pts0
github.com 11y ago

Show HN: Node.js visit values util

ikessler
3pts2
github.com 11y ago

Show HN: Node.js license report generation tool

ikessler
2pts0

The use case is quite simple, I want to iterate over all values in an object (and possibly manipulate it, that is why the visitor function has access to the parent)

Array members will be visited individually.

The entire object tree will be visited in a depth first order

hope that answers your questions.