Live data from Hacker News

Viewing profile — 0x6862

0x6862

HN member
Joined
Wed, Aug 19, 2020, 3:27 AM UTC
HN karma
17
Public activity
18 items

About 0x6862

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #41240212

    They force you to use their billing system exclusively

  3. comment
  4. comment
    Comment #35034331

    Throttled is great for undervolting your CPU

  5. comment
  6. comment
  7. comment
    Comment #30964885

    Any technical reason why there's no Typescript SDK?

  8. comment
    Comment #28599716

    On many Android devices you can flash an AOSP RON which is a very viable alternative

  9. comment
    Comment #28558241

    Paired with other metadata (which can also be faked) I’d bet a jury would find the data quite convincing

  10. 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…

  11. 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 …

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. comment
    Comment #24561021

    University admission is for those on the margin, since the positions are limited

  17. 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…

  18. 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...