Hacker Newsnew | past | comments | ask | show | jobs | submit | notum's commentslogin

Very tongue in cheek. I feel we've become saturated with content management years ago.

The website itself is a demo, as it says in the article. Here's the documentation for more details: https://aether-cms.pages.dev/


I feel the issue is deeper than that. We no longer buy products, we rent them, it's hard for consumer protection laws to catch up with that (even European).


How so? The rental vs buy setup is orthogonal to respecting people's privacy.


Censoring of token/s values in the sample output surely means this runs great!


"Humanity was bound to develop anti-gravity engines eventually, it just so happens that the country that did that was Rwanda."


China is the second richest country in the world, and the one with the most computer scientists. Americans sometimes think the rest of the world is far behind but none would compare China to Rwanda in AI.


Frequencies you don't hear - can't hurt you, or rather they cannot damage your hearing. Sure, submerging your head into an ultrasonic cleaning bath will irritate your skin, but the energy won't vibrate away your hearing abilities, if it had the potential to do that you'd hear it as a loud unpleasant sound.


Mini Karen, on the other hand...


Haha my dyslexic ass read the title as “MiniKaren”… I was half-expecting to see some miniaturized version of someone complaining at a grocery store or something


Thank you. I was about to just write "confirmation bias" as a comment.


Just using "cropped" as a negative prompt eliminates this issue entirely on my end and produces same results as per their owl example in SDXL.


ROS doesn't need a clone, it needs a successor.

Took the bait as well.


ROS2? I'll see myself out...


Could someone explain the joke? I've been dabbling with learning robotics and I've been confused by how ROS and ROS2 both appear to be actively developed/used. Is ROS2 a slow-moving successor version (like Python 3 was) or a complete fork?


Slow-moving successor, which the community isn't exactly going wild over. It offers modest improvements in exchange for a painful upgrade process, and many of the original issues with ROS1 remaining unsolved.

The other half of the joke is that ROS was never an operating system either.


Well there is one thing that ROS 2 does better, you can declare params directly inside nodes and reconfigure them all without building extra config files. And it doesn't stop working if your local IP changes.

But the rest are firmly downgrades all around. It's slower (rclpy is catastrophically bad), more demanding (CPU usage is through the roof to do DDS packet conversions), less reliable (the RMWs are a mess), less compatible (armhf is kill). The QoS might count as an improvement for edge cases where you need UDP for point clouds, but what it mostly does on a day to day basis is create a shit ton of failure cases where there's QoS incompatibility between topics and things just refuse to connect. It's lot more hassle for no real gain.


Config generally feels more complex though, since there isn't a central parameter server anymore. The colcon build system also just feels more complex now, which I thought was already impressively complex with catkin.


Yep it takes super long to get parameters from all nodes cause you need to query each one instead of the DDS caching it or something.

And yeah I forgot, there's the added annoying bit where you can't build custom messages/services with python packages, only ament_cmake can do it so you often need metapackages for no practical reason. And the whole deal with the default build mode being "copy all" so you need to rebuild every single time if you don't symlink, and even that often doesn't work. The defaults are all around impressively terrible, adding extra pitfalls in places where there were none in ROS 1.


It does a lot of things better but it also does a lot of things worse and also doesn't fix a lot of the real problems with ROS as a system.


ROS2 has been pushed a the successor to ROS for like a decade, and people still prefer ROS for various reasons. So yeah like Python 2/3 kinda.


No it’s much worse, python3 was all round better, it just took a while to get all your dependencies ported which made the transition hard. Judging by the comments it doesn’t seem like people agree that ROS2 is even all round better from ROS.


It's funny this topic came up today because I have a group of students working on a ROS2 project and at our meeting this afternoon they had a laundry list of problems they've been having related to ROS2. I'm thinking our best option is to use ROS1...

You're right ROS2 isn't all round better than ROS so the transition will never happen fully.

FWIW I'm working on an actual replacement for ROS, I'll post it to ShowHN one day soonish :P


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: