HN user

matthewmueller

1,250 karma

PM at Prisma.io by day, https://github.com/livebud/bud after hours

Previously helped out at Coinbase & Automattic.

standupjack.com's dad. Created cheerio.js.

Posts28
Comments147
View on HN
news.ycombinator.com 2y ago

Ask HN: Who are some programmers who entered politics?

matthewmueller
5pts9
news.ycombinator.com 3y ago

Ask HN: Best book to begin wood-working?

matthewmueller
14pts10
github.com 4y ago

Show HN: A Full-Stack Web Framework for Go

matthewmueller
531pts99
en.wikipedia.org 4y ago

Wild Children

matthewmueller
1pts0
aykevl.nl 4y ago

LLVM from a Go Perspective

matthewmueller
10pts0
status.aws.amazon.com 7y ago

AWS Lambda is down in us-west-2

matthewmueller
4pts0
mat.tm 8y ago

Show HN: Joy – a Go to JavaScript compiler

matthewmueller
201pts98
standupjack.com 10y ago

Show HN: Standup Jack – A Slack Bot for Your Standups

matthewmueller
54pts36
github.com 10y ago

Show HN: Graph.ql, a schema parser that makes it simpler and faster to use GraphQL

matthewmueller
2pts0
github.com 10y ago

Show HN: Bare Auth – a ready-to-deploy stateless authentication server

matthewmueller
7pts1
github.com 11y ago

Vo.js: Minimal control flow library for async functions, generators and promises

matthewmueller
2pts0
lapwinglabs.github.io 11y ago

Intentionally Static: This page will never change

matthewmueller
2pts0
en.wikipedia.org 11y ago

TIL: Ketchup originated from China

matthewmueller
3pts0
dailyjs.com 11y ago

Show HN: X-Ray – A Node.js Scraper by the Author of Cheerio

matthewmueller
3pts0
lapwinglabs.com 11y ago

Principles of an Ideal Database Client

matthewmueller
1pts1
github.com 11y ago

Collection of Mac's Native Cursors on GitHub

matthewmueller
1pts0
mat.io 11y ago

Show HN: My blog that blogs for me using IFTTT

matthewmueller
2pts0
gittask.com 11y ago

Show HN: Gittask – Get Paid to Work on Open Source

matthewmueller
18pts6
customcursor.com 11y ago

Show HN: Add a custom cursor to improve your UX

matthewmueller
17pts41
lapwinglabs.com 11y ago

Hacker's Guide to Setting Up Your Mac

matthewmueller
474pts253
duojs.org 11y ago

Show HN: Duo – a next-generation package manager for the front end

matthewmueller
168pts100
github.com 12y ago

Run node.js code quickly & securely in the browser using docker

matthewmueller
7pts2
matthewmueller.github.io 13y ago

Date() for humans

matthewmueller
8pts7
github.com 13y ago

Array.js: A better array for the browser and Node.js

matthewmueller
82pts47
wordsmith.io 13y ago

Introducing Wordsmith: A new home for your words

matthewmueller
1pts0
audibleconfetti.com 14y ago

A step towards a more modular frontend

matthewmueller
2pts0
stackoverflow.com 14y ago

SO: Why does HTML5 not include a way of loading local HTML into the document?

matthewmueller
1pts0
github.com 14y ago

Cheerio - fast, flexible, and lean implementation of core jQuery for the node.js

matthewmueller
5pts0
Space Selfie 1 year ago

The first squirrel video might be the best youtube video ever. Surprising, entertaining, informative, accessible. I'd start there!

Body Doubling 1 year ago

That's interesting, though I feel the same about open offices.

The difference for me is strangers vs. colleagues.

There's a lot more interruptions when you know the people around you.

Body Doubling 1 year ago

I find this also works when you go to coffeeshops that have a lot of people working

This looks really promising! I just tried it out. A few pieces of feedback!

1. It seems like the save delay is a bit too long. If you reload the page within like 1s of writing, what you just wrote disappears. Maybe make that faster and/or include a confirmation that there's unsaved changes if you try to close so you don't lose changes.

2. I was expecting some of the other languages to evaluate too (specifically JS). Maybe I missed something, but it seems like just the Math blocks are evaluable? Does it work with JS too?

Some things I love: 1. Block concept! 2. It's a scratchpad, there's no files to save. I'd love to use this as a dev journal.

Building out the web ecosystem for Go over at: https://github.com/livebud

Go is a surprisingly pleasant language for building websites, especially for indie hackers, yet the tooling is not quite there. I'm trying to get the developer productivity for building websites in Go to be on par with building web applications in Node.

With ESBuild and Goja maturing, we're pretty close. Go is still just missing a few important connections needed to the frontend ecosystems (e.g. React, Tailwind, etc.)

Let me know if you're also interested in this space!

Svelte 5: Runes 3 years ago

Congrats on the announcement! This seems like an impressive step forward to accommodate larger Svelte apps while making the language simpler.

One thing that popped out was that it seems like .js files will also need to be transformed now to accommodate the $ to rune translation.

Feature request to make that optional, perhaps something like:

  import { rune } from "svelte/rune"
  let $count = rune(0)
Oh, one other thing. Will reactivity apply to nested fields in objects and arrays?

For simple, battle-tested web server, you can't go wrong with net/http.

A couple of us are working on Bud (http://github.com/livebud/bud), which aims to be a full-stack web framework for Go, similar to Laravel or Rails.

The project is getting better very quickly! If you're working on a greenfield project and want more out of the box, I'd encourage you to give Bud a try!