archived stringclasses 2
values | author stringlengths 3 20 | author_fullname stringlengths 4 12 ⌀ | body stringlengths 0 22.5k | comment_type stringclasses 1
value | controversiality stringclasses 2
values | created_utc stringlengths 10 10 | edited stringlengths 4 12 | gilded stringclasses 7
values | id stringlengths 1 7 | link_id stringlengths 7 10 | locked stringclasses 2
values | name stringlengths 4 10 ⌀ | parent_id stringlengths 5 10 | permalink stringlengths 41 91 ⌀ | retrieved_on stringlengths 10 10 ⌀ | score stringlengths 1 4 | subreddit_id stringclasses 1
value | subreddit_name_prefixed stringclasses 1
value | subreddit_type stringclasses 1
value | total_awards_received stringclasses 19
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
True | Jazzy_Josh | null | So I posted an image on reddit about a site leaving my username and password in plaintext in a URL and I didn't blank out the password | null | 0 | 1316212048 | False | 0 | c2kf9ns | t3_khtwb | null | t1_c2kf9ns | t3_khtwb | null | 1427609681 | 2 | t5_2fwo | null | null | null |
True | ray13eezy | null | with education connection | null | 0 | 1316212065 | False | 0 | c2kf9q1 | t3_khtwb | null | t1_c2kf9q1 | t1_c2kdgi8 | null | 1427609681 | 41 | t5_2fwo | null | null | null |
True | [deleted] | null | Ah, that's not how I read it. I read it as garrison saying that normal (nonbroken) client behavior was a reason not to do what FedEx did, and your response as a refutation of that. And while that would be correct, the RFC still recommends against using GET requests for sensitive data because of *server* behavior (again, normal and nonbroken). | null | 0 | 1316212121 | False | 0 | c2kf9za | t3_khtwb | null | t1_c2kf9za | t1_c2kf10b | null | 1427609687 | 1 | t5_2fwo | null | null | null |
True | pozorvlak | null | > try to use pi correctly in code.
Computer algebra systems do this *all the time*. | null | 0 | 1316212135 | False | 0 | c2kfa1k | t3_kgbzq | null | t1_c2kfa1k | t1_c2k1ga3 | null | 1427609687 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1316212262 | False | 0 | c2kfalc | t3_khtwb | null | t1_c2kfalc | t1_c2kemkg | null | 1427609694 | 0 | t5_2fwo | null | null | null |
True | pozorvlak | null | If you look at the comments on my post there are a bunch of links to teaching-kids-to-code resources. Hopefully one of those will help! | null | 0 | 1316212280 | False | 0 | c2kfanx | t3_kgbzq | null | t1_c2kfanx | t1_c2kc3et | null | 1427609706 | 2 | t5_2fwo | null | null | null |
True | BluSyn | null | Somehow this didn't surprise me.
FedEx has the worst website ever made. As a web developer, who's had to use their API, it's probably THE worst shipping API I've ever used. Their documentation sucks, their site and help pages are impossible to navigate. And now, they have the least secure login I've ever seen... doesn't surprise me. | null | 0 | 1316212324 | False | 0 | c2kfav6 | t3_khtwb | null | t1_c2kfav6 | t3_khtwb | null | 1427609697 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | >Authors of services which use the HTTP protocol SHOULD NOT use GET
based forms for the submission of sensitive data, because this will
cause this data to be encoded in the Request-URI. Many existing
servers, proxies, and user agents will log the request URI in some
place where it might be visible to third parties. Servers can use
POST-based form submission instead
| null | 0 | 1316212342 | False | 0 | c2kfayf | t3_khtwb | null | t1_c2kfayf | t1_c2kf985 | null | 1427609700 | 0 | t5_2fwo | null | null | null |
True | jokr004 | null | That would be more in the range of decades. | null | 0 | 1316212345 | False | 0 | c2kfayz | t3_khtwb | null | t1_c2kfayz | t1_c2kdrq1 | null | 1428193854 | 1 | t5_2fwo | null | null | null |
True | dkitch | null | Yep. HTTP traffic sent over an SSL/TLS connection is sent [as SSL/TLS application data](http://www.ietf.org/rfc/rfc2818.txt "Section 2.1: All HTTP data MUST be sent as TLS application data"). TLS application data is always encrypted (well, there are technically a couple of exceptions, but they don't apply here).
The only data that *might* get sent in plaintext is the server name itself ("www.fedex.com" in this case), if your browser supports [Server Name Indication](http://en.wikipedia.org/wiki/Server_Name_Indication). All modern browsers do.
Of course, as others points out, there are still a handful of security-related issues with doing what FedEx is doing. | null | 0 | 1316212390 | False | 0 | c2kfb6t | t3_khtwb | null | t1_c2kfb6t | t1_c2kd894 | null | 1427609703 | 2 | t5_2fwo | null | null | null |
True | pozorvlak | null | Given that big pharma currently spends most of its money on marketing and investigating diseases of the rich, a socialised medical R&D framework (with proper trial registries and so on) could probably be a couple of orders of magnitude more efficient in terms of lives saved per dollar. | null | 0 | 1316212419 | False | 0 | c2kfbbc | t3_kgbzq | null | t1_c2kfbbc | t1_c2k734l | null | 1427609705 | 2 | t5_2fwo | null | null | null |
True | otterdam | null | Suggest a more appropriate place! (not netsec) | null | 0 | 1316212463 | False | 0 | c2kfbj2 | t3_khtwb | null | t1_c2kfbj2 | t1_c2ke7i6 | null | 1427609708 | 1 | t5_2fwo | null | null | null |
True | jokr004 | null | It's good evidence, but it is still possible they hashed/salted the info on the server side, but some bad web developer pulled this garbage. | null | 0 | 1316212503 | False | 0 | c2kfbpa | t3_khtwb | null | t1_c2kfbpa | t1_c2kdt0q | null | 1428193853 | 1 | t5_2fwo | null | null | null |
True | ishmal | null | Sounds interesting. I wonder if they have a discussion of an FFT implementation on a GPU. | null | 0 | 1316212503 | False | 0 | c2kfbpf | t3_khryi | null | t1_c2kfbpf | t3_khryi | null | 1428193853 | 3 | t5_2fwo | null | null | null |
True | lionelboydjohnson | null | Oh you... | null | 0 | 1316212619 | False | 0 | c2kfc9g | t3_khtwb | null | t1_c2kfc9g | t1_c2kdnxp | null | 1427609715 | 2 | t5_2fwo | null | null | null |
True | JL235 | null | "There is no I in team, but there is a U in cunt!" | null | 0 | 1316212693 | False | 0 | c2kfcmi | t3_khtuh | null | t1_c2kfcmi | t1_c2kdpvl | null | 1427609719 | -1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1316212723 | False | 0 | c2kfcrq | t3_khtwb | null | t1_c2kfcrq | t3_khtwb | null | 1427609721 | 1 | t5_2fwo | null | null | null |
True | octaviusromulus | null | Oh well. The Internet can't possibly do anything bad with that, can they? | null | 0 | 1316212733 | False | 0 | c2kfctd | t3_khtwb | null | t1_c2kfctd | t1_c2kdjpl | null | 1427609721 | 8 | t5_2fwo | null | null | null |
True | dagbrown | null | To what end? Is it important for employers to know the details of their employees' bank accounts?
I don't care to let my employers know what I do on the web, so I send my important web traffic through an encrypted SOCKS tunnel via my home network connection. Have fun intercepting that. | null | 0 | 1316212789 | False | 0 | c2kfd2p | t3_khtwb | null | t1_c2kfd2p | t1_c2kenjp | null | 1427609725 | 2 | t5_2fwo | null | null | null |
True | ScreamingGerman | null | Quiet Young Boy. | null | 0 | 1316212820 | False | 0 | c2kfd8f | t3_khtwb | null | t1_c2kfd8f | t1_c2kf69i | null | 1427609727 | 1 | t5_2fwo | null | null | null |
True | timetwosave | null | ^ sometimes. unless you tell it to. | null | 0 | 1316212832 | False | 0 | c2kfdam | t3_khtwb | null | t1_c2kfdam | t1_c2kf7af | null | 1427609728 | 0 | t5_2fwo | null | null | null |
True | danharaj | null | Personally I think imgur links are the noise that makes trawling through reddit for interesting links a chore.
(Go to /r/all and count how many links are not imgur. Nightmare difficulty: filter youtube links and self posts too) | null | 0 | 1316212835 | False | 0 | c2kfdbe | t3_khtwb | null | t1_c2kfdbe | t1_c2kfbj2 | null | 1427609728 | 1 | t5_2fwo | null | null | null |
True | Onlinealias | null | Bluecoat and Websense have the capability to decrypt based on category, so that you aren't decrypting someone's banking session but are decrypting some stupid phish site or Facebook virus that is using a stolen cert. Also, this silly Fedex thing would be left alone.
The various places at which you have been working are quite vulnerable. | null | 0 | 1316212892 | False | 0 | c2kfdkm | t3_khtwb | null | t1_c2kfdkm | t1_c2kejqd | null | 1427609731 | 2 | t5_2fwo | null | null | null |
True | gildedlink | null | I just had a spit-take. Thanks a lot for that. | null | 0 | 1316212905 | False | 0 | c2kfdms | t3_khtwb | null | t1_c2kfdms | t1_c2kczha | null | 1427609732 | 1 | t5_2fwo | null | null | null |
True | MaximKat | null | All of which is completely irrelevant in this case since they use HTTPS | null | 0 | 1316212925 | False | 0 | c2kfdqa | t3_khtwb | null | t1_c2kfdqa | t1_c2kfayf | null | 1427609733 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | so he changed the phone number or its not correct right? | null | 0 | 1316212954 | False | 0 | c2kfduv | t3_khtwb | null | t1_c2kfduv | t1_c2ke7ix | null | 1427609735 | 2 | t5_2fwo | null | null | null |
True | JL235 | null | I get that it's a Windows 8 feature, but it's a shame you can't develop Metro apps on Windows 7. I have Windows 8 installed, but I'd prefer to be able to use my main dev PC. : ( | null | 0 | 1316213039 | False | 0 | c2kfe8j | t3_khtuh | null | t1_c2kfe8j | t3_khtuh | null | 1427609740 | 2 | t5_2fwo | null | null | null |
True | Onlinealias | null | Well, it isn't completely invisible. You just have to look at the cert. | null | 0 | 1316213050 | False | 0 | c2kfeai | t3_khtwb | null | t1_c2kfeai | t1_c2keo15 | null | 1427609741 | 1 | t5_2fwo | null | null | null |
True | fripletister | null | Father? | null | 0 | 1316213070 | False | 0 | c2kfedx | t3_khtwb | null | t1_c2kfedx | t1_c2kfd8f | null | 1427609742 | 1 | t5_2fwo | null | null | null |
True | assangeleakinglol | null | Just interested. How do you stop stuff like IP over DNS? Just regular monitoring and reacting on the unormal? | null | 0 | 1316213142 | False | 0 | c2kfepd | t3_khtwb | null | t1_c2kfepd | t1_c2kenjp | null | 1427609746 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | The server can still log the request URI even if it's HTTPS. That's the whole point. | null | 0 | 1316213195 | False | 0 | c2kfexv | t3_khtwb | null | t1_c2kfexv | t1_c2kfdqa | null | 1427609748 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1316213208 | False | 0 | c2kff00 | t3_khtwb | null | t1_c2kff00 | t1_c2kdoui | null | 1427609749 | 1 | t5_2fwo | null | null | null |
True | voiderest | null | I think rm999's argument is most effective in thinking about "If there is no code in your link, it probably doesn't belong here." I do like to see security issues brought up if nothing else as a reminder for me not to fuck that shit up.
Edit: hope you changed your password... | null | 0 | 1316213235 | False | 0 | c2kff3y | t3_khtwb | null | t1_c2kff3y | t1_c2kdf0t | null | 1427609751 | 1 | t5_2fwo | null | null | null |
True | runagate | null | True, unless the mitm forces you to use internet explorer and installs their own trusted certs on the browser. | null | 0 | 1316213250 | False | 0 | c2kff6g | t3_khtwb | null | t1_c2kff6g | t1_c2kem3x | null | 1427609752 | 1 | t5_2fwo | null | null | null |
True | NiceColorOfBlack | null | who could ever remember that password? | null | 0 | 1316213250 | False | 0 | c2kff6h | t3_khtwb | null | t1_c2kff6h | t3_khtwb | null | 1427609752 | 0 | t5_2fwo | null | null | null |
True | a_redditor | null | Please don't post memes and/or rage comics in /r/programming. | null | 0 | 1316213310 | False | 0 | c2kfff3 | t3_ki44w | null | t1_c2kfff3 | t3_ki44w | null | 1427609754 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | people upvoted it didn't they? | null | 0 | 1316213337 | False | 0 | c2kffja | t3_khtwb | null | t1_c2kffja | t1_c2kf3ka | null | 1427609757 | 0 | t5_2fwo | null | null | null |
True | _lwis | null | Even if it's salted well, even if it's used bcrypt. Any algorithm can be reversed because current computing is not yet truly random, although Intel have solved this problem. | null | 0 | 1316213343 | False | 0 | c2kffkh | t3_khtwb | null | t1_c2kffkh | t1_c2kdms8 | null | 1427609757 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | are you also tired when someone finds an xcd whatever comic and links it back to this, even if its barely related? cause i am. im also tired of capitalization. today at least. | null | 0 | 1316213416 | False | 0 | c2kffvu | t3_khtwb | null | t1_c2kffvu | t1_c2ke3me | null | 1427609760 | -1 | t5_2fwo | null | null | null |
True | staiano | null | And the second hundred times and the third hundred times and the forth hundred times. | null | 0 | 1316213454 | False | 0 | c2kfg1j | t3_khtwb | null | t1_c2kfg1j | t1_c2kdiio | null | 1427609763 | 0 | t5_2fwo | null | null | null |
True | Onlinealias | null | The higher security shops control your PC down to that level. It is trivial to change the cert authority on a browser so you see no warning. Then they make it impossible to change it back to anything else, then they make it impossible to install another browser. Then, well... | null | 0 | 1316213458 | False | 0 | c2kfg22 | t3_khtwb | null | t1_c2kfg22 | t1_c2keiob | null | 1427609763 | 2 | t5_2fwo | null | null | null |
True | sanitybit | null | I completely agree with the opinion that it doesn't belong in /r/programming.
On a side note, it's sad to see the content posted in technical subreddits get watered down, or seeing stuff that's utter crap stack upvotes while interesting, relevant, content gets largely ignored.
We had a huge problem with this in /r/netsec a few months ago, so I enacted some very strict moderation policies. We require that users link to the original source of the content, don't allow images, requests for help/"how do I get started" posts go to the spam bin, and mods can and will remove posts lacking technical depth at their discretion.
Initially there was a huge "OMG YOU ARE HITLER/SATAN/STALIN" response, but after a few weeks the quality of content went way, way up. I'd say it was a success. | null | 0 | 1316213484 | False | 0 | c2kfg61 | t3_khtwb | null | t1_c2kfg61 | t1_c2kf3ka | null | 1427609765 | 2 | t5_2fwo | null | null | null |
True | _lwis | null | Name a scenario where it would not be possible to hash the password client side before the server checks it? | null | 0 | 1316213513 | False | 0 | c2kfgae | t3_khtwb | null | t1_c2kfgae | t1_c2kdk4p | null | 1427609766 | 0 | t5_2fwo | null | null | null |
True | jorellh | null | SSL is susceptible to man in the middle type attacks. | null | 0 | 1316213535 | False | 0 | c2kfgeb | t3_khtwb | null | t1_c2kfgeb | t1_c2kczdy | null | 1427609767 | -1 | t5_2fwo | null | null | null |
True | inquilinekea | null | Was he homeschooled? A lot of kids seem precocious simply because they didn't lose entire years of their lives to school.
If we didn't go through mandatory education, we'd actually see a lot more child prodigies, especially given all the awesome new tutorials that the Internet now has to offer.
Besides, some people simply asymptote early. [Octopuses asymptote early too](http://www.reddit.com/r/askscience/comments/kfs0g/octopi_have_turned_off_annoying_aquarium_lights/). In fact, I've actually seen this happen in my personal life. Although I have no doubt that he is still extremely remarkable. | null | 0 | 1316213535 | False | 0 | c2kfgec | t3_khf6j | null | t1_c2kfgec | t3_khf6j | null | 1427609767 | 1 | t5_2fwo | null | null | null |
True | cb43569 | null | I agree, so congratulations. I'm not so fond of the new layout though, mainly because I went on it for the first time a few hours ago and panicked as to where the top hundred pixels of the page went. | null | 0 | 1316213570 | False | 0 | c2kfgk6 | t3_khtwb | null | t1_c2kfgk6 | t1_c2kfg61 | null | 1427609770 | 2 | t5_2fwo | null | null | null |
True | skillybee | null | Only need to worry if someone was dumb enough to take a screencap and put it on imgur. Which nobody would ever be dumb enough to do. Oh, wait. | null | 0 | 1316213574 | False | 0 | c2kfgkv | t3_khtwb | null | t1_c2kfgkv | t1_c2kczdy | null | 1427609770 | 1 | t5_2fwo | null | null | null |
True | cb43569 | null | Some people subscribe to programming and netsec and don't pay attention to the submitted reddit that much. | null | 0 | 1316213589 | False | 0 | c2kfgn7 | t3_khtwb | null | t1_c2kfgn7 | t1_c2kffja | null | 1427609770 | 4 | t5_2fwo | null | null | null |
True | cortesoft | null | Unless the CDN server is behind the SSL termination point, it is impossible for it to cache the request, because it doesn't know the URL nor does it have access to the response. | null | 0 | 1316213657 | False | 0 | c2kfgxe | t3_khtwb | null | t1_c2kfgxe | t1_c2kfdam | null | 1427609774 | 6 | t5_2fwo | null | null | null |
True | marssaxman | null | Bad, bad, bad, bad. First-to-file means that the big corporations will always win now, thus eliminating any vestige of social benefit the patent system might still have had. | null | 0 | 1316213680 | False | 0 | c2kfh12 | t3_khvyw | null | t1_c2kfh12 | t3_khvyw | null | 1427609776 | 21 | t5_2fwo | null | null | null |
True | timetwosave | null | correct. | null | 0 | 1316213886 | False | 0 | c2kfhz4 | t3_khtwb | null | t1_c2kfhz4 | t1_c2kfgxe | null | 1427609788 | 0 | t5_2fwo | null | null | null |
True | Onlinealias | null | I find that lazyness in I.T. is an asset. That is, if you are really smart and go out of your way to be lazy. | null | 0 | 1316213906 | False | 0 | c2kfi1z | t3_khtwb | null | t1_c2kfi1z | t1_c2kf0xs | null | 1427609789 | 1 | t5_2fwo | null | null | null |
True | 7oby | null | Believe [the poster](http://www.reddit.com/r/programming/comments/khtwb/so_i_got_a_pregenerated_fedex_print_label_and/c2kfctd?context=2)? "Retard"? GG KingPharaoh. | null | 0 | 1316213914 | False | 0 | c2kfi3g | t3_khtwb | null | t1_c2kfi3g | t1_c2kf24c | null | 1427609790 | 1 | t5_2fwo | null | null | null |
True | skankingmike | null | Piggy backing on top post......
Ok, here's the deal. This is an OnlineLabel. These are one time print labels that give the user a unique one time name and password. These are not the same thing as having an account with FedEx.
They have two services like this now, OnlineLabel and MobileLabel. Both use the same concept. A one time username and password.
The Mobile Label allows the user to use their smart phone to produce a bar-code that can be scanned at most if not all FedEx Office locations. The onlinelabel is what some companies use to allow people to print their own labels without having to give them an account number. | null | 0 | 1316213914 | False | 0 | c2kfi3j | t3_khtwb | null | t1_c2kfi3j | t1_c2kcs4z | null | 1427609790 | 98 | t5_2fwo | null | null | null |
True | [deleted] | null | "the submitted reddit"
wait what do you mean? I don't understand. | null | 0 | 1316213973 | False | 0 | c2kficw | t3_khtwb | null | t1_c2kficw | t1_c2kfgn7 | null | 1427609793 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | It would probably have been best to put that in a PM. | null | 0 | 1316214082 | False | 0 | c2kfiu2 | t3_khtwb | null | t1_c2kfiu2 | t1_c2kdfay | null | 1427609799 | 2 | t5_2fwo | null | null | null |
True | Onlinealias | null | It's ok, retards can be pilots nowadays. | null | 0 | 1316214214 | False | 0 | c2kfjek | t3_khtwb | null | t1_c2kfjek | t1_c2kebvd | null | 1427609808 | 1 | t5_2fwo | null | null | null |
True | otakucode | null | Multidisciplinary approaches improve everything. Unfortunately, most schools have taken this idea and turned it into 'everyone should have a mediocre understanding of everything' and actively prevent anyone from actually deep diving in any discipline. A friend of mine started out programming and doing similar things, now he's into hard math and leaving for grad school. Luckily he had parents that permitted him to leave high school and finish it online, so he had plenty of time to dedicate to actual learning. | null | 0 | 1316214226 | False | 0 | c2kfjg9 | t3_khf6j | null | t1_c2kfjg9 | t1_c2kesl1 | null | 1427609808 | 1 | t5_2fwo | null | null | null |
True | kosievdmerwe | null | From my understanding, this is only possible if you get a fake certificate from a trusted certificate authority for the website you're trying to man in the middle. | null | 0 | 1316214483 | False | 0 | c2kfklg | t3_khtwb | null | t1_c2kfklg | t1_c2kfgeb | null | 1427609833 | 1 | t5_2fwo | null | null | null |
True | xiongchiamiov | null | Post all the Java stuff in /r/programming that you want - just put "Java" in the title. | null | 0 | 1316214485 | False | 0 | c2kfklt | t3_kb1gc | null | t1_c2kfklt | t1_c2j97jo | null | 1427609833 | 1 | t5_2fwo | null | null | null |
True | scgtrp | null | I found it even more amusing that he *did* remember to blur his bookmarks. (I think those are bookmarks, at least. I don't recognize the browser.) | null | 0 | 1316214492 | False | 0 | c2kfkmt | t3_khtwb | null | t1_c2kfkmt | t1_c2kf32g | null | 1427609827 | 6 | t5_2fwo | null | null | null |
True | sltkr | null | Although I don't know about this particular person, obviously, I do know that there are many programmers out there (especially web developers) who are oblivious to how the web works and wouldn't handle private data correctly if their lives depended on it.
Consequently, I think it's very likely ignorance played a large part in the implementation of this particular feature. I can't imagine myself storing credentials in the URL no matter how pressed for time I am. (Though it is technically possible I'm just a more more ethical developer too.) | null | 0 | 1316214494 | False | 0 | c2kfkn6 | t3_khtwb | null | t1_c2kfkn6 | t1_c2kduej | null | 1427609827 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Damn. So what's the pay like when you get a route? | null | 0 | 1316214508 | False | 0 | c2kfkpx | t3_khtwb | null | t1_c2kfkpx | t1_c2kff00 | null | 1427609837 | 1 | t5_2fwo | null | null | null |
True | Doormatty | null | Exactly, encryption is reversible. | null | 0 | 1316214520 | False | 0 | c2kfkrl | t3_khtwb | null | t1_c2kfkrl | t1_c2kf77u | null | 1427609837 | 1 | t5_2fwo | null | null | null |
True | 88leo | null | file this in the fucking idiot post archives | null | 0 | 1316214673 | False | 0 | c2kflfb | t3_khtwb | null | t1_c2kflfb | t3_khtwb | null | 1427609838 | 2 | t5_2fwo | null | null | null |
True | ahugenerd | null | I don't want to belabor this point, and I hate using *ad absurdum* logic, but I think this gets my point across: If somebody came from a society where rape was accepted, and they didn't know any better, would that mean that there are no ethical issues with said rape? Ignorance of an ethical issue does not simply make it disappear. | null | 0 | 1316214779 | False | 0 | c2kflvq | t3_khtwb | null | t1_c2kflvq | t1_c2kfkn6 | null | 1427609843 | 2 | t5_2fwo | null | null | null |
True | akatsuki5 | null | I clicked on one those photos and they lead to a myspace account, I started jumping from profile to profile, because I want to find a person that had signed in less than 1 year ago. I gave up eventually... | null | 0 | 1316214798 | False | 0 | c2kflyy | t3_khtwb | null | t1_c2kflyy | t1_c2kentt | null | 1427609844 | 4 | t5_2fwo | null | null | null |
True | 88leo | null | how far do you actually know? actually tested or just assumed? | null | 0 | 1316214800 | False | 0 | c2kflz8 | t3_khtwb | null | t1_c2kflz8 | t1_c2kezhz | null | 1427609844 | 1 | t5_2fwo | null | null | null |
True | bluGill | null | This is why I have fought hard to prevent anyone from settings a target coverage. We want good test coverage, but we don't define bad.
We look at some modules that have low/no coverage and get concerned, but we never hold anything out as being a great example because of the coverage report. We hold things up as great examples because those who have experience with tests think they are good examples. In many cases the examples change, there is code that 6 months ago I thought was a great example that I now think is terrible - I've found better ways to test.
In this way the coverage report is a place to find smells of bad testing, but not the opposite. | null | 0 | 1316214837 | False | 0 | c2kfm50 | t3_khhdj | null | t1_c2kfm50 | t1_c2kb9so | null | 1427609846 | 2 | t5_2fwo | null | null | null |
True | cb43569 | null | Sorry, the submitted *subreddit*. As in, the subreddit to which it has been submitted. | null | 0 | 1316214844 | False | 0 | c2kfm6b | t3_khtwb | null | t1_c2kfm6b | t1_c2kficw | null | 1427609846 | 3 | t5_2fwo | null | null | null |
True | Chaoslab | null | Default to fail again? Who ever would of thought! | null | 0 | 1316215026 | False | 0 | c2kfmyc | t3_khvyw | null | t1_c2kfmyc | t3_khvyw | null | 1427609854 | 1 | t5_2fwo | null | null | null |
True | Sephr | null | Tested a while back, but it may have changed so I said afaik. | null | 0 | 1316215058 | False | 0 | c2kfn3j | t3_khtwb | null | t1_c2kfn3j | t1_c2kflz8 | null | 1427609857 | 2 | t5_2fwo | null | null | null |
True | BeatLeJuce | null | I just skimmed over it so maybe I just missed it, but from what I can see he fails to give two **critical** pieces of info:
1. what Machine he is coding for (the Assembler for each architecture is different. He is obviously using x86, but he never mentioned it explicitly, and beginners will probably not really 'get' how machine-specific it is.
2. he doesn't even introduce which syntax he's using. There's 2 ways of writing down x86 syntax, dependent on what program you use to 'compile' your code. The 2 syntaxes are very different. e.g. in one syntax, you write the destination register after the source register, and it's the other way around in the other syntax. This could lead to MAJOR confusion and frustration. | null | 0 | 1316215075 | False | 0 | c2kfn6f | t3_khxzd | null | t1_c2kfn6f | t3_khxzd | null | 1427609857 | 14 | t5_2fwo | null | null | null |
True | x-skeww | null | I wish they would have included some kind of hello world example. | null | 0 | 1316215121 | False | 0 | c2kfndl | t3_ki1gj | null | t1_c2kfndl | t3_ki1gj | null | 1427609859 | 5 | t5_2fwo | null | null | null |
True | TheGS | null | I find that most Java apps (like this one) just look... strange... when compared to native Mac applications. For me, this is enough to turn me off from even trying it out. | null | 0 | 1316215131 | False | 0 | c2kfnf8 | t3_khqu6 | null | t1_c2kfnf8 | t3_khqu6 | null | 1427609861 | -1 | t5_2fwo | null | null | null |
True | cjpapetti | null | Thanks! You should also make a standalone comment so we can upvote you to the very top. | null | 0 | 1316215315 | False | 0 | c2kfo75 | t3_khtwb | null | t1_c2kfo75 | t1_c2kfi3j | null | 1427609870 | 11 | t5_2fwo | null | null | null |
True | mrcmnstr | null | you need better passwords: http://xkcd.com/936/ | null | 0 | 1316215447 | False | 0 | c2kfot0 | t3_khtwb | null | t1_c2kfot0 | t3_khtwb | null | 1427609881 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | what's the point of using https when they pull this shit.... | null | 0 | 1316215508 | False | 0 | c2kfp2g | t3_khtwb | null | t1_c2kfp2g | t3_khtwb | null | 1427609882 | 3 | t5_2fwo | null | null | null |
True | sportsokkendrager | null | > Could easily write a brute force script
Of course you can, but the same is true for a login with HTTP POST. | null | 0 | 1316215624 | False | 0 | c2kfpjs | t3_khtwb | null | t1_c2kfpjs | t1_c2ke5jv | null | 1427609895 | 1 | t5_2fwo | null | null | null |
True | sportsokkendrager | null | **Some seem to think this reddit is for "links that programmers might find interesting or funny". No. It's for programming links. Programming. Programming. Programming.**
**If there is no code in your link, it probably doesn't belong here.** | null | 0 | 1316215691 | False | 0 | c2kfpuk | t3_khtwb | null | t1_c2kfpuk | t3_khtwb | null | 1427609892 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1316215752 | False | 0 | c2kfq46 | t3_khtwb | null | t1_c2kfq46 | t1_c2kfi3g | null | 1427609897 | -2 | t5_2fwo | null | null | null |
True | crunchyvowels | null | God, you just reminded me how much I hate that commercial. | null | 0 | 1316215838 | False | 0 | c2kfqhw | t3_khtwb | null | t1_c2kfqhw | t1_c2kf9q1 | null | 1427609900 | 10 | t5_2fwo | null | null | null |
True | le_kommie | null | It's because you are using a Mac. It's for usability sake. | null | 0 | 1316215879 | False | 0 | c2kfqoe | t3_khtwb | null | t1_c2kfqoe | t3_khtwb | null | 1427609903 | 3 | t5_2fwo | null | null | null |
True | Tarks | null | It does, actually, and it gives a young kid a much easier time reading through the c++ primer. I'd read the 21days book on a subject, muck around with whatever I learned on the computer until I was doing things I didn't fully understand, then read the primer regarding it. Later on when I went to uni that book was the one that I told other guys who were very new to programming to read, the ones that did got off to a great start.
Please don't be such a dick about that book, it's helped me and a number of friends and I've now just started work as a professional programmer straight out of uni. I'd hate for Jesse Liberty (author) to happen across this and only hear what people looking down their nose had to say. | null | 0 | 1316216232 | False | 0 | c2kfs94 | t3_khf6j | null | t1_c2kfs94 | t1_c2kavmc | null | 1427609923 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1316216245 | False | 0 | c2kfsaq | t3_khtwb | null | t1_c2kfsaq | t1_c2kczha | null | 1427609925 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | That's fine and all, and kudos for the kid and all that, but it's not news mathematically -- it's a "world record" that no one cares about and that no one was trying to set, and it only took three hours of mathematica computation to do so. It's the usual Wolfram self-promotion, this time using a 13 year old kid.
I could list hundreds of similar computations that if someone bothered to run them for a few hours or days would set "world records" for. There's no innovative algorithm here and what was computed is not something that anyone really cares about, even in the mathematical community, and it's not something that any decent mathematician, programmer, or computer scientist could not have easily done. This is not to detract from the kid at all, it's to point the finger at Wolfram for making a big deal out of something that is not a deal at all. | null | 0 | 1316216313 | False | 0 | c2kfslj | t3_khf6j | null | t1_c2kfslj | t1_c2kehvz | null | 1427609928 | 11 | t5_2fwo | null | null | null |
True | [deleted] | null | This one always makes me laugh:
>Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems.
I've heard it said with XML too. | null | 0 | 1316216487 | False | 0 | c2kftcb | t3_ki52y | null | t1_c2kftcb | t3_ki52y | null | 1427609940 | 15 | t5_2fwo | null | null | null |
True | angrymonkeyz | null | Hell, I'll spend a day automating a boring task I could do in an hour. | null | 0 | 1316216556 | False | 0 | c2kftmx | t3_khtwb | null | t1_c2kftmx | t1_c2kfi1z | null | 1427609943 | 2 | t5_2fwo | null | null | null |
True | x-skeww | null | Read 3 articles so far. None of them had any useful details. Fortunately, the wiki makes a lot more sense:
https://github.com/RiverTrail/RiverTrail/wiki/_pages
There is this ParallelArray thingy with combine, filter, map, reduce, scan, and scatter functions which all become automatically parallelized. That sounds pretty good, actually. I was afraid they just slapped threads onto it or something like that. | null | 0 | 1316216603 | False | 0 | c2kfttw | t3_ki1gj | null | t1_c2kfttw | t3_ki1gj | null | 1428193851 | 6 | t5_2fwo | null | null | null |
True | mms13 | null | What can brown do for you? | null | 0 | 1316216646 | False | 0 | c2kfu0o | t3_khtwb | null | t1_c2kfu0o | t3_khtwb | null | 1427609948 | 2 | t5_2fwo | null | null | null |
True | qvae_train | null | not sure why you are being downvoted? I found the article hard to read too and seemingly pointless. Most of its content is him, I assume trying to be interesting/funny, talking to imaginary House. | null | 0 | 1316216692 | False | 0 | c2kfu8d | t3_khip6 | null | t1_c2kfu8d | t1_c2kf3fi | null | 1427609950 | 8 | t5_2fwo | null | null | null |
True | willcode4beer | null | 101 after I create a new text editor with g+ integration. buahahaha | null | 0 | 1316216709 | False | 0 | c2kfuan | t3_kgsnl | null | t1_c2kfuan | t1_c2k4yiz | null | 1427609950 | 1 | t5_2fwo | null | null | null |
True | Onlinealias | null | There are shitloads in the Windows world because of the dual hash problem. Then there is the LM hash storage problem +15 character thingy that someone can use to filet your network.
Yes, passwords in Windows benefit greatly from being over 15 characters. It is the difference between being vulnerable and getting hacked and being vulnerable and not getting hacked. | null | 0 | 1316216804 | False | 0 | c2kfup7 | t3_khtwb | null | t1_c2kfup7 | t1_c2kezd5 | null | 1427609956 | 1 | t5_2fwo | null | null | null |
True | Shootfast | null | You have a python interpreter on the back of your napkin? Awesome! | null | 0 | 1316216922 | False | 0 | c2kfv6s | t3_khtwb | null | t1_c2kfv6s | t1_c2kdon2 | null | 1427609962 | 5 | t5_2fwo | null | null | null |
True | Onlinealias | null | Plus the old walk of shame thing. Like, going though gymnastics to get a device in a different building to do what you want so you don't have to get up and go physically touch it. I'll spend hours on that task just so I don't have to walk 5 minutes. | null | 0 | 1316217061 | False | 0 | c2kfvqx | t3_khtwb | null | t1_c2kfvqx | t1_c2kftmx | null | 1427609970 | 2 | t5_2fwo | null | null | null |
True | willcode4beer | null | no doubt. I once worked with a guy who wrote tests for all his POJOs but, not for any of the complex code. His coverage percentages were great even though his code didn't work.
Metrics can be useful tools but, if you depend on them people will figure out how to game the system. | null | 0 | 1316217090 | False | 0 | c2kfvuy | t3_khhdj | null | t1_c2kfvuy | t1_c2kb9so | null | 1427609970 | 1 | t5_2fwo | null | null | null |
True | nthitz | null | Dude! It actually can! | null | 0 | 1316217144 | False | 0 | c2kfw3b | t3_khtwb | null | t1_c2kfw3b | t1_c2kfctd | null | 1427609974 | 7 | t5_2fwo | null | null | null |
True | AnonymousRainbow | null | Let the account trolling begin... | null | 0 | 1316217192 | False | 0 | c2kfwa3 | t3_khtwb | null | t1_c2kfwa3 | t3_khtwb | null | 1427609977 | 1 | t5_2fwo | null | null | null |
True | retumbler | null | Thank you. And in my original comment I forgot to say you've created something cool. | null | 0 | 1316217814 | False | 0 | c2kfyue | t3_kgjcg | null | t1_c2kfyue | t1_c2ka3zp | null | 1427610013 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Windows 8 Developer Preview. | null | 0 | 1316217848 | False | 0 | c2kfyzc | t3_khtuh | null | t1_c2kfyzc | t1_c2kdh42 | null | 1427610015 | 3 | t5_2fwo | null | null | null |
Subsets and Splits
Filtered Reddit Uplifting News
The query retrieves specific news articles by their link IDs, providing a basic overview of those particular entries without deeper analysis or insights.
Recent Programming Comments
Returns a limited set of programming records from 2020 to 2023, providing basic filtering with minimal analytical value.