How about other things that are happening?
A lot of the time, twitter is the immediate platform, tweets and videos are recorded, and while you could translate tweets, videos.. needed folks to use captioning software, it's a slow process!
No longer!
I'm really impressed with whisper, it's not perfect and I'm running the medium model (again, on my own PC, @replicatehq can I get an upload permission?)
But it's pretty fast!
Here's a german for example:
@ilyasut@npew@gdb I know I said this before, but @OpenAI did very good with this model release as open source, bringing the world together like never before!
Can't wait for whisper 2.0! Mean while, try translating videos with @vidtranslator (let's see how quickly it breaks)
Wanted to say thanks to @simonw and @m1guelpf who's work inspired this bot and weekend project!
@simonw@m1guelpf Liked this? Please retweet the main thread for visiblity!
We had a "Cursor tips & tricks" meeting today with my colleagues at @weights_biases and I figured I'd share what we 'discovered' & shared between us in a π§΅
If you haven't chatted with your team about how YOU all use Cursor, you def should, but meanwhile here are our insights π
First we chatted about what features each of us uses and how to edit, the summary is, some folks have tried but are not super comfortable with Composer, CMD+K is useful but often lacks context, and chat sidebar is really great all around.
Takeaways:
Use Command+K to edit inline functions
User Composer when there's a need to edit multiple files
Use Chat with (cmd+shift+L) for everything else
Context sources:
Some folks were not aware of everything you can @tag into context, so we went one by one:
You can add specific files (& folders!), direct links from the web, reference current or previous Git changes, and of course, add (and re-index!) full documentation sites
Got my new mac from @weights_biases and it's been a while since I installed one, so will do a X setup thread cause why not?
As always, I never transfer anything, start from scratch every time, this way I get to re-decide what I use!
Thread mostly for me but follow along if u like
I'm already a bit into this, but just barely.
First up as always, @1Password, undeniably the most important app to get on your mac first, so than everything else will become easier π«‘
@1Password also holds my SSH certificates for a while now, and has an SSH agent, so I no longer have to send my keys over from the older mac.
My Watchtower security score in @1Password is 358 (Weak) π€ͺ π§ π (but keep in mind I've been using 1P for well over a decade and a BUNCH of these are old accounts I no longer use, my important accounts are all unique long passwords and 2 step protected with no sms, and slowly moving to passkeys, which 1P supports!)
Connecting to my personal iCloud on this mac is step number 2, there are quite a few apps that do syncing via iCloud, so making sure I'm setting that up (and also start syncing photos in the background as it takes a WHILE)
None of that "different iCloud account for work mac" stuff, that never worked for me, I need this mac to be connected to the same one so I can unlock with my watch, do airdrops without approvals everytime, install apps that I've already purchased and generally have it in the same ecosystem!
Welcome to LK-99 superconductor twitX corner, new here? Here are a few folks to pay attention to (or follow the list) :
@alexkaplan0 - broke the story w/ 29M views, the king of "we're so back, it's over, we're back? " rollercoastertwitter.com/i/lists/168444β¦
.@andrewmccalip from Varda space took X by storm, announcing that they have the expertise, tools and most of the materials to start replicating this, and is live streaming the replication attempt on X/Twitch
@8teAPi is serving the K-drama. Who fired whom, who joined when and for how long did they work on this? Who's Lee, Who's Kim, who the hell is Kwon and why did HE release the first paper? And is Chair the guy behind this all?
#CodeInterpreter - "It's a very fast, coding intern, that's both really smart and really stupid, but the biggest advantage is, it never gets frustrated and never gives up" - @simonw
Here's my evergreen #CodeInterpreterCan thread, w examples, tips, use-cases, and ideasπ
1/
Open AI released Code Interpreter to every paying customer on #ThursdAI Jul 6. It's a watershed moment.
However not until @swyx pinged me and @simonw to discuss it on spaces, did I dive in.
And we're all in agreement, this is groundbreaking!
Code Interpreter access gives us these incredible SuperPowers.
π₯ Uploading files up to 100MB in chatGPT interface
π₯ Access to a fine-tuned GPT-4 that's able to write and more important _EXECUTE_ code, re-run it when it fails, and keep trying
π₯ Generate download links
3/
However @OpenAI took this 1 step further, by asking why do you even need a JSON output?
Well, to do something with this data!
So why not just... provide our API with your function and what it needs to get as arguments? And the model will return the right function call!