Live data from Hacker News

Viewing profile — arendjr

arendjr

HN member
Joined
Mon, Jan 21, 2013, 9:22 AM UTC
HN karma
86
Public activity
34 items

About arendjr

No profile information was provided.

Recent public activity

  1. comment
    Comment #48355679

    Zen is simply a fork of Zed for those who are happy to use an IDE free from AI, telemetry, and other cloud-based services. I use it as my daily driver and intend to maintain it so …

  2. story
  3. comment
    Comment #43965979

    Biome is an integrated linter/formatter for JavaScript/TypeScript, CSS, HTML and GraphQL. We are now in the process of implementing TypeScript-like inference (not full type checkin…

  4. story
  5. comment
    Comment #43557069

    Biome is a formatter and linter for JavaScript, TypeScript and other web languages. With this partnership, we aim to develop TypeScript-compatible type inference that works out of …

  6. story
  7. comment
    Comment #43461911

    Sorry, it’s an integrated linter and formatter for web developers.

  8. comment
    Comment #43461311

    Biome lead here, so feel free to ask anything! Biome is an integrated linter and formatter with support for JavaScript, TypeScript, CSS, and more. Highlights of the release: * Plug…

  9. story
  10. story
  11. comment
    Comment #41010000

    Love it! Great quote and very on point. As for Heraclitus vs. Plato, I think the lesson I’m trying to teach is to not pick a side until you understand each position’s implications …

  12. comment
    Comment #41009935

    xD In all seriousness though, you do hit a great point. The moment you stop being embarrassed about your mistakes and set your ego aside, is the moment that you can truly start lea…

  13. comment
    Comment #41002588

    Thanks! I would just like to clarify I’m actually not opposed to OOP at all, and at several points I tell people it’s fine to go in that direction for the problems where you need i…

  14. comment
    Comment #41002162

    That’s useful feedback, thanks!

  15. comment
    Comment #41002058

    I like this one, thanks!

  16. comment
    Comment #41002042

    I actually have nothing against objects and methods, but that’s a very limited subset of OO. I prefer to use algebraic data types for domain modeling, and giving them methods is to…

  17. comment
    Comment #40998432

    The keyword to search for is algebraic data types, which are common in functional languages, but for instance Rust also has them. Here is an example comparing C# with F#, where the…

  18. comment
    Comment #40998403

    Just know that if you do this, you’re injecting statefulness in the center of wherever it was this procedure was being used. If your entire system already has statefulness everywhe…

  19. story
  20. story
  21. comment
    Comment #39115492

    Biome is a formatter and linter for the web, written in Rust. We’re currently asking for input for developing a plugin system, where the main contenders seem to be JS/TS (possibly …

  22. story
  23. comment
    Comment #37308227

    Glad to see my contributions included in a public release =) https://biomejs.dev/blog/biome-v1 Congrats to the team, and wishing the project a healthy future!

  24. comment
    Comment #36359085

    From what I gather, a lot of Reddit usage comes from Google referrals, similar to how StackOverflow gets a lot of its traffic. If people leaving Reddit delete or scramble their com…

  25. comment
    Comment #35510465

    This is mostly an advisory and inspirational tale on how to become a better programmer with a focus on delivering value. It’s primarily based on personal learnings, but I hope they…