Live data from Hacker News

Viewing profile — killbot5000

killbot5000

HN member
Joined
Tue, Nov 02, 2010, 1:37 AM UTC
HN karma
152
Public activity
37 items

About killbot5000

No profile information was provided.

Recent public activity

  1. comment
    Comment #49232986

    Voting with your wallet can work, but consolidation increasingly makes voting with your wallet a double or triple whammy. 1) alternatives may be more expensive by dollars 2) altern…

  2. comment
    Comment #48484343

    Or a shot in the back.

  3. comment
    Comment #48405023

    Not if your spells cast their own spells.

  4. comment
    Comment #48391872

    How does he stay awake??

  5. comment
    Comment #48368538

    I’ve always suspected the “index funds are the safest investment” system is ripe for exploitation.

  6. comment
    Comment #48063546

    I love go, but I find it did little to make concurrency management easier to reason about. Race conditions are easy to write. Go routines have all the same concurrency problems of …

  7. comment
    Comment #47668222

    No. Why is this a question?

  8. comment
    Comment #47440924

    The documentation reference a “decode” function, and it’s imported to the example code, but it’s never called. I’m not sure what the API is after reading the examples.

  9. comment
    Comment #47405796

    The output of the transformation layers are a collection of embeddings in the latent concept space. Those can be fed into an addition model to extract semantic segments, bounding b…

  10. comment
    Comment #47405756

    Does STUN attempt to utilize any of those?

  11. comment
  12. comment
    Comment #47391766

    It’s the same assumption is required for any hole punching handshake (including STUN). > This is a property called “equal delta mapping” FWIW I’ve worked in computer networking for…

  13. comment
    Comment #47383061

    The foundation models themselves will be cheap to deploy, but we’ll still need general purpose inferencing hardware to work along side them, converting latent intermediate layers t…

  14. comment
    Comment #47352412

    It's funny that humans working together for mutual benefit via any other mechanism than regimented corporate slavery is considered insane.

  15. comment
    Comment #47309266

    I’m wholly in support of protecting vulnerable people. This article used the word “laser” much more than I would have thought necessary. Couldn’t we accomplish the same thing with …

  16. comment
    Comment #47309198

    Right? A “contract” that only one party needs to abide by is not a contract… it’s an abusive relationship.

  17. comment
    Comment #47034183

    > Quality of code has never had anything to do with which products are successful. I bet both youtube and facebook's codebase is a tangled mess. The code’s value is measured in its…

  18. comment
    Comment #46880090

    That lamp is a nightmare to someone with migraines.

  19. comment
    Comment #37592098

    Logs should go to stderr. I will die on this hill.

  20. comment
    Comment #37592093

    > don't have a bad day at work All systems break. Complex systems break in complex ways. Robots will definitely have bad days.

  21. comment
    Comment #26591497

    The Uber business model is: Undercut competition. Use borrowed money to sell rides under cost. Wait for all competitors to die. Jack up prices. AFAIK they’re still living on borrow…

  22. comment
    Comment #22247766

    just wait until you see how easy it is with bocker_compose

  23. comment
    Comment #21931435

    rachelbythebay.com

  24. comment
    Comment #21374136

    > Engineers don't generally enjoy paying off technical debt, it's a chore. But they recognise that it must be done sometimes. I disagree. Most engineers I work with like refactorin…

  25. comment
    Comment #20984575

    The simplest example I can think of is: Map(slice, func) You can can implement this generically in Go using interface{} types and runtime type checking, but then you have runtime t…