clojure-europe

Ludger Solbach 2025-09-24T07:05:51.508909Z

Good Morning!

simongray 2025-09-24T07:12:18.731659Z

The new Mac OS is such a mess. My Macbook Pro was top of the line less than 6 years ago, worked fine before, but now everything lags (key presses, scrolling), even at just 1-2% CPU utilisation.

2025-09-24T07:13:43.472959Z

that happened to my mac mini a few years ago. I really need to put linux on it

🐧 2
simongray 2025-09-24T07:16:08.610419Z

This is a work computer, unfortunately… and the update was mandated by the IT department.

2025-09-24T07:16:52.670409Z

well, at least you know who to complain to? (it sucks having work kit that doesn't work)

simongray 2025-09-24T07:19:46.208599Z

I guess

simongray 2025-09-24T07:20:05.902299Z

they don’t care, though, but maybe I can convince my boss to buy me a new one

2025-09-24T07:20:32.600859Z

yeah, it sounds like new computer time (I'm a bit surprised they aren't refreshing you around every 3 years)

simongray 2025-09-24T07:23:41.006739Z

5+ years is the policy here, though you can get around it, so I guess it’s time anwyay

hkjels 2025-09-24T07:28:55.072649Z

They will sort out the performance issues eventually, but this tends to happen on some major updates. A bit soon for a mandated update in my opinion.

2025-09-24T07:30:17.916699Z

the solution for my old mac mini was to replace the spinning hdd with nvme or ssd, so it doesn't always get sorted out in software

2025-09-24T07:30:48.819619Z

I've got another older MBP that is pretty slow as well as it only has 8GB of RAM and that has never sped up

simongray 2025-09-24T07:51:42.721129Z

@hkjels Yup, but that’s just how the IT department at the University of Copenhagen does things. It also infuriates me. If we don’t update within 5 days of any new release the computer will be randomly possessed and update itself.

simongray 2025-09-24T07:53:17.319879Z

@otfrom This is a 2019 Macbook Pro, so it’s the very last version of the intel Macbook Pro to come out (and it has an SSD of course). I guess Apple is just biased in favour of their own silicon now.

borkdude 2025-09-24T07:55:49.733779Z

Despite the mess that Apple apparently made with the last macOS, silicon is a significant upgrade, so much faster

👍 1
Ben Sless 2025-09-24T08:19:26.055259Z

There's zero justification for any use facing software being slow even on ten year old hardware. Negligence and bad code.

👍 1
borkdude 2025-09-24T08:23:21.901799Z

I don't disagree with that

Ben Sless 2025-09-24T08:26:32.823969Z

It's going to get worse

🥹 1
ray 2025-09-24T08:29:36.696559Z

an absolute classic water cooler moment though @simongray 👏🏼

😂 1
borkdude 2025-09-24T08:30:58.201609Z

it gets worse before it gets better. no, it just gets worse. ;)

😂 2
Ben Sless 2025-09-24T09:02:12.655779Z

It gets worse for 200-1000 years, then maybe it starts getting better, if previous occurrences are any indication

ray 2025-09-24T09:14:58.524259Z

worse and better are concepts that exist in many dimensions rather than a single continuous timeframe but yeah, entropy will always eventually win

borkdude 2025-09-24T09:18:51.108199Z

anthropy

🤖 2
🤣 2
Ben Sless 2025-09-24T09:50:12.500119Z

Just saying it's time to get into CollapseOS

Ben Sless 2025-09-24T09:50:50.970689Z

All relativists suddenly believe in objective reality when they stub their toe on a corner

Ben Sless 2025-09-24T09:53:33.787009Z

Ironically, inability to agree on what worse is is an indication things are getting worse for those who think there's no argument about what's worse

hkjels 2025-09-24T10:26:40.770499Z

Wow. Its a thing. I had not seen CollapseOS before 😆

Ben Sless 2025-09-24T13:54:11.240009Z

It's a pretty dope project

ray 2025-09-25T10:17:46.900979Z

I 😍 that DuskOS is here for the prelapsarian among us

Ben Sless 2025-09-25T10:26:55.703859Z

You have to be eased into it 😉

ray 2025-09-25T10:38:57.955949Z

Forth-play?

😂 1
😉 1
2025-09-24T07:13:22.713999Z

morning

ordnungswidrig 2025-09-24T07:24:23.063959Z

good morining!

👋 1
ordnungswidrig 2025-09-24T07:28:19.413339Z

Bom dia!

mdiin 2025-09-24T08:10:17.459399Z

Good morning!

ray 2025-09-24T08:26:58.327939Z

good morning

thomas 2025-09-24T11:09:03.196889Z

Mogge

simongray 2025-09-24T11:28:53.981349Z

I am using Claude to extend improve and extend some gnarly D3 code I have had in my codebase for a while. It really works great for use cases like this where I have some sense of what I want to accomplish visually, but no good internalisation of how D3 works.

ray 2025-09-24T11:57:07.938969Z

So, learning is off the table now?

simongray 2025-09-24T12:07:00.459399Z

I’m not really interested in becoming a D3 expert. I know enough.

😂 1
simongray 2025-09-24T12:09:44.693039Z

It’s not like the original code was based on my awesome D3 skills anyway. I hacked it together from some existing example code… like how 95% of D3 implementations in the wild are probably made.

ray 2025-09-24T15:15:02.321419Z

Sure and you're probably right. I still wouldn't trust an AI to improve it cos it's working from the same principles: it has no idea what works.

ray 2025-09-24T15:16:03.957249Z

OTOH you seem to be getting value out of it so it's probably a hard case for me to argue

simongray 2025-09-25T06:20:18.467069Z

If it makes a difference to you, Ray, I was a huge skeptic about it before, but after incorporating it into my workflow I have a more balanced view. 🤷 It’s not like it’s a panacea, but as someone who works entirely alone on fairly big projects, I find it really comforting not having to be an expert in every single domain for once.

simongray 2025-09-25T06:25:11.988159Z

This is the improvement to the diagram rendering that I implemented yesterday (before vs. after). I had wanted to do something like it a for long time, but the thought of having to read tons of D3 documentation and attempting a bunch of (possibly failed) repositioning calculations was holding me back.

ray 2025-09-25T07:07:02.096549Z

I don’t understand the difference but I see that some things changed and I’ll take your word that it helped. My biggest problem is that we’re building systems that are so complex that we need these tools to - like you say - read the docs and help us to avoid “stabbing in the dark”. It seems from what you say that you’re still stabbing in the dark but somehow hitting more targets. I’ve got an uneasy feeling that this trust can creep up on us and reduce our overall understanding, even as we get things done in the short term.

simongray 2025-09-25T09:07:56.151329Z

I share those concerns (and I have many more, e.g, digital sovereignty), but it doesn’t reflect how I am using it at all.

simongray 2025-09-25T09:12:32.352029Z

And today it is writing a bunch of dumb code, so you’ll be pleased to know that I have taken matters into m own hands 😛

ray 2025-09-25T09:34:11.280189Z

hehe KISS to you 😉

💋 1
ray 2025-09-25T15:38:01.129159Z

btw I am discussing my many issues about AI, along with @jmglov and several guests in this (relatively new) podcast https://politechs.dev/ ... and each episode has transcripts if you prefer to read.

lread 2025-09-24T12:06:21.317599Z

good morning!

simongray 2025-09-24T06:54:06.598229Z

good morning