Viewing profile — 0x6862
0x6862
HN member- Joined
- Wed, Aug 19, 2020, 3:27 AM UTC
- HN karma
- 17
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About 0x6862
No profile information was provided.
Recent public activity
-
comment
Comment #47979473
Location: Melbourne, Australia Remote: On-site preferred Willing to relocate: Required - anywhere in the US via E-3 Visa (for Aussies, far better than H1-B) Technologies: C++, Type…
-
comment
Comment #41240212
They force you to use their billing system exclusively
- comment
-
comment
Comment #35034331
Throttled is great for undervolting your CPU
- comment
- comment
-
comment
Comment #30964885
Any technical reason why there's no Typescript SDK?
-
comment
Comment #28599716
On many Android devices you can flash an AOSP RON which is a very viable alternative
-
comment
Comment #28558241
Paired with other metadata (which can also be faked) I’d bet a jury would find the data quite convincing
-
comment
Comment #25460993
You forgot the big one - regulation. Supply side is about making it easier for people to produce. You won’t find many free market types supporting QE and subsidies. Would you rathe…
-
comment
Comment #25460777
Sure the rich hold some gold & BTC but most of their wealth is in investments (stocks, bonds, infrastructure etc.) to generate positive real returns - given inflation. This is far …
-
comment
Comment #24821283
I believe the common sense solution is to protect the vulnerable and elderly, yet I’ve been in complete lockdown for over 6 months. Lockdowns were never the solution to pandemics p…
-
comment
Comment #24814222
I think the downvotes are about your assessments on some of these issues. But you’re absolutely right in that only by reading these varied sources can you approximately discern wha…
-
comment
Comment #24649523
All generic container manipulating functions use iterations - each of which you’d have to write a utility function for, just to use a couple of times. What would otherwise be a tri…
-
comment
Comment #24572706
You increase your defensive assets (bonds, term deposits, annuities etc.) as you become more risk adverse (closer to retirement or other change in circumstances). So when a 90% cra…
-
comment
Comment #24561021
University admission is for those on the margin, since the positions are limited
-
comment
Comment #24498837
Housing seems to be the primary issue, but you’ll find very little support for actually fixing the issue - more and taller buildings in densely populated areas. I don’t think peopl…
-
comment
Comment #24480554
int array[] = {...} 1[array] == array[1] Now add in some poorly named variables for some real fun https://github.com/Droogans/unmaintainable-code#cs-eccentric...