MatthewRayfield | 7 months ago | on: Online Collection of Keygen Music
MatthewRayfield's comments
MatthewRayfield | 5 years ago | on: Interview with Vitalik Buterin on ETH2, Scaling Plans, NFTs, etc.
for example NFT metadata/data is often stored in IPFS & only linked to from the contract.
but confusingly some people still call data stored on IPFS "on-chain data".
MatthewRayfield | 6 years ago | on: Unlimited Google Drive storage by splitting binary files into base64
You would run the uploader and get back a list of TinyURLs that could then be used to retrieve the files later with a downloader.
But you couldn't store too much in each URL so the resulting list could be pretty big.
MatthewRayfield | 7 years ago | on: Animating URLs with JavaScript and Emojis
Thought I'd comment on the video editing:
It is all pretty low tech. I use Adobe Premiere to edit and mostly just animate transform, scale, and crop effects to achieve everything. Like for the zooms you pointed out I double up a layer of the screencap and then crop and scale. It's a bit painstaking at times.
Another little part is when I do the screen recording I set my desktop background to an image with a colored box area of 1280x720. This is the area I know will be "on screen". So I have the windows I want to pull in during the video just outside this area. Then I crop to this box in editing. I think this is better looking than just capturing the whole desktop, and I like the live feel.
I'm enjoying evolving this style... I sometimes have thoughts of making some kind of gross homemade video compositing tool in JS. But I haven't gotten there yet...
MatthewRayfield | 7 years ago | on: Adding a Trackpoint to an Inexpensive Mechanical Keyboard
MatthewRayfield | 7 years ago | on: Show HN: Wiv.js – A library for a more wiggly div
MatthewRayfield | 7 years ago | on: Guidelines for Brutalist Web Design
MatthewRayfield | 7 years ago | on: 30 years later, QBasic is still the best
I basically learned to code on a TI-83.
The fact that it's a mobile programming platform is a huge plus as well. I haven't seen anything comparable on smart phones. And a touch screen just can't compete with that keyboard. Even if it is a weird layout.
Underrated device !
MatthewRayfield | 8 years ago | on: New ThinkPad Guts Bring Intel Core I, DDR4, USB 3 to Cult Laptops
I bought a Thinkpad T420 last year and put OS X on it using this amazing guide: http://www.insanelymac.com/forum/topic/285678-lenovo-thinkpa...
Works great :]
MatthewRayfield | 8 years ago | on: Show HN: 2D multiplayer battle royale game
MatthewRayfield | 8 years ago | on: Poly – Browse, Discover and Download 3D Objects
It's something I made a few weeks ago for fun to discover STL files on GitHub.
Let me know what you think :]
MatthewRayfield | 9 years ago | on: Show HN: Zazu App – An OSS app launcher, similar to Alfred
But, they recently made that unavailable for download and want me to buy v3... Which I don't need.
So I've been awaiting an alternative.
So thanks for this ! I'm excited to try it out.
MatthewRayfield | 9 years ago | on: 30K Page Views for $0.21: A Serverless Story
You're also kind of stuck with hash URLs if you want to link to anything in your app.
If you've got a truly single page app hitting an API, or you can generate pages and upload them to S3, you're golden.
But there isn't currently a way of having Lambda serve up dynamically generated HTML pages without some funny business.
I'm sure this will change in the future, but it's stopped me from using it for now.
MatthewRayfield | 9 years ago | on: The case against native engines
There are lots of little oddities that I had to research or discover to get the API to do what I want. For example, dynamic sound generation nodes will not run in certain circumstances where the system believes they are unattached from the audio output. These nodes also have a bad habit of garbage collecting their event listener functions.
Performance is definitely an issue as well, and I still get some audio tearing type pops and clicks despite quite a bit of optimization.
I think some of these issues are due to that fact that the Web Audio API spec is still being worked out (https://webaudio.github.io/web-audio-api/)! Some API components are deprecated in the newer versions of the spec, but have not been replaced in current browsers. Which leaves the API in a weird limbo state.
BUT! All that said. I've been pushing the API pretty hard to build this modular synth and it is working admirably. I think a game engine would have an easier time getting it to do what is needed. I'm always amazed at what you can do in the browser these days, Web Audio API included.
MatthewRayfield | 10 years ago | on: Nearly half of Americans would have trouble finding $400 to pay for an emergency
MatthewRayfield | 11 years ago | on: TempleOS: 5 minute random code walkthrough
MatthewRayfield | 12 years ago
MatthewRayfield | 12 years ago | on: Need a browser with one Tab
MatthewRayfield | 13 years ago | on: Ask HN: Freelancer? Seeking freelancer? (May 2013)
Hey there!
I'm Matthew Rayfield and I develop iOS and Web apps.
More and more the line between mobile and web is blurring. That collision of always in your pocket and always online is where I find myself excited to work and learn.
- --- -
Previously I've worked on:
- An iPad/Web based medical sales rep. platform (designed for and in use by a Fortune 100 company)
- A mobile ad platform used internally by a company with hundreds of apps
- Dozens of iPhone/iPad applications
- Various smaller web applications
- --- -
I'm most comfortable doing front-end Javascript, but I've done my share of back-end work as well.
Languages and tools I've worked with:
- Javascript
- Objective-C
- Python
- Tornado (web framework)
- Node.js
- Photoshop
- PHP
- MongoDB
- MySQL / SQLite
- Nginx
- Apache
- Oh, and of course gobs of HTML with CSS
- --- -
And I'd love to work on your interesting project!
Shoot me an email ([email protected]) and we'll make it happen.
P.S. I'll be in San Francisco for most of May. But remote work is fine too.
MatthewRayfield | 13 years ago | on: YC W13 Applicants
From http://ycombinator.com/howtoapply.html :
One good trick for describing a project concisely is to explain it as a variant of something the audience already knows. It's like Wikipedia, but within an organization. It's like an answering service, but for email. It's eBay for jobs. This form of description is wonderfully efficient. Don't worry that it will make your idea seem "derivative." Some of the best ideas in history began by sticking together two existing ideas no one realized could be combined.