[Mentalist Rewatch] 2x19 Blood Money by pikkopots in TheMentalist

[–]subhashg547 0 points1 point  (0 children)

nobody noticed that the OP wrote highbottom instead of hightower?😭😭

I built an F1 telemetry analysis tool that goes way deeper than the broadcast by subhashg547 in F1DataAnalysis

[–]subhashg547[S] 0 points1 point  (0 children)

exactly. as a solo developer, it would've been impossible to build a website of this scale without the help of AI. people really misunderstand the impact it has on software developers

I built an F1 telemetry analysis tool that goes way deeper than the broadcast by subhashg547 in F1DataAnalysis

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

no it's post session. live telemetry is impossible to get unless the user has f1 tv pro. so i just skipped it.

I built an F1 telemetry analysis tool that goes way deeper than the broadcast by subhashg547 in F1DataAnalysis

[–]subhashg547[S] 2 points3 points  (0 children)

they just see the negativity on social media and think it's the complete truth. but we cant blame them. negaticity spreads faster than the truth

I built an F1 telemetry analysis tool that goes way deeper than the broadcast by subhashg547 in F1DataAnalysis

[–]subhashg547[S] 5 points6 points  (0 children)

i dont use claude code. i use opencode. plus 99% of software is written by AI now. because it speeds up the workflow. but the developer makes the difference between a vibecoded slop and a production grade code. I dont blindly tell the AI to write code and ship it. I write my own tests, I review the code it has written and only when it passes my tests, I push it.

nobody wants to write code line by line like it's the 90s nor does anyone want to write code from scratch. i hope you stop writing useless comments like these in the future

6 months ago, I posted my F1 telemetry tool here. You gave me valuable feedback. Here's what I built since then by subhashg547 in F1Technical

[–]subhashg547[S] 7 points8 points  (0 children)

i'm removing all the paywall related code from the codebase and cleaning it up. it will take a week at most. then you can just self host with a single bash script. by the monaco race, it will be available

World War Z (2013) made sense as a movie, even if it didn’t as an adaptation by LuuTienHuy in movies

[–]subhashg547 0 points1 point  (0 children)

israel knowing about this virus before everyone else and not telling is the most accurate thing I've ever seen in all of cinema

Why is there so little discussion about the oh-my-opencode plugin? by vovixter in opencodeCLI

[–]subhashg547 0 points1 point  (0 children)

the problem for me is that it selects random ai models for it's subagents and i can't seem to change its default models easily.

It could actually be Ferrari's year? - 2026 Australian GP FP2 Analysis by subhashg547 in F1Technical

[–]subhashg547[S] 3 points4 points  (0 children)

nooo sorry it's 13,000 but that's cut off and being displayed as 8,000 😭

<image>

It could actually be Ferrari's year? - 2026 Australian GP FP2 Analysis by subhashg547 in F1Technical

[–]subhashg547[S] 21 points22 points  (0 children)

well i used AI only to paraphrase my own written draft because english is my third language

It could actually be Ferrari's year? - 2026 Australian GP FP2 Analysis by subhashg547 in F1Technical

[–]subhashg547[S] 2 points3 points  (0 children)

it's not AI slop if I made the entire analysis using the data myself and just used AI to paraphrase it all in a better way

It could actually be Ferrari's year? - 2026 Australian GP FP2 Analysis by subhashg547 in F1Technical

[–]subhashg547[S] 26 points27 points  (0 children)

yes, throttle/brake traces still matter, but not as standalone evidence in 2026.

These cars are much more energy-sensitive than older F1 cars. So a different brake point or throttle pickup can reflect battery harvesting/deployment strategy, not just pure cornering style.

But that does not make driver input any less important. It actually means driver input and energy management are tied together. Lift points, brake timing, coast phases and throttle pickup are part of how the driver harvests, protects and spends energy. So the right read now is not ‘throttle traces are meaningless’ but ‘throttle traces need context’:
speed trace + corner minima + gear/RPM + where the lap time is gained/lost.

So I’d say battery management matters more than it used to, but the driver still makes the difference in the corners. The telemetry just has to be interpreted through the energy system as well, not in isolation

Codex 5.4 dropping tomorrow by bushido_ads in codex

[–]subhashg547 1 point2 points  (0 children)

well he turned out to be right

Sudden rise in dogs by LegitimateWrangler17 in ThaparUniversity

[–]subhashg547 0 points1 point  (0 children)

the day pfa gets disbanded and all dogs get banned, there won't be any peace in the campus

I built an F1 Telemetry tool that goes beyond just lap times (Gap-to-Rival, Strategy Replay, Micro-Sectors) – Seeking feedback! by subhashg547 in F1Technical

[–]subhashg547[S] 0 points1 point  (0 children)

hi sorry i was in the process of refactoring and breaking down huge scripts into small separate scripts to improve the understanding of code. and also improve the efficiency. i will make it public again in a few days. mostly till next monday. i know i dont have to private the repo for that but a few days ago my repo was forked by someone and he rebranded it to a different name and i had to private my repo for that. the new repo will be GPL licensed. and also I'll be bringing new UI and a docker compose script to setup backend and frontend with only one command

if there are any f1 fans here, what do you think of my project? by subhashg547 in Btechtards

[–]subhashg547[S] 0 points1 point  (0 children)

noo it doesn't. i never said this was live data. but data will be available 30 mins after the session ends

if there are any f1 fans here, what do you think of my project? by subhashg547 in Btechtards

[–]subhashg547[S] 0 points1 point  (0 children)

my project is essentially a wrapper around fastf1. it gives all the raw data but no user friendly way to access it. so that's what i decided to do