HN user

inflam52

156 karma
Posts23
Comments57
View on HN
github.com 2mo ago

Show HN: A bookmarklet app that saves bookmarks to GitHub Gist

inflam52
4pts0
github.com 2mo ago

Show HN: A private-ish bookmark app that uses GitHub Gist as its back end

inflam52
3pts2
github.com 6mo ago

Show HN: TinyCity – A tiny city SIM for MicroPython (Thumby micro console)

inflam52
142pts26
jsden.dev 3y ago

JSDen – JavaScript Playground

inflam52
1pts0
github.com 3y ago

JSDen – Minimal JavaScript Playground

inflam52
3pts0
jsden.dev 3y ago

Show HN: JSDen – Open-Source Minimal JavaScript Playground

inflam52
1pts0
www.scientificamerican.com 3y ago

Why is an hour divided into 60 minutes, yet there are only 24 hours in a day?

inflam52
1pts0
news.ycombinator.com 4y ago

Ask HN: Is this PIIA clause on future inventions crazy or just me?

inflam52
5pts8
github.com 4y ago

Fully client side JSFiddle alternative designed for mobile with offline support

inflam52
3pts0
webden.dev 4y ago

Show HN: WebDen – open-source, PWA JSFiddle alternative designed for mobile

inflam52
7pts3
www.youtube.com 5y ago

Professor Miller's pure joy as experiment takes unexpected turn (1964)

inflam52
2pts0
seekingalpha.com 5y ago

Recursion Pharmaceuticals files for $100M IPO

inflam52
2pts1
www.youtube.com 5y ago

The Strange Behavior of Rolling Things (1969)

inflam52
2pts0
news.crunchbase.com 5y ago

Enveda Biosciences raises $4.9M Seed To Create Medicinal Plant Database

inflam52
2pts0
github.com 7y ago

CMS.js v2.0.0 Released – Fully Client-Side JavaScript Site Generator

inflam52
5pts1
cdmedia.github.io 10y ago

Show HN: CMS.js – Fully Client-Side JavaScript Site Generator

inflam52
117pts94
reactcareers.com 10y ago

ReactCareers.com

inflam52
4pts1
simplestoreapp.com 10y ago

Show HN: SimpleStore v1 – Build a store faster than ever. No database

inflam52
2pts0
github.com 10y ago

Show HN: SimpleStore – Open-source online store with no database or back end

inflam52
4pts0
medium.com 11y ago

How I almost killed my most successful app

inflam52
2pts0
cdmedia.github.io 11y ago

Itg_flat theme for VIM

inflam52
1pts0
www.tutzpro.com 11y ago

TutzPro – The best free tutorials from around the web

inflam52
1pts0
github.com 11y ago

SimpleStore – An open-source online store built on HTML/CSS/JS – No database

inflam52
2pts0
[dead] 2 months ago

Reposting because more need to know and the original one only has 12 points.

Yes exactly! I did this kind of thing too for a little while. I ended up using the Gist to access the bookmarks but figured it would be nice to have an optional viewer to search/sort. Also having it across all devices is a big plus. One of the features I miss now that Pocket used to offer with their bookmarklet.

One of the benefits of graph databases is that you can measure strengths of connections and also infer connections that don’t actually exist (edge prediction) among many other path traversal techniques. It’s not always just about the connection itself. Many have these algorithms built in so you don’t have to reinvent it.

Yeah great catch. So I mentioned this in the README but much of the mechanics were heavily inspired by jhhoward's MicroCity. This is the same way he calculated taxes and I figured to test it out to see how it worked in game. I really liked the flow of how his game played and seems like there are some pros/cons to that inbalance.

Pros: - Makes residential population more valuable for taxes, which helps early‑game cash flow. - Encourages zoning residential since it has outsized budget impact. - Offsets the fact that residential growth can be more constrained by pollution/unemployment.

Cons: - Skews the economy away from industrial/commercial impact. - Makes budget feel inconsistent with “total population.” - Can mask balance issues by injecting extra money, making difficulty tuning harder.

Definitely agree. It’s not “the code has been deprecated”, it’s “your attitude has been deprecated”. One of the big challenges with technology is staying current because it moves so fast. We’ve all seen trends come and go, even outside of software. If it wasn’t evolving we’d be doing something wrong.

Nice work! I wish I would have come across this sooner or I might not have started building https://webden.dev for the past year haha. PLAYCODE is definitely more robust as far as features (courses, virtual file system, pro version, users, node.js, transpiled projects, etc) but it's cool to see your big focus on speed. The rest of the ecosystem felt so heavy and bloated when I originally started looking.

Also, thanks for sharing your story! Very inspiring!