Live data from Hacker News

Viewing profile — thomasjames

thomasjames

HN member
Joined
Wed, Jan 30, 2013, 9:58 AM UTC
HN karma
848
Public activity
173 items

About thomasjames

No profile information was provided.

Recent public activity

  1. comment
    Comment #23953735

    Yet chlorinated chicken is what we keep hearing all the moaning about coming our way. I'll pass on mad cow beef and now death zucchinis too. Maybe expanding transatlantic agricultu…

  2. comment
    Comment #22184077

    Thanks for the clarification.

  3. comment
    Comment #22180838

    This wouldn't supersede any violations of the ToS, though. I guess it would mean they can't sue you (maybe?) but they could still kick you off their service. Could they still go af…

  4. comment
    Comment #21835709

    Cultural overtones aside, this reminds me of how qualifiers that describe the comparative or absolute superiority of some technology or process are inherently fragile and do not al…

  5. comment
    Comment #21576420

    Nationalism is nationalism regardless of said nation.

  6. comment
    Comment #21049953

    Do you mind mentioning which RAM module you purchased? On the wiki it looks like some are officially supported and others have been added by users. Maybe if the issue is related to…

  7. comment
    Comment #20800190

    Whoops, I meant that use set/longjmp() to implement coroutines. My wording in retrospect was super unclear. Sorry!

  8. comment
    Comment #20795064

    I had only seen them in the context of userspace threading. I wonder what mainstream libs use them. Do you know of any?

  9. comment
    Comment #20663639

    Isn't Watson already a tired marketing device whose existence as a meaningful product/system is debatable? Not sure how much more damage would be done.

  10. comment
    Comment #20554971

    Is Mill happening? Has there been silicon yet? I have been reading about it for so long, but have not seen any peer reviewed work on it, silicon or soft cores. I would like to see …

  11. comment
    Comment #20220668

    So, I pray, go we all: http://www.arrl.org/news/view/radio-amateur-to-lose-license-...

  12. comment
    Comment #20179835

    Both looked kind of like GTK (in a non-verbose language like Python) to me, too. Maybe I am seeing things.

  13. comment
    Comment #20179745

    Wow, I didn't know that about Japan. It makes sense. Tons of amateurs everywhere are using Yagi-Uda antennas, would make sense that they have a strong radio culture having contribu…

  14. comment
    Comment #20179738

    It's also not even the nation state of France. France has many hams who are likely upset, too. It is a sketchy defense electronics company that has pitiable revenue. I suspect the …

  15. comment
    Comment #20179724

    It would be a shame if, in the event this passes, all those transmitters were to squeal across the spectrum in a coordinated fashion and render the spectrum basically unusable... h…

  16. comment
    Comment #20179714

    This is outrageous. The good news is that there is enough 2m equipment out there that there could actually be a feasible mass radio protest and intentionally render the band unusab…

  17. comment
    Comment #20087426

    Interesting move we see from the big players to more declarative UI toolkits. First Flutter, now this.

  18. comment
    Comment #18519171

    A demo would have to come with a billion disclaimers, but could be incredible. I kinda need a demo for catharsis reasons...

  19. comment
    Comment #18462381

    Eurocracy will not make that go very far.

  20. comment
    Comment #18417270

    "Profound."

  21. comment
    Comment #18103853

    Isn't the property of the generator expression not that it is an iterator (like a range or list also are) but specifically that it is a generator and thus inherently has state that…

  22. comment
    Comment #17422485

    ReasonML has only very superficial changes to ML using the ppx AST extension framework. Multicore GCs are not really what Facebook planned on contributing, or at least has shown si…

  23. comment
    Comment #17069689

    Backticks are very error prone $(cat foo.txt) is much more explicit and visually clearer for command substitution.

  24. comment
    Comment #15875161

    This could dramatically reduce boilerplate and still produce idiomatic OO code. I'm very excited about this.

  25. comment
    Comment #15123488

    Were you inspired by David Beazley's talks? https://www.youtube.com/watch?v=1VRM_PebPeE I'm not sure if it is in the linked one, but he loaded MS BASIC successfully off of an audio…