![David Rose 🫧 Profile](https://pbs.twimg.com/profile_images/1824569910657212416/EzoL4rDF_x96.jpg)
David Rose 🫧
@drose101
Followers
349
Following
6K
Statuses
733
Randomness and dynamical systems for fun, making you click ads for work. Digital nomad and ML engineer. Building AI agents!
NYC
Joined September 2010
Funny failure case I'm seeing for gpt-4o model: My latest project involves passing around a vega plotting json schema to my APIs while talking to the user about the graph. But the model consistently wants to hallucinate a base64 image in its response! I am guessing the training data consists of this schema followed by the encoding of the actual plot visualization. Takes a bit of prompting to get it to not do this
0
0
0
@nitashatiku AI will be really good for both of these. I’m excited for the future. 🫡 I already use a vision llm to classify interesting events from security camera, it’s pretty cool!
0
0
1
@cto_junior I’ve migrated from global conda envs to local in-repo .vent with UV, now @cursor_ai can easily check the source for those fast moving libraries now (think langchain)
0
0
1
Realized today how obsolete computers can become. I had to extract an old DVD to a file that could play on a modern laptop. I had a 2010-era MacBook with a DVD drive—easy, right? First issue: finding software that still runs on macOS 10.6 Snow Leopard. Most sites wouldn’t load due to broken certificates and outdated web standards. After digging through some sketchy freeware sites, I found a compatible version of MacTheRipper and got the movie extracted. Next problem: getting the file off the MacBook. It was so outdated I didn’t want to log into any personal accounts. My external nvme drive wasn’t compatible either, and reformatting wasn’t an option since I had over a TB of data on it. After a quick AI chat, I learned I could just run Python. Turns out, python -m SimpleHTTPServer 8000 instantly spun up a web server, giving full access to the MacBook’s disk over the network. Downloaded the file over wifi at ~100MB/s. Took way longer than expected, but it worked.
0
0
0
@scrapybara I just spent all week trying to build out a docker/xfce/vnc stack (for running evals on my agent library) and it’s been a huge pain. Trying out your Ubuntu vm now!
1
0
5
@ddunderfelt @mathemagic1an Windsurf seems to have some eager thread discarding. You can ask it for something 20 round later ago and it seems to have no idea. Like it’s just slicing last N messages to keep. I’ll spend more time with cursor this week to see how it handles everything
1
0
0