arendjr

joined 2 years ago
[–] arendjr@programming.dev 1 points 1 month ago (1 children)

You must be someone who hates working from home, because home is the place where we should all feel relaxed, right? What about working in the garden? The garden is certainly a relaxation spot, but god forbid you get some rays of sunshine while you work.

I understand the desire to pity people who work at the beach. But then again, I pity anyone who ended up living near Silicon Valley. Think of all the money though!

[–] arendjr@programming.dev 2 points 1 month ago

Have you tried disabling the file indexing service? I think it’s called Baloo?

Usually it doesn’t have too much overhead, but in combination with certain workflows it could be a bottleneck.

[–] arendjr@programming.dev 0 points 3 months ago

Pretty sure I would keep bumping my head trying to drink from that glass of water 😂

[–] arendjr@programming.dev 1 points 3 months ago

I think it’s good for people to have children. At least one and preferably no more than two.

If we contain population growth, the riches already created are for the taking for generations to come and the planet finally gets a rest.

It does require a reckoning with the capitalist elite that would like to produce anyway, but I feel that may be coming regardless of our feelings towards children.

[–] arendjr@programming.dev 1 points 3 months ago

Your comment is fair. I try to follow my own philosophy, so I picked a side and stand for it. I feel strongly about it, so that’s why I may use hyperbole at times.

Yet I understand it’s not everybody’s opinion, so I try to respect those people even when I don’t necessarily respect their positions. It’s a tough line to draw sometimes.

[–] arendjr@programming.dev 4 points 3 months ago (3 children)

So I’m the literal author of the Philosophy of Balance, and I don’t see any reason why LLMs are deserving of a balanced take.

This is how the Philosophy of Balance works: We should strive…

  • for balance within ourselves
  • for balance with those around us
  • and ultimately, for balance with Life and the Universe at large

But here’s the thing: LLMs and the technocratic elite funding them are a net negative to humanity and the world at large. Therefore, to strive for a balanced approach towards AI puts you on the wrong side of the battle for humanity, and therefore human history.

Pick a side.

[–] arendjr@programming.dev 2 points 3 months ago

May the depression be long lasting and heartfelt in the United States of AI.

[–] arendjr@programming.dev 19 points 3 months ago (10 children)

Simple: if the toddler has found daddy’s gun because the safe was left open… you better try talking before you scare it.

[–] arendjr@programming.dev 2 points 3 months ago

I’m gonna wait for backup on this one.

[–] arendjr@programming.dev 2 points 4 months ago

As someone who dealt with psychosis in the past (diagnosed bipolar), I’ll happily say that psychosis is not a valid excuse to push bullshit onto others.

If you need others to point you to specifics, you need to rethink your life choices and stop using LLMs.

1
Man vs. Machine (philosophyofbalance.com)
1
Teaching Empathy (philosophyofbalance.com)
 

cross-posted from: https://programming.dev/post/32376875

Biome is a formatter and linter for web languages: JavaScript, TypeScript, CSS, HTML, JSON, and GraphQL.

Version 2 adds type-aware lint rules and it is the first TypeScript linter that does not require tsc. Other new features include:

  • Monorepo support
  • GritQL Plugins
  • Revamped, configurable import sorting
  • Linter domains
  • Bulk suppressions
  • Analyzer assists
  • Many new lint rules
 

cross-posted from: https://programming.dev/post/32376875

Biome is a formatter and linter for web languages: JavaScript, TypeScript, CSS, HTML, JSON, and GraphQL.

Version 2 adds type-aware lint rules and it is the first TypeScript linter that does not require tsc. Other new features include:

  • Monorepo support
  • GritQL Plugins
  • Revamped, configurable import sorting
  • Linter domains
  • Bulk suppressions
  • Analyzer assists
  • Many new lint rules
 

Biome is a formatter and linter for web languages: JavaScript, TypeScript, CSS, HTML, JSON, and GraphQL.

Version 2 adds type-aware lint rules and it is the first TypeScript linter that does not require tsc. Other new features include:

  • Monorepo support
  • GritQL Plugins
  • Revamped, configurable import sorting
  • Linter domains
  • Bulk suppressions
  • Analyzer assists
  • Many new lint rules
 

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 checking!) that allows us to enable type-informed lint rules. This is similar to typescript-eslint except instead of using tsc we attempt to implement the inference ourselves.

This post describes our progress thus far, with a detailed overview of our type architecture.

 

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 the box for use in our lint rules.

1
Biome v2.0 beta (biomejs.dev)
submitted 1 year ago* (last edited 1 year ago) by arendjr@programming.dev to c/webdev@programming.dev
 

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:

  • Plugins: You can write custom lint rules using GritQL.
  • Domains: Domains help to group lint rules by technology, framework, or well, domain. Thanks to domains, your default set of recommended lint rules will only include those that are relevant to your project.
  • Multi-file analysis: Lint rules can now apply analysis based on information from other files, enabling rules such as noImportCycles.
  • noFloatingPromises: Still a proof-of-concept, but our first type-aware lint rule is making an appearance.
  • Our Import Organizer has seen a major revamp.
  • Assists: Biome Assist can provide actions without diagnostics, such as sorting object keys.
  • Improved suppressions: Suppress a rule in an entire file using // biome-ignore-all, or suppress a range using // biome-ignore-start and // biome-ignore-end.
  • HTML formatter: Still in preview, this is the first time we ship an HTML formatter.
  • Many, many, fixes, new lint rules, and other improvements.
 
view more: next ›