brynedwards's comments

brynedwards | 8 years ago | on: Open source modular synth software lets you create 70s & 80s electronic music

I've been going through Syntorial[1] which is an interactive synth tutorial. I'm about half-way through and I've found it very useful for understanding not just what each part of a synthesizer does to the sound, but how it changes the sound. Later on, as you learn multiple functions of the synth, you practice combining them to recreate sounds.

The software itself is a bit pricey and only runs on Mac or Windows but I've found it very helpful for getting an intuitive sense of what the different synth options actually change.

1. https://www.syntorial.com/

brynedwards | 8 years ago | on: How the Web Became Unreadable (2016)

For those complaining about the appearance of the article: it looks like the original link [1] now redirects to the wired.com version but used to redirect to medium.com [2], at least that's what happens when I enter it into archive.org. Also, previous discussion [3].

1. https://backchannel.com/how-the-web-became-unreadable-a781dd...

2. https://web.archive.org/web/20161019173808/https://backchann...

3. https://news.ycombinator.com/item?id=12743628

brynedwards | 9 years ago | on: Stephen Fry under police investigation for blasphemy in Ireland [video]

The reason this law still exists is because blasphemy is included in the Irish constitution and so to remove it would require a referendum which "would rightly be seen as a time wasting and expensive exercise" [1]; the law is effectively a dead letter. With this becoming popular, we'll probably get a referendum moved forward with the result being overwhelmingly in favour of removing it. The person who reported him claimed he/she was not offended[2]; it wouldn't surprise me if it was done just to highlight the silliness of the law.

[1]: https://en.wikipedia.org/wiki/Blasphemy_law_in_the_Republic_...

[2]: http://www.independent.ie/irish-news/news/garda-launch-blasp...

brynedwards | 9 years ago | on: Tmux and Vim – better together

Having switched to Kak recently, I've found this painful since I sometimes SSH into machines with only vi installed and so have to switch back and forth between kak and vi; it's a real headache...and a real shame since kak's selection method is much nicer IMO

brynedwards | 9 years ago | on: Tmux and Vim – better together

I think Kakoune is particularly interesting here because it integrates window splitting using tmux and a client-server model instead of re-implementing it which is what vim does. This is part of Kakoune's design philosophy: to be composable with other unix tools. Other examples of this are file browsing[1] and fuzzy finding[2] using ranger and fzf, or even just piping a selection to `fmt` to reformat a paragraph.

[1] https://github.com/mawww/kakoune/wiki/Ranger

[2] https://github.com/mawww/kakoune/wiki/Fuzzy-finder

brynedwards | 9 years ago | on: Ask HN: What are the cool life hacks for Developer?

Interesting idea. Also, DuckDuckGo can do the same:

  https://duckduckgo.com/?q=%21ducky+inurl%3Aen.wikipedia+%s
I also use Google's "I'm feeling lucky" as my default search so I can type e.g. "mdn array" to look up the JS array docs quickly. I used to use DuckDuckGo's version but the results were unfortunately too inaccurate.
page 1