Live data from Hacker News

Viewing profile — nikitaga

nikitaga

HN member
Joined
Wed, Mar 25, 2020, 10:56 PM UTC
HN karma
1,392
Public activity
263 items

About nikitaga

https://github.com/raquo

https://dev.to/raquo

https://laminar.dev

http://hnapp.com

https://twitter.com/raquo

Recent public activity

  1. comment
    Comment #48007627

    > Employee Only: You cannot buy these in stores. They are sold exclusively to ASML employees with a strictly enforced “one per person” rule. Wonder if they include this lego set as…

  2. comment
    Comment #47579179

    > They are common Any actual evidence of the alleged scope of this problem, or just anecdotes from devs who are mad at AI, blown out of proportion?

  3. comment
    Comment #47573262

    All this reactionary outrage in the comments is funny. And lame. Yes, for the vast majority of the internet, serving traffic is near zero marginal cost. Not for LLMs though – those…

  4. comment
    Comment #47568734

    Scraping static content from a website at near-zero marginal cost to its server, vs scraping an expensive LLM service provided for free, are different things. The former relies on …

  5. comment
    Comment #46818991

    This is great news, nice win for Scala. It's a great language, I've been working with it for 10 years now. Full stack Scala with Scala.js on the frontend is so very nice. My experi…

  6. comment
    Comment #46818656

    ^ This meme is from 10+ years ago when Scala was at the peak of its hype driven by the FP craze. Nobody seriously writes cryptic-symbolic-operator code like that nowadays. Scalaz, …

  7. comment
    Comment #46683652

    My MacOS "100%" does not have any ads. But I don't use Apple watch or Apple online services, so that's the difference I guess. You don't need to buy a Windows Watch to get ads on W…

  8. comment
    Comment #46683493

    Surely we can distinguish MacOS – the operating system – from the online services provided by Apple that happen to have a native app? If you are choosing to use Apple online servic…

  9. comment
    Comment #46683400

    I know all about their business models, yet I couldn't care less how much money Facebook gets from ad clicks. Them making a profit is not directly harming me. The things that are h…

  10. comment
    Comment #46682375

    The main reason for populism is that the incumbent governments do a consistently poor job satisfying their constituents' preferences and interests, so people get desperate to find …

  11. comment
    Comment #46681974

    How is MacOS as enshittified as Windows? It doesn't have ads, doesn't push AI on you, their online services are trivial to ignore once and never think about again, etc. I haven't t…

  12. comment
    Comment #45534611

    > stifles disagreement and debate. When I append "reddit" to my google search query, I'm not looking for "disagreement and debate". I'm looking for specific information on non-poli…

  13. comment
    Comment #45523795

    The authenticity of old fashioned forums is often outweighed by their poor UX and in general terrible ergonomics. It's no wonder that so few people want to use them anymore. Reddit…

  14. comment
    Comment #45270881

    > Comparing React to Web components is comparing apples to oranges. I mean, yes, but you're the one making this comparison, saying that WCs lack reactivity etc. Web Components are …

  15. comment
    Comment #45260203

    > If you don't want that, you gotta bring a wrapper or another reactivity library/framework. Being able to use a different library with a component, instead of the component being …

  16. comment
    Comment #45033217

    Preferred syntax is whatever looks nicer to you. It's not really two different syntaxes, just one more flexible syntax where if you choose to go full braceless, it ends up looking …

  17. comment
    Comment #45033157

    Scala is very much alive, it's just past the initial hype stage, well into the slope of enlightenment / plateau of productivity depending on which style of Scala one is into. It's …

  18. comment
    Comment #43488516

    The problem with overly abstract concepts is a problem of specific Scala functional programming libraries, and not of the Scala language itself, or of other, simpler Scala librarie…

  19. comment
    Comment #43488373

    Kotlin's adoption is not that much bigger than Scala, and it's no good to me, as it's heavily concentrated in the Android world, which is irrelevant to me. Among other things, that…

  20. comment
    Comment #43481133

    Yes, this guy: https://www.youtube.com/@rockthejvm https://rockthejvm.com/ Great videos.

  21. comment
    Comment #43481016

    I've worked both at a startup that used functional programming libraries pretty heavily, and a startup that is using as plain of a Scala as you can imagine (no cats / zios / kyos /…

  22. comment
    Comment #43480908

    We built full stack web applications: Scala on the JVM on the backend, and Scala.js on the frontend. For the frontend, used React.js (via Scala.js bindings) at one company, and my …

  23. comment
    Comment #43480701

    I meant FP libraries like Cats Effect / FS2 / ZIO et al. – they don't really do the things that Akka / Pekko is very good at, such as multi-machine parallelism, but the conventiona…

  24. comment
    Comment #43480430

    It became less popular a long time ago as the hype of actors as a programming paradigm died down, and then eventually akka adopted non-OSS BSL license which made many users includi…

  25. comment
    Comment #43480379

    Scala has been very enjoyable and productive for me and the teams I've worked on. The first couple years of v2 -> v3 transition were a bit rough as the tooling and ecosystem was ca…