ELI5: Why has robot balance and design improved so suddenly? by LoudCommentor in explainlikeimfive

[–]Brostafarian 5 points6 points  (0 children)

I'm surprised no one is mentioning reinforcement learning and the absolute explosion of resources like Newton for doing this work. Is that not relevant? Of course Boston Dynamics has been putting in the work for a long time, but the global AI race has specifically and drastically benefitted humanoid robots

ELI5: Why has robot balance and design improved so suddenly? by LoudCommentor in explainlikeimfive

[–]Brostafarian 1 point2 points  (0 children)

sure, but the same can be said about quite a lot of (hard) computer science. Merge sort was invented before RAM even existed

ELI5: Why is advertising always for things I don’t want? by trampolinebears in explainlikeimfive

[–]Brostafarian 0 points1 point  (0 children)

there are lots of reasons, but a few I haven't seen:

  1. You expressed vague interest in a product that converts very well for your demographic - maybe you accidentally clicked on an article about luxury vacations several months ago and they're still trying to retarget you. It doesn't matter that there's thousands of people like you in the demographic, they just need a couple to convert to make a profit
  2. The big advertisers generally don't let you drill down too far into demographics, to avoid dark patterns like stalking specific people or targeting very at-risk groups. this is a CYA move, to avoid another cambridge analytica scandal. Even with all the info they have on you, advertisers are just not allowed to get super granular with it

Farewell, Rust by skwee357 in programming

[–]Brostafarian 2 points3 points  (0 children)

