Live data from Hacker News

Viewing profile — colejohnson66

colejohnson66

HN member
Joined
Sun, Sep 27, 2015, 4:12 AM UTC
HN karma
9,952
Public activity
5,451 items

About colejohnson66

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #49236918

    Not to mention that on 32-bit without PAE, that was all you could get. Nothing more.

  3. story
  4. story
  5. story
  6. comment
    Comment #48698688

    That's what the various string theory proponents start from. There's "too many" different subatomic particles, so there surely must be something smaller that they're composed of?

  7. comment
    Comment #48520933

    The ROM used different sized transistors to store two bits per transistor. That's pure analog territory, which most HDLs don't touch.

  8. comment
    Comment #48286859

    Yes it does. It just decays to a pointer at the slightest touch.

  9. comment
    Comment #48273769

    So what already happens, but worse?

  10. story
  11. story
  12. story
  13. comment
    Comment #48028397

    Wasn't that due to trademarks?

  14. comment
  15. comment
  16. comment
    Comment #47752507

    We once did a hike from Chamberlain's Ranch down. No one else for 10+ miles until we reached the switchbacks at the end. It really depends on where you go.

  17. comment
    Comment #47752160

    "Can we do X, Y, Z?" Yes? Or maybe later? It's so annoying. No means no, not "pester me later"!

  18. comment
    Comment #47752070

    I should not need extensions for a business to respect my privacy. It's as simple as that. If you look at it through an equity angle, needing extensions relegates the negative effe…

  19. comment
    Comment #47720464

    Doesn’t read like AI to me

  20. comment
    Comment #47628460

    Even then, the installer itself has administrative access already, should they choose to do it then.

  21. comment
    Comment #47606436

    Self-driving is a thing. Full self-driving, commonly known as "level 5 autonomy", has been claimed for over a decade. These claims have been made so many times it has a dedicated W…

  22. comment
    Comment #47519283

    I didn't mention IHttpClientFactory - just HttpClient. I will concede that ASP manages to be confusing quite often. As for the latter, guidelines are not requirements anymore than …

  23. comment
    Comment #47519242

    A lot of people online have convinced themselves that "tax deductible" means that the government would refund you that dollar amount. That's a "tax credit "... If forwarded donatio…

  24. comment
    Comment #47517220

    The boilerplate of not having sane defaults. .NET is much simpler: using HttpClient client = new(); HttpResponseMessage response = await client.GetAsync("https://..."); if (respons…

  25. comment
    Comment #47517028

    Wine doesn't emulate the NT kernel; Just the NT and Win32 userspace APIs. For example, Wine provides a `kernel32.dll` that maps API calls into the appropriate Linux ones. Anything …