Wegovy/Ozempic didn’t do anything for me for months. Then my doc put me on Tirzepatide+Phentermine combo and I forgot what being hungry even feels like.
I couldn't hit my macros on tirzepatide - couldn't get enough protein without feeling sick to my stomach. One of the reasons I swapped to reta.
(though as a general note for anyone reading, just getting enough protein isn't enough - you need muscle stimulus too. Getting enough protein will help reduce the amount lost but if you really want to stop it, you gotta do resistance training)
Yes. It’s also idiot-proof enough that I sent a tech illiterate estate agent friend there with instructions to ask ChatGPT if he had any questions. He was up and running, with property listings, three days later.
Honestly, this is a solved problem - the actual problem, if you talk to folks who maintain only a FB page, is that they don’t want to pay.
It's not that they don't want to pay, but they don't want to pay outrageously. Squarespace, etc. are stupid expensive for most websites. $5/mo is the limit for a lot of businesses, especially when they can't tell if having a website will even improve their traffic over just having a social media page.
The administration and billing side can also be confusing for a lot of non-technical business owners.
I actually don’t think golfing is such a bad thing, granted it will first handle the low hanging fruits like variable names etc, but if you push it hard enough it will be forced to think of a simpler approach. Then you can take a step back and tell it to fix the variable names, formatting etc. With the caveat that a smaller AST doesn’t necessarily mean simpler code, but it’s a decent heuristic.
How is it bad? Imagine a world where instead of sending hundreds of thousands young men to die, countries would just launch targeted attacks on the head of enemy's state.
Only because of professional courtesy between powerful assholes. I have far more sympathy for an infantry grunt from literally any country in the world than any head of state.
It's the stated reason why the United States has an impeachment process. So that they have a process for removing undesirable heads of state without resorting to assassination.
Sorry I phrased that poorly. I meant countries have no means to impeach a foreign head of state so impeachment only serves as a power check if the citizenry disapproves.
Not that I think heads of state fearing for their lives from airstrikes is necessarily good, being able to act with impunity is certainly bad.
Of course it's performative. They're all presumably on Apple devices. They literally went to their settings to disable auto-capitalization to make some kind of ridiculous point, i.e. "I'm too important too think about capital letters".
So you give it approval to the secret once, how can you be sure it wasn’t sent someplace else / persisted somehow for future sessions?
Say you gave it access to Gmail for the sole purpose of emailing your mom. Are you sure the email it sent didn’t contain a hidden pixel from totally-harmless-site.com/your-token-here.gif?
I don't have one yet, but I would just give it access to function calling for things like communication.
Then I can surveil and route the messages at my own discretion.
If I gave it access to email my mom (I did this with an assistant I built after chatgpt launch, actually), I would actually be giving it access to a function I wrote that results in an email.
The function can handle the data anyway it pleases, like for instance stripping HTML
The access to the secret, the long-term persisting/reasoning and the posting should all be done by separate subagents, and all exchange of data among them should be monitored. But this is easy in principle, since the data is just a plain-text context.
Easy in principle is doing a lot of work here. Splitting things into subagents sounds good in theory, but if a malicious prompt flows through your plain-text context stream, nothing fundamental has changed. If the outward-facing agent gets injected and passes along a reasonable looking instruction to the agent holding secrets, you haven’t improved security at all.
reply