Live data from Hacker News

Viewing profile — excursionist

excursionist

HN member
Joined
Thu, Aug 15, 2019, 5:42 PM UTC
HN karma
90
Public activity
112 items

About excursionist

No profile information was provided.

Recent public activity

  1. comment
    Comment #23605708

    > This is obviously the right move. Could you expand on this? Is this obviously right because it's FB being boycotted? I don't use FB - is it noticeably worse than youtube, reddit,…

  2. comment
    Comment #23350778

    A lot of contractors are incorporated, so the contract is not between google and the contractor, but between google and the contractor's corp (sometimes another agency in between g…

  3. comment
    Comment #23192393

    Do you have a source for 'cigarettes boost T'? Is it the nicotine or some other chemical in cigarettes?

  4. comment
    Comment #22593347

    The problem is that this completely ruins any competitive FPS on console. The keyboard/mouse players have a huge advantage.

  5. comment
    Comment #22558032

    Is the Earth's magnetic field affected by its rotation speed?

  6. comment
    Comment #22549504

    What prosperity does work off-shored to 3rd world sweatshops deliver? Greater profit for a tiny fraction of the population, and increased financial insecurity for the rest? Creatin…

  7. comment
    Comment #22546146

    You don't need set theory for numbers, enumeration or arithmetic.

  8. comment
    Comment #22535735

    Set theory constructs the natural/ordinal numbers from it's axioms, but set theory is a man-made formal language that didn't exist until the 19th century, so talking about what com…

  9. comment
    Comment #22056340

    I assume facebook still pays for all views it counts, so there is no downside in terms of ad revenue for publishers.

  10. comment
  11. comment
    Comment #22001878

    I'm not sure our brains are capable of continuously learning for 1000 years without becoming useless. Also, there is a dystopian version of immortality - a tiny fraction of elites …

  12. comment
    Comment #22001857

    > it terrifies me (esp everything going wrong already in our world) that we're not being more critical and cautionary toward life-extension.... Don't worry bro, you'll die and all …

  13. comment
    Comment #21996043

    > But the number of carbon atoms we release into the atmosphere as CH4 is much, much less than the number of carbon atoms we release into the atmosphere of CO2 Parent's point is th…

  14. comment
    Comment #21982260

    If the company says you get unlimited pto, and actually delivers on it's promise, why couldn't you just take off for like 6 months every year? If you actually need to get approval …

  15. comment
  16. comment
    Comment #21936433

    Maybe the revolution hasn't come for the publishers, based on ebook sales numbers, but the people I know who regularly use ereaders download most of their ebooks for free.

  17. comment
    Comment #21814321

    I see this happening pretty much every day for political news. I don't keep track of a list, but here is a recent example: https://www.nytimes.com/2019/12/13/us/politics/bernie-san…

  18. comment
    Comment #21803699

    > There's even corruption in democratic governments that are directly accountable to their citizens every few years (via elections). Imagine if this kind of 'accountability' was ap…

  19. comment
    Comment #21776596

    What? It's just a simple fact that Node, Chrome and Chromium all use V8 - which is an open source BSD licensed project.

  20. comment
    Comment #21776262

    I can listen to music when doing easy/repetitive work - it actually makes it seem less dull. When working on something hard or reading/learning something I can't listen to music.

  21. comment
    Comment #21775978

    > For frontend, you use transpilers or polyfills to smooth over the differences between browsers. You then package these up, with rollup or webpack or whatever, and deliver to the …

  22. comment
    Comment #21774828

    > Various ES features will have different levels of support in different layers, and this is especially tough once you take into account the various transpilers or polyfills, and t…

  23. comment
    Comment #21774185

    JS in Node and JS in browser is not that different. It's the same language, using the same JavaScript engine (v8 for chrome). The difference is in the APIs provided by Node vs Brow…

  24. comment
    Comment #21772889

    One big feature of Prolog that relies on lists are DCGs (Definite Clause Grammars)[0]. Lists are such a ubiquitous data structure that not having them in a language would just be p…

  25. comment
    Comment #21745364

    > Go programs have not an obvious weak point... Lack of generics is an obvious weak point in Go. > Go filled the blank of lacking of a static language which is still much flexible …