Live data from Hacker News

Viewing profile — cake-rusk

cake-rusk

HN member
Joined
Wed, Mar 05, 2025, 8:07 PM UTC
HN karma
52
Public activity
64 items

About cake-rusk

No profile information was provided.

Recent public activity

  1. comment
    Comment #49220972

    Most laypeople I know haven't seen an ad blocker in action ever.

  2. comment
    Comment #49104076

    Is there a name for the phenomenon in which you look at something and know that there is something wrong with it but struggle to identify the problem? I got this feeling looking at…

  3. comment
    Comment #48716252

    How do you run this thing? What kind of hardware do you need?

  4. comment
    Comment #48611546

    Isn't this like the P vs NP problems? Once you have a solution it is easy to verify?

  5. comment
    Comment #48607400

    Strangely, I knew this one. Once you hear this word it refuses to leave your head.

  6. comment
    Comment #48599710

    Apparently I am Stephen Fry in disguise :D My score: 78,000 words, 20/20/19/18/18.

  7. comment
    Comment #48587163

    Windows Vista / 7 was peak UI for me.

  8. comment
    Comment #48532703

    I have an RTX 5090 card but it only has 32 GB RAM, can something like this work on my machine?

  9. comment
    Comment #48310477

    What are some good alternatives (to Xilinx/AMD) for hobbyists / small outfits?

  10. comment
    Comment #47932094

    English is a "romance" language then.

  11. comment
  12. comment
    Comment #47436754

    Here's a quote from the article. Hopefully this helps the people with rose tinted glasses get some perspective... >Lotus Notes is used by millions of people, but almost all of them…

  13. comment
    Comment #47435209

    It was bad. There was a dedicated site called lotusnotessucks.com or something like that. It does not exist anymore but here is an article about it: https://www.theguardian.com/tec…

  14. comment
    Comment #47386473

    Where's the rest of it?

  15. comment
    Comment #47183864

    India went through something similar: https://en.wikipedia.org/wiki/The_Emergency_(India) .

  16. comment
    Comment #46998817

    It will use robots to replace pesky humans. The robots can refuel and maintain the power plant etc.

  17. comment
    Comment #46989652

    https://dictionary.cambridge.org/dictionary/english/carpente... a person whose job is making and repairing wooden objects and structures

  18. comment
    Comment #46985969

    I think you have misunderstood what a carpenter is. A carpenter is someone who makes wooden furniture (among other things).

  19. comment
    Comment #46899513

    I am not sure I if I can speak to that in general but personally I discovered functional programming late. Object oriented programming was all the rage when I got initiated and tha…

  20. comment
    Comment #46853388

    IMO the ELM architecture only works with pure functions. It doesn't work with languages which cannot provide this compile time guarantee. Also functional programming needs a differ…

  21. comment
    Comment #46853349

    I agree. Doesn't contradict anything I said. So I will assume you posted the link in support of my argument :)

  22. comment
    Comment #46844869

    > Some common design patterns are so flexible that if you really implemented them in full generality as, say, some library function, its interface would be so complex that it likel…

  23. comment
    Comment #46844853

    Here you go: https://fsharpforfunandprofit.com/fppatterns/

  24. comment
    Comment #46844847

    > I'm using MVC design patterns for some codebases, I'm using DDD plus Event sourcing and Event Driven for others. All examples of OO nonsense. There is only one pattern you need (…

  25. comment
    Comment #46842620

    Design patterns exist to paper over language deficiencies. Use a language which is not deficient.