Live data from Hacker News

Viewing profile — nicksellen

nicksellen

HN member
Joined
Fri, Nov 29, 2013, 4:41 PM UTC
HN karma
46
Public activity
21 items

About nicksellen

https://nicksellen.co.uk

Recent public activity

  1. comment
    Comment #23330094

    You can try this twitter thread from Kate Raworth https://twitter.com/KateRaworth/status/1239596817463103489

  2. comment
    Comment #23220217

    You're welcome to join our team chat and we can discuss further (send me an email, address in profile, then I can invite you). (most relevant, but dated, PR is https://github.com/T…

  3. comment
    Comment #23220201

    The open source bit allows the ultimate step of forking the whole project, and that is important to me to be able to do that, but it's not a trivial step at all, and a lot of the u…

  4. comment
    Comment #23219900

    I'm one of the Trustroots contributors, we have an old work-in-progress pull request to import couchsurfing data ( https://github.com/Trustroots/trustroots/pull/1086 ), but it need…

  5. comment
    Comment #23219800

    I'm one of the Trustroots contributors, you're right about the governance topic, we have a do-ocracy approach right now (described a bit at the bottom of https://www.trustroots.org…

  6. comment
    Comment #23219760

    I'm one of the developers working on Trustroots. We're working on references :) I merged this PR yesterday https://github.com/Trustroots/trustroots/pull/1413 , there is a bit more …

  7. comment
    Comment #22003321

    > This is the real issue. Governments restrict housing supply for whatever misguided reasons and prices go up, those prices make it a good place to park cash. Government should sto…

  8. comment
    Comment #12531202

    > the final chord tells you the key That makes it sound like a definitive rule, but it's just a common convention.

  9. comment
    Comment #11645825

    You can extend this argument to banking though: If the U.S. pumps an endless supply of money into Haiti, how could Haitian banks hope to compete with their loan offers?

  10. comment
    Comment #9969372

    it declares jquery as a requirement but doesn't actually use it - https://github.com/gitboard/gitboard/blob/master/src/js/comp...

  11. comment
    Comment #9830661

    > Deaths per 100,000 people is probably the wrong figure to look at to determine the safety (or lack thereof) of driving. Kind of. It's useful to see the per distance and per popul…

  12. comment
    Comment #9545561

    The political country I have citizenship in has a name, it's written on my passport - it is not "England". Maybe you can see the problem if I explain it in this way: you can become…

  13. comment
    Comment #9537895

    The full name of the country is "United Kingdom of Great Britain and Northern Ireland" - calling it "Great Britain" is just wrong (it excludes Northern Ireland and all other smalle…

  14. comment
    Comment #9445464

    Use of ES6 classes would have been nice and I'd prefer to work with simple javascript objects to hold data vs rich model objects ( http://foam-framework.github.io/foam/tutorial/2-m…

  15. story
  16. comment
    Comment #9400035

    Congratulations for your hard work and achievements :) I presume you know other people with your background that haven't managed to achieve this, do you have any insight into what …

  17. comment
    Comment #9377601

    I tried googling for H2 KVEngine but didn't come up with anything, did you mean http://www.h2database.com/html/mvstore.html perhaps?

  18. comment
    Comment #9376174

    How would you compare and contrast this with http://openhft.net/products/chronicle-queue/ ? (which I knows does a bunch more but seems like it could be used for this purpose too).

  19. comment
    Comment #9363193

    The conclusion is a lot more moderate than the title, the author actually uses dependency injection: While DI has benefits in some circumstances, such as shown in the Copy program,…

  20. comment
    Comment #9274072

    Changing the presentation often involves more than changing the CSS alone. For example, you might have a table of data that you want to change into a bootstrap .row/.col structure.…

  21. comment
    Comment #9255908

    The idea was approximately that html was the data and css was the presentation. In reality they are quite connected and you have to write the html to support how it will be present…