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
False
murkaje
t2_c5pyx
Worst is when people do similar things in group chats like: A: Hey, can anyone help me with something? <silence> B,C,D,E: <Shouting internally "Ask the goddamn question so we know whether we can help or not"> F: ? A sends PM to F about question <some weird intertwined explanations and delegations follow via PM> When it can be just A: <asks question> D: <provides answer> B,C,E,F see that it was answered, small interruption probably doesn't induce context switch
null
0
1544371721
False
0
ebfm66k
t3_a4hmbu
null
null
t1_ebeyrwb
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfm66k/
1547391911
9
t5_2fwo
r/programming
public
null
False
gyroda
t2_90y5r
Good to know! I've seen local and roaming in appdata and was never sure what each was :)
null
0
1545515075
False
0
eccen9t
t3_a89y3r
null
null
t1_ec9glu4
/r/programming/comments/a89y3r/the_node_modules_problem/eccen9t/
1547945503
1
t5_2fwo
r/programming
public
null
False
KyleG
t2_4qkqz
>'s the same reason people use powerpoint slides instead of just talking Well the main reason is so they don't have to memorize anything they're going to say. That's why almost no one is good at giving a PPT presentation.
null
0
1544371796
False
0
ebfm96c
t3_a4hmbu
null
null
t1_ebf96hz
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfm96c/
1547391948
5
t5_2fwo
r/programming
public
null
False
anarchography
t2_9gsor
I mean, it'd be a war crime either way, why should they care?
null
0
1545515312
False
0
eccewlg
t3_a8lw4o
null
null
t1_ecc9p1u
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccewlg/
1547945618
6
t5_2fwo
r/programming
public
null
False
jl2352
t2_11g67p
Having written a lot of Swing code, I think this is looking back with rose tinted glasses. Swing was shit at the time. I remember big issues being: * Out of the box it looked like shit because it used the Swing look and feel by default. This left a bad impression. * Everything required tonnes and tonnes of code. Even to do the simplest of UIs. * The layout system was fucking dumb. I ended up learning that you should just use border layout, but use tonnes of them. Border layout within border layout within border layout. Layouts which today are fairly trivial to do using flexbox, could be using 10 border layouts. * Bespoke and custom UI elements looked like dog shit. This is because all you had for a custom look was a blank canvas, with very basic drawing primitives. You'd have to programmatically draw your UI by hand on a canvas and doing that well is a very time consuming process. * For the previous reason, lots of off the shelf UI components looked pretty rough around the edges. * The application model was too low level by default. You couldn't do work in click handlers because it blocks the UI, and so you need to reach for SwingWorkers whilst having an awareness of how to write a multi-threaded application. This was compounded by a lack of non-blocking IO as standard in the JDK. * Applets. > it looks like some important lessons from the past are still to be learned. Thinking back I think we've learned fucking tonnes. Namely ... * Provide native defaults, or blank defaults that are trivial to customise. * For building UIs the code needs to be short. Markup or programming doesn't matter. Just make the UI code straight forward and to the point. * You need a styling language. a.k.a CSS. This solves layout issues, and the problems with making custom components. * Single threaded asynchronous event systems solves 99% of the event issues in Swing applications. This is why async/await is now super popular. You still write code that looks single threaded whilst the UI no longer hangs when it opens a file. * UI toolkits should be higher level by default. Let people drop down, but the default is high level. Layout system, event system, and building custom components in Swing, all suffered from this issue. You basically had some primitives and a blank slate. On day 0 I want to knock out a quick prototype and Swing makes that a lot of work. * Vendor browser plugins suck.
null
0
1544371841
False
0
ebfmb3s
t3_a45jvw
null
null
t1_ebco1sh
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfmb3s/
1547391972
5
t5_2fwo
r/programming
public
null
False
shepherdjerred
t2_95udcat
The spread operator has to be my favorite JS feature, I feel so cool using it
null
0
1545515455
False
0
eccf29z
t3_a8i4ar
null
null
t1_ecb9vyq
/r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/eccf29z/
1547945688
2
t5_2fwo
r/programming
public
null
False
KyleG
t2_4qkqz
The difference is knuth is a professor who teaches academic stuff. ESR is a "face" of open source. A cultural advocate. You have to be a good dude to be a good cultural advocate.
null
0
1544371891
False
0
ebfmd4y
t3_a4hmbu
null
null
t1_ebfbvx1
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfmd4y/
1547391998
3
t5_2fwo
r/programming
public
null
False
Devillecturbon
t2_2qr3h6sm
If your brain is so broken you can't even function in society I think you deserve a little extra leeway. I don't approve of racism nor do I appreciate it when it's directed at me, but I also don't hold it against an alzheimer's patient or a schizophrenic hobo if they're hurling racial abuse at me. That's the disease talking.
null
0
1545515500
False
0
eccf408
t3_a8mjza
null
null
t1_eccekcc
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccf408/
1547945709
74
t5_2fwo
r/programming
public
null
False
Visticous
t2_11dscu5
I work on the graphics side of things and at some point I just don't know how to dumb it down. I try to work on it, but not all concepts ate easy to explain in some metaphor.
null
0
1544372025
False
0
ebfmifg
t3_a4hmbu
null
null
t1_ebez2et
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfmifg/
1547392063
2
t5_2fwo
r/programming
public
null
False
2231Dixie
t2_uu83x59
Air Force dicks? Have pilots flown too far?
null
0
1545515580
False
0
eccf74f
t3_a8lw4o
null
null
t1_ecc7yjq
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccf74f/
1547945750
2
t5_2fwo
r/programming
public
null
False
tonnynerd
t2_7zz94
The problem is his personal views infect his writing. His text about asking questions has some pretty good concepts and tips, but the tone is extremely condescending and tries to paint developers as some sort of magical superior beings that might deign to look at your question, but only if you treat them with the appropriated reverence and metaphorical cock sucking. It's a terrible text to be used as guidelines in a community if said community has any hope at all of being kind and receptive to beginners. I can take the good from that text, but that's because I've always been a) privileged and b) a bit of an asshole myself. I'm positively sure that if someone younger, less privileged and less of an asshole than me asked a bad question and I sent esr's text in response, they'd be hurt, feel discouraged and probably never ask for my help again. Which is exactly the opposite of what I want. So, in conclusion: ESR being a dick wouldn't matter, if he didn't write like one, but he does. I would really like that someone famous would rewrite his guide for asking questions in a more kind and less pretentious way, so the good parts of that text could be actually used in good, productive, way.
null
0
1544372135
False
0
ebfmmo2
t3_a4hmbu
null
null
t1_ebfbvx1
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfmmo2/
1547392115
6
t5_2fwo
r/programming
public
null
False
Jokinishi
t2_1eflmhvt
To me it seems unnecessary more complecate your developer life only for use a language. Using the proper languages for the project make it more easy to develop. I not like xamarin. I prefer native, it's easy, fast and work well. I not like mono for Linux (bad experience, a lot of waste of time). Maybe now is more mature but personally prefer more supported languages.
null
0
1545515621
False
0
eccf8q4
t3_a7aua9
null
null
t1_ec5vnb7
/r/programming/comments/a7aua9/why_you_should_learn_f/eccf8q4/
1547945770
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544372156
1545145743
0
ebfmnis
t3_a4llot
null
null
t1_ebfk8lm
/r/programming/comments/a4llot/faster_than_amp/ebfmnis/
1547392125
-12
t5_2fwo
r/programming
public
null
False
dpash
t2_5bdkm
The Java should gain the ability to fold those calls on static constants during compilation.
null
0
1545515693
False
0
eccfbk0
t3_a8kwz8
null
null
t1_ecbxwvw
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/eccfbk0/
1547945804
2
t5_2fwo
r/programming
public
null
False
lelanthran
t2_pnmpo0f
**What do you do if your landlord locks you out of your apartment?**
null
0
1544372180
False
0
ebfmokm
t3_a477c9
null
null
t1_ebfbnzh
/r/programming/comments/a477c9/how_linode_screwed_me/ebfmokm/
1547392139
3
t5_2fwo
r/programming
public
null
False
maccio92
t2_11otitk3
The quality on these is a little unusual. Aren't they mock interviews? In one video the interviewee asks the interviewer multiple questions where it's clear they're not paying attention
null
0
1545515695
False
0
eccfbn3
t3_a8nv84
null
null
t3_a8nv84
/r/programming/comments/a8nv84/just_discovered_young_youtube_channel_that/eccfbn3/
1547945805
3
t5_2fwo
r/programming
public
null
False
rebo
t2_3bxt5
Also even from desktop everything is very confusing and I'm certain unnecessarily so.
null
0
1544372474
False
0
ebfn18d
t3_a4jhhl
null
null
t1_ebfltyz
/r/programming/comments/a4jhhl/qed_an_interactive_textbook_on_logic/ebfn18d/
1547392324
4
t5_2fwo
r/programming
public
null
False
high_side
t2_4za4s
It's funny how much you assume about my knowledge.
null
0
1545515727
False
0
eccfct7
t3_a8lw4o
null
null
t1_eccek92
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccfct7/
1547945820
-5
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544372532
False
0
ebfn3ak
t3_a4jhhl
null
null
t1_ebfm3a1
/r/programming/comments/a4jhhl/qed_an_interactive_textbook_on_logic/ebfn3ak/
1547392350
-7
t5_2fwo
r/programming
public
null
False
tom-dixon
t2_p9g5t5i
> AutoCAD TrueView 641 MB and works only on Windows, I'll pass. You can make a PNG 10,000 pixels wide, 1 pixel = 1 clock cycle (or even 1 pixel = 2 clock cycles to reduce the image size). It would be small, portable and would suffice to show the real scale.
null
0
1545515837
1545516022
0
eccfh2c
t3_a8kwg9
null
null
t1_ecbzl31
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccfh2c/
1547945873
39
t5_2fwo
r/programming
public
null
False
drsatan1
t2_4txr1
That seems paranoid. The point isn't to enforce my standards, it's to enforce a standard. Nobody cares about the code formatting, we just need it to be the same for everyone. This is a quick way of doing that. Maybe your team's needs differ.
null
0
1544372679
False
0
ebfn9xz
t3_a4ii6k
null
null
t1_ebffabx
/r/programming/comments/a4ii6k/automatically_format_a_project_on_commit_using/ebfn9xz/
1547392432
1
t5_2fwo
r/programming
public
null
False
yourbank
t2_kq5i3
another click bait title. If you randomly pick 129 random videos about programming you will be better off than if you didn't. Do this for any unrelated programming topic and you'll have more knowledge.
null
0
1545516002
False
0
eccfng5
t3_a8epbk
null
null
t3_a8epbk
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccfng5/
1547945950
2
t5_2fwo
r/programming
public
null
False
MB1211
t2_8ad22
You should re-read my original comment. If you don't get it you just don't get it. I have no idea what you're trying to argue
null
0
1544372769
False
0
ebfne0x
t3_a3kk7u
null
null
t1_ebef9fy
/r/programming/comments/a3kk7u/australian_programmers_could_be_fired_by_their/ebfne0x/
1547392483
1
t5_2fwo
r/programming
public
null
False
GOPHERS_GONE_WILD
t2_ddsf2g1
a Youtube e-celeb "internet researchers" harassing Terry is not programming related.
null
0
1545516028
False
0
eccfoi5
t3_a8mjza
null
null
t3_a8mjza
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccfoi5/
1547945964
-44
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
Oh, yes - it will warn you if it seems to be taking a long time to build the page - this can happen the first time a page is served after startup, possibly because the JVM's JIT compiler takes some time to warm up. If you refresh the page you shouldn't see it again. It's harmless, but I may relax that threshold if it's causing confusion.
null
0
1544372923
False
0
ebfnkzl
t3_a4dtp2
null
null
t1_ebfku18
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfnkzl/
1547392570
2
t5_2fwo
r/programming
public
null
False
Counter_Propaganda
t2_um154
Vs code...
null
0
1545516087
False
0
eccfqrm
t3_a8cagl
null
null
t1_ecamdrp
/r/programming/comments/a8cagl/electron_400_has_been_released_electron_blog/eccfqrm/
1547946020
1
t5_2fwo
r/programming
public
null
False
aebkop
t2_wxibm
Have you considered alot of the power savings are also due to advancements in panel tech?
null
0
1544372982
False
0
ebfnnl6
t3_a45jvw
null
null
t1_ebf9xpk
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfnnl6/
1547392601
5
t5_2fwo
r/programming
public
null
False
mtt67
t2_1471uu
Really interesting work. Best of luck with the legal issues.
null
0
1545516233
False
0
eccfwfr
t3_a8o8ot
null
null
t3_a8o8ot
/r/programming/comments/a8o8ot/designing_an_adblocker_for_radio_and_podcasts/eccfwfr/
1547946091
24
t5_2fwo
r/programming
public
null
False
cyrax6
t2_abvp4
That pricing model though. I never knew it was worse than the app stores.
null
0
1544373205
False
0
ebfnxwz
t3_a4m0rb
null
null
t3_a4m0rb
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebfnxwz/
1547392728
70
t5_2fwo
r/programming
public
null
False
ooooooooofisamazing
t2_2suagel3
I just signed up, to say this. OOF.
null
0
1545516332
False
0
eccg0bg
t3_a8lw4o
null
null
t1_ecc9rxq
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccg0bg/
1547946138
4
t5_2fwo
r/programming
public
null
False
zeuljii
t2_h8ao7
In psychology you learn that some people learn better from reading and others from seeing. It's sort of like being right or left handed; you can do both but you're usually significantly better at one. (there are also rare exceptions who learn best from physical action: kinesthetic learners.) When reading, visual learners need to take an extra step to translate what they read into a diagram, graph, or other visual. Those who learn from reading tend to take diagrams and translate them into algorithms and rules. Making a video of text isn't something a visual learner is likely to do. I don't think it's a generational thing, either, but I could be wrong. There are definitely better visuals available today than a decade ago.
null
0
1544373207
False
0
ebfny1c
t3_a4hmbu
null
null
t1_ebeu6jh
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfny1c/
1547392730
1
t5_2fwo
r/programming
public
null
False
bruh_breh_broseph
t2_1vbp2s73
I have no clue what you know, I'm just pointing stuff out since you seem to not understand what DoD & intel. are doing.
null
0
1545516471
False
0
eccg5p6
t3_a8lw4o
null
null
t1_eccfct7
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccg5p6/
1547946205
5
t5_2fwo
r/programming
public
null
False
zom-ponks
t2_8fskx
Kind of ironic that someone complaining about AMP (of which there's enough to complain about, for sure) needs about ten or some domains to load resources from... including Google.
null
0
1544373254
False
0
ebfo052
t3_a4llot
null
null
t3_a4llot
/r/programming/comments/a4llot/faster_than_amp/ebfo052/
1547392756
13
t5_2fwo
r/programming
public
null
False
b00n
t2_45hus
Rocketry? Space X is way ahead of military/public. Military is in general way behind private (just think about the quality of people they can hire - the pay is awful). Weaponry is different as it's not like it's developed for civilian use.
null
0
1545516491
False
0
eccg6hs
t3_a8lw4o
null
null
t1_eccdikz
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccg6hs/
1547946214
2
t5_2fwo
r/programming
public
null
False
QueenLa3fah
t2_jkebu
Stopped reading at errors equals more code squared.
null
0
1544373404
False
0
ebfo6x5
t3_a4l01g
null
null
t3_a4l01g
/r/programming/comments/a4l01g/you_are_not_a_software_developer/ebfo6x5/
1547392870
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545516577
False
0
eccg9zv
t3_a8lw4o
null
null
t1_ecbzxdl
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccg9zv/
1547946258
1
t5_2fwo
r/programming
public
null
False
valenterry
t2_mtppe
He is essentially saying: >If your program compiles it might still be slow if you use an interface that does not guarantee certain performance characteristics. and > Using the decorator pattern hides details because the returned type is very generic Both boiling down to "my language's typesystem is unable to precisely describe certain attributes of a value at hand". For the performance case, it is quite true that very little to no languages are able to support performance characteristics in the typesystem, but the interface can at least be constrained by contracts. Unfortunately the author doesn't mention this. Btw, hashCode and equals are another example of that and have nothing to do with performance. For the decorator case, well... maybe not use Java then, because other languages are indeed capable of allowing to work with more precise types. Same principle also applies to e.g. the builder pattern which is a runtime (and thus an anit-) pattern in Java, whereas other languages support compile time builder pattern. ​
null
0
1544373500
False
0
ebfobf4
t3_a4m2dp
null
null
t3_a4m2dp
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebfobf4/
1547392939
26
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Keep proving that you're irreversibly retarded. There is no such a thing as a language that will ensure a cache locality of your data structures for you.
null
1
1545516657
False
0
eccgdf0
t3_a8kwg9
null
null
t1_ecby7u0
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccgdf0/
1547946300
1
t5_2fwo
r/programming
public
null
False
archpuddington
t2_41lff
OP here: I don't really mind AMP it is a platform that has neat tech behind it. I don't think you read my blog post.
null
0
1544373541
1544373800
0
ebfodaj
t3_a4llot
null
null
t1_ebfo052
/r/programming/comments/a4llot/faster_than_amp/ebfodaj/
1547392963
14
t5_2fwo
r/programming
public
null
False
dethb0y
t2_8u1lw
Christ, that is some serious computing power! I can't imagine writing something at such a scale.
null
0
1545516699
False
0
eccgf34
t3_a8lw4o
null
null
t3_a8lw4o
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccgf34/
1547946321
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544373643
1544530820
0
ebfoi3f
t3_a4jtrr
null
null
t1_ebf8ho6
/r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebfoi3f/
1547393022
1
t5_2fwo
r/programming
public
null
False
PM_ME_YOUR_IMOUTO
t2_lb2z9
Terry stopped development because he felt that the OS was complete. It is still maintained on github under the name shrine, and I believe that it has networking built in as well https://github.com/minexew/Shrine
null
0
1545516750
False
0
eccgh5s
t3_a8mjza
null
null
t1_ecc4v6i
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccgh5s/
1547946346
48
t5_2fwo
r/programming
public
null
False
kal31dic
t2_mkst9
[https://dlang.org/orgs-using-d.html](https://dlang.org/orgs-using-d.html) We use D at a $4n hedge fund. It's a very pragmatic language. In theory 'D brings nothing new'. In practice, the difference between theory and practice is greater than it is in theory, and the practical benefits of D for us have been tremendous. [http://www.infognition.com/blog/2014/why\_d.html](http://www.infognition.com/blog/2014/why_d.html)
null
0
1544373682
False
0
ebfojwy
t3_a47s2x
null
null
t1_ebcsxxs
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebfojwy/
1547393045
9
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
What a thoroughly ignorant retard you are! You have a degree of control over locality even in Prolog.
null
0
1545516837
False
0
eccgkri
t3_a8kwg9
null
null
t1_ecbzkoj
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccgkri/
1547946391
3
t5_2fwo
r/programming
public
null
False
RockyK
t2_7dcje
Only because it's a talk. If it was a streamlined training video, it would be significantly shorter.
null
0
1544373761
False
0
ebfonpk
t3_a4jie2
null
null
t1_ebfhvnh
/r/programming/comments/a4jie2/struggling_with_git_i_wrote_a_short_article_about/ebfonpk/
1547393092
2
t5_2fwo
r/programming
public
null
False
quentech
t2_15l15h
Something smells funny there. A nested directory structure is 10x slower to read? Seems very doubtful and there is likely some other unrealized aspect to that.
null
0
1545516861
False
0
eccglqm
t3_a8hgqh
null
null
t3_a8hgqh
/r/programming/comments/a8hgqh/benchmark_deep_directory_structure_vs_flat/eccglqm/
1547946403
1
t5_2fwo
r/programming
public
null
False
cosmo7
t2_2j04
Sometimes it feels like some things in WSL are left hard to do so that you figure out how to do the same thing in Powershell.
null
0
1544373781
False
0
ebfookl
t3_a4eakz
null
null
t3_a4eakz
/r/programming/comments/a4eakz/accidentally_from_macos_to_windows_and_wsl/ebfookl/
1547393102
2
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Nope. You cannot be a good programmer and be totally ignorant. Some bare minimum of a fundamental knowledge is still required.
null
1
1545516921
False
0
eccgof1
t3_a8kwg9
null
null
t1_ecccbzd
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccgof1/
1547946436
-7
t5_2fwo
r/programming
public
null
False
kal31dic
t2_mkst9
It depends on your business. [Weka.io](https://Weka.io) wouldn't have been able to build the world's fastest distributed file system in a handful of years had they used C++, Python, or Rust. Nim would hardly have been an option.
null
0
1544373835
False
0
ebforad
t3_a47s2x
null
null
t1_ebdla6a
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebforad/
1547393135
2
t5_2fwo
r/programming
public
null
False
Rebelgecko
t2_4huy2
Let's say there's 100 million houses in America, 2 million with solar panels (this is probably higher than the real number). Give the system the benefit of the doubt and say it correctly finds all 2 million houses with solar panels. With a 7% false positive rate, you'll also find nearly 7 million houses that don't actually have solar panels. So in your list of 9 million houses with solar panels, about 80% will be wrong. That's why it's bad.
null
1
1545517027
False
0
eccgswh
t3_a8lw4o
null
null
t1_ecbxssi
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccgswh/
1547946492
-3
t5_2fwo
r/programming
public
null
False
my_name_isnt_clever
t2_5o567
This looks great! I've been wanting to do some webapps but I keep getting annoyed with managing client-server communication.
null
0
1544373937
False
0
ebfowb2
t3_a4dtp2
null
null
t3_a4dtp2
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfowb2/
1547393197
2
t5_2fwo
r/programming
public
null
False
duhace
t2_dhfv4
then... they're not verbatim strings... they're more like *verbatim* strings
null
0
1545517066
False
0
eccguil
t3_a8kwz8
null
null
t1_ecbx3ww
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/eccguil/
1547946512
9
t5_2fwo
r/programming
public
null
False
muffinheart
t2_485za
The video posted here recently on the JS event loop was excellent. I even watched the first half where the guy explains simple CS concepts that I already knew because the presentation style was great.
null
0
1544373967
False
0
ebfoxsu
t3_a4hmbu
null
null
t1_ebffo67
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfoxsu/
1547393216
3
t5_2fwo
r/programming
public
null
False
Kache
t2_3gl2m
The nice thing about this model is that it's really clean and conceptually organized, and it's clear which commits lead to other states. In my experience, the problem with this model is that it requires most everyone on your team to have a solid intuitive understanding of git and a diligent process because it's still easy to make merge/conflict messes if you don't know exactly what you're doing. What's turned out to work well is making the develop branch "master" and only exposing feature branches for most engineers, which makes it easy to use and understand. The release, hotfix, and master (named "prod") branches still exist, but are not "exposed" nor used by most engineers, and we have automated "back merges" to forcibly keep everything in sync.
null
0
1545517111
False
0
eccgwgy
t3_a8n44j
null
null
t1_ecc7qjg
/r/programming/comments/a8n44j/a_successful_git_branching_model/eccgwgy/
1547946535
6
t5_2fwo
r/programming
public
null
False
jerf
t2_9duv
Asking if you've got time to talk physically is different and sensible. We're talking about situations where they're going to ask a question over IM. There is no utility to >> Hi, can I ask you a question? > Yes. >> Blah blah question. vs. >> Hi, how are you? I have a question: Blah blah question. You don't even have to forgo the social niceties if you don't want to. Just put the question in the IM before getting a response, please.
null
0
1544374009
False
0
ebfoztm
t3_a4hmbu
null
null
t1_ebfif55
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfoztm/
1547393241
18
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
What's going on with millenials that made them incapable of reading?
null
0
1545517117
False
0
eccgwpd
t3_a8epbk
null
null
t3_a8epbk
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccgwpd/
1547946538
4
t5_2fwo
r/programming
public
null
False
MuonManLaserJab
t2_fs9b6
Optimal diarrhea strategies.
null
0
1544374073
False
0
ebfp2wo
t3_a4e14f
null
null
t1_ebe1qcy
/r/programming/comments/a4e14f/montezumas_revenge_solved_by_goexplore_a_new/ebfp2wo/
1547393279
1
t5_2fwo
r/programming
public
null
False
cheesesteak2018
t2_z4nmaj5
We tried this, didn’t work. We ended up just going with a master branch and only releasing tagged commits. It’s worked a lot better for us. We do still branch for experimental type things (ie: I know this will probably break a lot of stuff but let’s see where it goes) but everything else is on master only. This model introduced too many complexities for our team.
null
0
1545517165
False
0
eccgyq8
t3_a8n44j
null
null
t3_a8n44j
/r/programming/comments/a8n44j/a_successful_git_branching_model/eccgyq8/
1547946563
4
t5_2fwo
r/programming
public
null
False
kal31dic
t2_mkst9
Yes - D is not a language community where marketing has been heavily emphasized. Would you rather use a language where marketing is prime or where it's an afterthought? I don't think there is an answer to that - it depends on your goals and values. However I do think one should recognise there are benefits from a community where you have to be at least a decent hacker to get involved. There are not only benefits, but the benefits do exist. D is in a a process of transition. It's growing up as a language and a community. So since you became involved, quite a few books on the language have been released. The documentation has reached a point where I actually found myself pointing to it at work and saying we ought to have internal documentation as good as this. Props to Seb Wilzbach for turning unit tests into runnable examples. You shouldn't expect prominence on social media to rival eg Go for a long time. Most code is enterprise code I suppose. Web guys talk a lot about what they are doing. In finance for example the culture is a bit different. Visibility isn't a good proxy for adoption.
null
0
1544374087
False
0
ebfp3j0
t3_a47s2x
null
null
t1_ebdgys5
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebfp3j0/
1547393286
3
t5_2fwo
r/programming
public
null
False
InquiREEEEEEEEEEE
t2_2fm0meg7
You are completely correct, the problem is to dissect the mental illness from the other stuff. In many cases, that it not possible. In some, it might be possible (i.e. when a schizophrenic person only suffers from it in episodes, not chronically).
null
0
1545517177
False
0
eccgz7z
t3_a8mjza
null
null
t1_eccekcc
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccgz7z/
1547946570
13
t5_2fwo
r/programming
public
null
False
Poddster
t2_3a27b
>You can introduce types into it (for safety) >an be purely functional via purescript. > javascript's event driven programming paradigm You seem to be confusing Javascript and with languages built upon Javascript.
null
0
1544374088
False
0
ebfp3lp
t3_a45jvw
null
null
t1_ebc1t3x
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfp3lp/
1547393287
3
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Channel-schmannel. Think of what you could do in a time you wasted over a fucking *hundred* videos.
null
0
1545517232
False
0
ecch1jt
t3_a8epbk
null
null
t1_ecc4xpi
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecch1jt/
1547946628
2
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
Yeah, I found myself in the same situation. I'd have an idea for a project, but would run into a brick wall just setting up the plumbing, trying to make sense of the JavaScript tooling, frameworks, etc. I wanted to be able to sit down, create a project, and type something like: fun main(args : Array<String>) { Kweb(port = 8091) { doc.body.new { h1().text("Sanity's project") } } } ...and have it *just work*™. Kweb is my attempt to scratch that itch.
null
0
1544374142
False
0
ebfp669
t3_a4dtp2
null
null
t1_ebfowb2
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfp669/
1547393319
4
t5_2fwo
r/programming
public
null
False
dacheatbot
t2_3s55l
Quite enjoy [Ruby’s handling of string literals](https://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Literals). String interpolation is really easy, and there are multiple options when working with complex escape-code-like characters and various white space preferences.
null
0
1545517233
False
0
ecch1lj
t3_a8kwz8
null
null
t1_ecbrcn6
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecch1lj/
1547946629
3
t5_2fwo
r/programming
public
null
False
zom-ponks
t2_8fskx
Fair enough, and sure thing, given the massive AMP backlash I assumed to be one of those things. So I gave it another read, a better one this time. Your post (as I understand it) says that AMP isn't a magic bullet (though the AMP cache speeds things up), and yet we're supposed to draw _what_ conclusions from that exactly? Oh yeah, wait for the "part 2" of a page that doesn't load correctly. As it is, my original point stands, surprisingly.
null
0
1544374159
False
0
ebfp6yt
t3_a4llot
null
null
t1_ebfodaj
/r/programming/comments/a4llot/faster_than_amp/ebfp6yt/
1547393329
14
t5_2fwo
r/programming
public
null
False
InquiREEEEEEEEEEE
t2_2fm0meg7
> Would be cool to see some of its unique ideas (like drawing images on the terminal) make their way to other projects though! These are in fact great ideas (exp. taking into account that they were implemented by one person!). If one finds that stuff interesting, I would however refer to Smalltalk environments or the LISPS instead, it is the same rabbit hole, but more well-explored from those angles.
null
0
1545517289
False
0
ecch3yg
t3_a8mjza
null
null
t1_eccdex9
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ecch3yg/
1547946657
20
t5_2fwo
r/programming
public
null
False
bjs2
t2_8bqzc
I’m so oppressed... *dabs tears with cash from 6 figure salary*
null
0
1544374222
False
0
ebfp9x9
t3_a4hmbu
null
null
t1_ebfd3im
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfp9x9/
1547393365
17
t5_2fwo
r/programming
public
null
False
onyxrecon008
t2_d7lvl
The US nuked Japan cities I don't think anything is off the table
null
1
1545517307
False
0
ecch4rg
t3_a8lw4o
null
null
t1_ecc9p1u
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecch4rg/
1547946668
-2
t5_2fwo
r/programming
public
null
False
Poddster
t2_3a27b
A Raspberry Pi is a pretty decent machine and the apps on it often work better and more responsibly than my phone. We need an even shitter platform to target.
null
0
1544374235
False
0
ebfpakf
t3_a45jvw
null
null
t1_ebcl4zx
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfpakf/
1547393373
3
t5_2fwo
r/programming
public
null
False
ShinyHappyREM
t2_1038di
[Even at 30,000 it's not nearly enough (or my image viewers / browsers suck)...](http://www.mediafire.com/folder/d8gbudoxq6p3e/CPU_access_times)
null
0
1545517330
False
0
ecch5rh
t3_a8kwg9
null
null
t1_eccfh2c
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecch5rh/
1547946680
-4
t5_2fwo
r/programming
public
null
False
daveonhols
t2_gft20
Nice article but honestly don't see how this will make using git easier on a day to day basis for anyone?
null
0
1544374249
False
0
ebfpbb6
t3_a4jie2
null
null
t3_a4jie2
/r/programming/comments/a4jie2/struggling_with_git_i_wrote_a_short_article_about/ebfpbb6/
1547393382
1
t5_2fwo
r/programming
public
null
False
ZipZapRowsdower
t2_2o13nmke
In this field, many scientific codes must eventually be refactored to account for changes in hardware, as they have lifespans in the decades and require teams of skilled PhDs to write. I can refactor a bad architecture if I know what it was trying to do. It's not pleasant, but it's doable. I know this from personal experience. On the other hand, no one will dare touch a "good" architecture that's a gigantic black box, and that code base will decay over time. I've seen this happen as well.
null
0
1545517543
False
0
ecchep1
t3_a8iw6b
null
null
t1_ecc7m7q
/r/programming/comments/a8iw6b/ten_simple_rules_for_documenting_scientific/ecchep1/
1547946789
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544374335
False
0
ebfpfkr
t3_a4jtrr
null
null
t1_ebfoi3f
/r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebfpfkr/
1547393449
1
t5_2fwo
r/programming
public
null
False
ShinyHappyREM
t2_1038di
> why do I need to know this it if I'm working with a high level interpreted language like JS or matlab? Sooner or later you're going to be asked to optimize your work. Then you'll need to know mostly about the framework/language in question, but knowing about the underlying technology could already give you some hints. Especially if the framework/language in question is open source and you can check how something is implemented.
null
1
1545517593
False
0
ecchgxs
t3_a8kwg9
null
null
t1_ecc7d2z
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecchgxs/
1547946817
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544374393
1544530817
0
ebfpihf
t3_a4jtrr
null
null
t1_ebfpfkr
/r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebfpihf/
1547393485
1
t5_2fwo
r/programming
public
null
False
skinny85
t2_4pqcj
Ah yes, what great developer hasn't been transformed during his career by ["Who wants to get crazy for new years girl broken glass crazy viral"](https://www.youtube.com/watch?v=6BjCKH5AEu0&index=117&list=PLfV1IvxZ9IY3uDSCvWPYjVxEMqvoEYf4X)...
null
0
1545517687
False
0
ecchl0q
t3_a8epbk
null
null
t3_a8epbk
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecchl0q/
1547946867
1
t5_2fwo
r/programming
public
null
False
spacejack2114
t2_fp92m
> changes made to the view be written back into the declarative document in memory Can this not be done lazily as needed? Why would you re-parse the DOM structure from HTML if you already know what it is?
null
0
1544374419
False
0
ebfpjs0
t3_a45jvw
null
null
t1_ebf3g8g
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfpjs0/
1547393502
1
t5_2fwo
r/programming
public
null
False
tom-dixon
t2_p9g5t5i
A bunch of it can be skipped by most people. The review of today's hardware should be solid info for everyone (about 25 pages). The programming parts are aimed at C/C++ programmers.
null
0
1545517689
False
0
ecchl3w
t3_a8kwg9
null
null
t1_ecbvffi
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecchl3w/
1547946869
7
t5_2fwo
r/programming
public
null
False
tootie
t2_1f2f8
Kotlin is super nifty. It's idioms are more Pythonic than classic Java but at the same time it is fully interoperable with the galaxy of Java libraries and Java legacy code in the world.
null
0
1544374472
False
0
ebfpmes
t3_a4dtp2
null
null
t1_ebdq1nl
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfpmes/
1547393534
5
t5_2fwo
r/programming
public
null
False
OrangeInnards
t2_eo2s1
>a Youtube e-celeb "internet researchers" harassing Terry is not programming related. It's obvious that you did not watch the video. Terry is dead. The narrator was not harassing him, it was simply a retelling of the known (hi)story.
null
0
1545517870
False
0
ecchsws
t3_a8mjza
null
null
t1_eccfoi5
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ecchsws/
1547946965
75
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544374525
False
0
ebfpp92
t3_a4jtrr
null
null
t1_ebfpihf
/r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebfpp92/
1547393569
1
t5_2fwo
r/programming
public
null
False
InaneB0b
t2_23tsdom8
>discriminating against people with a mental illness found the "asshole"
null
0
1545517886
False
0
ecchtkt
t3_a8mjza
null
null
t1_eccekcc
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ecchtkt/
1547946973
12
t5_2fwo
r/programming
public
null
False
remy_porter
t2_ah6md
> > certain performance characteristic > my language's typesystem is unable to precisely describe certain attributes of a value at hand" It would be interesting to see a type-system that placed performance constraints on operations, like methods guarantee termination in at most 100ns (but may not return a correct result in some cases). Foo@100ns myFooGetter(); It'd be really nice for first-class functions, too, because you could put constraints on the performance characteristics of the input function. You can do performance inference, too- the compiler could derive the runtime performance constraints of new functions from their internal functions. So,: Foo myFoo() { Foo result = step1(); result = step2(result); return result; } Would compile into `Foo@300ns myFoo()` where 300ns is the sum of `step1()`'s constraint, `step2()`s constraint, and the constraints on reference assignment. The interpolation could also throw compile time errors, if you made the signature `Foo@200ns myFoo()` and the compiler already knew that the minimum possible time is `300ns`, it'd throw a compiletime error. On the flip side, you could make it `Foo@400ns` and that should compile. It gets weird, because `Foo@50ns` can be used where `Foo@100ns` can be used, but not vice versa. That's not untenable, but could get complicated. One may want to have not just `null` references but `timeout` references so that code can deal with unexpectedly long-running processes. I'm not sure I'd want to use this language, but i'd be interested in seeing it.
null
0
1544374595
False
0
ebfpszz
t3_a4m2dp
null
null
t1_ebfobf4
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebfpszz/
1547393617
7
t5_2fwo
r/programming
public
null
False
harrythefurrysquid
t2_foguf
I really wish this blog post had never been written. It's like a honey-trap for (usually junior) programmers looking for release management guidance, and I swear most of its popularity is simply by dint of being one of the first write-ups. In my view, the biggest weaknesses in GitFlow is a lack of emphasis on artifact management. Most professional developers using modern languages release their code as versioned modules (often managed in tools like Artifactory), which really makes it unnecessary to have the concept of a master branch tracking tagged releases. I have never seen a need to separate _develop_ from _master_, and would consider it bad practice as it deviates from tool defaults without a compelling reason. My guidance would be: - If you're working on a small library, just do pull requests into master and tag when you release. - If your repo has several concurrent features under development, you will want to introduce feature branches so you can stabilise bigger pieces of work before landing on master. - If your library/app got popular enough to need patches to previous releases, you will need release branches to apply your fixes - and probably also to stabilise and test prior to release. And three opinions from experience: - I prefer to patch on master and cherry-pick to release branches, as I find this carries a lower likelihood of forgetting to carry the fix into future work. But I've seen the other direction work for some teams. - Gigantic PRs are bad. Keep them focused. - A linear history is a lot easier to follow when you're working with code that will be around for years. Squash and merge your PRs with a decent commit message. This takes only slightly more effort, but the resulting history is much easier to read for your future self and in practice is plenty granular enough as long as you're avoiding gigantic PRs. Maybe if I wrote this in a blog post with a snappy name, it would hold more weight?
null
0
1545518038
False
0
ecchzwt
t3_a8n44j
null
null
t3_a8n44j
/r/programming/comments/a8n44j/a_successful_git_branching_model/ecchzwt/
1547947052
27
t5_2fwo
r/programming
public
null
False
my_name_isnt_clever
t2_5o567
Is the response time fast enough for making some kind of game? Also great job getting that username.
null
0
1544374710
False
0
ebfpz6f
t3_a4dtp2
null
null
t1_ebfp669
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfpz6f/
1547393694
2
t5_2fwo
r/programming
public
null
False
something_new
t2_3e0ft
Already happens in Spain...
null
0
1545518039
False
0
ecchzyf
t3_a8lw4o
null
null
t1_ecc8om5
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecchzyf/
1547947052
4
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544374743
False
0
ebfq0ye
t3_a4llot
null
null
t1_ebfluty
/r/programming/comments/a4llot/faster_than_amp/ebfq0ye/
1547393715
1
t5_2fwo
r/programming
public
null
False
iamsubs
t2_rz31d
Nowadays npm flattens the dependencies as much as possible.
null
0
1545518130
False
0
ecci3rc
t3_a89y3r
null
null
t1_ec9z9vo
/r/programming/comments/a89y3r/the_node_modules_problem/ecci3rc/
1547947099
2
t5_2fwo
r/programming
public
null
False
DeathlyOak
t2_in0mf
I have issues taking what I've read and putting it into practice for most docs. But there are some docs out there that just hold my hand, and that's what I need when I don't understand something. The flip side is when I get it I'm good, I generally never repeat a question twice.
null
0
1544374960
False
0
ebfqcpy
t3_a4hmbu
null
null
t1_ebeu6jh
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfqcpy/
1547393861
1
t5_2fwo
r/programming
public
null
False
sinagog
t2_kmjsq
I'll be honest, that cracks me up every single time! If you're gonna be looking at a list of serious programming, why not include it? Everybody needs a bit of whimsy!
null
0
1545518163
False
0
ecci53w
t3_a8epbk
null
null
t1_ecchl0q
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecci53w/
1547947117
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544374965
False
0
ebfqcz2
t3_a4hmbu
null
null
t1_ebfcel7
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfqcz2/
1547393864
1
t5_2fwo
r/programming
public
null
False
sinagog
t2_kmjsq
What makes you think I don't also read books? It's not an either/or proposition.
null
0
1545518191
False
0
ecci67x
t3_a8epbk
null
null
t1_eccgwpd
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecci67x/
1547947130
1
t5_2fwo
r/programming
public
null
False
Treyzania
t2_8vzbi
/r/NEU
null
0
1544375130
False
0
ebfqm97
t3_a4h2vs
null
null
t1_ebf0f7s
/r/programming/comments/a4h2vs/little_languages/ebfqm97/
1547394008
5
t5_2fwo
r/programming
public
null
False
CommonFollower
t2_s64wvtr
Yeah that would be great. I sadly end up with some giant private static final String blob at the top of my class to hopefully save some CPU time, but does add a maintenance burden. Would be nice if the compiler would handle it. Also I am lazy I am actually happy they decided to pull the feature rather than rushing something out.
null
0
1545518194
False
0
ecci6eg
t3_a8kwz8
null
null
t1_eccfbk0
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecci6eg/
1547947133
1
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
If all you're looking to learn is how to program, then starting with a Lisp would probably give you the broadest view. If you're a scientist and programing is incidental to whatever research you're doing, then learn the language with the most relevant libraries. In the former case, you're learning to program for its own sake, while in the latter case, you're learning to program as a means to an end. If you want to be a professional developer, pick a language and complete a project from start to finish. For a realistic experience, give yourself a deadline that was half your original estimate. Also, feel gratitude that development hasn't been outsourced to India or Eastern Europe. Seriously, get back to work.
null
0
1544375138
1544375417
0
ebfqmoo
t3_a4feef
null
null
t1_ebf5z6n
/r/programming/comments/a4feef/heres_why_you_should_learn_python/ebfqmoo/
1547394012
0
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545518195
False
0
ecci6fl
t3_a8n44j
null
null
t1_ecca1z2
/r/programming/comments/a8n44j/a_successful_git_branching_model/ecci6fl/
1547947133
2
t5_2fwo
r/programming
public
null
False
woj-tek
t2_69umx
I would leave WARN without ST (and leave ST for more detailed level) - there would be information and for development purposes there would be details.
null
0
1544375203
False
0
ebfqq7t
t3_a4dtp2
null
null
t1_ebfnkzl
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfqq7t/
1547394056
3
t5_2fwo
r/programming
public
null
False
daidoji70
t2_4k68g
Yeah, I will always upvote.
null
0
1545518199
False
0
ecci6lw
t3_a8kwg9
null
null
t1_ecbz86g
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecci6lw/
1547947135
3
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
`list.sort()`
null
0
1544375283
False
0
ebfqul3
t3_a4feef
null
null
t1_ebf1t6c
/r/programming/comments/a4feef/heres_why_you_should_learn_python/ebfqul3/
1547394110
0
t5_2fwo
r/programming
public
null
False
sinagog
t2_kmjsq
Is "Click bait" the new "your so good at CoD4 or CS people call you a hacker"? What you said is entirely true, but these are the videos I watched and thought helped me!
null
0
1545518299
False
0
ecciayz
t3_a8epbk
null
null
t1_eccfng5
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecciayz/
1547947219
1
t5_2fwo
r/programming
public
null