leisesprecher

joined 1 year ago
[–] leisesprecher@feddit.org 0 points 4 weeks ago

No, I'm saying you're wrong in your understanding of Wikipedia.

Also, I did not miss anything out, your self defined definition is simply so broad that it's meaningless. Again, what is not AI following your definition? An if statement does not mimic intelligence, especially not human intelligence.

[–] leisesprecher@feddit.org 1 points 4 weeks ago (1 children)
  1. That's a weak argument without substance. "No, you!" is not exactly a good counter.

  2. Yes, that's exactly what I'm talking about, which refutes your argument in 1).

  3. That's a whole different discussion. That intelligence is required to build something has nothing to do with whether the product is intelligent. The fact that you manage to mangle that up so bad is almost worrying.

[–] leisesprecher@feddit.org 1 points 4 weeks ago (2 children)

I'm sorry, but that's the worst possible conclusion you can get from that paragraph.

Again, think your argument to the end. What would not fall under AI in your world? If A* counts, then literally everything with a simple 'if' statement would also count. That's delusional.

Do actually read the article and the articles linked. Are you really, really implying that a simple math equation, that can be solved by a handful transistors and capacitors if need be, is doing something "typically associated with human intelligence"? Really?

[–] leisesprecher@feddit.org 2 points 4 weeks ago (1 children)

Are you by any chance familiar with degrees of murder, involuntary manslaughter and insanity?

If I think I'm defending myself, despite no reason to do so, I can't claim self defense. You can't argue, that your neighbor certainly didn't threaten you in any way, but he sometimes looked really weird, so it's self defense to kill him.

I'm not even sure, what exactly you're trying to argue here?

It seems like you're under the impression that thinking you're doing something good is virtuous, but I fundamentally disagree

It seems like you made impressions on yourself, because that's completely besides anything I wrote.

Doing something bad and knowing that it's bad, is bad. That should be very very obvious.

You're building yourself an entire terracotta army worth of strawmen here.

[–] leisesprecher@feddit.org 0 points 4 weeks ago (7 children)

And you'd argue wrong here, that is simply not the definition of intelligence.

Extend your logic a bit. Playing an instrument requires intelligence. Is a drum computer intelligent? A mechanical music box?

Yes, the definition of intelligence is vague, but that doesn't mean you can extend it indefinitely.

[–] leisesprecher@feddit.org 4 points 4 weeks ago

To a certain extent, yes.

ChatGPT was never explicitly trained to produce code or translate text, but it can do it. Not super good, but it manages some reasonable output most of the time.

[–] leisesprecher@feddit.org 5 points 4 weeks ago* (last edited 4 weeks ago) (5 children)

You're whitewashing, because you're implying that she had good intentions. She did not. She was not misled by propaganda, she knew what she was doing and what the implications would be.

It was a Thatcher-era thing, and despite being evil and wrong about nearly everything, she at least thought what she was doing would help normal people.

That's a pretty clear sign being apologetic right here.

[–] leisesprecher@feddit.org 4 points 4 weeks ago (13 children)

No, it does not.

A deterministic, narrow algorithm that solves exactly one problem is not an AI. Otherwise Pythagoras would count as AI, or any other mathematical formula for that matter.

Intelligence, even in terms of AI, means being able to solve new problems. An autopilot can't do anything else than piloting a specific aircraft - and that's a good thing.

[–] leisesprecher@feddit.org 29 points 4 weeks ago (8 children)

Oh no, she did not think it would help normal people.

Just think about what kind of system you're describing: local people owning shares of their utilities. That's ownership by the populace. So, you know, public ownership. Like the system already in place.

The story you're describing is just an attempt to sell redistribution to people who are not willing to think. Even in the best case, this would be a giant rent-seeking scheme for banks and pension funds. And we're definitely not living through the best case here.

Stop trying to whitewash politicians. Especially not the ones who showed time and time again that they don't give a shit about the literal survival of anyone poorer than them.

[–] leisesprecher@feddit.org 12 points 4 weeks ago (2 children)

If that's what you actually intended to type, you might have a stroke.

[–] leisesprecher@feddit.org 23 points 4 weeks ago (15 children)

A finely refined model based on an actual understanding of physics and not a glorified Markov chain.

[–] leisesprecher@feddit.org 9 points 1 month ago

And that's just the direct costs to the police. The indirect stuff, supply chain issues, waiting times, etc. aren't even included.

It's like always with right wing/proto fascist politics: optics over function.

 

In very short, I have a NixOS install with an /etc/fstab using UUIDs. However, my bulk drive died. I have backups, the data is not the problem.

But I can't boot NixOS without the drive. It throws me into an emergency shell, in which I can't edit /etc/fstab (read-only FS) and since I'm in emergeny mode, nixos rebuild doesn't work either (seems to be mostly a network issue).

So, what's the best, non-reinstalling way to fix that?

 

I'm working on small nix flake to standardize the developer environments at my job.

What I'm still missing, however, is a way to clean up after leaving the shell. Some hook to call a shell script, when the shell is closed.

Is there something like this? I thought about wrapping the actual nix develop call inside a bash script and waiting for nix to terminate, but that seems rather hacky.

 

I'm trying to get an old Windows game running for a friend.

It seems to be a 16bit macromedia app and I kind of got it running in a Win 98 VM using Virtualbox. DOSBox seems to get confused by it being a Windows app.

Thing is, the friend is very much not good with tech and I want to set everything up for him to "just work". Installing VBox might be a bit too much.

Apparently, you can install Windows inside DOSBox, but is that really stable and usable for layman? Are there any other approaches?

 

I have a small homelab running a few services, some written by myself for small tasks - so the load is basically just me a few times a day.

Now, I'm a Java developer during the day, so I'm relatively productive with it and used some of these apps as learning opportunities (balls to my own wall overengineering to try out a new framework or something).

Problem is, each app uses something like 200mb of memory while doing next to nothing. That seems excessive. Native images dropped that to ~70mb, but that needs a bunch of resources to build.

So my question is, what is you go-to for such cases?

My current candidates are Python/FastAPI, Rust and Elixir, but I'm open for anything at this point - even if it's just for learning new languages.

 

I asked a while ago, how to build an automatic light switch and finally got around to actually building it.

My board is an ESP8266 mini D, and ignoring all the sensor parts, my problem right now is powering the actual light.

It's just a small LED array and I connected it directly to the 5V and GND pins (controlled via a transistor).

Measuring from the wall (so including the PSU), this whole setup pulls about 3W (so far expected), however, one small component close to the USB connector gets uncomfortably warm, and I'm not sure, whether that's ok.

The hot component is one of the two small thingies circled in the picture. I thought the 5V get pulled directly from the USB plug, so I'm not sure, why there is any circuitry involved.

 

I'm trying to build a very simple, stupid light switch for my grow light. Essentially, I want to turn on the light, if it gets too dark outside, so that my plants can survive the northern winter.

Since I'm a software guy, my first thought was an ESP32, but that seems excessive.

My current approach would be something like this: https://www.ebay.com/itm/313561010352 In conjunction with a relay, both powered by a USB-PSU.

If the light level is low enough, the logic DO pin should send a signal and that should be enough to trigger a small relay, so that the relay then closes the circuit to switch on the lights.

Is that idea completely stupid? With electronics, I'm usually missing something very obvious.

The lights themselves are already just usb powered and only draw 5W, so that shouldn't be problem.

What I'm concerned with is the actual switching. Is the logic signal "strong" enough to activate a relay? Would simple transistor maybe sufficient?

view more: next ›