Live data from Hacker News

Viewing profile — Okx

Okx

HN member
Joined
Tue, Apr 28, 2020, 2:54 PM UTC
HN karma
76
Public activity
26 items

About Okx

No profile information was provided.

Recent public activity

  1. comment
    Comment #49181046

    Taxing companies on revenue would completely wipe out low-margin businesses like supermarkets, and create massive distortions in the economy where one company being vertically inte…

  2. comment
    Comment #49180996

    Unfortunately if your employer pays for private health insurance, HMRC says that is a taxable benefit and you still pay tax. The more insidious part is how the government makes emp…

  3. comment
    Comment #47456967

    maybe it would be a little better to use ints rather than longs, as Java lists can't be bigger than the int max value anyways. Saves you a cache line or two.

  4. comment
    Comment #47456922

    The code: public int parseOrDefault(String value, int defaultValue) { if (value == null || value.isBlank()) return defaultValue; for (int i = 0; i Is probably worse than Integer.pa…

  5. comment
    Comment #46663101

    this comment is pretty obviously written by AI

  6. comment
    Comment #45652540

    Unfortunately, Wikipedia doesn't seem interested in this. Their revenue is more than enough be able to invest and sustain the site forever, but they just increase expenses on non-c…

  7. comment
    Comment #44221168

    Yes, last time I checked, Zig's comptime was 20x slower than interpreted Python. Parsing a non-trivial JSON file at comptime is excrutiatingly slow and can take minutes.

  8. comment
    Comment #43369663

    You’ve got a monopoly on lemonade because you pay all the grocery stores to be the default lemonade. So we’re going to force you sell your car. I don't think this is an accurate an…

  9. comment
    Comment #43198844

    > The above code is simple and correct Unfortunately not: Using notifyAll and wait in Java is tricky to do correctly, you'd have a much easier chance using concurrency primitives t…

  10. comment
  11. comment
    Comment #43069260

    soma fm has some good online radio stations: https://somafm.com/ (and shows you the track and artist)

  12. comment
    Comment #41700898

    GnuCash and KDE Money always seemed very similar to me. Why should I use GnuCash over KDE money?

  13. comment
    Comment #41571984

    > You can use GraalPy with GraalVM JDK, Oracle JDK, or OpenJDK https://www.graalvm.org/latest/reference-manual/python/

  14. comment
    Comment #40974833

    No wonder he heard from his brother that the Border Patrol were always hiring; they seemingly make it impossible to get hired.

  15. comment
    Comment #39486872

    Can you DMCA yourself for someone else's copyrighted material? That's what I'm talking about here.

  16. comment
    Comment #39484304

    If you've inadvertently committed, say, copyrighted material to GitHub, and want to fully erase it, is there a way? Other than contacting GitHub as this article mentions. Even if y…

  17. comment
    Comment #37496937

    Not only that, but it makes the pronunciation difficult. Should this be pronounced like the English word "love", or interpreted more like a German word (which actually has this let…

  18. comment
    Comment #31448296

    Here is the AMD64 reference manual https://www.amd.com/system/files/TechDocs/40332.pdf The stuff you will need most is in Volume 3.

  19. comment
    Comment #31405690

    My question is, how was there enough liquidity in Beanstalk to be able to buy half of it in an instant? The article doesn't explain this.

  20. comment
    Comment #30354982

    Wikipedia's expenses go up year after year seemingly needlessly. It is making revenues far and above what it needs to maintain the project, but its expenses seem to go up each year…

  21. comment
    Comment #29897101

    I don't think you should be risking anything when there's $5bn at stake and a single failure can cause you to lose all of it

  22. comment
    Comment #29832665

    The article also argues that severity of autism doesn't really make sense.

  23. comment
    Comment #28293126

    It already does on mobile. It is impossible to view subreddits unless you sign in, you only get a "preview"

  24. comment
    Comment #27617901

    It's only a disincentive to ask for a raise if you don't know what it means. You only pay back student loans based on the percentage of money you earn above a certain amount. If yo…

  25. comment
    Comment #24984386

    A software firewall is useless against a DDoS attack. It will only serve to help your IP not get discovered in the first place.