Hacker Newsnew | past | comments | ask | show | jobs | submit | tach4n's commentslogin

There's not gonna be some neat little checklist for you, you have to just develop the ability to reason about social dynamics.

> Is it acceptable to contact them and tell them you are driving to the conference and would like to find someone to come along to make the ride more social, and asking if they would like to be that person?

Based on exactly how your question is worded, no. I think most people would feel uncomfortable with a relative stranger reaching out to them specifically and asking to carpool.

You have to consider the dynamics of the situation too: What are the ages of the people involved? What are the genders? What are their roles in the community, etc. These factors can make it anything from a friendly, but still not terribly appropriate request to downright creepy and possibly exploitative.

You brought up time, which is another dynamic to consider as well. I'm sure if we thought hard, we could come up with some nice rule of thumb like "if you're going to do this at all, it should be at least X weeks/months/etc later" - but really it's more about whether everyone can actually move on and what the new social dynamics are. If by this point the other party is well established in another company, not looking for a job, etc - it's much easier to put the whole interview behind everyone involved.

If you're both contributors to a project, why have you not interacted already? Have you been reading their social cues?

Some people are very open to meeting new people. If you interview someone and you genuinely find them interesting - see if they have a blog or twitter or something. See how they interact with people there. After considering the other factors, IF you decide to engage them, do it some place they are obviously comfortable and giving off cues that they want to interact.

Presumably there is some mailing list or discussion area for the project, see if they are open to interacting there.

You also need to be really honest and examine your own motivations and make sure you act accordingly and are not deceptive about it either to yourself or others.

If you're really interested in just making the trip less lonely, why not put out a general call? "Hey I'm headed to X conference, anyone want to carpool?" You might get some replies from people you're not interested in riding with for whatever reason, in which case you'll just have to deal with it in an appropriate way. Either tolerate them, or come up with some excuse to exclude that person politely ("oh, I think all the spots are accounted for, but I'll keep you in mind").

You'll have to accept that in a lot of cases, the fact that you had a failed business relationship with a person will preclude you having a personal relationship with them.


In the article it's said that's explicitly part of the idea - it's supposed to be dangerous.


It's supposed to appear dangerous. The first time anything actually dangerous happened the user would immediately stop using them. Or worse, they'll end up in prison. Copying a random zip file of the Anarchist's Cookbook on to your PC will get you a few hours of questioning by the police and a caution not to be so stupid as to be a pretend spy again; why you downloaded an archive of several thousand child porn pictures is quite a bit harder to explain away as a bit of fun.


> Copying a random zip file of the Anarchist's Cookbook on to your PC will get you a few hours of questioning

Not in the US. I could download a hundred copies from every sketchy warez site on the internet without violating any laws.


Have not broken any laws does not provide any assured protection. And even the laws that are supposed to protect your rights have a long history of being broken, often with little punishment to the breaker.


The same is true here in the UK. It's not a crime to have the file, but it'd be reason enough for the police to request you 'voluntarily' answer some questions about where you got it from and why. If you refuse to answer questions however, then it's a crime.


Since when has it been a crime in the UK to refuse to answer questions from the police?


Is it really a choice though? I imagine most people would feel a fairly strong obligation to watch the video if they were told it was recorded as, say, a birthday present for them. The temptation would be very strong at least, and difficult for many to resist. I suppose after a few miserable experiences with it, some might be able to put the box of tapes away forever - but then they'd probably always carry some guilt.

I think it's better to do what one of my best friends (inadvertently) did when they died young - leave a good legacy of mementos for their loved ones. I, for my part, have a collection of musical recordings we made together that I can pull out when I feel like it. It's incredibly emotionally difficult to listen to (especially the parts where the tape was running between songs) but it helps at times. His girlfriend of the time has a lot of his writings/journals she can read to remember his thoughts on life or incidents that happened.

If you know ahead of time, record some memoirs and thoughts. Perhaps build something for them. Give a general message to your loved ones that you had a happy life, etc - whatever seems suitable for the situation and people involved.

...but the idea of recording "A message for my daughter on her 6th birthday from beyond the grave" is incredibly macabre to me and I personally would not want that.

There's much risk involved as well for the tiny little "cuteness" of the fact that the videos were recorded for specific life events. I for one wouldn't want to listen to a deceased parent go on about how proud they were I found a husband on my wedding day to my new wife for example. Or have to spend my whole life staring at a tape marked "for your wedding" and never watching it.


> There's much risk involved as well for the tiny little "cuteness" of the fact that the videos were recorded for specific life events. I for one wouldn't want to listen to a deceased parent go on about how proud they were I found a husband on my wedding day to my new wife for example. Or have to spend my whole life staring at a tape marked "for your wedding" and never watching it.

Expanding on this, I'm transgender, and I really wouldn't want to be repeatedly deadnamed on my birthday.


