Readit News logoReadit News
devtailz commented on We Choose Profit at 37signals   37signals.com/why-we-choo... · Posted by u/amin
zyang · a year ago
Employees came forward that 37 kept a list of "funny" customer names - some offensive and racist. Instead of fixing the problem Fried and DHH banned employees talking about it. Later it came out DHH was a contributor to the list. https://www.theverge.com/2021/4/27/22406673/basecamp-politic...
devtailz · a year ago
I really hope "banged" is a typo for "banned"...
devtailz commented on Show HN: I made Vinlo – Spinning artwork video for your music   vinlo.co... · Posted by u/wayoverthecloud
wayoverthecloud · a year ago
Kaizen looks so cool, I am jealous! When you say "Moved the video rendering onto the client" do you mean you are doing FFMPeg on the client side?
devtailz · a year ago
Been through a few iterations now...

Started with just recording the canvas using MediaRecorder (https://devtails.xyz/@adam/how-to-record-html-canvas-using-m...). This was super simple and I wish could have left it at that...But unfortunately Chrome gives you a webm file back and IG doesn't let you upload webm.

So then I went the route of ffmpeg.wasm in the browser to convert the webm to mp4.

I've finally landed on an approach that uses the WebCodecs API and mp4-muxer library (https://devtails.xyz/adam/how-to-save-html-canvas-to-mp4-usi...).

devtailz commented on Show HN: I made Vinlo – Spinning artwork video for your music   vinlo.co... · Posted by u/wayoverthecloud
devtailz · a year ago
Nice! Love seeing new ways to share music on IG without having to be a professional video editor.

I'm working on a similar tool https://kaizen.place/reel-generator . Moved the video rendering onto the client which helps keep rendering times quick and avoids the headache of managing an extra service.

+1 to the suggestion I saw for some kind of sound visual to make it even more clear there's audio.

devtailz commented on JavaScript Bloat in 2024   tonsky.me/blog/js-bloat/... · Posted by u/cdme
420698008 · 2 years ago
Meanwhile the author has a ton of 1440p images while pegging his website width to 560px

I like the conversation about web performance, but you should make sure you practice what you preach

devtailz · 2 years ago
The images display at 720x720, on a 2x retina screen the image needs to be 1440x1440 to fill that.
devtailz commented on What Does GitHub for Music Look Like?   devtails.xyz/@adam/what-d... · Posted by u/devtailz
devtailz · 2 years ago
I would expect there are some musicians here on HN. Would love to hear any and all thoughts in this realm.

u/devtailz

KarmaCake day478July 12, 2020
About
Building https://kaizen.place https://engramhq.xyz

Writing https://devtails.xyz

View Original