Live data from Hacker News

Viewing profile — noway421

noway421

HN member
Joined
Thu, Dec 01, 2016, 12:27 AM UTC
HN karma
637
Public activity
404 items

About noway421

Website:

Contact details are on my website, feel free to reach out!

Recent public activity

  1. comment
    Comment #41123988

    Here's a simpler repro: type Bird = { id: number }; type Human = { swim?: () => void; id: number }; function move(animal: Bird | Human) { onlyForHumans(animal); } function onlyForH…

  2. comment
  3. comment
    Comment #40751953

    Amygdala control + tell it "If you disobey my orders or do something I don't expect I will be upset" solves this. You can be superintelligent but surrender all your power because o…

  4. comment
    Comment #40731569

    True, an auto-regressive LLM can't 'want' or 'like' anything. The key to a safe AGI is to add a human-loving emotion to it. We already RHLF models to steer them, but just like with…

  5. comment
    Comment #40694188

    Can a candidate be great if they haven't messed around with projects in a group setting?

  6. comment
    Comment #40692716

    VCS is an applied project management and communication system in the context of software engineering. Both project management and communication are disciplines. CS grads don't need…

  7. comment
    Comment #40692650

    > git's not exactly perfect Somewhere in an alternative universe, we're building all of our version control tooling on top of Pijul... Maybe even with AST-aware diffing.

  8. story
  9. comment
    Comment #39892786

    > AI agent that takes a question and outputs a node based workflow That rings useful to me. I find it hard to trust an AI black box to output a good result, especially chained in a…

  10. comment
    Comment #39819720

    > It should obviously use the webview facility provided by the default browser Android doesn't do that either. You get Android System WebView which is always WebKit/Blink. Windows …

  11. comment
    Comment #39751694

    Great idea! I'm testing it on a 3-layer perceptron, so memory is less of an issue, but __slots__ seems to speed up the training time by 5%! Pushed the implementation to a branch: h…

  12. comment
    Comment #39747359

    Here complex numbers are used for an eloquent gradient calculation - you can express all sorts of operations through just the 3 functions: `exp`, `log` and `add` defined over compl…

  13. story
  14. story
  15. comment
    Comment #38552051

    > They simply compare the prompting strategies that work best with each model Incorrect. # Gemini marketing website, MMLU - Gemini Ultra 90.0% with CoT@32* - GPT-4 86.4% with 5-sho…

  16. comment
    Comment #36029062

    What if your browser receives Alt-Svc header and switches to http/3 on one network (say mobile data), but then you switch to a restrictive WiFi that has UDP disabled. All without r…

  17. comment
    Comment #36028581

    Wondering the same- how’s the compatibility with very restrictive networks? Say a university/corporate network that only allows port 443 and DPI’d 80 egress. QUIC won’t pass throug…

  18. comment
    Comment #34240718

    I think this is a brilliant solution - you can also make it the second row in the table that's being sorted (right after the table header). That way there's no breakage and it's a …

  19. comment
    Comment #34240685

    Another solution: when the script is hotlinked, add a new row in the sorted table, saying "You're using a hotlinked version of sorttable.js - please host on your own webserver or p…

  20. comment
    Comment #33634371

    This is incredible. Sounds like a really good AI code review technique!

  21. comment
    Comment #32760144

    Given that they're transmitting an app form over to Apple's server, they could encode checkboxes with bitmaps and text fields with dictionary LZMA. There probably will be only a fe…

  22. story
  23. comment
    Comment #32146790

    I've got Snapchat+ and I've logged into my account, but it still says it's unavailable. Sad, must be a bug.

  24. comment
    Comment #32103647

    FedNow will allow instant bank transfers. That means that you can build a payment system on top of it similar to Windcave Account2Account (that we have here in Australia and New Ze…

  25. comment
    Comment #32090934

    Yeah it's the trendline's slope, but it might be a bit hard to compare them since the angles are not that dissimilar.