HN user

thomasreggi

438 karma

Web developer, passionate about javascript and node.js. Based in NYC. http://reggi.com

[ my public key: https://keybase.io/reggi; my proof: https://keybase.io/reggi/sigs/KLCA5lUwI6O0ZXUpFkqdatEf2idvG2xy3ni2tdp4ciY ]

Posts42
Comments65
View on HN
rimu.dev 2y ago

Template Language for Structured Data

thomasreggi
2pts0
news.ycombinator.com 3y ago

Ask HN: Who are the Van Gogh of coders?

thomasreggi
1pts2
reggi.substack.com 3y ago

What is an ethical pricing structure for a marketplace, app, or service?

thomasreggi
2pts2
nft.gamestop.com 5y ago

GameStop Is Creating a NFT Platform

thomasreggi
63pts42
github.com 7y ago

Use NPM modules with deno

thomasreggi
2pts0
github.com 7y ago

List of Worker-Owned Tech Cooperatives

thomasreggi
3pts0
blog.inrhythm.com 9y ago

How to debug an Angular 1 application via DevTools

thomasreggi
15pts3
github.com 10y ago

Show HN: ache – make alternative via JavaScript templates

thomasreggi
2pts0
medium.com 10y ago

How schema-based APIs are going to kick off Artificial Intelligence

thomasreggi
1pts0
news.ycombinator.com 10y ago

Ask HN: How do you maintain and organize JavaScript?

thomasreggi
19pts6
github.com 10y ago

A configurable/extendable bash terminal React component

thomasreggi
2pts0
www.theoculists.com 10y ago

Prioritizing Software Organically: The Warbles Process

thomasreggi
1pts0
gist.github.com 10y ago

Idea on how to cobble together code from usage

thomasreggi
2pts0
github.com 10y ago

A collection of fortune cookie fortunes

thomasreggi
1pts0
medium.com 10y ago

On Creating an Ecosystem for Versioning and Forking Schemas and a Global CMS

thomasreggi
1pts0
medium.com 10y ago

Spell check in your unit tests

thomasreggi
2pts0
github.com 10y ago

API Documentation for NASA's Space Suit

thomasreggi
1pts0
www.youtube.com 10y ago

Things I Will Tell My Kids If They Become Entrepreneurs

thomasreggi
3pts0
github.com 10y ago

Evaluate JavaScript code blocks from within markdown

thomasreggi
1pts0
web.archive.org 11y ago

Web 2.0 without JavaScript? (2009)

thomasreggi
2pts0
itunes.apple.com 11y ago

Facebook at Work

thomasreggi
1pts1
github.com 11y ago

Code guidelines, general project requirements, and git workflow

thomasreggi
7pts6
hora.reggi.com 11y ago

Show HN: Hora – List GitHub repos

thomasreggi
2pts0
github.com 12y ago

Github Ribbon Web Component

thomasreggi
2pts0
wtc.gigapan.com 12y ago

One World Trade Center: The Top of America

thomasreggi
96pts26
github.com 12y ago

A computer font that feels human.

thomasreggi
3pts0
news.ycombinator.com 12y ago

Ask HN: Looking for site where data stored in URL.

thomasreggi
1pts0
wakeup.io 12y ago

Show HN: Wakeup.io - Free Online Wake-up Call Service

thomasreggi
29pts19
reggi.com 13y ago

Upper: Popups Made Easy

thomasreggi
1pts0
www.informationweek.com 13y ago

New Web Domain Names: Should You Pass?

thomasreggi
1pts0
WikiTok 1 year ago

"tok" as a suffix for short form video is unhinged

Just wanted to say congrats on the project. This is truly a masterpiece from the utility of it, the novelty, to execution with the vscode / meridian app, and sass. Brilliant execution!

I've gotten a couple gel manicures recently, it's addicting once you start because it lasts a long time. I'm taking a break from it because it makes your nails brittle. They make special gloves you can wear that just expose your nails, ideally I was thinking the same technology in 3d projection mapping could be used to only expose the nailbed to uv ligt with hand tracking. It would increase the the cost of one of these uv curing devices by smartifying it but would prevent cancer...

Is there any DIY / 3D Printed community-made projects around designing household appliances? I'm mainly thinking about vacuums but even blenders and other things. Im not talking about everything being hand-made but designs can be made with popular motors, blades, and things of that nature. I like the idea of an off-the-shelf vacuum using the most efficient or readily available motors, and bags.

I've been using the native Uint8Array that Deno provides and it's been great overall. From time to time I may need to covert away from a Buffer type and it's a little bit of a headache, but I think the ecosystem is supporting Uint8Array, at least on the server very well.

Htmx Is the Future 3 years ago

I agree with this article, however I think that HTMX needs a strong server framework to support HTMX. I've thought about this alot and a couple months back created this deno / typescript framework https://github.com/reggi/htmx-components, would love for people to take a look at it and provide guidance and direction for a releasable version.

  Location: New York City
  Remote: Yes
  Willing to relocate: No
  Technologies: react, deno, node.js, nodejs, typescript, javascript, shopify
  Résumé/CV: https://resume.reggi.com/
  Email: thomas@reggi.com
  Location: New York City
  Remote: Yes
  Willing to relocate: No
  Technologies: Node.js, React.js, Next.js, TypeScript, JavaScript
  Résumé/CV: https://resume.reggi.com/
  Email: thomas@reggi.com
10 years expierence building full stack web apps. ex twitter, mongodb, hello alfred, anheuser busch, american express

Thanks for this! This is really helpful. To expand further, I can't tell you how many times I've written something as simple as a promised version of fs exists, and if you do copy and paste something like that into your project you have to bring it's deps (tracking them down in package.json) in and tests (for full coverage into your new project. Alternatively you make it a one-off npm module. It just seems like both those options are cumbersome and inefficient for one function. I'm very much against the MVC setup (I'm working with mainly API's), and as well as OOP in general, and write a ton of very small functions, some that expand on tools like lodash, and that I use a lot. This is where it gets harder and harder to maintain them.

To add some context to this. Surround yourself with successful people, if you have to listen everyday to people who are making things and making progress It might help motivate, or not. Just a thought.

Buddy system? I need a buddy. Anyone need a buddy? I've been coding deep for a couple of days straight. I've gotten to the point where I'm just filing github issues and stackoverflow questions for everything. I just started picking on my package manager. I could really use a buddy.

I totally agree that this is a major issue at the moment with github. I even tried to build something to organize repositories http://hora.reggi.com/, the thing is most package managers (npm, and bower for instance) have a keywords field, can't we just use those?