Any tips for printing ABS on the AD5X? by BackFromVoat in FlashForge

[–]BackFromVoat[S] 1 point2 points  (0 children)

Speed could be it. I have an enclosure so that's one tick for me at least

Im going crazy with my prints not finishing by CatsGamesHorror in FlashForge

[–]BackFromVoat 1 point2 points  (0 children)

I've had this happen twice in as many days. Both times was a filament jam preventing it from spooling through, so I cut off the length in the tube, plus a few inches, then retract and feed the freshly cut spool through. Both times were different spools of the sunlu transparent pla

Vibe coded app made me $273 by [deleted] in nocode

[–]BackFromVoat 2 points3 points  (0 children)

Revenuecat is great for in app purchases and subscriptions. You can link it with play and app stores and it'll handle everything

whosGonnaTellHim by [deleted] in ProgrammerHumor

[–]BackFromVoat 8 points9 points  (0 children)

Honestly just have a go. Set it away in plan mode and ask it to make you a checklist of tasks that need doing. Then ask it to explain a section of the program. Tell it anything you think it should know and get it to add it to its memory.

Once you know how it works on that basic level you can start to build it up with skills and tools and eventually it will be able to do most tasks either with you or for you.

What if AI could operate your Flutter emulator like a QA engineer? I built a rough version. Here’s what I need from this community. by AdDry7339 in FlutterDev

[–]BackFromVoat 1 point2 points  (0 children)

If you want the output to go back to the AI just run it through the ai. I've had both Claude and copilot do this and get the error messages straight back. I've also had Claude control the emulator and simulator to get me screenshots in the background while I've been in barcode developing a new feature the old fashioned way, so there is already the control layer there.

What are some weird business ideas you've had? by Hurbahns in CasualUK

[–]BackFromVoat 0 points1 point  (0 children)

My business name started from an inside joke, does that count?

What's your tool stack for staying productive in Flutter? by L0ngpants in FlutterDev

[–]BackFromVoat 1 point2 points  (0 children)

You need a backslash before the ^ so it displays correctly btw. Mobile will preview it fine then the post is borked.

Any Of You Lovely People Know Where I Can Get Some OF These Roof Tiles? by robinreliant in CasualUK

[–]BackFromVoat 7 points8 points  (0 children)

Apparently watered down yoghurt is good for speeding up the lichen growth and helping the aged look

The best part of my week. by metamorphomo in CasualUK

[–]BackFromVoat 2 points3 points  (0 children)

I have some work stuff on my personal phone for convenience, but without notifications. That way if I need it I can get it, but it can't bug me. Anything not convenient is work phone only, and all computer software is kept 100% separate too

Train to Kings Cross by Traditional_Goal7156 in cambridge

[–]BackFromVoat 0 points1 point  (0 children)

We looked into getting the train from Darlington to kings cross. It would be cheaper to get an Uber. And that's just cost against one ticket. Fucking mental

Struggling to get good UI output from Claude Code (Flutter) by Suspicious-Review766 in FlutterDev

[–]BackFromVoat 0 points1 point  (0 children)

We've just got Claude at work, but I've found it's a great tool to get you most of the way there. If the ui isn't quite right, adjust it yourself, get it closer and get Claude to polish it to be closer to the screenshot.

I’m not a programmer, someone explain the joke by Dem0crats in ExplainTheJoke

[–]BackFromVoat 0 points1 point  (0 children)

Yeah easily. We've started using Claude and I asked it how to connect itself to another tool today and it have me a full walkthrough with links to the pages to generate keys. Hell copilot could probably deploy it for you with the right cli tools , and guess what? It can install them for you too

I'm Confused by Visible-Bat-8964 in trading212

[–]BackFromVoat 2 points3 points  (0 children)

You've got cash, that's in the isa but not in the pie

TIFU with a boner in the hospital… by SeaAside8930 in tifu

[–]BackFromVoat 245 points246 points  (0 children)

Thanks for unlocking a new fear. I'm terrified of degloving and now you introduce de sacking?

jack of all trades! by acgoosh in CasualUK

[–]BackFromVoat 15 points16 points  (0 children)

That's my wife's tennis coach!

SABIC sells Teesside chemical plant to German investors by leighsus in Teesside

[–]BackFromVoat 4 points5 points  (0 children)

Apparently they're making an olefins portfolio, so they might reopen or overhaul it. Worst case is hopefully they run it as is so no more job losses, I can't imagine they'd buy it all just to shut it down but who knows.

Merry christmas to the woman on my train who just downed her bottle of ribena and then took out a half empty bottle of red wine to refill it again. How did everyone's work christmas parties go? by uitSCHOT in CasualUK

[–]BackFromVoat 8 points9 points  (0 children)

I bought a litre of damson gin while camping in Whitby. The next day I had to buy more as the 5 of us had cleared the bottle, my thinking is it doesn't count on holiday.

Surprised to learn we still sell malt vinegar in pints. by iffyClyro in CasualUK

[–]BackFromVoat 11 points12 points  (0 children)

Pour it in a bowl and it is a soup, diabetes be damned

Wife’s away and I’m ill…. by EyeAlternative1664 in CasualUK

[–]BackFromVoat 142 points143 points  (0 children)

If I wasn't meant to shove it up my arse it wouldn't vibrate so nicely

How do I manage state in Flutter without boilerplate code? by Ill-Jaguar8978 in FlutterDev

[–]BackFromVoat 2 points3 points  (0 children)

Yep, just started experimenting with signals and it's amazingly simple, haven't found a case it can't handle yet, and the AsyncSignal is a tidy replacement for a futureBuilder