Multi-stage JITs are indeed fascinating and give some nice wins, but as a "user" (that is, a developer) I find them frustrating at times because they make it more difficult to reason about the performance and behaviour of my code.

Not only a priori, but in terms of testing actual code and designing benchmarks as well - you have to make sure the right sections of code are hot, hitting the right levels, etc. It's extra mental load and work. (and if you're a JS developer, you may have to do this across multiple platforms). And oh, regressions and updates.

I'm not entirely convinced it's all worth it, but so far I'm begrudgingly accepting it.


It is no different than using multiple AOT compilers (for any standardized language) across multiple platforms.

Even the same compiler can behave differently just by changing the target CPU.


Sure, but with most AOT compliers you only get one machine-code version of your code, which is easier to benchmark than worrying about the multiple levels of a JIT.


Actually I think many developers aren't aware of the right tools for this type of job.

JITs are easy to benchmark when tools like Oracle Studio, Java Flight Recorder, dotTrace and so forth are used.

The problem is trying to benchmark them using old style concepts, e.g. outputting time differences to a text file.


Those tools don't exist for all JITed platforms. Hence the problem.


You're right that the page linked in OP needs improvement. The phrase to focus on is this:

> io.js is an npm compatible platform originally based on node.js

It's not a library, it's a platform that's based on node.js. It's more or less a fork of node or "spork" as they call it.

The github repo is a bit more clear: https://github.com/iojs/io.js

The main point seems to be that it's run on an open governance model: https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md


If I were them, I'd say something like:

"io.js is an api-compatible alternative to the node.js runtime, including support for the npm ecosystem, that aims to release faster than the node.js release cycle and move according to a community-driven open governance model."

Given the tremendous volume of packages released to npm, the current one-liner initially just doesn't convey much information. In context of the comments here, it all parses perfectly, but I was one of many who needed this context to understand the (apparent) goals of the project.


We should start referring to PHP as a "Composer compatible platform" and Python as a "PyPI compatible platform"


The huge collection of modules on npm is one of the strongest factors node.js has going for it, so it makes sense for them to emphasize that they're not breaking compatibility with this in forking node.


Yes, but something "JavaScript runtime with npm compatibility" would be friendlier and significantly easier for people to understand.


They don't provide the Javascript runtime - Google does that. This is a fork of Node.js - glossing over this is at least a little disrespectful to Node.js.


There was a trademark issue between them and Joyent that also made the node-forward GH repo to go private. They might not be comfortable using term Node.JS on the frontpage.


> The main point seems to be that it's run on an open governance model

Ya, I think the main problem is that no one has any idea what that means from a practical sense. Will my code go faster? Will I get better support? etc.


> I found that the Reach79 increased my download speeds some of the time, especially in weaker locations

Over what?

The same phone in the same location yesterday? A different phone held next to it? A different phone in a "similar location"? What the author remembered from the day before, or carefully logged?

The review is practically useless without this information....


"targeted" seems to be exactly the wrong word to use here, and "going after" decidedly not what is happening which is precisely the problem here - porn companies (or their representatives) are just indiscriminately firing off DMCA take-down requests any time they get spooked about infringers, without regard for where their "bullets" are going.


> "Holy shit, @deeznutz420 is right. My religion IS a total crock of shit!

Actually that happens all the time - the reverse happens too of course.


Looks cool, but it's not clear to me how it's better than just browsing Netflix. I clicked on "comedies" and Black Mirror came up, which is not quite what I had in mind...along with Postcards from Buster, which is a children's show.


I'm convinced there is a real productivity loss due to OSX's limited notifications system.

On OSX you get a tiny little bubble in the upper right from your chat program and if you miss it, too bad. I've seen people resorting to shouting or tapping on shoulders because of this. Trying to do something as simple as change the font size was difficult or impossible.

On linux I get nice big notifications. If I miss or choose to ignore them, my WM highlights windows that need my attention and they stay that way till I get to it.

There are fixes no doubt, but this lack of "customizability" permeates OSX and seems to be getting worse.


> There are fixes no doubt, but this lack of "customizability"

System Preferences -> Notifications -> [Application] -> Style -> 'Alert'

Under that it says

> Banners automatically appear in the upper-right corner and go away automatically. Alerts stay on screen until dismissed.


How about font size? How long they stay? Etc?

There is a very limited number of things to change in there is what I am saying.


1. As others have pointed out, you can change the style to alert

2. The system notification center (the icon on the upper right corner or a two-finger swipe from the right on a trackpad) lists every notification you haven't cancelled:

https://www.dropbox.com/s/q0o7gq7ndcbokin/Screenshot%202015-...


As I said many hours before your comment; these solutions are clunky and limited compared to what's available to me on linux...


You can change to notification style to be an "alert" rather than a "banner". Alerts do not go away unless dismissed, so they cannot be missed even if you were afk for 5 minutes. That should solve the missed notifications problem.


It sort of solves it, in a clunky way compared to the elegant setup I easily achieved in linux...


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

Search: