Earlier quoted context omitted.
Shakespeare might like a word... (Alternatively: then why don't we have separate words for black actors, white actors, native American actors, south-east Asian actors, transgender actors, and so on?)
So the path forward is to use "male actors" and "female actors" instead of actors and actresses? Doesn't appear to be a net positive for society, is just making them longer to write and pronounce.
Computer Scientists Break Traveling Salesperson Record
111–120 of 188 posts
Re: Computer Scientists Break Traveling Salesperson Record
#112For people that want to argue about salesperson vs salesman you may be comforted to know that you don't need to, it's already being done! https://en.wikipedia.org/wiki/Talk:Travelling_salesman_probl...
It reminds me of when at some point in the 90s everyone decided to stick it to jesus by changing B.C. to B.C.E.
Older than you’d think.
Re: Computer Scientists Break Traveling Salesperson Record
#113Earlier quoted context omitted.
So the path forward is to use "male actors" and "female actors" instead of actors and actresses? Doesn't appear to be a net positive for society, is just making them longer to write and pronounce.
Or, just... actors? Like, most of the time when you talk about an actor the gender isn’t that relevant.
Re: Computer Scientists Break Traveling Salesperson Record
#114Earlier quoted context omitted.
It's not inappropriate to use "actress" yet. But consider that we used to have the word "doctoress" to refer to a female doctor. Using that feels weird.
Never heard of the word doctoress...
For an even weirder example, see ‘priestess’. No-one ever refers to modern female priests as priestesses, but historians often refer to, say, female priests in Ancient Rome as priestesses. On the other hand, historians never use the term ‘doctress’ for archaic female doctors.
Re: Computer Scientists Break Traveling Salesperson Record
#115Earlier quoted context omitted.
Or, just... actors? Like, most of the time when you talk about an actor the gender isn’t that relevant.
I disagree, it's extremely common to ask "what was the actress in that movie we just saw?" (so it's clear they are not asking about the male protagonist) or for awards "who you think is gonna be the best actress this year?" or for castings "what actress your think should be casted for the new remake of Romeo and Juliet?"
This level of specificity probably only works for media in which there’s only one main female character.
Re: Computer Scientists Break Traveling Salesperson Record
#116> proved that an algorithm devised a decade ago beats Christofides’ 50% factor, though they were only able to subtract 0.2 billionth of a trillionth of a trillionth of a percent. That is 0.0000000000000000000000000000000002% better than the existing solution.
Re: Computer Scientists Break Traveling Salesperson Record
#117Earlier quoted context omitted.
We've banned this account for taking HN threads repeatedly into gender flamewar, and other kinds of flamewar, and ignoring our many requests to stop—such as this explanation from just two weeks ago: https://news.ycombinator.com/item?id=24569144 . Vandalizing HN like this is not cool.
Except maybe for current comment (not really, HN just has more replies on anything these days), nothing actually turned into flamewars, most out of his few "flamewar" comments over many months barely had any replies at all and were just flagged. It seems you are labeling them as flamewar just so you could justify banning him. Possibly because he expressed opinions you consider "politically incorrect" today and you wa…
One could attempt to make this same argument over virtually any ban ever. There doesn't need to be a reason in my opinion. HN has never allowed freedom to express any opinion you want. A pattern of unpopular opinions tends to result in an automatic hellban, for example.
Re: Computer Scientists Break Traveling Salesperson Record
#118Earlier quoted context omitted.
> yeah you're going to need to provide a source for such a ridiculous claim. My grandmother has owned her house for much longer than that. Maybe not mortgages but this article from 2013: https://www.huffpost.com/entry/25-years-since-women-need_b_4... "25 Years Since Women Needed a Male Co-Signer". (Link should end "b_4164299".)
the link you provided is talking about business loans, not mortages. the original claim was "women couldn't even sign a mortgage in the US in the 70s". that is a false claim.
Re: Computer Scientists Break Traveling Salesperson Record
#119> able to subtract 0.2 billionth of a trillionth of a trillionth of a percent ... > “This is a result I have wanted all my career,” said David Williamson of Cornell University, who has been studying the traveling salesperson problem since the 1980s I love this. Oh to be a theoretician. Here's hoping for a flood of further improvements.
Meanwhile in an agile dev team.... "can you optimize it in the next sprint?"
Re: Computer Scientists Break Traveling Salesperson Record
#120While it is wonderful they are getting closer to solving it, if your problem is a simple and practical you can try some alternative algorithms. For fun, I used pytspsa [0] which uses the simulated annealing method to solve the TSP and applied it to BOTW. Simulated annealing was inspired by thermodynamic free energy involved in crystal formation from annealing metal. [1] I combined it with a Breath of the Wild waypoin…
Looking at the BOTW solution is doesn't seem to take into account the fact that a straight line is not the fastest solution. Climbing is incredibly slow, swimming is slow and perilous, in some places such as the dark forest you can only enter/exit in one place, not randomly, you can travel faster on roads. I guess later in the game one doesn't mind randomly walking right by the castle just because it is the shortest…