Viewing profile — arendjr
arendjr
HN member- Joined
- Mon, Jan 21, 2013, 9:22 AM UTC
- HN karma
- 86
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About arendjr
No profile information was provided.
Recent public activity
-
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 …
- story
-
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…
- story
-
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 …
- story
-
comment
Comment #43461911
Sorry, it’s an integrated linter and formatter for web developers.
-
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…
- story
- story
-
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 …
-
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…
-
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…
-
comment
Comment #41002162
That’s useful feedback, thanks!
-
comment
Comment #41002058
I like this one, thanks!
-
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…
-
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…
-
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…
- story
- story
-
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 …
- story
-
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!
-
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…
-
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…