HN user

sargram01

92 karma
Posts2
Comments34
View on HN

Exactly, one of our teams in China decided to use a popular Chinese web framework, and when the rest of the team out side of China and customers looked at it, the English was grammatically confusing, code had Chinese comments, GitHub was mixed English and Chinese. We ended up replacing the framework for this reason.

Here you can see what looking at issues is like: https://github.com/ant-design/ant-design/issues

I find I spend most of my time debugging R, which is astoundingly difficult since it doesn’t report line numbers on errors. Most of my code is in C++, so that helps, albeit it’s still overly complicated to start up R in gdb. Amazingly Julia isn’t much better when it comes to error reporting either.

Yeah exactly, I think a small percentage of people do and they lead the innovation. The overwhelming majority don’t understand even the most basic reasoning behind almost anything since they never rest and reflect on what they’re doing, but follow the buzz as a career path — which works to a degree better than if they were coming up with their own ideas at least.

I have a client that I tell folks frequently they need to rest and reflect in order to improve their leverage and understanding how to better manage their growth, since they’re just exhausted and do stupid stuff all the time as a result. So the simplest observations I offer they think I’m a genius for.

Unexpected issues – in addition to routine suffering, long distance live transport can also result in fires, delays or sinking of livestock ships causing the suffering and death of large numbers of animals.

Apparently sinking ships with live stock is not uncommon?

Recreation.gov 7 years ago

Has anyone ever been able to make a reservation on that site? Anytime I look at locations they’re either closed, or booked, or you have to plan a half year in advance.

There’s also the class of pointless meeting where nontechnical managers don’t understand what they’re responsible for so use them to as a way to “manage by feel”. They call them to see what people’s reactions are to fishing questions to judge the situation, and to use them as training sessions. These I find to be the most counterproductive meetings.

Actually I think it should be ok, because you’d enter the name in the nomative case and then when you write it on the screen you’d declinate it based on the language you’re displaying it in, which would be the same for every name regardless of its origin.

I’m pretty sure it’s solvable, the main problem is that we break up names into first and last to identify the parts and we do bad data quality checks. Let’s say we did just have one field and a service that was trained on each counties’s variations that could return the parts of the name you wanted. So some database and detection system to understand the pattern. It’s definitely possible since we humans do read and understand names just fine in our own locales.

We used to have problems with non-ASCII chars in names, we fixed that with UTF, we had problems with currencies and numbers, we made libraries that understand locales and even directions of writing, time zones same thing. So it’s time for us to resolve names now with standard libraries that have been thought through like the above.

I have a hyphen in my last name that caused the California DMV to make one of my last names a middle name, and the Social Security Administration can’t verify my name on their website also due to it.

I feel like it’s time software needs to level up, ok 30 years ago sure mistakes were made, but now if you live on planet earth you have to know how names work after how many thousands of years our current systems have been in place.

I don’t see why there is a technical vs management path at many companies, you want management to be a support for the product that’s being delivered and your teams should be skilled in and embody the product they’re making first. Management for management sake makes the product a 2nd goal otherwise. You could argue we can’t find people who can do that, fair enough, but there are plenty of companies that do and their performance is high because of it.

Roaming prices are the equivalent of scamming tourists, I don’t think there’s any body that can prevent it internally unfortunately, it’s just somehow acceptable for companies to shake down travelers for stupid amounts of money.

Search and a lot of the AI based systems these days feels like talking to a hard of hearing grandparent; as long as you’re saying about what they expect then it’s fine, but if there’s any nuances or homonyms it turns into a comedy routine.

But, they do wield weapons that us engineers often don’t have the time not desire to sharpen...

Right, this is something more engineers need to get better at, this is nothing more than first year law school debating which is teachable. Seems like Management training for engineers should include this skill for good. Also having a backbone to fight too.

You see this at startups too, middle eng management were actual engineers and as the startup grows career managers creep in and skew the alignment of the engineering departments away from engineering solutions, the “product” they make, to problems they understand instead, political jockeying, manipulation, appeasing the LCD and the next managerial rung above them.

Mark Hurd Has Died 7 years ago

The article says he was a brilliant leader, anyone know what he did to be a brilliant leader specifically?

Clustering in R 7 years ago

Current state of the art seems to be using graph-based

Do you know how this compares to UMAP?