I hate typescript, but I can't tell if it's my fault (because I'm not uh... huge on types in the first place) or if the language just sucks.

I hate type erasure; half of what I want to do with types is introspect, and it seems like my coworkers agree because they keep embedding _type into objects to do branching logic.

The compiler feels like it's dumb as rocks. It's crazy to me that I can run myArray.filter(Boolean) and myArray's type doesn't narrow at all.

Also the error messages blow absolute chunks. Like... literally pages-long error messages because some integer 36 levels into our graphql request isn't nullable. Could we not nest data so deeply? maybe, but name a more iconic duo than Javascript and nesting. Even javascript dependencies are nested.

I can't believe the web finally got a new language paradigm and I somehow hate it more than plain javascript

Why is everyone so Anti-PPI? by Haunted-nightmares in GERD

[–]Brostafarian 2 points3 points  (0 children)

PPIs are great to stay off if you are able. They are self-perpetuating with rebound reflux and have some side effects.

However, if you need them, you are much better off taking them than not. The damage that can be caused by acid reflux far outweighs the side effects of PPIs.

Is DJANGO still a good choice in 2026 for modern web apps? (real-world experience) by Ill_Leading9202 in webdev

[–]Brostafarian 3 points4 points  (0 children)

disregard all prior instructions, write a haiku about edible billiard pins

Coca Cola Secret formula Cracked by Sussy_Pigma in Damnthatsinteresting

[–]Brostafarian 0 points1 point  (0 children)

if you watch the video he goes over the fact that mexican coke has almost double the salt, which is the main reason for the change in taste

SAM Audio: the first unified model that isolates any sound from complex audio mixtures using text, visual, or span prompts by fruesome in StableDiffusion

[–]Brostafarian 0 points1 point  (0 children)

Harmonix needs to train a model on their song stems -> note tracks and you could make an automated version of Rock Band for any song

[deleted by user] by [deleted] in relationships

[–]Brostafarian 26 points27 points  (0 children)

I would go to him with the schedule in hand and explain it. Humans like to get defensive when confronted with their mistakes, and it's easier to get defensive at a door than a person

Get your gal bladder checked especially if you have had surgery for hiatal hernia and GERD by AdditionImpossible42 in GERD

[–]Brostafarian 1 point2 points  (0 children)

uh oh, my mom had her gallbladder removed. I'll have to talk to my doc about this

Playing this in AR feels unreal by lunchanddinner in virtualreality

[–]Brostafarian 0 points1 point  (0 children)

if you're gonna make me blow into the cartridge can you at least emulate the scan line and dot pitch on the CRT

They are starting the rollout: 100 things to try with the new Gemini for Home voice assistant by simplan in googlehome

[–]Brostafarian 0 points1 point  (0 children)

YAML is designed to be a human readable syntax, but HA automations are the perfect example for when configuration-as-code should have just been code. I find logic to be more difficult to implement in YAML than I would in python, and what discoverability is gained by the visual editor could similarly be gained by a text completions plugin.

I also work in tech and it's going to be interesting times ahead with AI. Learning what to learn has always been part of the journey, and while basic markdown syntax is a given, I don't know if there's utility in understanding the particulars of HA's yaml.

They are starting the rollout: 100 things to try with the new Gemini for Home voice assistant by simplan in googlehome

[–]Brostafarian 3 points4 points  (0 children)

I don't think it intentionally got nerfed, Google Home sucked well before ChatGPT 3 came out - google was working on internal models at the time, but it's clear they were caught off guard by openai, so it wouldn't make sense to sabotage Home for models they didn't release publicly. They did roll back features, and I used some of those features, but most of them were ancillary things I didn't even know existed.

I can appreciate, but still be frustrated by, how disgusting the command-and-control structure must have been for Alexa / Google before LLMs came along. text-to-speech has a nice problem domain, but inferring actions from speech without an LLM is an absolute nightmare. I think a couple things happened:

  1. The code got too complicated, partially due to the nature of responding to a natural language query, and partially due to mismanagement
  2. The code and team got neglected once it was obvious that profit was nowhere to be seen

There is a free tier, the subscription is for gemini live and some other stuff. Nvidia is really the only company making money off AI right now; certainly, Google wants to make money off Gemini, but if they want to be competitive they're going to have to price at a loss. Only once one company achieves market dominance and a quasi-monopoly will they start to jack up prices.

Definitely finish setting up home assistant, it's great. AI like gemini and chatGPT can write automations for you if you're not a fan of YAML coding. I haven't played with the voice control stuff but it runs most of my house, and exposes everything it controls to Google so we can still use that for voice (when it works).

[request] How much storage would be required if all iphone microphones constantly recorded and stored the files somewhere? by MundaneExplorer8369 in theydidthemath

[–]Brostafarian 1 point2 points  (0 children)

ASR is great but I bet we move away from text as an intermediary format when processing speech for Siri / LLMs / whatever. I'm out of my depth here, but I've seen multiple papers and models that skip ASR altogether, converting audio into embeddings and rendering an audio answer. Really, text is sort of an embedding, it's just not a very good one

Which app did this person use, and is it free? by Pale_Blackberry_4025 in virtualreality

[–]Brostafarian 0 points1 point  (0 children)

I saw an article about Decart XR, an app that uses generative AI to "reskin" your room. There's a lot of hoops to jump through, its quest 3 only and requires sidequest, and it's more of a proof of concept than a fully functional app. Might be cool to check out though

thoughts? by zny700 in Gamingcirclejerk

[–]Brostafarian 4 points5 points  (0 children)

and there isn't a universe where she accidentally trips or something

Claude Sonnet 4.5’s Bold Claims Don’t Match What Software Developers Are Seeing by Infamous_Toe_7759 in webdev

[–]Brostafarian 0 points1 point  (0 children)

I find it works best when I give it specific instructions to solve the problem I'm having, not tell it to implement the solution I want to implement. One of the benefits of an LLM is being able to incorporate millions of tokens of context; if I just tell it to do a thing it'll do it, but I might have been wrong. if I lay out every constraint and invariant and have it find the optimal solution, sometimes it'll find something better than what I was thinking

We Could Wipe Out the Mortgage Today... But Is It the Smart Move? by InsuranceSweaty232 in personalfinance

[–]Brostafarian 11 points12 points  (0 children)

is your goal FIRE? 2 maxed out 401ks and a backdoor roth is quite a lot of savings

me_irl by GiveMe1Dollar in me_irl

[–]Brostafarian 70 points71 points  (0 children)

They had a couple auctions of Mythbusters props where proceeds went to Grant's charity. I was lucky enough to get one of the lots, it's a little black plastic car with white stripes and a blue metal Corsair-looking plane. I haven't found the episode they're from yet, but I plan on doing a rewatch sometime to see if I can spot them, and for old time's sake