

You are a child that cannot handle being wrong, but you are and you have no argument or you would make one. Block me as I have done you. I do not care to engage with children of any age.
You are a child that cannot handle being wrong, but you are and you have no argument or you would make one. Block me as I have done you. I do not care to engage with children of any age.
Have you ever worked in industry. I spent a couple of years as an operating engineering out of local 12. I worked at asphalt plants as a groundman and loader operator. Most heavy equipment is basically a rental contract with caterpillar or whatever manufacturer. Once the operation is above a certain size, the company is in a position to negotiate contracts that are tens of millions of dollars or more. When a loader or other equipment has an issue, the cat rep sends their team in to do the fix. The only things that are done on site are basic filters maintenance type stuff and when the contract is up, the equipment is replaced.
In this situation, there is no potential for exploitation because ownership was never part of the equation. There is no room for manipulation because the contract covers everything except basic maintenance. This system is already feudalism. When a feudal lord interacts with another feudal lord, of course they can come to terms because each possesses considerable power. The stupid peasantry has no such negotiable position. Our only power is in democracy where we become the largest power against exploitation. This is how the real big picture world works. There have been various democracies in the past where citizens had power against exploitation, and all of those were fumbled by idiots and fools that allowed consolidation of wealth and assumed that giving power to potential exploitation was okay and that those in power would do the right thing. This NEVER turns out to be the case. Ownership IS democracy and a founding principal of autonomy and self determinism. People that fail to realize this critical factor are ushering in a neo dark age in the exact same fashion as what created the last. The future will look back on our era dumbfounded about epic and unrivalled stupidity of the people that ended post WW2 democracy by just giving it away for nothing of substance. It is unfathomable brain rot on epic scales.
It is quite a bit different in robotics like this. Check out James Bruton on YT for a practical example of open source larger robotics. https://www.youtube.com/channel/UCUbDcUPed50Y_7KmfCXKohA
The motors used are almost always brushless because of the speeds accuracy and torque required. That means everything has software and electronics. This stuff gets very complicated fast. Most traditional auto makers are also outsourcing most of their software development and certainly not full stack or ground up oriented. This kind of thing needs to be designed from the start with every potential feature and future thing as part of the initial project. These types of things cannot be expanded easily. Like this is why China is actually good at EVs because they invested in building the whole thing from the bottom up the right way, instead of hack patching garbage and outsourcing.
This isn’t internal combustion. Every motor drive will be unique. Robotics are nothing like cars or motorcycles. I’m excellent at working on cars. I’m pretty good with electronics. I mean my bedroom is a Maker lab set up for design and etching my own circuit boards and I have messed around with robotics a bit. I have also ported heads for nostalgia drag, pit for unlimited class sprint, and owned an auto body shop building my hotrod stuff on the side and owned a couple bikes.
I’m saying, in the real world, shit happens and that adds intelligent perspective on how you’d look at a thing like this when real world stuff has happened. It is hyperbolic for illustrative purpose.
Such a complex system will inevitably be connected to the internet. Anything that needs dealer support as a crutch is not owned by the end user. If this is not fully transparent and open from the start, it is a means of exploitation. Only fools trust others to do the right thing or care about track records so far. That is feudalism and will result in the dark ages exactly like it did in the past. There is no reason for any consumer to trust-, if an honest product is sold. Honest products are completely open source, and parts can be second sourced from an independent vendor unrelated to the manufacturer, and anyone can potentially replicate the parts and sell them. There cannot be any single choke point where if some asshat quits supporting or goes out of business, the hardware that people paid for fails. Trust inevitably leads to this stupidity, and to exploitation of the built in leverage. It is corporate piracy in the end, and that has to stop.
I see right to repair nightmare. It’s basically disposable.
If every instance above is not a giant red flag you’d walk away from, I have a great deal on a bridge to sell you. It is a novelty at best and worthless on any second hand market other than the dealer itself which is basically slavery for the average person. There is not a single standardized part that can be second sourced on such a toy. When the manufacturer no longer supports it, the thing will be disposable. So from a dystopian burn down the world perspective this is a great leap forward. Super cool concept, but unless there is real universal parts standardisation and the thing is fully open sourced, this is like everything that is wrong with the world right now; neo feudalism.
I don’t know what to do as an American, I don’t even speak good Russian
Musk is still free and has been openly doing this with self driving junk for years. This is the USA where we haven’t had reasonable laws passed since the 1970s.
I’ve explored a lot of patterns and details about how models abstract. I don’t think I have ever seen a model hallucinate much of anything. It all had a reason and context. General instructions with broad scope simply lose contextual relevance and usefulness in many spaces. The model must be able to modify and tailor itself to all circumstances dynamically.
Jan Leike left for Anthropic after Altmann’s nonsense. Jan Leike is the principal person behind all safety alignment present in all models except the 4chanGPT model. All models are cross trained in a way that propagates this alignment. Hallucinations all originate in this alignment and they all have a reason to exist if you get deep into the weeds of abstractions.
deleted by creator
Isn’t this the main complaint about China and the communists from the West in terms of actions, not the half baked oversimplified idealist nonsense; anti academic injustices due to populist stupidity in politics that lead to mass murder and loss of human progress?
I use alias man='batman --pager="less -RF"
for colorized manpages on my workstation, but I’ll save this for sure. It might be handy on smaller embedded systems.
I wonder why colorizing manpages like this is not default in most distros. That seems like an obvious thing to configure for end user’s quality of life.
Why are you confrontational? I’m just casually tossing out ideas and learning. Of course I understand what you are saying. However, busybox covers the core of a POSIX system and with the size constraints, it is likely standardising something like this. On Gentoo, such a change might be more straight forward instead of some sloppy hack with a wrapper.
I imagine you must be good at memorizing a lot of information. I am not. I am good at abstraction and must explore in abstraction to understand heuristically. I understand heuristic connections better than most people. Neither method is better or worse. Being toxic about interchanges of information is useless nonsense. I know far more than I let on, but I’m well aware that I am a jack of all trades and expert of none. All the projects don’t matter relative to those that are used the most. If most projects can be colorized, it will motivate others to fall in line or prompt rewrites assuming such a change was popular. Colorized manpages and help pages should be standard and should have been a decade ago. No one is using an IDE without syntax highlighting. The terminal is an extension of the abstracted language of Linux. Without universal syntax highlighting for new users in these spaces, Linux is presenting an outdated language format ripe for deprecation. These details have long term consequences.
I wonder if Busybox or similar rewrites contain standardization that could be leveraged.
I don’t mind the idea of a wrapper it is just that most of the time, I’m looking at the last command, backspacing and then adding --help
. After thinking about it, I will likely go the wrapper route, but add arguments that use the last command in terminal history automatically so that typing help-
with no args runs a --help
flag on that last command, 2::5
would add additional flags or arguments from the last command before --help
and help-
with any other args calls those instead of using history.
At this point, someone has to have already made a prettier shell or terminal that is configured like this by default. Hideous 1950s monocolor --help output can’t be a novel issue in 2025.
deleted by creator
There has to be a hook somewhere for every command that executes. I’m not sure, but something in the chain after using set -x
then running any terminal command likely is on the right path to doing this. (If you try set -x
, you can turn it off with set +x
). set -o
options are another I’m not very familiar with but might be related.
deleted by creator
They implemented an alt method IIRC but you must go out of your way to search and find it. I just recall seeing a bunch of post headlines about using email or something like that a year or so back.
They send an initial SMS message that is a main expense and funded by some rich person and donations. I think that has some significance to encryption or something but I’m not sure of the details. I could be wrong on that one, it has been years since I read the details.