Live data from Hacker News

Viewing profile — sullyj3

sullyj3

HN member
Joined
Fri, Jul 04, 2014, 9:28 AM UTC
HN karma
1,004
Public activity
544 items

About sullyj3

No profile information was provided.

Recent public activity

  1. comment
    Comment #44084498

    Functions can be polymorphic in their effectfulness, so the coloring problem isn't. Functions only become incompatible where you've made them incompatible on purpose - the whole po…

  2. comment
  3. comment
    Comment #42632655

    Can you elaborate or point to resources?

  4. comment
    Comment #42385795

    That only shows that word prediction isn't necessary, not that it's insufficient

  5. comment
    Comment #40671206

    It could be a tmux alternative if the session persistence is the only feature of tmux you care about, and you don't like the rest of it.

  6. comment
    Comment #40176979

    Learning a new language is basically trivial relative to the effort of bootstrapping everything yourself to compensate for a lacking ecosystem, or the effort of banging your head a…

  7. comment
    Comment #40176889

    Which is which and why?

  8. comment
  9. comment
    Comment #39381735

    Whenever you're asking for an explanation this deep in the ontology stack, you need to think about what kind of explanation would be satisfying to you, and whether you can reasonab…

  10. comment
    Comment #37908926

    Why not just make a separate leaderboard for autonomous AI solvers which are an interesting problem in their own right?

  11. comment
    Comment #37724458

    > I feel like right-to-left requires you to think to the end of a line before you start typing anything at all Maybe this will make people tend to shorter lines, counterbalancing t…

  12. comment
    Comment #37724372

    The fact that you embed the entire program in the URL is a hilarious demonstration of its brevity

  13. comment
    Comment #37503401

    well, nfnl transpiles it for you

  14. comment
    Comment #37502548

    It's a runtime check. The following fennel: (fn add-1 [x] (+ x 1)) (lambda add-2 [x] (+ x 2)) transpiles to the following lua: local function add_1(x) return (x + 1) end local func…

  15. comment
    Comment #37432633

    For that you'd use Applicative (*) [1..10] [2,3,5] -- or liftA2 (*) [1..10] [2,3,5] Admittedly also not accessible to non-haskellers. But on the other hand, if you're going to lear…

  16. comment
    Comment #37416431

    Pretty straightforward case of the curse of knowledge ( https://en.wikipedia.org/wiki/Curse_of_knowledge ), in my opinion.

  17. comment
    Comment #37256135

    Possibly you were using "algebraic data types" as a general stand in for fancy type system stuff, but algebraic data types are actually one of the least fancy haskell features. The…

  18. comment
    Comment #37107668

    Yeah, I'd much rather just install with pacman than manage them manually though.

  19. comment
    Comment #37107576

    I empathise with this uncertainty. As I understand it, flakes aren't incompatible with the previous way of doing things. Rather they represent an additional feature which can be us…

  20. comment
    Comment #37107483

    > A 'flake' is more/less a set of inputs and a set of outputs. I'd say it's less complicated than a package.json file in an NPM project. It's conceptually comparably complicated, b…

  21. comment
    Comment #37107457

    I'm running home-manager on arch and it's fantastic. I'm only using it for cli/tui programs, as I've had trouble getting gui software to correctly create desktop entries which show…

  22. comment
    Comment #36121108

    I see your point, but relative capability levels aren't the only relevant factor here, absolute capabilities matter as well. It seems plausible to me that even if we are to the AI …

  23. comment
    Comment #36113441

    Does lean have an analogue to hoogle?

  24. comment
    Comment #35367801

    Yeah, this concerns me. If someone believes they can upper bound LLM capabilities, I think the onus is on them to explain where and why scaling laws break down. Regardless, it seem…

  25. comment
    Comment #35367775

    Unilateral terrorism seems like a great way to get the rest of the planet to unite against you, which is why he advocates for data-center bombing only in circumstances where earth …