Earlier quoted context omitted.
The single most significant factor for the popularity of American accents is Hollywood.
I'd include the US music industry in that. Songs are > important for learning a language, if you're constantly surrounded by songs of a certain language. Plus... American multinationals are somewhat close behind. If you want to get a good, well paying job at an American multinational, you have to speak English at least a bit, and you have to know it well if you want to move up the ladder.
An Unbelievable Demo
291–300 of 478 posts
Re: An Unbelievable Demo
#292Earlier quoted context omitted.
But in most country's you get sued first for illegally recording other peoples, and your proof is nothing worth because it's illegally obtained. Better make detailed notes, who said what with time and date.
Check the laws first. Some places only require one party (you the recorder) to consent.
Some places...nord Korea? You the recorder have to consent?? I consent to myself that i record others without their knowledge?
Re: An Unbelievable Demo
#293Earlier quoted context omitted.
Yeah, but did you win the Putnam?
That one reply in that flame war is still hilarious so many years later. To anyone who didn't get the reference of Putnam https://news.ycombinator.com/item?id=35079
In 2007, an academic argues with PG and others. After long exchange, academic defensively states their own achievements.
Another user challenges academic with GP question, to which academic provides unexpected affirmative response.
Re: An Unbelievable Demo
#294Thankfully the "DTrace expert" didn't turn out to be Bryan Cantrill. He's a big fan of Scott McNealy's engineering principles for Sun Microsystems, which includes "Don't Cheat", and the behaviour in this story very much seems not in the spirit of that principle. I wonder if this bit of 'cheating' ended up getting someone at Sun in trouble.
You do not know.
Re: An Unbelievable Demo
#295Earlier quoted context omitted.
I'm Swedish and to me a heavy American accent means a clear rhotic r[0], slightly slurred speech, and a lot of volume. [0] https://en.wikipedia.org/wiki/Rhoticity_in_English
I got that a lot in Iceland[0] recently. I’d say something to a clerk, and they’d reply with “you’re an American!” Yes, how could you tell? You’re so loud! Thanks? [0]: https://youtube.com/playlist?list=PLOgT48pM4GctCy-88GTDyyqyy...
Re: An Unbelievable Demo
#296Earlier quoted context omitted.
Implementing software updates where you don't want to ship entire binaries again (and only the diff) would be one. In some video games the assets are also packed into massive binaries, so you don't want to ship gigabytes of data because you replaced one icon. Sadly many games do this anyway nowadays.
There are other solutions to this problem that the game industry uses. Binary diff patching is slow, incremental, involves large diffs and has the possibility of corruption. It was used back in the mid 90's (RTPatch was the big name), but really isn't used anymore because of the drawbacks. Games frequently use an override directory or file. The patch contains only the files that have changed and is loaded after the m…
Re: An Unbelievable Demo
#297Earlier quoted context omitted.
We usually don’t compress the data on disk; decompression would make loading and file access slower. Instead, we just pack the uncompressed files together (frequently using normal zip in a no-compression mode) so that we can avoid needing to ask the OS to open and close files for us or examining the contents of a directory, both of which can be kind of startlingly slow (by video game standards) on some common OSes. I…
> We usually don’t compress the data on disk; decompression would make loading and file access slower. _You_ mightn't but the last three AAA games I worked on do/did. PS5 expectes compressed files, and does HW decompression (ahem, mostly) on the fly.
Re: An Unbelievable Demo
#298Earlier quoted context omitted.
did you follow up with that company to make sure they granted you recognition and money for your tools?
Recognition - yes, but money - why? It was open source. This meeting does not sound at all awkward to me if I was the sales person. To me this sounds like how lots of companies work with open source to make a business. They take some open source tools (maybe they built it themselves, maybe not), package then and maybe sell some cloud service around it or simply just support. If I was the sales person I would be delig…
Re: An Unbelievable Demo
#299Earlier quoted context omitted.
As a non-native English speaker I absolutely hate English accents where consonants absolutely disappear for no good reason. Personally I'd rather have Americans "lean heavily on the R" than act like the letter doesn't exist (rhotic vs non-rhotic). I think it's another factor why American English is more popular than British English (besides the huge economic factor, the US economy being 5x the UK one), since their pr…
The single most significant factor for the popularity of American accents is Hollywood.
Re: An Unbelievable Demo
#300To be honest, Sun's whole culture treated software as an afterthought - which is part of the reason they ended up where they did