Viewing profile — colejohnson66
colejohnson66
HN member- Joined
- Sun, Sep 27, 2015, 4:12 AM UTC
- HN karma
- 9,952
- Public activity
- 5,451 items
- HN profile
- View on Hacker News ↗
About colejohnson66
No profile information was provided.
Recent public activity
- story
-
comment
Comment #49236918
Not to mention that on 32-bit without PAE, that was all you could get. Nothing more.
- story
- story
- story
-
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?
-
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.
-
comment
Comment #48286859
Yes it does. It just decays to a pointer at the slightest touch.
-
comment
Comment #48273769
So what already happens, but worse?
- story
- story
- story
-
comment
Comment #48028397
Wasn't that due to trademarks?
- comment
- comment
-
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.
-
comment
Comment #47752160
"Can we do X, Y, Z?" Yes? Or maybe later? It's so annoying. No means no, not "pester me later"!
-
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…
-
comment
Comment #47720464
Doesn’t read like AI to me
-
comment
Comment #47628460
Even then, the installer itself has administrative access already, should they choose to do it then.
-
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…
-
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 …
-
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…
-
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…
-
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 …