HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chops

no profile record

comments

chops
·3 ปีที่แล้ว·discuss
The misanthrope in me has almost completely taken over when dealing with incoming sales calls, and I've almost completely abandoned the idea that anyone calling me to sell anything is worthy of the "humanity" label.

The moment it's clear they are selling something (it's usually pretty quick) the reply is "fuck off, never call this number again, and go fuck yourself" then I hang up and block the number. I only wish I could be vengeful in response and actually retaliate in some meaningful way to those that are particularly annoying or persistent.

The same applies to door-to-door sales people, moreso to door-to-door missionaries.
chops
·3 ปีที่แล้ว·discuss
This has the same energy as the opening of Joe Armstrong's (RIP, Joe) talk, The Mess We're In: https://youtu.be/lKXe3HUG2l4
chops
·10 ปีที่แล้ว·discuss
Oh man, I remember that thread when it happened. That was something else.

A glorious exchange.
chops
·12 ปีที่แล้ว·discuss
Also came here to say the same thing. IIRC, it was also free-form data, so it was NoSQL before it was cool.

begins trailing off... I wonder if I still have any old PalmOS app code laying around on an old hard drive somewhere. Would be fun to have a look at that. I think that was the last time I did C++.
chops
·12 ปีที่แล้ว·discuss
Notch's Ludum Dare video for Metagun (https://www.youtube.com/watch?v=ZV-AFnCkRLY) was inspiration for a series of scripts I now use for clients and my own entertainment purposes (for some loose definition of "entertainment").

It's a series of shell scripts I use that screencap videos of coding and set them to music (so, for example, rendering a 48-hour coding competition to a 5-minute song, or as I more typically do for clients, render the development process down to a few minutes for them to watch in fast-time how their development was done).

It's called watchmecode (https://github.com/choptastic/watchmecode) and I just have to do

  ./make-av-video.sh /path/to/video.mpg /path/to/song.mp3
And it does the rest, and outputs it to "done.mp4"

The result is something that looks like this: https://www.youtube.com/watch?v=Hwn7mfmo0SQ

(disclaimer, I've plugged this before on HN: https://news.ycombinator.com/item?id=5685859)