Live data from Hacker News

Viewing profile — tanx16

tanx16

HN member
Joined
Fri, Dec 11, 2020, 7:08 PM UTC
HN karma
53
Public activity
12 items

About tanx16

No profile information was provided.

Recent public activity

  1. comment
    Comment #46237982

    Here's a fun older thread on a similar topic - SVG is Turing Complete: https://news.ycombinator.com/item?id=20980837

  2. comment
    Comment #43900117

    I run Wireguard in combination with Pi-Hole so I can VPN into my home network to configure anything I need. DuckDNS if you’re on a dynamic DNS provider. It’s also nice to have this…

  3. comment
    Comment #41604059

    > We’re also bolstering our security team, and have hired a new senior security engineer. Is there a reason why you don’t have any security-specific positions open on your careers …

  4. comment
    Comment #40279546

    Yes, I'm mostly making fun of the fact that this extremely wealthy investor is pointing at the elderly (who likely have a higher percentage of their retirement saved in bonds and l…

  5. comment
    Comment #40279077

    > "Another issue with all the 'BS' jobs in large corporations is that it takes profits away from shareholders who are most often the pensioners and retirement accounts of the rest …

  6. comment
    Comment #39471019

    The growth of LA was also kickstarted by the 1906 SF earthquake, which burnt down ~80% of SF. If you look at the population graph of LA, it tripled between 1900 and 1910, probably …

  7. comment
    Comment #39405708

    Our team went with a similar approach when refactoring Protobuf debug APIs ( https://bughunters.google.com/blog/6405366705946624/fixing-d... ). People were relying on debug output …

  8. comment
    Comment #39137515

    In defense of the companies that do this - making native apps is extremely expensive compared to just using Electron. If you want to have a native app for Mac and Windows and a web…

  9. comment
    Comment #38078269

    It also supports exactly 1 external display.

  10. comment
    Comment #36766402

    It's funny how the article entirely skips the possibility of traveling by train, which just shows how terrible the typical intercity transit option in Asia/Europe is entirely ignor…

  11. comment
    Comment #36091240

    In the particular project I was talking about (see https://inst.eecs.berkeley.edu/~cs170/sp20/assets/project/sp... for a similar project) a solution is to reduce the problem to SAT…

  12. comment
    Comment #36088755

    This is… not true. CS170 specifically teaches about reducing NP problems to SAT (you can find this in the Algorithms textbook linked in the class syllabus). I recall solving one of…