arendjr

joined 2 years ago
[–] arendjr@programming.dev -2 points 1 week ago* (last edited 1 week ago) (6 children)

This definition of consciousness essentially says that humans have souls and machines don't.

It does, yes. Fwiw, I don’t think it’s necessarily exclusive to humans though, animals and nature may play a role too.

It's unsatisfying because it just kicks the definition question down the road.

Sure, but I have an entire philosophy set up to answer the other questions further down the road too 😂 That may still sound unsatisfying, but feel free to follow along: https://philosophyofbalance.com/

It claims that none of our normal analysis and measurement tools apply to it.

I believe that to be true, yes.

That may be true, but if it is, how can anyone defend the claim that an AI does or does not have it?

In my view, machines and AI can never create consciousness, although it’s not ruled out they can become vessels for it. But the consciousness comes from outside the perspective of the machines.

[–] arendjr@programming.dev -3 points 1 week ago (13 children)

I think the reason we can’t define consciousness beyond intuitive or vague descriptions is because it exists outside the realm of physics and science altogether. This in itself makes some people very uncomfortable, because they don’t like thinking about or believing in things they cannot measure or control, but that doesn’t make it any less real.

But yeah, given that an LLM is very much measurable and exists within the physical realm, it’s relatively easy to argue that such technology cannot achieve conscious capability.

[–] arendjr@programming.dev 1 points 1 week ago (1 children)

Yeah, absolutely, but I think as soon as you’re getting government funding you would fall under public service rather than civic service, that’s kinda the distinction I was trying to point out.

But I like your idea!

[–] arendjr@programming.dev 3 points 1 week ago (3 children)

I’m not even sure such recognition is a good idea. Civic service is intended to benefit a (local) community, while open-source work has no such implication. Of course a lot of open-source work does have public benefit, but then maybe it’s better performed as public service, through government funding? I’m an open-source maintainer myself, but I don’t think we should be blind to how open-source can very much be used for commercial benefit.

[–] arendjr@programming.dev 5 points 2 weeks ago* (last edited 2 weeks ago) (8 children)

I think you’re hitting some good points, but the thing we need to teach these boys is that they shouldn’t be looking towards society for rewards. Society’s rewards have become a gamified rat race, so the way out is men to look inward. Not gonna lie though, that’s easier said than done…

I recently wrote a post too that touches on this topic: https://philosophyofbalance.com/blog/the-emancipation-of-men/

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

Fixed, thank you.

[–] arendjr@programming.dev 6 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I think it’s fear. People fear that their country doesn’t produce enough and isn’t wealthy enough to support an army that is capable enough to keep any real or imagined enemies at bay. Add a good amount of corruption and propaganda to it, and you get a perpetual cycle where this fear needs continuous fuelling.

The worst part of it is that the fear isn’t entirely unjustified. As the Ukraine war shows, predators will try to pray on the weak, and Europe has been complacent about its own defence.

That doesn’t mean I think capitalism is the answer of course, but it is a horribly delicate balancing act to consider all concerns.

[–] arendjr@programming.dev 3 points 2 weeks ago (1 children)

I am literally wrapping up a novel where the protagonist is the antagonist at the same time. I’m not the first one to write such a story of course, but holy shit did I have to work through some internal trauma to write that story to a suitable ending. I understand why many people may not want to bother…

[–] arendjr@programming.dev 4 points 2 weeks ago (1 children)

Don’t be so gloomy! You’re an individual number too! 😜

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

Shun the nonbeliever!

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

If I’m not mistaken, their inflation and interest rates are already crazy high, nearing 20%. Yes, they can print even more money, but it won’t give them more resources from abroad, and they’re already nearing the point where they might spiral into hyperinflation.

 

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.

10
Biome v2.0 beta (biomejs.dev)
submitted 8 months ago* (last edited 8 months 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.
 

Recent events in #politics triggered me to write a manifesto on the values of #Democracy and what we can to do preserve them.

 

Recent events in #politics triggered me to write a manifesto on the values of #Democracy and what we can to do preserve them.

 

Biome project lead here, so feel free to ask questions!

 
45
DirectX Adopting SPIR-V (devblogs.microsoft.com)
submitted 1 year ago* (last edited 1 year ago) by arendjr@programming.dev to c/linux@programming.dev
 

SPIR-V is the intermediate shader target used by Vulkan as well, so it sounds like this may indirectly make DirectX on Linux smoother.

view more: ‹ prev next ›