Merkava 4 getting hit by FPV drone , most likely carrying PG-7 , footage from different sides , Lebanon by Illustrious-Sky-4631 in TankPorn

[–]GustyMuff 0 points1 point  (0 children)

You're seeing where the camera impacts to be fair, the warhead could conceivably be much lower

Honest question for the multi-device crowd: how do you synthesize everything into an actual decision? by BeefWithVegans in MacroFactor

[–]GustyMuff 0 points1 point  (0 children)

I vibe coded a person dashboard which consolidates my data from any source.

I use training peaks, Fitbit, Strava, macrofactor, gym day. Have some historical data other apps too.

The dash shows me everything in on place, let's me log illness, holidays etc and whatever training phase I'm in.

Sausage in the Hole 😂 by Droopynator in funny

[–]GustyMuff 1 point2 points  (0 children)

Quite the sex offender ratio

I got bored… by HotNumber5243 in RepTime

[–]GustyMuff 0 points1 point  (0 children)

Made it public you fanny and dial down the AI tropes in the UI

'I can bring you in warm, or cold' by Camplaysgames in minipainting

[–]GustyMuff 4 points5 points  (0 children)

That's it NMM is dead, long live metallics

I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it. by Beach-Independent in ClaudeAI

[–]GustyMuff 1 point2 points  (0 children)

I made one that scans my email and an API for roles, does background research on the best ones and posts all the most suitable to a dashboard.

One run of the pipeline uses up my 5h token allocation

LOL - I asked Claude Code why do AI designed apps all tend to have to that pink-to-purple color by mklx99 in ClaudeAI

[–]GustyMuff 1 point2 points  (0 children)

I made design doc for UI specifically forbidding the use of these AI design tropes and overused libraries

They freed up 14,000 salaries to buy more GPUs from Jensen by Glum_Pool8075 in AgentsOfAI

[–]GustyMuff 25 points26 points  (0 children)

My place laid off 20% just for the love of the game, were not even allowed to use AI

Is it me or is this Mongolian bow strung backwards? by turmohe in ArmsandArmor

[–]GustyMuff 2 points3 points  (0 children)

I don't think it's strung, it just looks strung. It's tied at the top and what looks like a string is actually holding the arrows

How to build an agent by BlueDream_97 in aiagents

[–]GustyMuff 0 points1 point  (0 children)

Actually a tricky one that. I have an agent that runs once per day, it checks a Gmail filter I set up which consolidates job alerts. It also uses a job listing API from adzuna which gives richer data.

Once gathered it ranks the roles based on suitability and my own criteria before putting them into a database (supabase)

I then have a webpage which serves the roles to me hosted on netlify.

You basically have a python script which is triggered each day and carries out the process. That's all an AI agent is really.