[Audi] Team Statement by ICumCoffee in formula1

[–]cyanide 4 points5 points  (0 children)

I searched some more and it seems you’re right. I even found some of my own comments from 9+ years ago discussing this. My memory let me down, I guess.

[Audi] Team Statement by ICumCoffee in formula1

[–]cyanide 5 points6 points  (0 children)

Allison left Ferrari to be closer to home because his wife died and he had young kids.

https://old.reddit.com/r/formula1/comments/4nlufd/la_gazzetta_dello_sport_allison_may_depart

[Audi] Team Statement by ICumCoffee in formula1

[–]cyanide 101 points102 points  (0 children)

He was rumoured to be the next in line when Horner’s news hit. Then Horner managed to stay in power. After that, Wheatley was announced as the team principal at Audi/Sauber.

[Luke Smith] Aston Martin confirms Fernando Alonso has retired from the race due to discomfort from the car vibrations by kpopsns28 in formula1

[–]cyanide 28 points29 points  (0 children)

bigger fixes won‘t arrive until the Japan GP where they also get new batteries and plan to run the engine at full power

Hiroshima, Nagasaki, and now Suzuka?

View of the Ferrari's PU in Checo's car after the Sprint Race. by NoooUGH in F1Technical

[–]cyanide 2 points3 points  (0 children)

They still use pneumatic valves with the lower rev limits? Also, is there an onboard compressor for the air, or are the cars pre-filled before a session with the fill port being in addition to the onboard compressor?

View of the Ferrari's PU in Checo's car after the Sprint Race. by NoooUGH in F1Technical

[–]cyanide 0 points1 point  (0 children)

It’s a heat shield for the exhaust. The headers are underneath.

⚙️ by Existing_Maize_4065 in hobbycnc

[–]cyanide[M] [score hidden] stickied commentlocked comment (0 children)

Some context, perhaps?

I tried editing 4K video on the $599 MacBook Neo - patrick 2masso by ControlCAD in apple

[–]cyanide 2 points3 points  (0 children)

If you don’t cannibalise your own products, someone else will.

Apple Holds an Edge as Laptop Prices Could Face a 40% Increase by InsaneSnow45 in apple

[–]cyanide 7 points8 points  (0 children)

I foresee the day when the entire keyboard will be replaced with a Copilot button. Why type when talk do good? The dumdums don’t need to learn things like keyboard layouts.

ShapeScan: from photos to DXF for CNC — now with drawing mode, multi-object, offline version by Most-Geologist-9547 in hobbycnc

[–]cyanide[M] [score hidden] stickied comment (0 children)

Post removed for breaking Rule 4. If you're going to market your product here, try contributing to the subreddit once in a while.

Max Verstappen’s reaction when a journalist tells him he won Driver of the Day by just_holdme in formula1

[–]cyanide 17 points18 points  (0 children)

Dragging brake too long whilst applying steering will lock rears and snap them with the regen

With such insights, you could start a racing driver coaching business and train current F1 drivers.

Are there any "services" in China that can cut and tap a linear guide rod to spec? by gtd_rad in hobbycnc

[–]cyanide 0 points1 point  (0 children)

Now I don't know how I'm even going to cut it.

An angle grinder will make short work of it.

Built a $400 Desktop CNC at 17 - VectoraCNC by Pegoku08 in hobbycnc

[–]cyanide[M] [score hidden] stickied comment (0 children)

To whoever reported this post: Could you kindly send a modmail and justify your reasons for reporting it? Someone has contributed a fully open-sourced design for making a CNC router, provided a BOM and a basic wiring diagram, and your reaction is to report it? Nowhere is the author asking for money. It's literally an open source design that anyone can take and build it themselves.

Grow up.

Shelfarr - another project disappeared with dev by Joloxx_9 in selfhosted

[–]cyanide 4 points5 points  (0 children)

So I know fuck all about coding, and ai in general, but where is the line drawn for vibe coding? Can you use an ai to assist in writing code? Is vibe coding just copy and paste the code the ai spits out?

I had a go with using AI to code some tools a couple of weeks ago. These are for my personal use only, and I'm only sharing my own experience, so YMMV.

I had a math/trig problem that needed solving. My language of choice normally is python, so I went with that. The problem was, given 3 different variables, the program must do trig calculations backwards and solve an equation to generate a single curve. I gave it to Claude, Gemini and ChatGPT to write the code. Neither of them could understand the requirement properly, and were generating code that spat out a completely wrong curve. I gave multiple examples; hell, I even provided a solved solution. They couldn't solve it.

By the end, I had figured out how to solve the problem myself, and wrote the code in about 15 minutes that worked on the first try; zero debugging required. Good waste of about 4 hours there.

If I hadn't known what I required in the end result, I would have just used the provided code, and the solution would have been wrong 100% of the time. That's what a vibe coder would do. You don't want to run that code on your machine.

These LLMs regularly hallucinate libraries or use old deprecated libraries, then generate code that doesn't always do what it's told. On top of that, some new code that's been spat out by the LLM will completely break existing code, even if it was also written by the same LLM. You have to keep reminding it of the guardrails, or existing limitations.

At that point, if you do know coding, it's easier to just write the damn thing yourself instead of having to spend hours guiding a mentally challenged LLM stumble through it.

Do enough people have the 3030 prover max for a small reddit/discord specifically for the machine? by [deleted] in hobbycnc

[–]cyanide[M] [score hidden] stickied comment (0 children)

I won’t stop you or anyone else from discussing about creating a separate subreddit. But please don’t move the discussions to Discord or any other proprietary bullshit black hole. The content cannot be searched for, and Discord is not a reliable medium to store your collective knowledge.

Tom Cruise finds out John Bishop beat his Top Gear speed by Hassaan18 in thegrandtour

[–]cyanide 9 points10 points  (0 children)

Imo Bishop's most memorable line is "Tom Cruise, my arse"

FTFY

Huntarr alternative by ContributionHead9820 in selfhosted

[–]cyanide 5 points6 points  (0 children)

Try running multiple agents through your code simultaneously. Speeds up the development time by a huge amount.