Viewing profile — cake-rusk
cake-rusk
HN member- Joined
- Wed, Mar 05, 2025, 8:07 PM UTC
- HN karma
- 52
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About cake-rusk
No profile information was provided.
Recent public activity
-
comment
Comment #49220972
Most laypeople I know haven't seen an ad blocker in action ever.
-
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…
-
comment
Comment #48716252
How do you run this thing? What kind of hardware do you need?
-
comment
Comment #48611546
Isn't this like the P vs NP problems? Once you have a solution it is easy to verify?
-
comment
Comment #48607400
Strangely, I knew this one. Once you hear this word it refuses to leave your head.
-
comment
Comment #48599710
Apparently I am Stephen Fry in disguise :D My score: 78,000 words, 20/20/19/18/18.
-
comment
Comment #48587163
Windows Vista / 7 was peak UI for me.
-
comment
Comment #48532703
I have an RTX 5090 card but it only has 32 GB RAM, can something like this work on my machine?
-
comment
Comment #48310477
What are some good alternatives (to Xilinx/AMD) for hobbyists / small outfits?
-
comment
Comment #47932094
English is a "romance" language then.
-
comment
Comment #47466700
Cringe?
-
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…
-
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…
-
comment
Comment #47386473
Where's the rest of it?
-
comment
Comment #47183864
India went through something similar: https://en.wikipedia.org/wiki/The_Emergency_(India) .
-
comment
Comment #46998817
It will use robots to replace pesky humans. The robots can refuel and maintain the power plant etc.
-
comment
Comment #46989652
https://dictionary.cambridge.org/dictionary/english/carpente... a person whose job is making and repairing wooden objects and structures
-
comment
Comment #46985969
I think you have misunderstood what a carpenter is. A carpenter is someone who makes wooden furniture (among other things).
-
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…
-
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…
-
comment
Comment #46853349
I agree. Doesn't contradict anything I said. So I will assume you posted the link in support of my argument :)
-
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…
-
comment
Comment #46844853
Here you go: https://fsharpforfunandprofit.com/fppatterns/
-
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 (…
-
comment
Comment #46842620
Design patterns exist to paper over language deficiencies. Use a language which is not deficient.