HN user

latentflip

56 karma
Posts3
Comments36
View on HN

This is great! I'm learning to read sheet music and play the piano at the same time and have found the same problem: I'm just memorising the music, not _reading_it.

Just this weekend I tried jalmus, but couldn't get it running and ended up trying to write something kinda similar to this:

https://mobile.twitter.com/philip_roberts/status/61775984704... Mine just does one note at a time though and I didn't know about webmidi, so was using node with electron shell for midi access, definitely gonna switch it over to webmidi now though, thanks!

That's interesting given there's no licensing certainly on my video :) I will be asking scotlandjs to update the Vimeo page to ensure there's a Creative Commons non-commercial license specified as I'm not _super_ excited about people charging for access to my work.

With regards to "major version 4" we are doing our best to follow semver, where backwards incompatible changes require a bump in the major version.

So yes and no, this is a work in progress (what isn't) and we will constantly be pushing to make the docs better. We've been working hard over the last couple of weeks to get this into some form of a publicly releasable state, but yes it's not perfect :)

If you want to help us out, feel free to submit PRs or issues on github. The main site is at http://github.com/ampersandjs/ampersandjs.com while the API references are generated from their individual readmes, all available in that github org.

Yup, we are basically targeting ie9 as a minimum, though some pieces will be okay in lesser browsers.

Obviously that will mean some people can't use it, but hey, trade offs right :)

This list is taken from this article: http://www.carlkingcreative.com/10-myths-about-introverts which is based on the guy reading this book: http://www.amazon.com/Introvert-Advantage-Thrive-Extrovert-W...

I read the book myself recently, and I can highly recommend it if you feel that you sit anywhere on the introvert spectrum.

It covers the "science" behind introversion, how introverts vs. extroverts think and respond to stimuli and neurochemicals. (I put science in quotes as I don't know enough about the brain to know how scientific the discussion is but I found it useful and interesting nonetheless).

It then goes on to look at how this affects introverts' interactions with themselves, others, and in social situations - with some thoughts and guidance on how to better integrate into an "extroverted world" without just trying to be more extroverted.

I have definitely found it helpful and it's made me think a lot about who I am and how I react to life as an introvert.

The best tip I've been given for practice is to actually sit with a piece of paper and write out your thought process whilst solving these little problems.

It's feels a bit laborious at first, but I find it makes for much more effective practice than getting to the answer in a roundabout way, and not really knowing how you get there.

As in hackerblues' comment, sitting and explicitly writing: "If I write a 5 in this cell then the column will contain two 5s. Therefore, this cell can't contain a 5." is more effective than bumbling around and just getting it right, particularly when practicing with simple examples.

I've been pitching quite a bit recently to various sizes of audience (although nothing as big as 2000 people) but meykey take away (perhaps unsurprisingly) has been practice, a lot.

More specifically:

- Practice in front of a mirror, this really helped me focus on my body language (reduce arm waving, and feet shuffling and the like). It also made me realise I don't look like a complete idiot or anything when I speak, and I actually look perfectly normal, which was a big boost of confidence.

- When you get bored of practicing the full talk, do more rapid run-throughs, focussing solely on the key-points. For an ignite talk that might be just one word or phrase per slide. It's quite energising to blast through your talk like that, particularly just beforehand, and it really helped me remember the main points for each slide.

Good luck!

I stumbled across that later, much easier :).

I seem to be getting a weird bug where after a while the code editor window pops up with 'undefined' in it and I can't do anything further. Uninstalling and reinstalling the extension seems to fix it, but I lose my plugins. Sorry I can't provide much more detail than that, if it happens again I'll see if I can figure anything else out.

An even more awesome feature request than porting it to Chrome for me would be letting me use JQuery in the plugins.

p.s. If this functionality was wrapped up into a slightly more stable standalone app, with really basic alarm clock functionality, I would pay for it in a heartbeat.

For anyone else looking for the plugin sources, they are embedded in the Verbal Juicer homepage.

With Firebug/Webkit dev tools, navigate to: body > #appsCode and the plugins and you can copy-paste into verbal juicer's create window.

For UK users, changing the weather code from google.com to google.co.uk seems to be all you need to do.

This is awesome, please port it to Chrome.

Also, any chance you can release the source for the page plugins you've already written? A couple aren't working for me (for example I need the weather to search google.co.uk not google.com) and it would be nice to be able to just make a quick edit rather than starting anew.

That's the first example I got when loading the page, and that's exactly what I thought: for big projects namespacing seems sensible enough. So I thought the site was a collection of design patterns, rather than anti-patterns.

Left me very confused when the next example was declaring all your functions globally.

Nice idea, and I can see myself using it but...

The "come up with a secret phrase" thing is a nice idea, but I must've sat for 10 seconds trying to work out what was actually being asked for, and then I had no idea what phrase I could use that I wouldn't forget, but that nobody else would have chosen.

It's a really minor thing but on this page: http://www.activeinboxhq.com/install.html

In Chrome the dialog box on the page says: "This extension can access: Your data on gmail.com, google.com and 3 other websites". But when it popped up in my chrome it said "4 other websites".

It's not a big deal, but it briefly weirded me out when I don't know what those sites are, and when it's different to what I was expecting.

Will let you know what I think of the actual app once I have had a play.

I started experimenting with something similar (although got nowhere) as a helper for getting back to Inbox-0 from an overflowing inbox.

The concept was fairly similar, go through the inbox and sort it into piles of important, replied, unreplied, deletable, twitter statuses etc, and then the user could deal with archiving/deleting/following up more quickly.

This looks like a much better solution however, something running the whole time and stopping me getting into that mess.