capecodes | 4 months ago | on: URLs are state containers
capecodes's comments
capecodes | 4 months ago | on: URLs are state containers
capecodes | 1 year ago | on: Sci-fi books that you may never have heard of, but definitely should read
I thought Fractal Noise was meh by comparison
capecodes | 1 year ago | on: Hacker confirms access through infostealer infection [withdrawn]
I’d say thats not likely, I work in fintech and the first thing this filename indicates to me is a CSV feed of market data for bid prices (https://en.m.wikipedia.org/wiki/Bid_price)
This is a common type of dataset a firm would dump into a datalake to use as reference data lookups against other more sensitive data (for pricing trades, etc.)
capecodes | 2 years ago | on: So this guy is now S3. All of S3
Reader could have an optional Flash plugin, and better yet, you could configure the PDF interactive plugin to dynamically download the swf file to run.
I built an entire Flex based rich UI that was dynamically loaded by the 1kb PDF you’d receive in email, the Flex app retrieved and posted data via HTTP APIs.
Because reasons.
That product was live for years. I think we shut it down as recently as 2 years ago.
To be 100% clear, wasn’t my idea.
But it was my mistake to joke about the absurd possibility to build such a thing in front of some biz folks.
capecodes | 3 years ago | on: Show HN: Babeloop, a new music sight-reading webapp
I’m working on a WebMIDI based wait-for-input piano/keyboard app, like Flowkey, but bring your own music with MusicXML files.
Works amazingly well, using OpenSheetMusicDisplay lib for parsing MusicXML, rendering it to SVG (OSMD uses VexFlow under the covers) & using OSMD to map the music data into my own data model (I track everything I need for timing and visual x,y coordinates inside the SVG).
From there it’s pretty simple, just refactoring my hacky PoC I’ve been using for myself for the last year into something solid based on React + XState.
Anyways, OSMD would let you import arbitrary music as input to this, opening up the possibility of learning specific pieces