• Programming Jokes February - Obligatory Witty Remark
    1,291 replies, posted
[QUOTE][vid]https://f.lewd.se/k7NGmC_2017-05-18_11-19-23.mp4[/vid][/QUOTE] [t]https://f.lewd.se/Vfz2O5_2017-05-18_11-24-01.png[/t]
Maybe its one of those infinitely recurring directories
[media]https://twitter.com/ItMeIRL/status/865803471869685760[/media]
[QUOTE=Matthew0505;52260521][media]https://twitter.com/m8urnett/status/866359656930607104[/media] [...][/QUOTE] That whole thread is interesting. (I saw it earlier.) Microsoft seems to have next to no quality control regarding their telemetry functions.
[QUOTE=Tamschi;52262297] Microsoft's new mantra is "we know what you want better than you".[/QUOTE]
[QUOTE=SataniX;52265223][QUOTE=Tamschi;52262297]Microsoft's new mantra is "we know what you want better than you".[/QUOTE][/QUOTE] A misquote? I'm pretty sure this one's down to lax controls and incompetence though, considering there are registry keys and group policy settings that supposedly turn off this behaviour (and that Microsoft has lots of company customers that probably aren't too happy about this).
got this email [t]http://i.imgur.com/lxN8UhW.png[/t]
[QUOTE=Matthew0505;52305489][img]https://i.imgur.com/QWLzbKA.gif[/img][/QUOTE] "I don't like a horizontal volume bar, make it vertical" "Say no more fam"
[img]http://i.imgur.com/5j2p5st.jpg[/img]
[t]http://i.imgur.com/fJGEKHk.jpg[/t]
it's a public string jfc
[img]https://scontent-waw1-1.xx.fbcdn.net/v/t1.0-9/19748487_833966720101293_5600543993516197850_n.png?oh=04ad1622fb44ad79732bd8cc7bd9331d&oe=5A098B56[/img]
Content warning: nerdsnipe (I spent 5 minutes deciphering this) [img]https://pbs.twimg.com/media/DD6opqRU0AAebx7.jpg:orig[/img]
[t]http://i.imgur.com/pgPwoxV.png[/t]
And they don't even link it. Shame
The irony... [IMG]http://i.imgur.com/TYIVrKS.png[/IMG]
[B]Job Purpose:[/B] Help </ br>!<&nbsp;>
[img]http://i.imgur.com/lrkYK3h.jpg[/img]
[t]http://i.imgur.com/7itH3aA.png[/t]
[img]http://i.imgur.com/mHIvkeQ.png[/img]
Potato-quality, probably old gold, and shamelessly stolen from Reddit, but... [img]http://i.imgur.com/l2nnF4O.png[/img]
[URL="https://www.npmjs.com/package/spix"]str.substr, but it's an npm package with an offensive name and little documentation[/URL]
its a trap! [IMG]http://devhumor.com/content/uploads/images/September2017/string-bool.png[/IMG]
[QUOTE=kpjVideo;52714843]its a trap![/QUOTE] Stupid joke aside, I had to double check if JS actually acts like a normal language and see "false" as a string instead of equivalence to false.
JavaScript is pretty decent now, even [url=https://garry.tv/2014/08/16/i-fell-out-of-love-with-lua]Garry likes it[/url]
[media]https://www.youtube.com/watch?v=ocwnns57cYQ[/media]
[QUOTE=gufu;52715220]Stupid joke aside, I had to double check if JS actually acts like a normal language and see "false" as a string instead of equivalence to false.[/QUOTE] Especially when you try to use multiple languages for a single application. Really gets confusing when small things are different :@ emergency content [video=youtube;JEpY9C49sqU]https://www.youtube.com/watch?v=JEpY9C49sqU[/video]
[QUOTE=djjkxbox;52715565]JavaScript is pretty decent now, even [url=https://garry.tv/2014/08/16/i-fell-out-of-love-with-lua]Garry likes it[/url][/QUOTE] He is right as far as lua goes, but using javascript instead? That teaches you even wronger coding standards.
[QUOTE=DrDevil;52718320]even wronger coding standards.[/QUOTE] BadWrong Double Plus Coding for Dummies.
Lua, especially when you went 10-20 years back, crushed the competition purely based on features that mostly weren't really related to the language itself. The VM offered one of a kinda performance, cross platform compatibility, both the runtime and static memory/storage footprint was incredibly tiny. The code was super simple. The syntax was aimed at people who had [B]minimal [/B]programming experience, they tried to make it read like a book. For example some middleware like applications we deployed/supported used a 'scripting language' because the variation between all clients was so big that it made more sense to increase customizability rather then building an incredibly big monolith. And allowing people who are way-more hands-on with the client to easily tweak/create these scripts was very time efficient. The thing where lua in gmod is a great fit is stuff like the super simple hooks. The part where it fails (and other likewise language would as well) is where you share a lot of state/date betwheen hooks (gamemodes weapons etc), it slowlya makes the code hard to profile and debug, and tools are absolutely shit. [editline]27th September 2017[/editline] Poing being is that once you get to the point of having the same issues garry does, like non-transfarable knowledge because of syntax, missing features. You're not really in the good usecases for Lua anymore, as far as the language goes.
Sorry, you need to Log In to post a reply to this thread.