HN user

ges

277 karma

I build stuff. Website: http://gwendall.com Twitter: @gwendall

Posts21
Comments60
View on HN
gwendall.com 6mo ago

Vibethinking

ges
3pts2
sharesheet.gwendall.com 6mo ago

Show HN: A mobile-first React share sheet with native sharing

ges
2pts0
www.gwendall.com 6mo ago

We Are Still the OS

ges
1pts0
github.com 1y ago

Show HN: SuperClaude – Supercharge Your Git Workflow with Claude Code

ges
2pts0
www.superclaude.sh 1y ago

Show HN: I built a cli to let AI write your git commits, README, CHANGELOG, etc

ges
1pts0
punk.cam 1y ago

Show HN: Nexus.js - Fabric.js for 3D

ges
91pts28
dos.chat 1y ago

DOS.chat

ges
1pts0
bringthebirdback.com 2y ago

Show HN: Ditch 𝕏, bring the bird logo back to Twitter

ges
3pts2
anychat.io 3y ago

Show HN: AnyChat - Create, train & share your own ChatGPT bot

ges
2pts1
unisend.me 5y ago

Show HN: Unisend, your crypto payment page

ges
1pts0
github.com 10y ago

Rotonde: the IOT library

ges
10pts2
gwendall.github.io 11y ago

Show HN: Way.js – Simple, persistent, framework-agnostic two-way databinding

ges
162pts60
40this.com 13y ago

The 40 best hackers in HN

ges
7pts5
ypander.com 13y ago

Show HN: Ypander - Hackernews like it should be [for Chrome]

ges
34pts41
chrome.google.com 13y ago

Show HN: Ypander - Read/write/upvote hackernews comments from within the feed

ges
1pts1
friendsdomains.com 14y ago

Show HN: Tell us your best registered domain names that no one knows about

ges
42pts41
news.ycombinator.com 14y ago

Ask HN: do you think i should put more efforts in this jquery plugin?

ges
2pts3
gwendall.github.com 14y ago

Show HN: Textplayer - Simulate live text typing with jquery

ges
1pts0
tweetline.fm 14y ago

Show HN: my week hack - Tweetline.fm, your Twitter/HN feed on steroids

ges
2pts1
tweetline.fm 14y ago

Show HN: Tweetline.fm - Browse Twitter visually, Pinterest-style

ges
1pts1
hoodsup.me 14y ago

Show HN: Hoodsup, meet those you should meet

ges
15pts25
Vibethinking 6 months ago

Thanks! It's a custom Next.js app I built from scratch. Nothing fancy, just MDX for the notes, deployed on Vercel. I like having full control over the design/UX rather than using a static site generator.

I’ve initially started building it for AR / face filters but figured out it could be nice to abstract the whole simple positioning / controls logic as a stand alone lib.

Sorry for the banana. Yes two-finger gestures feel natural for zooming. I just didn’t implement them properly yet because i figured out there were cross browser issues with them on safari mobile. I’ll get something working.

I like the fact it allows you to write clean declarative code. Imperative becomes quickly messy imo.

I’d need to find a good api to make it open source. It’s a mini ecs system handling the object states atm.

I think the main advantage over vanilla threejs would be built-in user-friendly controls and opinionated common object types (think remote glb models, plane images, etc)

Gwen here, I am building hackerface. Didn't quite expect it to land here before I do some more testing but here it is! Re. the "all permissions" thing, it is required to circumvent the same domain origin policy since the plugin does bunch of GET requests to external websites to find information about you. Working on improving the results and some nice new features right now.