justinfrankel | 1 year ago | on: Honeycrisp apples went from marvel to mediocre
justinfrankel's comments
justinfrankel | 1 year ago | on: Arm64EC – Build and port apps for native performance on Arm
justinfrankel | 2 years ago | on: We've Been Treating Concussions All Wrong
justinfrankel | 3 years ago | on: Git log is not a changelog
justinfrankel | 4 years ago | on: Winamp source code leak
justinfrankel | 4 years ago | on: Winamp source code leak
justinfrankel | 5 years ago | on: Exciting Days for ARM Processors
justinfrankel | 5 years ago | on: Apple announces it will switch to its own processors for future Macs
IMO ARM linux is great, the real thing lacking is good hardware to run it.
justinfrankel | 5 years ago | on: A new project: multi-track audio editing (2005)
If I had started it in 2000 it would've taken 20 years to get to where it is (OK fine, would be) today...
justinfrankel | 6 years ago | on: UTF-8 Everywhere
We have a zlib-licensed wrapper header for some commonly-used win32 APIs to make them take UTF-8, see:
https://github.com/justinfrankel/WDL/blob/master/WDL/win32_u...
https://github.com/justinfrankel/WDL/blob/master/WDL/win32_u...
(This is used in REAPER so it's relatively well tested!)
justinfrankel | 6 years ago | on: Coronavirus has caused a bicycling boom in New York City
From my experience, stopping distance is usually dictated by road conditions more than the brakes. This is with 34mm wide tires, and properly adjusted brakes (a lot of times when people complain about rim brakes, the issue is that they are not working properly).
Side note: fenders are a must!
justinfrankel | 6 years ago | on: Reaper: Digital Audio Workstation
ReaScript: can program high level UIs/project manipulation/etc in Lua or EEL2
JSFX: can write realtime signal processors in EEL2
Video: can write/edit video FX in EEL2 (a ton of included presets are there which can be tweaked on the fly)
justinfrankel | 6 years ago | on: New York City to 'break car culture' and build more than 250 new bike lanes
The new city government could completely cancel the bill if they felt like it.
How many people will be killed by cars in the meantime?
IMO if you're a city responsible for the safety of your citizens, and you agree what the right thing is to do, adding unnecessary delay for no real reason is reprehensible.
A quote from the NYT article https://www.nytimes.com/2019/10/28/nyregion/nyc-biking-death...
"To gain Mr. de Blasio’s support, Mr. Johnson’s office agreed to push back the start date for the first streets plan, from this month to December 2021, around the time the next mayor takes office."
justinfrankel | 6 years ago | on: Practice Sight-Reading Music
justinfrankel | 7 years ago | on: Deciphering the postcard-sized raytracer
There’s a bug in the deobfuscated version — sizeof(letters) should be 60 or sizeof(letters)-1 (that version reads past the end of the buffer otherwise).
justinfrankel | 7 years ago | on: Removing a recursion in Python, part 1
justinfrankel | 7 years ago | on: 1/0 = 0
justinfrankel | 8 years ago | on: Lenovo ThinkPad X1 Carbon 5th Gen Laptop Recall
justinfrankel | 8 years ago | on: A Reimplementation of Winamp 2.9 in HTML5 and JavaScript
justinfrankel | 8 years ago | on: UPX – Ultimate Packer for Executables