Hacker News new | past | comments | ask | show | jobs | submit | meo2's comments login

I'm not sure how closely you follow the Turkish news, but this is an everyday level of stupidity by Turkish government standards.


since the new labels came out, I like the punk and especially the 5am less. I still like the libertine. I was wondering if they were being prepared differently or in a new brewery or something that coincided with the new labels. I'm drinking them far away from the UK, so not sure if there are other issues at work. Cool brewery though. I've loved a couple of their collaborations.



Ahh.... lovely, thank you. So what I'm referring to as "asynchronous javascript" is technically a colloquialism used to describe the event-driven callback-y nature of the code.

I'm not sure I'm still against referring to javascript as asynchronous or at least as having asynchronous methods for the purposes shorthand and quick communication.

Consider the code (or paste it into a chrome console)

     function _done(){ console.log(arguments) }
     var db = window.openDatabase("dbfoo", 1, "test db", 5e6)
     db.transaction(function(tx){
        tx.executeSql('CREATE TABLE t1(a, b PRIMARY KEY);', _done, _done)
     })
     console.log("i happen before the line above me")
Notice how the lines of code complete out of order. I think it's really useful to think of that as asynchronous code. It appears I'm using async as a term interchangeably with non-blocking... which may not be correct. So it may be the case that my nomenclature is off, but I'm sure I got that from somewhere. Perhaps a lot of people were referring to node as async in the early days, I'm re-watching this: https://www.youtube.com/watch?v=ztspvPYybIY now, but it doesn't look like Ryan Dahl uses the term async.

Anyways, looks like I'll have to train myself to use the right word for it. Thanks for pointing that out without making me feel dumb or being all insulting and internet-y. :) I really appreciate that.

EDIT: Hmmm... additionally, to be fair: it appears that some agree that it is OK to refer to parts of javascript as async http://stackoverflow.com/a/16524240/398055 so it might not be perfectly accurate, but it isn't wildly inaccurate either.


thanks!


I've lost countless audio recordings due to hard drive malfunctions, bad data storage practices - misplacing them and overwriting the hd, importing cds and forgetting to name the resulting audio files then later accidentally deleting them and all sorts of stuff that you can definitely call user error, but user error with a record needs to involve power tools to be serious. For the most part all my old records are still around and playable. In that sense, it's proven itself a superior format for storing audio in my life.


Hirst


since no one has mentioned it, there's this http://matias.ca/laptoppro/mac/. IMO, it's the perfect solution for a portable mechanical keyboard. It's small, so you can throw in your bag and have it with you always, and the rechargeable batteries inside this thing are seriously impressive. I last recharged mine about 9 months ago and I use it all day every day.


"Looking back, I wasted my time going on job interviews. My first job was actually better than I realized."

this is worth considering, especially when you're just starting out. I had a similar experience to the OP and had a string of 3 jobs where each was worse (in terms of being a mess) than the one before. I still managed to learn a lot along the way and don't really regret any of it, but in retrospect the first place had their shit together.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: