TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

There's a coffeeshop called java.update() in GTA V

148 pointsby c2prodsover 11 years ago

19 comments

FuzzyDunlopover 11 years ago
It doesn&#x27;t feel like it&#x27;s enterprise enough to be realistic.<p><pre><code> class TwoBaconRashersInsideTwoSlicesOfBreadFactory { &#x2F;* Make a sandwich * &lt;p&gt; * Construct a foodstuff consisting of two slices * of bread with two slices of bacon. * @return TwoBaconRashersInsideTwoSlicesOfBread a sandwich *&#x2F; Public TwoBaconRashersInsideTwoSlicesOfBread getSandwich () { BaconRasherFactory pig = new BaconRasherFactory(); BaconRasherInstance bacon1 = pig.getBaconRasher(); BaconRasherInstance bacon2 = pig.getBaconRasher(); SliceOfBreadFactory loaf = new SliceOfBreadFactory(); SliceOfBread bread1 = loaf.getSliceOfBread(); SliceOfBread bread2 = loaf.getSliceOfBread(); return new TwoBaconRashersInsideTwoSlicesOfBread(bread1, bacon1, bacon2, bread2); } </code></pre> Or something... trying to do Enterprise Java is hard.
评论 #6444603 未加载
评论 #6444481 未加载
评论 #6444742 未加载
评论 #6445479 未加载
评论 #6444793 未加载
评论 #6444476 未加载
评论 #6444952 未加载
saturdaysaintover 11 years ago
And a hilariously detailed start-up with a (Dropbox inspired?) play room. There&#x27;s also a hacker character whose convincingly detailed computer setup shows several VIM sessions (one on a portrait oriented monitor).
评论 #6444214 未加载
评论 #6444519 未加载
quartertoover 11 years ago
A void method that returns a value? How on earth did this coffeeshop compile?
评论 #6444173 未加载
评论 #6444149 未加载
beatover 11 years ago
There&#x27;s also a garbage collector running around. But if you shoot him, the whole game pauses.
评论 #6444828 未加载
评论 #6445088 未加载
dclowd9901over 11 years ago
If you&#x27;re a developer and haven&#x27;t played this game yet, I wholly encourage you to do so, just to witness the technical feat that this game is. There is a simply baffling level of detail and surely one of the most sophisticated open world engines ever conceived under the hood. It is stunning what the rockstar devs have pulled off here.
评论 #6444857 未加载
kawsover 11 years ago
Either it was Lester&#x27;s house computer or one of the Lifeinvader computers, but it was using a text editor that looked strikingly similar to Sublime Text. I had to do a double take.<p>The whiteboards in one of the Lifeinvader rooms, gave me a chuckle. It read, &quot;Remember! We aren&#x27;t ripping them off if they don&#x27;t read the T&amp;C&quot; with word privacy crossed out.
hawkharrisover 11 years ago
If you look closely, Sublime Text is also in GTA5. It&#x27;s on one of the screens in Lester&#x27;s office.
habosaover 11 years ago
There&#x27;s also a mission where you go to &quot;LifeInvader&quot; headquarters and kill a character who looks decidedly like Zuck. LifeInvader has many details that make it a great parody of a SV tech company (and the logo even uses the FB font).
vphover 11 years ago
I would just name it Java.update() and leave it there. These people are trying too hard. They probably turn off the average geeks (who find it too geeky); and the hard-core geeks just tear them apart with all of the semantic and syntactic errors.
评论 #6444616 未加载
评论 #6445988 未加载
评论 #6444809 未加载
petdanceover 11 years ago
I&#x27;d heard that there were brutal scenes of torture in GTA V, but I had no idea.
评论 #6445261 未加载
jl6over 11 years ago
I believe the simpsons had an internet cafe named The Java Server.
snarfyover 11 years ago
Does it install the Ask.com toolbar?
noarchyover 11 years ago
This reminds me of &quot;Eunux&quot; from GTA IV.<p><a href="http://gta.wikia.com/Eunux.net" rel="nofollow">http:&#x2F;&#x2F;gta.wikia.com&#x2F;Eunux.net</a>
roberthahnover 11 years ago
I&#x27;m sure it says something about me when I read the title and assumed that GTA stood for Greater Toronto Area. But I was having trouble figuring out what the &#x27;V&#x27; stood for.<p>Now I&#x27;m hoping that someone will start up a coffee shop with this name.
kachhalimbuover 11 years ago
There is also a JSP breakfast store in Taiwan <a href="http://iwannagothere.com/userfiles/pictures/0005/5397/P1040978_big.JPG" rel="nofollow">http:&#x2F;&#x2F;iwannagothere.com&#x2F;userfiles&#x2F;pictures&#x2F;0005&#x2F;5397&#x2F;P10409...</a>
bitwizeover 11 years ago
Rockstar&#x27;s going to get a call from Oracle over use of their trademarks.
stickydinkover 11 years ago
The Lifeinvader mission had me rolling around in stitches, really good stuff.
chrislomaxover 11 years ago
I think that is meant to be return new Sandwich (bread, bacon); !
rauarover 11 years ago
is it thread-safe ?