HN user

benjaminbenben

116 karma

Developer based in Oxford - benjaminbenben.com

Posts21
Comments22
View on HN
bsky.app 5mo ago

Copilot committed my repo secrets into AGENTS.md

benjaminbenben
12pts6
benjaminbenben.com 11mo ago

Offline QR Codes

benjaminbenben
2pts0
benjaminbenben.com 1y ago

Show HN: Video Space, pose-aligned video playback

benjaminbenben
1pts0
benjaminbenben.com 2y ago

Replay Hacker News over time, Git-scraped every 20 min

benjaminbenben
3pts1
twitter.com 3y ago

I'm on a train, and there's free WiFi

benjaminbenben
46pts1
remotehack.space 5y ago

Remote Hack – A monthly online hackday

benjaminbenben
3pts1
twitter.com 5y ago

I built a tiny collaborative code editor

benjaminbenben
1pts0
benjaminbenben.com 9y ago

Hiding page source in chrome/ff

benjaminbenben
1pts0
benjaminbenben.com 9y ago

Show HN: Hexspector – in-browser hex viewer

benjaminbenben
2pts0
benjaminbenben.com 9y ago

Dithering with canvas

benjaminbenben
2pts0
cardboctober.xyz 9y ago

Cardboard hacks throughout October

benjaminbenben
3pts0
www.cojs.co 9y ago

CoJS – Broadcast/follow JavaScript editor

benjaminbenben
3pts2
jameshfisher.github.io 9y ago

Cursory hack – Fake address bar interaction

benjaminbenben
107pts40
benjaminbenben.com 9y ago

Cursory Hack

benjaminbenben
2pts0
benjaminbenben.com 12y ago

Show HN: Open inbox – publicly sharing my inbox state

benjaminbenben
3pts1
baubler.benjaminbenben.com 12y ago

Baubler – webcam object detection in the browser

benjaminbenben
4pts1
benjaminbenben.com 12y ago

Unknown Pleasures - plotting pulsar data to recreate Joy Division album art

benjaminbenben
2pts0
benjaminbenben.com 12y ago

Context Require - Load JS assets based on page content

benjaminbenben
13pts8
benjaminbenben.com 12y ago

Using PhantomJS WebServer

benjaminbenben
2pts0
css.benjaminbenben.com 13y ago

HN uses 10 of 31 CSS Rules

benjaminbenben
3pts0
css.benjaminbenben.com 13y ago

Visualising CSS matches

benjaminbenben
1pts2
The Prompt API 3 months ago

We use this for summarising our hack day write ups: https://remotehack.space/previous-hacks/

It's a tiny script that looks up the rss feed and uses the content to generate summaries; quite a nice fit with our static site. Sometime I'd like to extend it to ask different questions about the content.

We've been running this since March last year.

It started as a "traditional hack day" with themes, teams etc, but we've morphed it into a more casual get together with random people working on fun stuff. We'd love to get more people involved!

I've been working on this over the last couple of weeks. The idea is that you can can start a session (click the number at the bottom and choose "independent"). Then other devices can subscribe to it (by entering the id as 'other').

I've built it for: * demos during talks * workshop/hack sessions

…seems to work okay so far, but I'd love to know what people think.

Ah, I've not had to deal with sharing between multiple elements yet - I'm kind of hoping that when I do require.js would give quite a solid base for it. YepNope seems like a good choice for this kind of thing, especially that it can bring in css assets too. Would be awesome to bring in all related assets for a element

thanks. Yeah - it's not as useful as something like css profiler, I built it to work out if there were ways that I could architect my css in a more efficient way.. Though it looked cool, so I threw it online!

Yup - It's been falling over quite a lot in the last couple of hours! It is all served through cloudfront so that the popular urls get cached (which is why I added the example links - so they would hit the cache). I've just thrown a whole load more heroku dynos at it, so it seems to be working okay again now!

(I built this!)

Ah, cheers - yeah, it serialises the image as a data-uri in the json which seems to be erroring in FF. Need to find a better way of doing that.