tim-fan
No user record in our sample, but tim-fan has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but tim-fan has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Is anyone making LLM-in-a-box for emergency supply kits yet? I feel that would be handy in all sorts of situations when networks are down.
Hey me too, I also have a DIY inventory system, maybe yours is more developed. But I also had the concept of items for n arbitrarily nested containers. I also track historical movements to see which items are never…
OK right, so they're at 170 million now, maybe ~1 life saved. I see it might be a bit early to be making claims about that. Also in comparison the cases of disruption/blocking intersections/emergency-services do seem…
Can they just report directly how many human lives they have saved since beginning operation? (of course, within some error bars) Maybe that's too much of a statistical stretch. But would be a good to-the-point number…
Here's the repo, I've just added a demo video to the readme: https://github.com/tim-fan/hordor I was learning Django when I wrote it, today you'd probably get further quicker vibe coding from scratch. I have about 100…
I'm storing small items in numbered bags. I take a photo and have a web UI for easy searching. It also tracks which items are used frequently vs not used at all in years. Bags are stored in numerical order for quick…
On the other hand, insurance costs for robotaxis should be lower if they are able to drive significantly safer. Then the one I'm more interested / excited for: optimizing the fleet for the cargo. If most trips involve…
Not to be confused with Bonxai (Fast, hierarchical, sparse Voxel Grid) https://github.com/facontidavide/Bonxai Is there some connection between Voxel grids and Bonsai trees that I'm missing??
Hey, cool to see! I'm running a similar but smaller project (5k MAU), my oldest map is central London in 1561 https://onamap.me/maps/London1561/ I got into it because I was interested in the technical challenge of…
I'm hoping for a self driving taxi + trains combo to maybe solve the problem. For one a self driving taxi fleet could take up vastly less space - you'd no longer need one car per person, you'd need far fewer parking…
Doesn't the mechanical part need to position the optics with a fair amount of precision to get a good view? Id imagine very slight movements or misadjustments could cause issues. I don't know much about telescopes :p
Hi I've been thinking about the same thing, in the context of beancount / plain text accounting. https://www.reddit.com/r/plaintextaccounting/s/BKsaLrfy3A I already have thousands of labeled examples and a list of valid…
Cool! Have you looked at producing 3D reconstructions over the thrown trajectory? And/or something like a gaussian splat-based representation for viewing the whole trajectory at once?
Sounds like you're describing my carpet-color classification project! [1] Built as part of a larger carpet based localisation project [2] 1: https://nbviewer.org/github/tim-fan/carpet_color_classificat... 2:…
Any ideas on if/when (image+text)->image models will be available? Would be good to be able to iterate on images (keep this, change that etc). The use of the seed looks useful but I'm guessing it has its own limitations.
For me the intuition came from Sebastian Thrun in his Ai for robotics online course. Running through everything in 1D definitely helped get the concepts before extending to multidimensional problems. This looks to be…
I appreciate the rigour, but it sounds like the argument is just "I did stop but you didn't see it"
>As two flat hands collide, the air between them is forced out increasingly quickly, ultimately exceeding the speed of sound. This creates an abrupt pressure change, resulting in shock waves that make up a large part of…
Yes! New Zealand published current covid locations of interest (where infected people had been) to a github repo - I created an animation of locations over time by crawling the repo history. It gave an idea for how it…
Or nook (rhymes with book)? At work I say nuck, but most others say nook, so I'd like to get to the bottom of this!
I believe in some conditions fat and/or protein can be used to restore glycogen via Gluconeogenesis https://en.wikipedia.org/wiki/Gluconeogenesis I remember reading that for keto diets it's important to not eat too much…
When I was relocating internationally, it was keeping track of the task dependency structure that stressed me out. After doing X and Y do Z. I ended up jotting down the tasks/dependencies in dot syntax to quickly get…
I just give you two books that you've read and you tell me which is better. I played around with a tool for sorting through my personal photos based on that idea. It gets interesting when you start thinking of how to…
I made a robot location tracking system specifically for use on the carpet at my office. The carpet was an arrangement of 4 particular colors tiled in squares, so I manually made a carpet map (a few hours in excel!),…
Trying to understand exactly the function that is being computed - is it a weighted sum of the inputs?