Viewing profile — chrislo
chrislo
HN member- Joined
- Wed, Oct 29, 2008, 10:02 AM UTC
- HN karma
- 1,087
- Public activity
- 143 items
- HN profile
- View on Hacker News ↗
About chrislo
Recent public activity
-
comment
Comment #47597637
For example `rails generate ...` built into the Rails CLI.
-
comment
Comment #46122953
Love this! Patterning the theme is such a great idea.
- story
-
comment
Comment #45561121
As a counter-point to streaming services and to try and provide an alternative, I'm busy building https://jam.coop - the intention is to be a music store owned collectively by arti…
-
comment
Comment #45423394
What evidence do you have for that? I was involved in adopting a code of conduct for a local tech meetup and we did that because a couple of incidents that weren't handled very wel…
-
comment
Comment #45374709
> nobody reads intermediate commit messages one by one on a PR, period. I do! I find it the easiest way to review code when the author has taken the time to structure it in that wa…
-
comment
Comment #43735132
Or is peak British comedy Stuart Lee satirising that scene as a quaint village folk tradition? https://youtu.be/7J1J_iHC2Qw?si=kUy3aQvZ4p2PjLG8 Or maybe both?
-
comment
Comment #41886237
Really exciting to see this manifesto. There's already some existing co-operative music store/bandcamp alternative projects that are selling music and accepting new artists. https:…
-
comment
Comment #41478766
Trains?
-
comment
Comment #39133357
There's also https://jam.coop (aiming to be a co-operatively owned/run bandcamp alternative)
-
comment
Comment #34450088
This was fun to play with. I was initially expecting to be able to search for single notes or instrument sounds, e.g. I tried "warm synth tone single note C4" but afterwards I real…
-
comment
Comment #34026069
Fair enough. I think the sentence I quoted is a very good summary of what I understand the term to mean.
-
comment
Comment #34025959
Simple Wikipedia has more "eli5" appropriate writing?
-
comment
Comment #34025940
Since the 1990s the term has been consistently used in academia to imply the move from welfare state to laissez faire economic management, particularly associated with the promotio…
-
comment
Comment #32125092
A gentle introduction to scratch and python from the Raspberry Pi Foundation.
- story
-
comment
Comment #31893696
On the About Us page: > Jacobin is a leading voice of the American left, offering socialist perspectives on politics, economics, and culture. https://jacobin.com/about
-
comment
Comment #28536840
Vital[1] is fantastic, I've been using it a lot. https://vital.audio/
-
comment
Comment #28536734
There's a scripting interface[1] which might help you do some of what you want, but I'm not sure if patches can be run headless. If you haven't seen them already, SuperCollider, Ch…
-
comment
Comment #27541890
I'm not sure it does make any practical difference, but I could be wrong. But as someone who has been a little bit involved in the process since 2010 it's an enjoyable personal mil…
-
comment
Comment #27541591
AudioWorklet (which allows you to work with audio sample-by-sample in a dedicated, high priority "thread") is available and works well in Firefox and the latest Safari. I haven't t…
-
comment
Comment #27541481
The API is already available in all the major browsers, so nothing really changes with this announcement. The API itself lets you generate and manipulate audio data in a way that w…
- story
- story
-
comment
Comment #19387796
Folks interested in this may also be interested in a new book from James Coglan "Building Git": https://shop.jcoglan.com/building-git/ It also takes a ground-up "build it yourself"…