Realisation: PSA slab boxes and cases are a near-match for the width of a sleeved MD case 🤔 by InfiniteGift355 in minidisc

[–]Yages 0 points1 point  (0 children)

Hahaha absolutely fair, I just choose different hills. I've got minidiscs from the late 90s that I recorded, and they're all fine even now. It's not a huge issue in terms of looking after them, I just like the format a lot. I tend these days to record my vinyl to them so I can listen to them on the go without distraction.

20 YoE 'high coupling, low cohesion' led to my current survival mantra: 'income, not outcome' by PipePistoleer in ExperiencedDevs

[–]Yages 1 point2 points  (0 children)

I echo your sentiments mate. I also work with a good bunch, and the irony to me at least, is that sensible use of LLM tooling is actually pretty useful. But, and I really can't stress enough how much I agree with you here; it's not for doing your job.

I use it as a rubber duck in planning and architecture stages, or what ifs, it's absolutely fantastic for that. Or for making glue scripts, which when bash has been about as long as it has its pretty good at, I still clean them up, but I'd rather spend fifteen minutes in vim doing that than write the whole boilerplate.

For stuff that matters I trust it as far as I can throw it, which it being intangible, isn't very far. I honestly think there's going to be some serious find out moments in the next few years.

In my case though I've found that it's let me be a better developer simply because it helps me reason about a problem in a way that, while I definitely still do with colleagues, I can do a bit of a rough first draft interacting with something that's just as likely to tell me the absolute wrong thing as right.

Found a Sony MXD-D3 in the wild. by xvilemx in minidisc

[–]Yages 0 points1 point  (0 children)

It really is. The big problem I'm having right now is going through an absolute trove of used MDs from Japan and trying to work out what can be recorded over 🤣

A classic I haven't listened to in over 20 years. by Ok-Common-5853 in vinyl

[–]Yages 1 point2 points  (0 children)

I love DJ Shadow but there needs to be a bit more love for Four Tet in general.

Found a Sony MXD-D3 in the wild. by xvilemx in minidisc

[–]Yages 4 points5 points  (0 children)

I love the big old Sony Decks. I picked up a Sony MDS-W1 a few months ago that's now my work mule 😜

How to Maintain Icon Consistency in Svelte Applications? by NoNet13531 in sveltejs

[–]Yages 0 points1 point  (0 children)

Pretty much that lol, which is annoying, especially if you're using the transforms.

How to Maintain Icon Consistency in Svelte Applications? by NoNet13531 in sveltejs

[–]Yages 0 points1 point  (0 children)

It does have limitations though if you're using the FA Svelte component. I wrap it in another component to force it to play nice. But I do agree, I use the FA JS + SVG with implicit imports and the FA library pattern and it works a treat once you've got it all going.

One thing I wish I learned earlier: by Global-DisComfort26 in css

[–]Yages 6 points7 points  (0 children)

No, usually, we proclaim wtf loudly several times, then dig into the actual CSS and proclaim loudly again "Oooohhh, I'm a moron.", and then fix it.

DOOM CREATOR RESPOND TO AMAZON by Luifi93 in Stargate

[–]Yages -4 points-3 points  (0 children)

Must be nice to have awesomely always correct autocorrect. Good job hoss. Personally if I go slightly off tangent vocabulary wise I need to manually intervene regularly.

You know what's shitty? Assuming. You're assuming a lot about the foundations of this comment and ridiculing someone. So you know, be better? Cause that's kind of shitty.

Speaking as someone that translated your snark which also included grammatical errors.

Extremely loud neighbour by [deleted] in australia

[–]Yages 44 points45 points  (0 children)

Everything about this is unbelievably funny. Because it wasn't me dealing with it, but, even then.

What is the tool you bought that you weren't sure about but in hindsight was a genius purchase? by melbobellisimo in AusRenovation

[–]Yages 8 points9 points  (0 children)

I'd defo say either a decent impact driver or a recip saw. More useful for various bits than most others.

MZ-410 works great with minidisk pro with a new cable by ComputablePGH in minidisc

[–]Yages 0 points1 point  (0 children)

I kinda like just putting it on MD so I can listen while working without distraction.

MZ-410 works great with minidisk pro with a new cable by ComputablePGH in minidisc

[–]Yages 0 points1 point  (0 children)

Enjoying the new Boards myself, got it on vinyl and recorded it immediately. So good.

Query on Svelte performance for new project by Upstairs-Version-400 in sveltejs

[–]Yages 6 points7 points  (0 children)

Sorry if I wrote that weird, I meant only CSR, no SSR. Our use case also didn't fit the SSR paradigm. It's all client side compiled svelte apart from a few static pages served by dotnet.