are there any chinese knock offs of the hardware? i've yet to find something that integrates all the features this well
HN user
arkits
Why does the Agent SDK or even claude -p exist then?
It opened in 2024 https://en.wikipedia.org/wiki/Noe_Valley_public_toilet
DockDoor does this and a lot more. Its also open source https://dockdoor.net/
It's typical airport food and """art""". I've seen more fancier airports in Asia and Middle east
I've seen families tag along all the way to the security to say goodbyes... This seems like a great way to spend some more time right until the flight
Develop experience. Ephemeral deploys. Decent observability. Decent CI options. Generous free tier.
that's a pretty genius use of the "portals" primitive; I suppose its akin to Portals in React-ish.
Although I've never needed to open 2 tabs of the same site and wanted them share the state.
Perhaps have your team look at the header colors on your website https://clelp.com/skill/4da37247-33ee-43ba-a004-0a89d84d3920
You can have more than a few
Have they fixed the big/feature where it insists on downloading entire distributions of Node.js for running it's language server functionality?
Same here, the progress bar animation seems to be a dummy. The actual search result is eventually returned over a `text/event-stream`... which seems to be struggling currently.
I have Fi currently; definitely recommend it.
Internet Access - err... it works? I am able to stream Netflix and YT without being locked to 480p.
Coverage - it's basically TMo coverage.
Cost - Fi is a bad deal if you plan to use a lot of data. It's almost 10$/GB (in the worst plan) or around 70$ for an "unlimited" plan, however it can get cheaper with a group (https://fi.google.com/about/plans/) . For me, its a great deal; I'm always close to a WiFi and rarely need mobile data. My bills ended up being around 25$. I'd say Fi's killer "feature" is it's international roaming charges... though I doubt that will be useful anytime soon :')
Pretty cool! I like how you implemented the terminal functionality.
Would love to give it a shot... but your website is running into CORS issues
Location: SF San Francisco / Bay Area, CA
Remote: Yes
Willing to relocate: Yes
Technologies: Java (Spring), Node.js, Python, GoLang, React.js / Next.js, AWS, Docker, Observability with Grafana stack, Distributed Tracing, OAuth/JWT, AWS, Confluent Kafka, PostgreSQL.
Résumé/CV: Available on request
GitHub: https://github.com/arkits
Email: archit [dot] khode [at] gmail.com
LinkedIn: https://www.linkedin.com/in/architkhode/
Hi there, I'm a generalist Software Engineer with 3 years of experience building scalable and reliable software. I worked on architecting and building a federated system for the collaborative sharing of the National Aerospace for autonomous drones, air-taxis and beyond. I have learnt to design, build and support production ready software through my experience of evolving this platform from an initial conceptual design into a battle-hardened system.
I would love to contribute my skills to your team!
I recently was wrestling with MediaSync on my side project to make a direct link generator for reddit videos. For those who don't know, reddit videos (https://v.redd.it/8ac6uk4bbxg51) play in reddit's custom video player. After some digging, it turns out that reddit hosts the audio and video streams separately and syncs them together on the client side. I eventually was able to implement media sync (though it doesn't cover all cases), and have tremendous respect for those trying to solve the same problem.
Here is a demo of my media sync implementation - https://vreddit.vercel.app/?vid=8ac6uk4bbxg51&q=2
This is pretty cool! Better SQL clients are always welcome.
I tried with Postgres 12 and ran into 2 issues -
- jsonb columns don't seem to render properly... just get a "[object Object]".
- One specific table refused to get list anything, and there was a red "Error" in the center of the listing UI.
You can view the source here - https://glitch.com/edit/#!/wetube. Quite nicely done!