2025-10-23 09:48:49 tpnix: Your opinion is worth infinitely more than 'AI' though :P 2025-10-23 09:50:47 veltas, I just wanted a 'second opinion' :) 2025-10-23 09:52:20 Im still busy tidying up the doc and completing the example program and didnt want to be detoured into trying to quantify any code savings with FURS 2025-10-23 10:11:16 veltas, in a way, I'm lucky with FURS as I designed all the important parts years before AI was even released, so I didnt have the temptation to cut corners back then 2025-10-23 10:12:09 veltas, and I'd never get AI to write my Forth code as that would be like buying apple pie and cream then getting someone else to eat it! 2025-10-23 10:13:10 veltas, I love Forth coding, I love the mental challenges of Stack juggling, it's a pleasure for me 2025-10-23 10:46:26 I mostly use AI as a reference or way to do queries that are hard with Google 2025-10-23 10:46:40 'AI' because it's not AI 2025-10-23 10:47:15 I've been using LLMs for help with design questions like colours etc around my house, because I have no knowledge at all 2025-10-23 10:47:23 And it seems like an expert when you don't know anything 2025-10-23 10:47:30 But when you do you can see the gaps 2025-10-23 10:57:58 veltas, yes, it's easy to expect too much from LLM's 2025-10-23 11:05:12 I'm still learning what they're good at and what they're bad at 2025-10-23 11:11:50 same here, Ive found that a very tight specification with lots of information helps a lot to get what I want 2025-10-23 12:58:06 Oh yeah - AI is just full of holes and gaffs. It amazes me how thoroughly wrong it can be sometimes, but it will offer that to you with utter confidence and assurance. 2025-10-23 12:58:50 I think it's a fine tool for helping you think and organize your own capabilities, but it is just dangerous as hell when someone tries to use it to "push beyond their envelope." 2025-10-23 12:59:24 I worry that that's exactly what a lot of folks are trying to do with it. Trying to use it to get an "extra leg up" in the world. 2025-10-23 12:59:41 To get the goodie without investing the work. 2025-10-23 13:00:10 Like copying homework in high school. 2025-10-23 13:00:33 I use it primarily as a sounding board to bounce ideas around on. 2025-10-23 13:01:50 Mostly for hobby stuff (it's kind of all hobby stuff now I guess). It will invariably offer to implement things for me, in spite of me telling it over and over that that's not what I want from it. The whole point of this stuff is to do it myself in the end. 2025-10-23 13:02:31 But "Would you like for me to do " seems to be DEEPLY embedded in its operation. 2025-10-23 13:03:35 So much so I can't get it to stop. 2025-10-23 13:05:49 Being super "stern" with it doesn't help - it promises to do better and then goes right on doing exactly the same thing. 2025-10-23 13:06:44 If it were a person behaving that way I'd wind up mad as hell at him or her, but there's little point going down THAT road. 2025-10-23 13:13:27 I don't worry at all, the exact same situation happened with e.g. Wikipedia, Google, etc. Some people want to cheat and some want to learn, ChatGPT etc can be valuable for the curious intelligent kids who actually want to learn 2025-10-23 13:14:36 My main concern is about the centralisation of this stuff, but that's not new 2025-10-23 13:38:02 veltas: MY main concern is that governments want/try to integrate it in state management/security. No one (I know of) tried to rule a country asking Wiki or Google for advice :) 2025-10-23 13:40:07 AWS is integrated into a lot of govs 2025-10-23 13:41:40 It's a lose-lose situation 2025-10-23 13:58:00 ajhidd: Good point. 2025-10-23 13:58:29 veltas: Yeah, I think these "points of centralization" in our infrastructure are bad juju. They're points of failure and also points of attack. 2025-10-23 13:59:00 But all it takes is for one to become the "most economical" way of doing something, and the world just piles onto it like bees on honey. 2025-10-23 13:59:41 And I guess the last few days have shown us how "wired in" AWS is. 2025-10-23 14:27:40 It's funny because the internet initially was all very distributed, I'm guessing for a number of reasons including resistance to nuclear attacks 2025-10-23 14:27:57 And the infrastructure is still mostly quite distributed 2025-10-23 14:28:32 But yeah it's cheaper to just not bother with all that and so one badly configured DNS can bring down a big chunk of tech 2025-10-23 15:13:45 It wasn't really initially intended for use by a huge "mutually distrusting" user space. We built that onto it anyway. 2025-10-23 15:14:28 For the purposes we want to put the network to today it really should have been custom designed from the ground up. 2025-10-23 15:15:37 Of course part of the problem was that at the time it all started our hardware capabilities were meager by today's standards. It was almost required to focus on performance just to get it to work well enough to use at all. 2025-10-23 15:15:55 This "throw cycles at it" thing is more recent. 2025-10-23 15:18:17 Even if we'd known all the cute tricks we know today, we wouldn't have been able to afford to implement them. 2025-10-23 15:19:08 We've come a long way, but we've brought an awful lot of baggage with us that seems impossible to jettison now. 2025-10-23 15:20:17 Looking back it's pretty easy to see how it was that "profit" mentality that drove us right down this path. 2025-10-23 16:26:42 these bot attacks on the ssh port are crazy 2025-10-23 16:27:44 Don't use the default port 2025-10-23 16:33:52 i do a deny on the pssword login 2025-10-23 16:34:17 and root login too 2025-10-23 16:35:07 Better to just refuse connection 2025-10-23 16:35:17 yes i do it 2025-10-23 16:35:19 Smaller logs