HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moglito

no profile record

Submissions

Times Square hotel uses delivery robot

fox5ny.com
1 points·by moglito·há 3 anos·0 comments

Show HN: `npx tailhn` – Tail HN from the console

npmjs.com
5 points·by moglito·há 3 anos·0 comments

comments

moglito
·há 3 anos·discuss
Great point! Since they are not showing the decks, for all we know these GPT4 pitches may have been proposing they found a cure for cancer.
moglito
·há 3 anos·discuss
I'm in agreement regarding more. But I think it also says something about clear messaging and how many people struggle with that. It's actually consistent with YC advice. They say most pitches fail to even convey what the hell they are doing and what problem they are solving. I suspect a language model will get that part across rather well.
moglito
·há 3 anos·discuss
Nice idea, but somehow not too much fun when you constantly lose. I think a better game mechanism might be how many correct vs. incorrect ones you can get in a time period.
moglito
·há 3 anos·discuss
Among them: Good documentation
moglito
·há 3 anos·discuss
I'm working on an open-source platform for full-stack robotics (called Transitive) and this is on my roadmap, but I haven't started on that piece yet. Like you I've seen the pain though. Airbotics.io is developing a CI/CD pipeline for robotics and I could imagine they'd be interested in helping build a solution for what you are interested in as well. Would be happy to chat and potentially collaborate.
moglito
·há 3 anos·discuss
Life is not zero sum.
moglito
·há 3 anos·discuss
The robot's manufacturer, of course, if the surgical robot was acting autonomously, i.e., unsupervised, as the title suggests. AI-trained or hard-coded doesn't matter. It's the manufacturer's responsibility to ensure their robots are safe or, when they cannot guarantee safety, abort and ask for help. This does not mean that surgery success has to 100% -- that's a different matter. But in the course of it's operation it shouldn't cause undue harm.
moglito
·há 3 anos·discuss
Thirty years ago people working in computers were uncool, too. Proud to be, then and now.
moglito
·há 3 anos·discuss
How was your experience working with the Farm-ng base? Did they also provide software or just the hardware? Does it run ROS?
moglito
·há 3 anos·discuss
Are you aware that ros service calls are RPCs (not based on pub/sub like actions)? Furthermore, if you use nodelets (http://wiki.ros.org/nodelet) you get zero copy communication between your algorithms. So I actually think that ROS has the facilities to address the needs you describe.

I'd be interested, though, in your suggestions on what a real architecture for robotics looks like in your mind? I still remember the time before ROS, 20 years ago, when each robotics team had to designate a sub-team just for building and maintaining the middleware. That was a waste of time and effort. But you seem to suggest that we go back to that? ROS might not be perfect but it's so much better than anything else that exists. It's also open source and we can all work together to make it better rather than reinventing the wheel each time.
moglito
·há 3 anos·discuss
That first audio example just blew my mind! I can't believe I've lived my whole life to learn only now that our ears essentially just pick out all the sine waves in a complicated wave. Thank you!
moglito
·há 3 anos·discuss
Interesting. What's your estimate on how much overhead it was to support multiple clouds vs. just settling on one? Any tools/libraries/abstractions you can recommend that makes developing against multiple clouds easier?
moglito
·há 3 anos·discuss
When I ask myself this I always come back to the Ikigai: https://zekluu.com/wp-content/uploads/2019/03/noticia2_def.p...
moglito
·há 3 anos·discuss
"It’s hard for old mate Joe to get re-elected.." -- Glad to see that this was written by a highly objective and professional journalist with no personal political opinions of their own mixed into the narrative ;-)
moglito
·há 3 anos·discuss
https://www.meteor.com/ -- I'm still a fan.
moglito
·há 3 anos·discuss
Has nothing to do with Paul Graham. Click-bait?
moglito
·há 3 anos·discuss
I don't get it from your web page. What can I connect? Slack, Github, other APIs (like Zapier) -- or is it meant for running code on an existing page (automate front end)? I on purpose did not read your description above so I can give you feedback on the more important piece, your web page.
moglito
·há 3 anos·discuss
Great experiment. Surprisingly boring result.
moglito
·há 3 anos·discuss
https://fosdem.org/2023/schedule/event/fast_data_analytical_...
moglito
·há 3 anos·discuss
> Using container orchestration tools like Kubernetes or Nomad is usually an overkill for projects that will do fine with a single-server Docker Compose setup.

Couldn't agree more! Very nice!