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 | pnpbios | null | well, if it's not then i'm just wondering why you wasted your time writing your own renderer. | null | 0 | 1318283440 | False | 0 | c2qeizf | t3_l7769 | null | t1_c2qeizf | t1_c2qdvv1 | null | 1427713006 | 0 | t5_2fwo | null | null | null |
True | TylerEaves | null | the exact same is true for python. Seriously, it's *not that hard*. If you need arbitrary indentation you just keep a depth counter and tack that many spaces onto the front of of each line. Not hard at all, and trivial compared to the actual code generation.
I've done it, for a fairly complex project. (It took XML fil... | null | 0 | 1318283451 | False | 0 | c2qej0w | t3_l6uwv | null | t1_c2qej0w | t1_c2qefdm | null | 1427713006 | 1 | t5_2fwo | null | null | null |
True | db2 | null | "Hawkeye" | null | 0 | 1318283496 | False | 0 | c2qej8y | t3_l6dcp | null | t1_c2qej8y | t1_c2qeg75 | null | 1427713009 | 0 | t5_2fwo | null | null | null |
True | TheShaman7 | null | Nice! | null | 0 | 1318283648 | False | 0 | c2qejyj | t3_l6dcp | null | t1_c2qejyj | t1_c2qej8y | null | 1427713018 | -1 | t5_2fwo | null | null | null |
True | AllHipoCrates | null | Also, you aren't encoding the following characters:
(
)
#
edit: That's 1. Open parenthesis 2. Close parenthesis 3. Number symbol
| null | 0 | 1318283687 | False | 0 | c2qek5p | t3_l7bjb | null | t1_c2qek5p | t3_l7bjb | null | 1427713020 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Huh ? If you "need" something as dynamic as JavaScript you can drop to data structures like map, Clojure does that on JVM anyway AFAIK, once you drop a field from a defrecord or something like that. | null | 0 | 1318283695 | False | 0 | c2qek71 | t3_l6uwv | null | t1_c2qek71 | t1_c2qd0ul | null | 1427713021 | 2 | t5_2fwo | null | null | null |
True | habitue | null | The main reason to have a new language (with its own VM) is to allow it to make different performance related decisions than Javascript did. The common example being used is that the default numeric type in Javascript is a double, whereas a lot of code wants a real integer datatype. Dart is designed from the beginning ... | null | 0 | 1318283719 | True | 0 | c2qekb5 | t3_l6uwv | null | t1_c2qekb5 | t1_c2qcadz | null | 1427713022 | 3 | t5_2fwo | null | null | null |
True | TheShaman7 | null | >I tried reading his book on Types. It was frankly over my head.
**Frankly**
BeowulfShaeffer. | null | 0 | 1318283731 | False | 0 | c2qekdd | t3_l6dcp | null | t1_c2qekdd | t1_c2q92ii | null | 1427713024 | -1 | t5_2fwo | null | null | null |
True | azakai | null | > After all, isn't the x86 architecture/v8 a big counter example to the idea that a static architecture can't run a dynamic language efficiently?
A static architecture can. But not a **portable** and **safe** static architecture, which as I mentioned, the typical candidates for a universal VM are (.NET, JVM, etc.).... | null | 0 | 1318283872 | False | 0 | c2qel25 | t3_l6uwv | null | t1_c2qel25 | t1_c2qehdd | null | 1427713032 | 0 | t5_2fwo | null | null | null |
True | mitsuhiko | null | "The World's most advanced syntax highlighter" and it does not even highlight basic Ruby code. If you want a better one, consider using Pygments :-) | null | 0 | 1318283959 | False | 0 | c2qelh2 | t3_l71ba | null | t1_c2qelh2 | t3_l71ba | null | 1427713037 | 1 | t5_2fwo | null | null | null |
True | lolitrollyu | null | Well he *did* misspell arpeggiator. | null | 0 | 1318284002 | False | 0 | c2qelp0 | t3_l5s9p | null | t1_c2qelp0 | t1_c2qb3ef | null | 1427713040 | 0 | t5_2fwo | null | null | null |
True | db2 | null | http://en.wikipedia.org/wiki/M*A*S*H_(season_4)
Episode 18 :) | null | 0 | 1318284017 | False | 0 | c2qelrj | t3_l6dcp | null | t1_c2qelrj | t1_c2qejyj | null | 1427713041 | -1 | t5_2fwo | null | null | null |
True | [deleted] | null | Deep language knowledge doesn't help you write good code, just debug bad code. | null | 0 | 1318284023 | False | 0 | c2qelsw | t3_l6yn1 | null | t1_c2qelsw | t1_c2qdd28 | null | 1427713042 | 13 | t5_2fwo | null | null | null |
True | benfitzg | null | > Because you can't, in most industries outside of IT.
Boy am I glad I work in IT! As others have said it's not easy to start any business, but programming must be one of the easiest as it doesn't cost anything to make 1 million copies of a good idea! | null | 0 | 1318284064 | False | 0 | c2qem01 | t3_l6m5r | null | t1_c2qem01 | t1_c2q9jup | null | 1427713045 | 0 | t5_2fwo | null | null | null |
True | TheShaman7 | null | :DD | null | 0 | 1318284110 | False | 0 | c2qem7w | t3_l6dcp | null | t1_c2qem7w | t1_c2qelrj | null | 1427713047 | -1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318284140 | False | 0 | c2qemcd | t3_l6yn1 | null | t1_c2qemcd | t1_c2qe8vr | null | 1427713049 | 4 | t5_2fwo | null | null | null |
True | ForwardTwo | null | If anyone needs me to change the background color, give me a PM.
The font is a self modified version of Helvetica Neue. I set up the shapes of the letters myself, so there isn't a font for it. I believe that Google probably did the same.
Also, it isn't transparent because dithered transparency is fuuuugly. And non-d... | null | 0 | 1318284279 | False | 0 | c2qen4n | t3_l7jyj | null | t1_c2qen4n | t3_l7jyj | null | 1427713060 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318284342 | False | 0 | c2qenfz | t3_l6yn1 | null | t1_c2qenfz | t3_l6yn1 | null | 1427713064 | 3 | t5_2fwo | null | null | null |
True | mikesamuel | null | Thanks. In what circumstances is not encoding those a problem?
I can't see any transition in the HTML5 tokenizer spec for U+0028 or U+0029, and the only transition for U+0023 is in "&#...;" which is handled by http://www.w3.org/TR/html5/tokenization.html#tokenizing-character-references
Is the problem with my han... | null | 0 | 1318284428 | False | 0 | c2qenve | t3_l7bjb | null | t1_c2qenve | t1_c2qek5p | null | 1427713069 | 3 | t5_2fwo | null | null | null |
True | eaturbrainz | null | >So...basically a Scala-style type inference then?
Scala-style local type inference is pretty *close* (there've been extensions of local inference, I'm not sure whether or not Scala uses them) to the state of the art. My paper does Scala one better, but I'm still trying to get the damned thing accepted and publish... | null | 0 | 1318284442 | False | 0 | c2qenxv | t3_l6uwv | null | t1_c2qenxv | t1_c2qcura | null | 1427713070 | 3 | t5_2fwo | null | null | null |
True | mikesamuel | null | Ah. I understand. canyouxssthis.com/asdf is a 404. The link in
<a href='//www.google.com/'><img src='http://www.google.com/intl/en_com/images/srpr/logo3w.png'></a>
seems clickable. | null | 0 | 1318284548 | False | 0 | c2qeoha | t3_l7bjb | null | t1_c2qeoha | t1_c2qeetf | null | 1427713077 | 1 | t5_2fwo | null | null | null |
True | skulgnome | null | Might as well link to TPB, you know. | null | 0 | 1318284635 | False | 0 | c2qeox3 | t3_l742f | null | t1_c2qeox3 | t3_l742f | null | 1427713087 | -10 | t5_2fwo | null | null | null |
True | borodino | null | No, they don't. But your kind of stupidity is exactly why people who reason from anecdotes have such a poor reputation *everywhere*. | null | 0 | 1318284775 | False | 0 | c2qepma | t3_l6dcp | null | t1_c2qepma | t1_c2q995h | null | 1427713092 | -1 | t5_2fwo | null | null | null |
True | Jookia | null | I bet the other 5% is something really important. | null | 0 | 1318284795 | False | 0 | c2qeppk | t3_l7gl3 | null | t1_c2qeppk | t1_c2qe7pt | null | 1427713093 | 26 | t5_2fwo | null | null | null |
True | eaturbrainz | null | OK, good, so you're pretty reasonably knowledgeable too. The point being: don't get snide in demanding a favorite feature that is often has a good deal of theoretical and practical complication to it.
>This can be evaded by not modeling subtyping strictly.
And now you're telling the language designer, "Oh, just d... | null | 0 | 1318284800 | False | 0 | c2qepqi | t3_l6uwv | null | t1_c2qepqi | t1_c2qcoha | null | 1427713095 | 3 | t5_2fwo | null | null | null |
True | arandomJohn | null | I love reading about stuff like this. Maintaining stuff like this that someone else wrote? Not so much.
The interesting thing here is that the HexFiend guy probably would have been happy with his own implementation if he didn't have grep to compare against. Having a gold standard to try to beat inspired him to writ... | null | 0 | 1318284820 | False | 0 | c2qepuc | t3_l6xnp | null | t1_c2qepuc | t3_l6xnp | null | 1427713096 | 1 | t5_2fwo | null | null | null |
True | LaurieCheers | null | For whoever downvoted me: http://www.dartlang.org/
> You can use the same Dart code in most modern web browsers (Chrome, > Safari 5+, Firefox 4+) and on servers. | null | 0 | 1318284844 | False | 0 | c2qepyr | t3_l6uwv | null | t1_c2qepyr | t1_c2qbofn | null | 1427713097 | 2 | t5_2fwo | null | null | null |
True | LaurieCheers | null | Hedging their bets? :) | null | 0 | 1318284879 | False | 0 | c2qeq5e | t3_l6uwv | null | t1_c2qeq5e | t1_c2qdy83 | null | 1427713100 | 1 | t5_2fwo | null | null | null |
True | sharkeyzoic | null | It's working out well for me for the last few years. Once you establish a good reputation for solving problems, more work tends to come in by word of mouth. | null | 0 | 1318284901 | False | 0 | c2qeq93 | t3_l6m5r | null | t1_c2qeq93 | t1_c2qaq0y | null | 1427713101 | 1 | t5_2fwo | null | null | null |
True | dd_123 | null | What's the deal with slide 379? Is it just me or are "slow" and "fast" undefined? | null | 0 | 1318284903 | False | 0 | c2qeq9g | t3_l6yn1 | null | t1_c2qeq9g | t3_l6yn1 | null | 1427713101 | 1 | t5_2fwo | null | null | null |
True | PericlesATX | null | I've lost count of "new Google programming languages that will revolutionize blah blah blah."
| null | 0 | 1318284915 | False | 0 | c2qeqbk | t3_l6uwv | null | t1_c2qeqbk | t1_c2q9g7o | null | 1427713105 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | So there is a lot of talk about the covariant generics, but not contravariant? | null | 0 | 1318284975 | False | 0 | c2qeqmk | t3_l6uwv | null | t1_c2qeqmk | t1_c2qbeap | null | 1427713105 | 1 | t5_2fwo | null | null | null |
True | ezekiel | null | Something like a 31-bit LFSR is easy:
nextRandom n = (div n 2) + ((mod n 2) * (2^30))
| null | 0 | 1318284992 | False | 0 | c2qeqpy | t3_l77q2 | null | t1_c2qeqpy | t3_l77q2 | null | 1427713106 | 1 | t5_2fwo | null | null | null |
True | tactics | null | I agree with you that the title of the book is misleading. Mechanically rigorous proof is *not* the foundation of any kind of software. (Not yet at least).
I'm not sure if you meant it this way or not, but mathematical analysis is always a powerful tool to have in your toolbox. And the key idea of the book -- modeling... | null | 0 | 1318285003 | False | 0 | c2qeqrg | t3_l6dcp | null | t1_c2qeqrg | t1_c2qcvpx | null | 1427713107 | 9 | t5_2fwo | null | null | null |
True | [deleted] | null | Hey, why is the `<style>` tag not allowed, and most CSS properties unavailable? | null | 0 | 1318285026 | False | 0 | c2qeqw1 | t3_l7bjb | null | t1_c2qeqw1 | t3_l7bjb | null | 1427713109 | 4 | t5_2fwo | null | null | null |
True | sgoguen | null | I'm not recommending this style, my point is it's very easy to accidentally do this when you're refactoring someone's code. My point is you should be able to define a local variable in a function you can guarantee won't accidentally turn into a closure because some guy was being thoughtless.
Besides, I shouldn't ... | null | 0 | 1318285027 | False | 0 | c2qeqwm | t3_l6uwv | null | t1_c2qeqwm | t1_c2qd0m1 | null | 1427713109 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | I regularly use ed to edit text, so what *you* would call it is irrelevant. | null | 0 | 1318285113 | False | 0 | c2qerbs | t3_l6xnp | null | t1_c2qerbs | t1_c2qcna5 | null | 1427713114 | 1 | t5_2fwo | null | null | null |
True | PstScrpt | null | VB.Net is actually kinda nice here:
Dim fred As New Greeter()
On the other hand, in C#, you could make a static factory function and use the automatic typing to say:
var fred = Greeter.MakeNew() | null | 0 | 1318285129 | False | 0 | c2qereu | t3_l6uwv | null | t1_c2qereu | t1_c2q9rt9 | null | 1427713115 | 1 | t5_2fwo | null | null | null |
True | dse78759 | null | The pipe seals it.
Indeed. | null | 0 | 1318285209 | False | 0 | c2qerte | t3_l7kdu | null | t1_c2qerte | t3_l7kdu | null | 1427713121 | 1 | t5_2fwo | null | null | null |
True | slgard | null | Well, why not just fix the issues with Javascript ?
Why do we need a new language, a new set of compatibility issues, a new set of development tools / libraries etc etc | null | 0 | 1318285332 | False | 0 | c2qeset | t3_l6uwv | null | t1_c2qeset | t1_c2qekb5 | null | 1427713128 | 6 | t5_2fwo | null | null | null |
True | sedaak | null | True. I meant a viable idea, not a dream. Is there another word for a manifested idea? If you have a concept with a good foundation in biology/chemistry then I'm pretty certain you could get solid funding. | null | 0 | 1318285348 | False | 0 | c2qesi0 | t3_l6m5r | null | t1_c2qesi0 | t1_c2qdvqw | null | 1427713129 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | This would be news if C++ were still relevant today. | null | 0 | 1318285363 | False | 0 | c2qeskr | t3_l7gl3 | null | t1_c2qeskr | t3_l7gl3 | null | 1427713130 | -64 | t5_2fwo | null | null | null |
True | eaturbrainz | null | >Could you explain a bit more why it is problematic? Perhaps with an example program that is difficult to type infer.
Sure. Here's the one reviewers have thrown at my paper sometimes:
lambda x. x
That's it: the identity function. A fairly simple type inference engine for subtyping can infer the resulting t... | null | 0 | 1318285420 | False | 0 | c2qestr | t3_l6uwv | null | t1_c2qestr | t1_c2qcj7c | null | 1427713135 | 5 | t5_2fwo | null | null | null |
True | [deleted] | null | Is there a reason it can't just be posted here? | null | 0 | 1318285475 | False | 0 | c2qet4i | t3_l6uwv | null | t1_c2qet4i | t1_c2qd4ik | null | 1427713137 | 3 | t5_2fwo | null | null | null |
True | artsrc | null | 'new' locks in choices.
Greeter() could return an instance of a subtype, a cached instance, a new instance, a singleton, a hash etc.
| null | 0 | 1318285476 | False | 0 | c2qet4z | t3_l6uwv | null | t1_c2qet4z | t1_c2qbntj | null | 1427713138 | 1 | t5_2fwo | null | null | null |
True | NruJaC | null | Haskell/ML-and family | null | 0 | 1318285481 | False | 0 | c2qet5j | t3_l6uwv | null | t1_c2qet5j | t1_c2qdzn2 | null | 1427713138 | 4 | t5_2fwo | null | null | null |
True | voxoxo | null | But I'd argue that C++ in recent years has really grown into a very different language. I'm referencing to code as can be found in many of the Boost libraries : heavy template metaprogramming, concepts and traits all over the place, functional programming (function, lambda, phoenix) and crazy genericity via such strang... | null | 0 | 1318285587 | False | 0 | c2qetp7 | t3_l6yn1 | null | t1_c2qetp7 | t1_c2qcy4n | null | 1427713146 | 7 | t5_2fwo | null | null | null |
True | thelazyfox | null | Duh, so curious people make better engineers. | null | 0 | 1318285600 | False | 0 | c2qetr9 | t3_l6yn1 | null | t1_c2qetr9 | t3_l6yn1 | null | 1427713147 | 4 | t5_2fwo | null | null | null |
True | tayl0rs | null | I'm still not clear- are you building a native app using native UI objects like UITableView (in iOS)? Or is it still just a webpage with a native looking UI? | null | 0 | 1318285685 | False | 0 | c2qeu7n | t3_l7769 | null | t1_c2qeu7n | t3_l7769 | null | 1427713153 | 2 | t5_2fwo | null | null | null |
True | NruJaC | null | What frezik said, and read the code examples: they have the spirit and feel of java, if not quite the verbosity. | null | 0 | 1318285702 | False | 0 | c2qeuab | t3_l6uwv | null | t1_c2qeuab | t1_c2q9ga2 | null | 1427713154 | 1 | t5_2fwo | null | null | null |
True | OceanSpray | null | In Haskell and ML, the value returned by a "statement" expression is usually (), called "unit" or "null", which contains no information. | null | 0 | 1318285852 | False | 0 | c2qev1b | t3_l6uwv | null | t1_c2qev1b | t1_c2qbtb5 | null | 1427713163 | 1 | t5_2fwo | null | null | null |
True | oSand | null | If you hate anything about js, it's because you don't get it. A web designer who read a blog about it told me so.
Me, I like simple things to be made hard and inconsistent. | null | 0 | 1318285876 | False | 0 | c2qev5f | t3_l765i | null | t1_c2qev5f | t1_c2qe2yp | null | 1427713164 | 20 | t5_2fwo | null | null | null |
True | randomdev382 | null | Background:
From the leaked future of javascript memo: "in the event that other browsers don’t follow, Dash can still be a success." ... for Google it goes on to explain. OP says it is designed by "lars bak" and "Gilad Bracha": Google Patents search: 461 and 457 patents filed respectively, many addressing programming l... | null | 0 | 1318285966 | False | 0 | c2qevl5 | t3_l6uwv | null | t1_c2qevl5 | t3_l6uwv | null | 1427713170 | 5 | t5_2fwo | null | null | null |
True | mikbe | null | Again, as I said to buckbova, these are legal and distributed with the permission of the authors and publishers. These are not illegal torrents. | null | 0 | 1318285966 | True | 0 | c2qevl6 | t3_l742f | null | t1_c2qevl6 | t1_c2qeox3 | null | 1427713170 | 10 | t5_2fwo | null | null | null |
True | mikesamuel | null | CSS is a huge attack surface that has been successfully exploited before. For example, [mozilla and IE JS embedding](http://www.davidpashley.com/blog/computing/livejournal-mozilla-bug.html) and [CSS only history sniffing](http://blog.mozilla.com/security/2010/03/31/plugging-the-css-history-leak/)
and some things like ... | null | 0 | 1318285978 | False | 0 | c2qevnp | t3_l7bjb | null | t1_c2qevnp | t1_c2qeqw1 | null | 1427713171 | 4 | t5_2fwo | null | null | null |
True | DragonHunter | null | This is billed as a complete language, running both the front end and back end. A back end has to be able to talk to my data servers. | null | 0 | 1318286002 | False | 0 | c2qevrv | t3_l6uwv | null | t1_c2qevrv | t1_c2qdzbc | null | 1427713173 | 1 | t5_2fwo | null | null | null |
True | mikbe | null | Here are some more someone linked in the comments of the site:
[http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books](http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books) | null | 0 | 1318286012 | False | 0 | c2qevtu | t3_l742f | null | t1_c2qevtu | t3_l742f | null | 1427713174 | 4 | t5_2fwo | null | null | null |
True | quotability | null | That's DASH not DART. | null | 0 | 1318286026 | False | 0 | c2qevws | t3_l6uwv | null | t1_c2qevws | t1_c2qb4n5 | null | 1427713175 | -2 | t5_2fwo | null | null | null |
True | bureX | null | Also, standards change. Compilers change. Memory contents change.
Translating C code to ASM code with CC/GCC and the "-S" command line switch is great practice IMHO. | null | 0 | 1318286030 | False | 0 | c2qevxc | t3_l6yn1 | null | t1_c2qevxc | t1_c2qemcd | null | 1427713175 | 7 | t5_2fwo | null | null | null |
True | bonch | null | Look at all these Javascript fanboys posting their disapproval because their pet language isn't up to par. | null | 0 | 1318286116 | False | 0 | c2qewd0 | t3_l6u5q | null | t1_c2qewd0 | t1_c2qdnrz | null | 1427713180 | -2 | t5_2fwo | null | null | null |
True | [deleted] | null | I've been coding js for years, I even made programmings languages that compile to it, so I'd never have to bother about some of its quirks (imagine my frustration to make me do this...) | null | 0 | 1318286161 | False | 0 | c2qewl9 | t3_l765i | null | t1_c2qewl9 | t1_c2qev5f | null | 1427713183 | 1 | t5_2fwo | null | null | null |
True | voxoxo | null | C implicitely declares any function that has no prototype in scope, by giving it the following signature :
int function()
This is true for any function, not just printf. So, the object compilation will succeed, but the linking will fail because no definition of the function has been given, only the (implicit) declara... | null | 0 | 1318286200 | False | 0 | c2qewr5 | t3_l6yn1 | null | t1_c2qewr5 | t1_c2qenfz | null | 1427713186 | 7 | t5_2fwo | null | null | null |
True | [deleted] | null | I know that key generators sometimes use this as a measure of entropy for the seed (readings from the mic, Wi-Fi antenna, etc.). | null | 0 | 1318286255 | False | 0 | c2qex1z | t3_l77q2 | null | t1_c2qex1z | t1_c2qe6jz | null | 1427713189 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Is that snark ? If so, I think there are ample examples of small guys making it in the IT industry, from making it big, to being a successful business. Being only vaguely familiar with other industries, I would say it's a lot more common and that capital investments are far smaller than say pharmaceutical or EE or othe... | null | 0 | 1318286356 | False | 0 | c2qexkd | t3_l6m5r | null | t1_c2qexkd | t1_c2qem01 | null | 1427713196 | 2 | t5_2fwo | null | null | null |
True | habitue | null | Some of the things cannot be fixed without breaking backwards compatibility with javascript (i.e. old websites that used to work suddenly won't). The only way to evolve a language without breaking backwards compatibility is by accretion. That is, adding new things to the language and telling people not to use the old t... | null | 0 | 1318286375 | False | 0 | c2qexnp | t3_l6uwv | null | t1_c2qexnp | t1_c2qeset | null | 1427713197 | 6 | t5_2fwo | null | null | null |
True | sedaak | null | Zalgotexted a reasonably sized paragraph. ( I wanted to see if it would process that unicode ) | null | 0 | 1318286427 | False | 0 | c2qexxd | t3_l7bjb | null | t1_c2qexxd | t1_c2qdjqj | null | 1427713201 | 2 | t5_2fwo | null | null | null |
True | BeowulfShaeffer | null | I have something that sort of broke it but I'm having a hard time figuring out how to convince reddit to let me post it. Change the [ ] to <> to get the string I was inputting. it comes from http://ha.ckers.org/xss.html which has a ton of these.
[SCRIPT/XSS SRC="http://ha.ckers.org/xss.js"][/SCRIPT]
Fiddl... | null | 0 | 1318286449 | True | 0 | c2qey1d | t3_l7bjb | null | t1_c2qey1d | t3_l7bjb | null | 1427713204 | 5 | t5_2fwo | null | null | null |
True | jng | null | Purely native apps, with native UI objectos. UITableView on iPhone, and their equivalent on Android/BB/Java phones.
We definitely have to make the web site much clearer. In our defence, it's a complex area with very different approaches, with several acronyms reused many times with wildly different meanings. | null | 0 | 1318286509 | False | 0 | c2qeybw | t3_l7769 | null | t1_c2qeybw | t1_c2qeu7n | null | 1427713207 | 1 | t5_2fwo | null | null | null |
True | rjett | null | It looks great. Can't wait to see what else you are planning to add to it. As long as you keep the flexibility of JavaScript while adding a bit of structure and extra language features I'm sold. | null | 0 | 1318286722 | False | 0 | c2qezdq | t3_l6uwv | null | t1_c2qezdq | t3_l6uwv | null | 1427713221 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | Thank you for proving my point.
| null | 0 | 1318286770 | False | 0 | c2qezll | t3_l6dcp | null | t1_c2qezll | t1_c2qepma | null | 1427713224 | 1 | t5_2fwo | null | null | null |
True | rjett | null | Isn't that the DOM's fault and not Dart's? | null | 0 | 1318286804 | False | 0 | c2qezs0 | t3_l6uwv | null | t1_c2qezs0 | t1_c2qaeb6 | null | 1427713226 | 1 | t5_2fwo | null | null | null |
True | nickrak | null | Already did. | null | 0 | 1318286805 | False | 0 | c2qezsb | t3_l71ba | null | t1_c2qezsb | t1_c2qe8b2 | null | 1427713226 | 1 | t5_2fwo | null | null | null |
True | hiddencamel | null | that's because good documentation IS a hard (and often tedious) job. | null | 0 | 1318286889 | False | 0 | c2qf06t | t3_l6uwv | null | t1_c2qf06t | t1_c2qcirn | null | 1427713231 | 3 | t5_2fwo | null | null | null |
True | mikesamuel | null | Let me try and see if I can post back what you posted
<SCRIPT/XSS SRC="http://ha.ckers.org/xss.js"></SCRIPT>
For reference, I just indented that by 4 spaces and reddit seems to display it.
Is that what you tried?
I'm not getting an error when I submit that via Chrome. | null | 0 | 1318286904 | False | 0 | c2qf09u | t3_l7bjb | null | t1_c2qf09u | t1_c2qey1d | null | 1427713243 | 2 | t5_2fwo | null | null | null |
True | rafekett | null | If you can do CS, you can program
If you can program, you can't necessarily do CS | null | 0 | 1318286937 | False | 0 | c2qf0ff | t3_l6dcp | null | t1_c2qf0ff | t1_c2q995h | null | 1427713240 | 2 | t5_2fwo | null | null | null |
True | thelazyfox | null | Umm, it's not just C, many languages are this way with associative operations. | null | 0 | 1318287046 | False | 0 | c2qf0yq | t3_l6yn1 | null | t1_c2qf0yq | t1_c2qd44j | null | 1427713260 | 3 | t5_2fwo | null | null | null |
True | campbellm | null | Anything that can do back references isn't. I don't think I can recall the last time I used a "regex" library that was strictly regular. | null | 0 | 1318287084 | False | 0 | c2qf15n | t3_l73uk | null | t1_c2qf15n | t1_c2qb1bg | null | 1427713251 | 1 | t5_2fwo | null | null | null |
True | mikesamuel | null | For
<<SCRIPT>alert("XSS");//<</SCRIPT>
I get
Output:
<
EDIT:
I checked my testcases and I think I have most of the ha.ckers.org/xss.js ones at http://code.google.com/p/owasp-java-html-sanitizer/source/browse/trunk/src/tests/org/owasp/html/AntiSamyTest.java#205 | null | 0 | 1318287135 | False | 0 | c2qf1ey | t3_l7bjb | null | t1_c2qf1ey | t1_c2qey1d | null | 1427713261 | 2 | t5_2fwo | null | null | null |
True | campbellm | null | class Point {
num x, y;
Point(num x, num y) {
this.x = x;
this.y = y;
}
}
> So we've got to type x *four* times here just to initialize a field. Lame. We can do better:
Yeah, so can java. The "this." is only necessary BECAUSE the author chose to use four x's instead of 2.... | null | 0 | 1318287297 | False | 0 | c2qf26n | t3_l76zl | null | t1_c2qf26n | t3_l76zl | null | 1427713266 | 0 | t5_2fwo | null | null | null |
True | cdsmith | null | *sigh*
There are literally 4 lines of code there, which are fairly obvious, are explained in text in case you don't know the language, and should be easily translated into the programming language of your choice, whatever that is. The language is Haskell because that's the language used in the class this came up in t... | null | 0 | 1318287317 | False | 0 | c2qf2aj | t3_l77q2 | null | t1_c2qf2aj | t1_c2qd1gr | null | 1427713265 | 6 | t5_2fwo | null | null | null |
True | Falmarri | null | I know C and C++. I put C/C++ on my resume. It's just easier than listing them separately in a long list of languages. | null | 0 | 1318287451 | False | 0 | c2qf2yy | t3_l6yn1 | null | t1_c2qf2yy | t1_c2qbd7e | null | 1427713276 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | >Anyone who thinks C++ is too hard because it's strongly typed
Who would think that when C++ can barely be considered strongly typed :) | null | 0 | 1318287465 | False | 0 | c2qf31n | t3_l6yn1 | null | t1_c2qf31n | t1_c2qbked | null | 1427713276 | 4 | t5_2fwo | null | null | null |
True | jstypo | null | Good share indeed, fortunately Mark's stuff is back on line at https://github.com/diveintomark/diveintopython3 as is https://github.com/diveintomark/diveintohtml5 | null | 0 | 1318287484 | True | 0 | c2qf35i | t3_l742f | null | t1_c2qf35i | t1_c2qe9lp | null | 1427713277 | 7 | t5_2fwo | null | null | null |
True | vcarl | null | Perhaps harder to learn starting out because there's more to it, but once you know the concepts it's much easier to write large programs. | null | 0 | 1318287522 | False | 0 | c2qf3d3 | t3_l6yn1 | null | t1_c2qf3d3 | t1_c2qc0nb | null | 1427713279 | 2 | t5_2fwo | null | null | null |
True | tayl0rs | null | Yeah, I think every other product that does cross platform development is really just making a web app, so it is what people expect.
Sounds cool though, native apps are definitely the way to go IMO. I'm looking forward to support for camera, gps, accelerometer, etc.
Also- why did you guys bother supporting Java, and ... | null | 0 | 1318287562 | False | 0 | c2qf3jn | t3_l7769 | null | t1_c2qf3jn | t1_c2qeybw | null | 1427713281 | 2 | t5_2fwo | null | null | null |
True | MarshallBanana | null | No, I am saying it is pointlessly confusing to most new programmers, who will never have heard of Haskell, and who will mostly be confused about why you don't just write your seed to a variable like a normal person.
You're overcomplicating the trivial parts to the point where you never get to the parts that are actual... | null | 0 | 1318287671 | False | 0 | c2qf40z | t3_l77q2 | null | t1_c2qf40z | t1_c2qf2aj | null | 1427713285 | 1 | t5_2fwo | null | null | null |
True | mikesamuel | null | Yeah. Unfortunately, I can't test it for security violations it in the worst possible scenario if I include a charset header, and I can't test faithful reproduction of non-ASCII codepoints without including a charset header.
I get gibberish when I dump a bunch of Arabic from zalgotext in. | null | 0 | 1318287753 | False | 0 | c2qf4g5 | t3_l7bjb | null | t1_c2qf4g5 | t1_c2qexxd | null | 1427713294 | 1 | t5_2fwo | null | null | null |
True | Falmarri | null | And don't be afraid to say you don't know, but explain how you would find the answer if it makes sense. | null | 0 | 1318287772 | False | 0 | c2qf4jh | t3_l6yn1 | null | t1_c2qf4jh | t1_c2qcngj | null | 1427713290 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | Shame, I wanted to try some IE JS embedding. Oh well. | null | 0 | 1318287785 | False | 0 | c2qf4lv | t3_l7bjb | null | t1_c2qf4lv | t1_c2qevnp | null | 1427713291 | 1 | t5_2fwo | null | null | null |
True | MarshallBanana | null | If you absolutely need true randomness and do not at all care about how long it takes, yes. (Most of the time this is not the case.)
Rather than take LSBs, you should just take as many bits as you can, and feed them into a hash function, and then do this enough times to ensure you've fed it enough randomness. | null | 0 | 1318287811 | False | 0 | c2qf4q5 | t3_l77q2 | null | t1_c2qf4q5 | t1_c2qe6jz | null | 1427713292 | 2 | t5_2fwo | null | null | null |
True | oSand | null | At the moment I'm working on files that use 3 different methods of js OO. Only one supports private methods, only one(a different one) supports calls to 'super' methods and I seriously doubt whether one would let me extend it's classes. WTF went wrong here? | null | 0 | 1318287847 | False | 0 | c2qf4x3 | t3_l765i | null | t1_c2qf4x3 | t1_c2qewl9 | null | 1427713297 | 3 | t5_2fwo | null | null | null |
True | overzero | null | Care to explain why? I'm betting you're not a big fan of Java, just a hunch. | null | 0 | 1318288030 | False | 0 | c2qf5sw | t3_l6uwv | null | t1_c2qf5sw | t1_c2q9lh9 | null | 1427713305 | 1 | t5_2fwo | null | null | null |
True | mikesamuel | null | By all means, try. Just because I'm aware of that attack vector doesn't mean I successfully blocked it. | null | 0 | 1318288030 | False | 0 | c2qf5sx | t3_l7bjb | null | t1_c2qf5sx | t1_c2qf4lv | null | 1427713305 | 10 | t5_2fwo | null | null | null |
True | [deleted] | null | Who the fuck are you? You're always involve in some programming language project. | null | 0 | 1318288050 | False | 0 | c2qf5w1 | t3_l6uwv | null | t1_c2qf5w1 | t1_c2q9lpp | null | 1427713307 | -1 | t5_2fwo | null | null | null |
True | sltkr | null | This is terribly written. The text doesn't explain how this is any different from a normal (cyclic) linked list and the sample code uses structs before they have been defined and calls ls_del() with two arguments when it has been defined to take only one, both of which are illegal in C.
(I guess I shouldn't be surpris... | null | 0 | 1318288065 | False | 0 | c2qf5xh | t3_l6xa0 | null | t1_c2qf5xh | t3_l6xa0 | null | 1427713307 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | The semantics of Dart are such that it would make a fine target for Racket, better than either Javascript or Java. | null | 0 | 1318288080 | False | 0 | c2qf603 | t3_l6uwv | null | t1_c2qf603 | t1_c2q9i64 | null | 1427713307 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | The semantics of Dart are such that it would make a fine target for Racket, better than either Javascript or Java. | null | 0 | 1318288108 | False | 0 | c2qf67b | t3_l6uwv | null | t1_c2qf67b | t1_c2q9i64 | null | 1427713309 | 2 | t5_2fwo | null | null | null |
True | freefm | null | OK first off, I am a total noob programmer who's dabbled in various forms of BASIC and Python.
If you're going to write a whole new language, why not just incorporate an interpreter for a powerful, but easy to use language (ie: Python) into the browser. Then a developer could effectively do the back and front ends in ... | null | 0 | 1318288176 | False | 0 | c2qf6ji | t3_l6uwv | null | t1_c2qf6ji | t3_l6uwv | null | 1427713317 | 3 | t5_2fwo | null | null | null |
True | sltkr | null | You mean standard list implementations like C++'s std::list<> or GLib's GList or Java's LinkedList... all of which are doubly linked?
in fact, I can't think of any standard linked list library that provides singly linked lists without also providing a doubly linked list implementation.
(You are right about the ... | null | 0 | 1318288178 | False | 0 | c2qf6k2 | t3_l6xa0 | null | t1_c2qf6k2 | t1_c2qdlrd | null | 1427713316 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | Getting rid of null in a dynamically-typed language is a lot more complicated than you think. | null | 0 | 1318288182 | False | 0 | c2qf6kk | t3_l6uwv | null | t1_c2qf6kk | t1_c2q9j5e | null | 1427713316 | 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.