![Amit Profile](https://pbs.twimg.com/profile_images/1808429461609816065/oWHmqYLM_x96.jpg)
Amit
@amitness
Followers
6K
Following
745
Statuses
1K
@prasann_pandya @abbe_hyde Malta also had this; gives you an address in EU/US/UK and just forwards the item to your address in Malta. Charged by weight + customs if ordered from non-EU. You could even have it delivered to nearest locker and collect whenever you're free.
0
0
5
@sergeykarayev Diarium does this. It shows you your journal entry along with photos taken that date, sleep/steps (via google fit), calendar events, google timeline integration etc. Has lots of integrations with third party apps
0
0
1
@mitsuhiko @rustlang @huggingface @OpenAI @pydantic @astral_sh @pinecone @qdrant_engine Do you find it easier compared to Cython? ML libraries conventionally leveraged cython (@scikit_learn, @spacy_io etc.) to offload intensive parts, so this move to Rust is quite interesting to see
1
0
3
@nishparadox @bg_learning @GoogleColab @code I have copilot enabled through the GitHub education pack. Pretty useful and surprises me sometimes with exact suggestions of what I was thinking to do next. But if I am already in the flow, I usually type faster than the time it takes to show me the completion.
0
0
1
@nishparadox Yeah, tinkering with this approach for fun. I agree, API would be cleanest solution and is easy to reverse engineer. My only concern is legality of that. I think browser automation wouldn't violate TOS. Also, possible to hide tab and render directly ↓
The popup is just a iframe. But this one is quite a trick. Chrome has an API to open a site in background, run stuff and extract content with JS. So, you can have ChatGPT results on google simply by opening chatgpt in background, sending the prompt and injecting the result back
1
0
0
Behind the scenes, @overleaf provides an endpoint to access latex zip by url but arxiv exports a tar.gz So, I built a @gradio app in the @huggingface spaces to host tar.gz-to-zip conversion. Every gradio space exposes an API endpoint, so you can use it like a serverless function
0
0
10