Viewing profile — brynedwards
brynedwards
HN member- Joined
- Tue, Apr 07, 2015, 12:00 PM UTC
- HN karma
- 105
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About brynedwards
No profile information was provided.
Recent public activity
-
comment
Comment #16071876
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…
-
comment
Comment #14815003
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 lea…
-
comment
Comment #14770930
One I know is Bitwig who recently changed their licensing model so you get 12 months updates with your perpetual license and can pay to continue receiving updates after 12 months[1…
-
comment
Comment #14690935
There is a list at the bottom of this page: https://www.djangoproject.com/start/overview/ Disqus Instagram Knight Foundation MacArthur Foundation Mozilla National Geographic Open K…
-
comment
Comment #14439668
There are also patches for Chromium that remove Google integration and improve its privacy features: inox-patchset - https://github.com/gcarq/inox-patchset ungoogled-chromium - htt…
-
comment
Comment #14285425
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 wa…
-
comment
Comment #14157688
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 …
-
comment
Comment #14157636
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. T…
-
comment
Comment #13514115
Good point, I guess detecting something as e.g. showing child abuse would be much more difficult.
-
comment
Comment #13513521
There's this by Yahoo: https://github.com/yahoo/open_nsfw
-
comment
Comment #13461807
The list seems out of date, InfiniDB has been open-sourced since Calpont went bankrupt, and Greenplum is open-sourced under Apache 2 license[1]. There's also MariaDB Columnstore, a…
-
comment
Comment #13012889
There's also a document maintained on GitHub that gives a rating of Haskell's support for different domains: https://github.com/Gabriel439/post-rfc/blob/master/sotu.md Which backs …
-
comment
Comment #12604572
Found this on Google Play store, looks like another one: http://www.mindhabits.com/mobileapps.php
-
comment
Comment #12274070
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…
-
comment
Comment #11821291
Probably SimCity, there's a bit about Microsoft adding a workaround for a bug in the game in this article http://www.joelonsoftware.com/articles/fog0000000054.html Edit: Maybe not …
-
comment
Comment #11682146
I recently wrote a browser-driven scraper using Nightmare[1], which uses Electron under the hood. Another option for those who prefer python is dryscrape[2], although I haven't tri…
-
comment
Comment #11576217
Reminded me of the Interface Hall of Shame[1], which, now that I think about it, might be evidence against his claim that software is getting worse... [1] http://hallofshame.gp.co.…
-
comment
Comment #10489839
The idea is that the plugins themselves implement asynchronous functionality. Neomake is a new plugin that checks syntax just like syntastic, but does so asynchronously. Another po…