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
shevegen
t2_atqp
Google just advertises that AMP is all about speed. What it conveniently does not mention is that AMP is also about control - in this context letting Google control even more than it already does. It's important to not blindly repeat Google's alleged goal of "AMP is about speed". That would just propagate propaganda from Google. A lot of the slowness comes from simply passing too much traffic, of which a lot is javascript, tracking and advertisement. Remove that and you'll already have a massive speed increase without losing anything that is really that important.
null
0
1544379717
False
0
ebfx5fn
t3_a4llot
null
null
t3_a4llot
/r/programming/comments/a4llot/faster_than_amp/ebfx5fn/
1547397060
12
t5_2fwo
r/programming
public
null
False
Katalash
t2_2lfp0pch
Basic caching is a leaky abstraction that directly impacts all software that one must understand to write performant code. Things like gate width are only relevant to hardware designers and don’t really leak to the software level besides being abstracted away to the performance power curve of a cpu.
null
0
1545522076
False
0
eccmq5d
t3_a8kwg9
null
null
t1_ecclv58
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccmq5d/
1547949272
15
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
I'm not sure I see the MMORPG problem. The scalability work is handled by the storage layer - and you can plug in almost any key-value store provided it supports observer semantics. So you could pick something like Aerospike or Amazon DynamoDB if you really needed to scale up. Currently Kweb just supports two storage back-ends through [Shoebox](https://github.com/kwebio/shoebox), [in-memory](https://github.com/kwebio/shoebox/blob/master/src/main/kotlin/io/kweb/shoebox/stores/MemoryStore.kt) and [filesystem](https://github.com/kwebio/shoebox/blob/master/src/main/kotlin/io/kweb/shoebox/stores/DirectoryStore.kt). Adding new ones is very easy though (and you could probably get a long way just using the filesystem and NFS).
null
0
1544379718
False
0
ebfx5hp
t3_a4dtp2
null
null
t1_ebfvsvb
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfx5hp/
1547397060
2
t5_2fwo
r/programming
public
null
False
aebkop
t2_wxibm
> Ooh, I can play that game too! What next? Knowing the gate width and oxide layer thickness in your processor transistors now a requirement for being a programmer? That's more EE than anything programming/comp sci related
null
0
1545522145
False
0
eccmt4n
t3_a8kwg9
null
null
t1_ecclv58
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccmt4n/
1547949310
4
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544379750
False
0
ebfx73j
t3_a4n7wf
null
null
t3_a4n7wf
/r/programming/comments/a4n7wf/testdriven_development_is_cool_but_have_you_tried/ebfx73j/
1547397080
0
t5_2fwo
r/programming
public
null
False
Rebelgecko
t2_4huy2
As per Wikipedia, the infallible source of all knowledge, "The false positive rate is calculated as the ratio between the number of negative events wrongly categorized as positive (false positives) and the total number of actual negative events (regardless of classification)." If the false positive rate is 7%, and the total population of negative things is 100 million, there are 7 million false positives.
null
1
1545522182
False
0
eccmup1
t3_a8lw4o
null
null
t1_ecck0jl
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccmup1/
1547949329
-2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
You can also eat poisoned food and say how the nutritional value in the food helps you against an empty stomach. If you want a realistic comparison then you can not ask Google about AMP because obviously they will lobby for it. If Google says AMP is not evil, can you trust someone who dropped an old motto "don't do evil" years ago?
null
1
1544379788
False
0
ebfx8z7
t3_a4llot
null
null
t1_ebfmnis
/r/programming/comments/a4llot/faster_than_amp/ebfx8z7/
1547397103
3
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
I guess the "not working on IE" bit is the more important bit there. At the start of 2017, I assure you, you'd have a huge amount of large business or Gov orgs still using IE. Or even just that guy who just wants to see his invoices on that app your team develops so he can get to his next job. He happens to use an old machine because it's always worked. Sure, they should get with the times but the value proposition should be higher than simply not breaking stuff for the sake of saving a few lines that will actually run slower than the original.
null
0
1545522226
False
0
eccmwl6
t3_a8epbk
null
null
t1_ecb4wxw
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccmwl6/
1547949353
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Sort of shows how much entangled Google is by now. It's everywhere. :( See: https://twitter.com/NicolasPetton/status/884694176515936256
null
1
1544379825
False
0
ebfxasc
t3_a4llot
null
null
t1_ebfo052
/r/programming/comments/a4llot/faster_than_amp/ebfxasc/
1547397125
-1
t5_2fwo
r/programming
public
null
False
queenkid1
t2_6py35
I love how you mentioned the strawman fallacy, while also very obviously making an ad hominem attack.
null
0
1545522238
False
0
eccmx1p
t3_a8mjza
null
null
t1_eccm3nn
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccmx1p/
1547949358
26
t5_2fwo
r/programming
public
null
False
we-all-haul
t2_wikud
>AMP was never really about speed Sure, the intent is technological dominance. But the purpose of the technology is undeniably speed.
null
0
1544379838
False
0
ebfxbfr
t3_a4llot
null
null
t1_ebfk8lm
/r/programming/comments/a4llot/faster_than_amp/ebfxbfr/
1547397133
8
t5_2fwo
r/programming
public
null
False
StabbyPants
t2_4x1ha
common task over on kaggle. also: identify brick kilns in SE asia as they are often associated with child labor
null
0
1545522924
False
0
eccnpy0
t3_a8lw4o
null
null
t1_ecbzxdl
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccnpy0/
1547949745
14
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> On chrome the scrollbar is almost fully blocked. :( I find that both amusing and ironic at the same time considering that both chrome and AMP comes from Google. :-) The only non-constant is the site author, but since he has a pro-AMP stance, I find that even more hilarious.
null
0
1544379886
False
0
ebfxdz0
t3_a4llot
null
null
t1_ebfluty
/r/programming/comments/a4llot/faster_than_amp/ebfxdz0/
1547397164
-9
t5_2fwo
r/programming
public
null
False
vit1251
t2_a283g
No, it sounds like a terminal beep, but I talk about real Xmas song . Any idea about play some string like in Qbasic operation "play"
null
0
1545522942
False
0
eccnqqw
t3_a8nc9n
null
null
t1_eccefa7
/r/programming/comments/a8nc9n/a_xmas_tree_generator_in_terminal_in_30_lines_of/eccnqqw/
1547949754
1
t5_2fwo
r/programming
public
null
False
jeroentbt
t2_fjyr4
This article makes no sense to me. Jira is not the problem the author is describing. Fixed upfront design is.
null
0
1544380000
False
0
ebfxjs7
t3_a4n0p9
null
null
t3_a4n0p9
/r/programming/comments/a4n0p9/jira_is_an_antipattern/ebfxjs7/
1547397238
17
t5_2fwo
r/programming
public
null
False
StabbyPants
t2_4x1ha
type 1 or 2? you generally trade off false positives and negatives
null
0
1545522984
False
0
eccnskc
t3_a8lw4o
null
null
t1_ecc9p1u
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccnskc/
1547949777
1
t5_2fwo
r/programming
public
null
False
shinazueli
t2_dprsa
It isn't just error messages. The vast majority of people cannot be bothered to read **anything**. There's a reason there's a strong, recurring meme of "Redditor comments without reading linked content" or, my personal favorite, "TL;DR" as a direct and literal statement regarding humanity.
null
0
1544380041
False
0
ebfxlto
t3_a4hmbu
null
null
t1_ebfk7rt
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfxlto/
1547397262
21
t5_2fwo
r/programming
public
null
False
StabbyPants
t2_4x1ha
that's trickier - you have to map an image to a real estate record, pull the approved plans, and compare the image to what is claimed. some of these things aren't digital, and modeling a room addition is tricky.
null
0
1545523115
False
0
eccny3s
t3_a8lw4o
null
null
t1_ecccjvw
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccny3s/
1547949844
14
t5_2fwo
r/programming
public
null
False
yogthos
t2_73rg
Not really, the purpose of the technology is to make sure everything goes through Google servers, and to make it easy for them to parse content. Speed is just a marketing side benefit. If AMP becomes standard it gives Google a disturbing amount of control over what you see via their search engine, and there aren't any serious alternatives to it at the moment.
null
0
1544380098
False
0
ebfxorz
t3_a4llot
null
null
t1_ebfxbfr
/r/programming/comments/a4llot/faster_than_amp/ebfxorz/
1547397299
29
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
Great point about using talks as a means to become better at influencing. Also, I'm a fan of 'watching' them as I drive in. You mostly just want the dialogue after all. Just make the vid portion of the screen as small possible so you don't get pulled over :)
null
0
1545523192
False
0
ecco1e2
t3_a8epbk
null
null
t1_ecbbrf2
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecco1e2/
1547949885
1
t5_2fwo
r/programming
public
null
False
DonnyTheWalrus
t2_hbe1n
Python is actually significantly JITted nowadays but your point mostly stands.
null
0
1544380117
False
0
ebfxpp0
t3_a47s2x
null
null
t1_ebdw9kw
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebfxpp0/
1547397310
2
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
This was traditionally where we all committed before Git won the version control wars. Unless you were working on a large long lived feature.
null
0
1545523318
False
0
ecco6rr
t3_a8epbk
null
null
t1_ecb3qm5
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecco6rr/
1547949952
1
t5_2fwo
r/programming
public
null
False
AIg0rithm
t2_e27p5
> Dude, just tell them literally everything you're saying in the video It's not this responsibility to teach everyone who comes to him for help how to ask good questions. If you're going to approach someone you don't personally know for help, at least give your questions a bit of proof-reading to see if A) they make sense out of context, B) you give enough information for them to understand what you're trying to do and C) are free of typos or mistakes. It's not hard to at least get the general idea of what you're trying to do across. Even if the person you're asking has to clarify a couple points so they understand your question fully, you can always do better than giving no information. The questions he showed were essentially this: > why is there a bug in my code I just don't understand how people can think that's an acceptable amount of information to give when trying to get a solution.
null
0
1544380145
False
0
ebfxr3p
t3_a4hmbu
null
null
t1_ebfczps
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfxr3p/
1547397328
8
t5_2fwo
r/programming
public
null
False
UK-sHaDoW
t2_3851l
" there was the time he said "Craftsman"," And? There's a whole thing called software craftsmanship. It's not meant to be sexist or anything.
null
0
1545523591
False
0
eccohkq
t3_a8epbk
null
null
t1_ecc79mr
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccohkq/
1547950086
1
t5_2fwo
r/programming
public
null
False
KurtSeebauer
t2_lvt2b93
This looks seriously cool! I don't quite get all the magic, but is it possible to include kweb in an existing (like spring-boot) application?
null
0
1544380198
False
0
ebfxttw
t3_a4dtp2
null
null
t3_a4dtp2
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfxttw/
1547397361
1
t5_2fwo
r/programming
public
null
False
AristaeusTukom
t2_ldygp
Agreed. I first came across this algorithm in an AI course where it was just described as a way of solving constraint satisfaction problems. I can't remember what it was called, but it was nothing as exciting as wavefuncyion collapse. That course had its own issues - the only example we used for constraint satisfaction was map colouring. Creating bitmpas is much more interesting - and sounds a lot more like AI than map colouring.
null
0
1545523719
False
0
eccomq0
t3_a8noeh
null
null
t1_ecc6n89
/r/programming/comments/a8noeh/the_wavefunction_collapse_algorithm_explained/eccomq0/
1547950150
4
t5_2fwo
r/programming
public
null
False
t0rakka
t2_w00tc
Literally WHAT-THE-****, guy gets .77 dollars into his name from the 54? xD xD
null
0
1544380279
False
0
ebfxxxj
t3_a4m0rb
null
null
t1_ebfnxwz
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebfxxxj/
1547397412
56
t5_2fwo
r/programming
public
null
False
dwitman
t2_3f20g
No worries. If you are curious, I use opera on Mobile, and seem to have less of these issues, and no YouTube ads. :)
null
0
1545523866
False
0
eccoslp
t3_a8epbk
null
null
t1_ecbe0fw
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccoslp/
1547950252
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Everything is about selling and we are selling (ourselves) all the time. That is simply not correct. I write code that I need personally just as well; or also just for fun or exploring new ideas. Programming languages ALSO are about exploring new ideas and concepts and not everything comes with an economic goal; or even with a "I'm gonna become uber great that way". People are curious, that is just as easily a motivation as many other reasons. > They are engineers, right? They are supposed to learn, know and > use any language, right? Who says so? Why should an engineer use crap tools? Of what net use is it to learn inferior language after another inferior language? On reddit the conclusion is "to explore new ideas/concepts", but you can easily do so without ANY programming language attached. Or you could create your own language just as Jonathan Blow did with jai. Whether that language is useful or good is secondary to the explore-concepts or ideas part. > I’m shocked to see how different people close to me are becoming burnt > out. They don’t feel the passion for coding anymore, Because most of it is boring grunt work in horrible languages. You sit before a computer and think you do a better job than ... whatever. Building houses. I assume using a computer in this context may be better paid but more payment does not automatically mean that this job is any more relevant or significant. Most jobs are pretty awful. So how is it a surprise that they would not enjoy doing grunt work? Seems very logical to me. > Quite the opposite — we have to always pick the best tool for the task we > want to accomplish. I hate this. WHAT is the "BEST" tool? Can't all those who repeat this like a parrot make SPECIFIC statements? > So if, for example, I don’t like C# and C# was the best tool for the job, > I’d change this job rather than use the technology I’m not comfortable with WHY is C# the "best" tool??? He just states that it is - but he does not explain it. I have this problem all the time. Every time someone says "use the best tool", there is a gap what exactly is the best tool and WHY.
null
0
1544380297
False
0
ebfxyu5
t3_a4md89
null
null
t3_a4md89
/r/programming/comments/a4md89/is_a_language_just_a_tool/ebfxyu5/
1547397423
5
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
I've been there. The one thing I'll say is to step back and evaluate if the team, even with their terrible practice is getting things done. A challenge you will face is introducing change for the sake of better practice but in reality, the product has survived this long on a small budget through hacking along. If they're achieving their goals, evaluate whether industry best practice would actually achieve better results for that particular business or would it just be for your own sanity and professional development. If however they aren't achieving, then eventually you will have to assess whether you're moving into a leadership role. Because if you're not, then you will be stuck struggling in reeds.
null
0
1545523878
False
0
eccot1z
t3_a8epbk
null
null
t1_ecbge4n
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccot1z/
1547950258
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Vim is simply better than emacs.
null
1
1544380308
False
0
ebfxzea
t3_a4md89
null
null
t1_ebfwpg9
/r/programming/comments/a4md89/is_a_language_just_a_tool/ebfxzea/
1547397430
1
t5_2fwo
r/programming
public
null
False
twisted-teaspoon
t2_14672k
But the point of the epicycle visualisation isn't to solve problems but to demonstrate the concept that waves can be summed. If you already understand that then the visualisation is no longer useful.
null
0
1545523895
False
0
eccotq7
t3_a8e189
null
null
t1_ecce2sn
/r/programming/comments/a8e189/fourier_series_visualization/eccotq7/
1547950265
2
t5_2fwo
r/programming
public
null
False
hardwaregeek
t2_56oo8
I wish there would be more teaching through literate programming and small languages. I'm always baffled at how people manage to learn to program, especially since it's been a bit since I've been a beginner. There's just so much *stuff* in programming before the beauty. Even Python has a bunch of small details you need to care about. Stuff like the colon after the if statement or the difference between a for loop and a while loop don't matter. Ideas like recursion, abstraction and composition matter, yet we waste so much time on the details before we can discuss them.
null
0
1544380317
False
0
ebfxzuy
t3_a4h2vs
null
null
t3_a4h2vs
/r/programming/comments/a4h2vs/little_languages/ebfxzuy/
1547397435
2
t5_2fwo
r/programming
public
null
False
Apocalypses
t2_bfy5i
We use this at our company. I really am not a fan - it creates a real mental burden and bureaucracy for day to day git use which can, in practise, discourage better git use (e.g. 1 branch one feature) type model as people lump everything into a single branch.
null
0
1545523912
False
0
eccoucb
t3_a8n44j
null
null
t3_a8n44j
/r/programming/comments/a8n44j/a_successful_git_branching_model/eccoucb/
1547950272
3
t5_2fwo
r/programming
public
null
False
xcdesz
t2_79zii
My impression from this interaction is that the person is afraid of you -- and is approaching you with caution, afraid that you might snap at them.
null
0
1544380346
False
0
ebfy1bf
t3_a4hmbu
null
null
t1_ebeyrwb
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfy1bf/
1547397453
5
t5_2fwo
r/programming
public
null
False
sinagog
t2_kmjsq
Well, that was rather his point. Some people prefer non-gendered versions. A discussion ensued, where he couldn't understand why the people who felt excluded felt that way, and discussed it for a while. It culminated in [this blog post from him](https://blog.cleancoder.com/uncle-bob/2018/05/02/Craftsman-Craftswoman-Craftsperson.html)
null
0
1545524009
False
0
eccoy60
t3_a8epbk
null
null
t1_eccohkq
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccoy60/
1547950320
1
t5_2fwo
r/programming
public
null
False
IceSentry
t2_cqjq2
I never said anything about java not being good for that and I also never said anything about 2000 my point is only that today java is not the only option and is not necessarily the reason why jetbrains ide are good.
null
0
1544380425
False
0
ebfy59q
t3_a45jvw
null
null
t1_ebf3dpk
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebfy59q/
1547397502
1
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
I guess I'm one of those people who criticised one of the vids. I see it more as criticising a book at a book club (not that I've ever been to one). Its great to discuss the ones you like, as well the ones you don't like (and why). Its just a lot easier to pinpoint what you don't like :)
null
0
1545524143
False
0
eccp3nh
t3_a8epbk
null
null
t1_ecc4xpi
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccp3nh/
1547950388
2
t5_2fwo
r/programming
public
null
False
kuratkull
t2_ht1k
No, Spacemacs is better!
null
0
1544380534
False
0
ebfyao5
t3_a4md89
null
null
t1_ebfxzea
/r/programming/comments/a4md89/is_a_language_just_a_tool/ebfyao5/
1547397569
1
t5_2fwo
r/programming
public
null
False
elsjpq
t2_qvjp8
So they could calculate total solar area to estimate output?
null
0
1545524223
False
0
eccp6y8
t3_a8lw4o
null
null
t3_a8lw4o
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccp6y8/
1547950428
1
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
Yes, it's easy to add to an existing application, since Kweb is just another library. Kweb uses [Ktor](https://ktor.io/) underneath to handle HTTP and WebSockets, so that might be duplicative of your existing stack if you're using Spring Boot. But if you're not bothered by that slight inelegance it should work fine. In theory you could probably swap out Ktor for Swing Boot, but that would require a few days of work.
null
0
1544380550
False
0
ebfybgg
t3_a4dtp2
null
null
t1_ebfxttw
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfybgg/
1547397608
2
t5_2fwo
r/programming
public
null
False
sinagog
t2_kmjsq
I think your point is a really important one! We don't have to agree on everything, and not all advice is good. Different people are at different places with different situations, and knowing what's not good for you is just as important as knowing what is.
null
0
1545524242
False
0
eccp7rz
t3_a8epbk
null
null
t1_eccl1q1
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccp7rz/
1547950439
2
t5_2fwo
r/programming
public
null
False
Galio1
t2_2jk7rem1
Very nice video, learned a lot, thanks man! ​
null
1
1544380552
False
0
ebfybk3
t3_a4n8jv
null
null
t3_a4n8jv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebfybk3/
1547397608
0
t5_2fwo
r/programming
public
null
False
AckmanDESU
t2_7f0sl
Some programs force you to use npm. I decided to stick to npm to keep my sanity and only learn a single thing. Also I heard most things that yarn did that initially made it worth using are now in npm. Can anyone sell me on using yarn?
null
0
1545524313
False
0
eccpam6
t3_a89y3r
null
null
t1_ecalpn4
/r/programming/comments/a89y3r/the_node_modules_problem/eccpam6/
1547950473
3
t5_2fwo
r/programming
public
null
False
EntroperZero
t2_573jc
This is like blaming the hammer for a house constructed entirely with nails. Of course if your product team lives entirely within JIRA and isn't thinking about the bigger picture, or understanding that there are certain technical tasks that span several features, you're going to struggle. If the only chats developers have with designers are about specific features, the devs aren't going to know what to plan for or how to architect the system. JIRA is not the problem, it's just a tool that you're using badly. Your organization is the problem.
null
0
1544380587
False
0
ebfyd9x
t3_a4n0p9
null
null
t3_a4n0p9
/r/programming/comments/a4n0p9/jira_is_an_antipattern/ebfyd9x/
1547397629
28
t5_2fwo
r/programming
public
null
False
Sotriuj
t2_6a9a1
I dont think he is breaking any rules, just enjoys throwing his time away I guess. I'm pretty sure I've seen this same guy with different accounts.
null
0
1545524350
False
0
eccpbzy
t3_a8kwz8
null
null
t1_ecby1cf
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/eccpbzy/
1547950490
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544380709
False
0
ebfyjj6
t3_a4n8jv
null
null
t1_ebfybk3
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebfyjj6/
1547397706
-20
t5_2fwo
r/programming
public
null
False
omgusernamegogo
t2_n0hqz
I like that. What I feel is a bit different with dev talks is that the audience are generally opinionated experts themselves, so they can often form opinions on the topics. TED talks are generally so broad that they seem interesting as it's completely foreign topic and spoken in a way to entertain as much as educate. You can't really say the same when you're watching a video on design patterns aimed at seniors/architects. However, I don't think conferences are useful to juniors. Juniors will learn more (and perhaps enough) just by being attentive on the job.
null
0
1545524567
False
0
eccpkk4
t3_a8epbk
null
null
t1_eccd927
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccpkk4/
1547950596
1
t5_2fwo
r/programming
public
null
False
hey__its__me__
t2_m2e4qs0
Looking at the code in animated gif, how does `$it` and `globalCounter`associate?
null
0
1544380810
False
0
ebfyot5
t3_a4dtp2
null
null
t3_a4dtp2
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfyot5/
1547397772
2
t5_2fwo
r/programming
public
null
False
TheDonOfAnne
t2_hykf3
Okay, well TIL the actual definition of a false positive rate. I guess this is just a bunch of confusion because everyone's misusing the phrase false positive rate; although, just to clarify the total population of negative things here is 98 million, not 100 million that's the total population. With regards to your original comment though (which is true if the FPR is actually 7%), the FPR isn't 7% with this system, the parents are just misusing the term to describe the ratio between false positives and everything classified as positives.
null
0
1545524756
False
0
eccprw6
t3_a8lw4o
null
null
t1_eccmup1
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccprw6/
1547950693
2
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
Ok, next version the full stacktrace will be at DEBUG level. Note if you pass `debug = false` to the `Kweb` constructor you won't see this warning.
null
0
1544380841
False
0
ebfyqfi
t3_a4dtp2
null
null
t1_ebfqq7t
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfyqfi/
1547397792
3
t5_2fwo
r/programming
public
null
False
NekuSoul
t2_8j0db
I'd count not setting up rules against shitposting and insults as a part of the failure. Those things are worthless to discussion and just lead to off-topic comments, which ironically is what I'm writing right now. Edit: I don't think I frequently visit any other sub that doesn't have that rule.
null
0
1545524930
1545525136
0
eccpyu2
t3_a8kwz8
null
null
t1_eccpbzy
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/eccpyu2/
1547950802
2
t5_2fwo
r/programming
public
null
False
invalid_dictorian
t2_72wlc
Maybe all my error messages should start with TL;DR. Hahaha
null
0
1544380885
False
0
ebfysoj
t3_a4hmbu
null
null
t1_ebfxlto
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfysoj/
1547397821
5
t5_2fwo
r/programming
public
null
False
anon_cowherd
t2_fr4xgn1
Sadly, IE11 is still widely in use in corporate settings. If you're writing anything that might need to be used in a business setting, you basically have to transpile everything. (heck, I see we still get a few IE9 users, though I haven't figured out which of our clients is stuck in that awful nightmare).
null
0
1545525223
False
0
eccqa96
t3_a8i4ar
null
null
t1_ecc5wfa
/r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/eccqa96/
1547950942
3
t5_2fwo
r/programming
public
null
False
thisnameis4sale
t2_2qmaraju
If your point is that text can also contain a great amount of fluff without saying anything useful, then good job.
null
0
1544380926
False
0
ebfyut6
t3_a4hmbu
null
null
t1_ebfbldw
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfyut6/
1547397847
5
t5_2fwo
r/programming
public
null
False
throughactions
t2_3y273
No disagreement there. ☺️
null
0
1545525547
False
0
eccqmok
t3_a8epbk
null
null
t1_eccp3nh
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccqmok/
1547951096
1
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
I'm not too familiar with VueJs, but you can probably build a plugin for it. [Here](https://github.com/kwebio/core/tree/master/src/main/kotlin/io/kweb/plugins/semanticUI) is the code for the simple plugin I built for the https://semantic-ui.com/ framework, and [here](https://github.com/kwebio/core/tree/master/src/main/kotlin/io/kweb/plugins/jqueryCore) is the beginnings of a simple plugin for JQuery.
null
0
1544380957
False
0
ebfywfy
t3_a4dtp2
null
null
t1_ebfvj2b
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfywfy/
1547397867
2
t5_2fwo
r/programming
public
null
False
quentech
t2_15l15h
> Less so than the disk-RAM transaction Unless you use an array of NVMe's ;)
null
0
1545525693
False
0
eccqsck
t3_a8kwg9
null
null
t1_ecbwdok
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccqsck/
1547951166
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544380960
False
0
ebfywm4
t3_a4m2dp
null
null
t1_ebftjhn
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebfywm4/
1547397869
1
t5_2fwo
r/programming
public
null
False
PeakingBruh
t2_1hoe4pzs
Really? SpaceX is way ahead of NASA?
null
0
1545525783
False
0
eccqvun
t3_a8lw4o
null
null
t1_eccg6hs
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccqvun/
1547951208
-1
t5_2fwo
r/programming
public
null
False
nutrecht
t2_dlu5l
If you're this bad at analysing the root cause of a problem you probably should not be a developer.
null
0
1544381030
False
0
ebfz07h
t3_a4n0p9
null
null
t3_a4n0p9
/r/programming/comments/a4n0p9/jira_is_an_antipattern/ebfz07h/
1547397914
11
t5_2fwo
r/programming
public
null
False
Kvathe
t2_ale5n
they never said it was an unpopular opinion
null
0
1545525845
False
0
eccqyar
t3_a8mjza
null
null
t1_eccjku6
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccqyar/
1547951239
-26
t5_2fwo
r/programming
public
null
False
anttirt
t2_3370w
Exactly, you wouldn't want one in a million pacemaker beats being missed because of an "extremely unlikely" pathological quicksort pivot choice.
null
0
1544381062
False
0
ebfz1yj
t3_a4m2dp
null
null
t1_ebftv8g
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebfz1yj/
1547397935
1
t5_2fwo
r/programming
public
null
False
Sweetest_Jesus
t2_2drcog0
No need for war heads. Energy waves set to specific frequencies is all you need. Our even just a well engineered computer virus that can spread across wifi using the major flaw in WPA2 security then have it lay dormant until it gets the right signal.
null
0
1545525864
False
0
eccqz0w
t3_a8lw4o
null
null
t1_ecc31kz
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccqz0w/
1547951249
-1
t5_2fwo
r/programming
public
null
False
suhcoR
t2_rzwyn0
Seriously? The article makes no statement on the topic mentioned in the title. If you're interested in the performance have a lookt at [https://benchmarksgame-team.pages.debian.net/benchmarksgame/which-programs-are-fast.html](https://benchmarksgame-team.pages.debian.net/benchmarksgame/which-programs-are-fast.html). Php seems to be twice as fast as Python.
null
0
1544381093
False
0
ebfz3ld
t3_a4nbib
null
null
t3_a4nbib
/r/programming/comments/a4nbib/python_vs_php_performance_which_language_is/ebfz3ld/
1547397955
15
t5_2fwo
r/programming
public
null
False
Parad0x13
t2_5p5jn
I disagree. I found the article extremely intuitive and helpful. I think you are expecting a comp-sci approach to explain the algorithm whereas I do not impose that requirement.
null
1
1545525964
False
0
eccr2wc
t3_a8noeh
null
null
t1_ecc6n89
/r/programming/comments/a8noeh/the_wavefunction_collapse_algorithm_explained/eccr2wc/
1547951296
-3
t5_2fwo
r/programming
public
null
False
khedoros
t2_63drl
If I were paid 20% of my most recent software development salary, it would be well into poverty-level pay in my area, and I'd make more money working at a McDonalds.
null
0
1544381118
False
0
ebfz4uk
t3_a4n8jv
null
null
t3_a4n8jv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebfz4uk/
1547397971
1203
t5_2fwo
r/programming
public
null
False
Kvathe
t2_ale5n
insulting someone is not the same as an ad hominem attack
null
0
1545526022
False
0
eccr54n
t3_a8mjza
null
null
t1_eccmx1p
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccr54n/
1547951324
-8
t5_2fwo
r/programming
public
null
False
lastorder
t2_57bsp
As a devop, I get developers throwing issuse that happen on CI over the wall to me. Quite a lot of "my tests failed" with a link to a failing job. If they read what is actuall logged there, they would discover that the tests failed because they broke them in that commit. But nobody can actually be bothered to read what they see on screen.
null
0
1544381158
False
0
ebfz6wn
t3_a4hmbu
null
null
t1_ebeu6jh
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfz6wn/
1547397996
1
t5_2fwo
r/programming
public
null
False
kaibee
t2_bldp3
NASA doesn't have any launch capacity IIRC. Our astronauts go up in Russian Soyuz rockets.
null
0
1545526043
False
0
eccr5xk
t3_a8lw4o
null
null
t1_eccqvun
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccr5xk/
1547951333
6
t5_2fwo
r/programming
public
null
False
MasterKongQiu
t2_i3pmq
I don’t see why they don’t have an input field as an ‘other’ option. I’ve often found myself stuck with 2x too fast and 1.5x too slow.
null
0
1544381262
False
0
ebfzc6j
t3_a4hmbu
null
null
t1_ebffkxd
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfzc6j/
1547398061
5
t5_2fwo
r/programming
public
null
False
mu_mu_lambda
t2_5y4r6
They said “I know you guys here are not fans of Terry [..]”. Which is what I was getting at because it’s patently untrue - Terry’s projects had nothing but admiration on this board for years. Each thread, his unfortunate idiosyncrasies due to mental health were excused and his works were considered on nothing but the technical merit they deserved alone.
null
0
1545526238
False
0
eccrdiq
t3_a8mjza
null
null
t1_eccqyar
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccrdiq/
1547951457
55
t5_2fwo
r/programming
public
null
False
Nimelrian
t2_64lxq
You probably want to check your audio setup. Lots of overmodulation/clipping which caused me to close the video after a couple of seconds.
null
0
1544381300
False
0
ebfze17
t3_a4n8jv
null
null
t3_a4n8jv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebfze17/
1547398084
385
t5_2fwo
r/programming
public
null
False
mmstick
t2_7ibcg
Why is there a Rust-the-game image underneath the Rust-the-language section?
null
0
1545526242
False
0
eccrdp8
t3_a8mzu6
null
null
t3_a8mzu6
/r/programming/comments/a8mzu6/here_are_the_ten_best_programming_languages_to/eccrdp8/
1547951459
1
t5_2fwo
r/programming
public
null
False
ELaskanator
t2_d9jic
Probably because it is easy to *passively* sit through a video, but you have to actually focus while reading, especially given how horrendously poor quality and *boring* most tutorial videos are (e.g. takes 20 minutes to explain a 10 second sequence of 2 steps). I seriously hate how we are replacing live instruction with this detritus, probably due to an oversaturation of students to teachers given how fast our field is expanding.
null
0
1544381323
False
0
ebfzf73
t3_a4hmbu
null
null
t1_ebeu6jh
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfzf73/
1547398098
2
t5_2fwo
r/programming
public
null
False
WalterBright
t2_1zosa
Reminds me of back in the 70's when some outfits required a flowchart of Fortran code to be submitted with the code. This led to the development of a program that read Fortran code and generated a flowchart. The flowchart was printed and submitted. Of course, nobody ever looked at the flowchart. I'm surprised nobody has developed a program that reads the code and generates test code that produces 100% coverage. That would satisfy a 100% coverage requirement, but would be completely useless. The goal is to test 100% of the code, not execute 100% of it.
null
0
1545526257
False
0
eccre82
t3_a8p1m1
null
null
t3_a8p1m1
/r/programming/comments/a8p1m1/the_myth_of_100_code_coverage/eccre82/
1547951465
6
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
> Is the response time fast enough for making some kind of game? A web-based game? Yes, it should work well for that - underneath it uses WebSockets which are quite efficient, and the fact that instructions can be pre-loaded to the browser for immediate execution on an event firing should make it as snappy as any other webapp. The only situation where Kweb might not be the right choice is if you were building something like [this](https://playground.tensorflow.org/) where a lot of the logic must be in the client - but apps like that are rare (and even then it's still doable through a custom-built Kweb plugin). > Also great job getting that username. Thanks! Early bird catches the worm ;) "Sanity" is a handle I've used since I was a kid. I managed to snag the same username on Twitter and Facebook too :)
null
0
1544381422
False
0
ebfzjz4
t3_a4dtp2
null
null
t1_ebfpz6f
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfzjz4/
1547398157
3
t5_2fwo
r/programming
public
null
False
WalterBright
t2_1zosa
The videos now have autogenerated closed captioning. I wish the CC'd text were available separately to look at. I can read it in a couple minutes and decide if the video is worth the time.
null
0
1545526367
False
0
eccrif2
t3_a8epbk
null
null
t1_ecb2fuk
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eccrif2/
1547951518
3
t5_2fwo
r/programming
public
null
False
MasterKongQiu
t2_i3pmq
I’ve found so many blog posts that exclude bits and pieces here and there so you missing them installing that crucial dependency that wasn’t in the blog post or even flat out excluding code. Videos have a host of other problems but at least I don’t have to worry about that.
null
0
1544381443
False
0
ebfzkyz
t3_a4hmbu
null
null
t1_ebf25gd
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfzkyz/
1547398170
3
t5_2fwo
r/programming
public
null
False
jyper
t2_44f90
But it's not a compile time check You can still get pregnant
null
0
1545526449
False
0
eccrlqb
t3_a8i4ar
null
null
t1_ecca2bu
/r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/eccrlqb/
1547951559
1
t5_2fwo
r/programming
public
null
False
KurtSeebauer
t2_lvt2b93
thanks, can't wait to try that out!
null
0
1544381444
False
0
ebfzl0x
t3_a4dtp2
null
null
t1_ebfybgg
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebfzl0x/
1547398170
1
t5_2fwo
r/programming
public
null
False
BlueBottleTrees
t2_1ozctydc
Your weed garden in the basement.
null
0
1545526751
False
0
eccrx6r
t3_a8lw4o
null
null
t1_ecbxbor
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccrx6r/
1547951701
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544381500
False
0
ebfznse
t3_a4jtrr
null
null
t1_ebfwhon
/r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebfznse/
1547398233
1
t5_2fwo
r/programming
public
null
False
queenkid1
t2_6py35
Sure, it's not ALWAYS the same. Here it is, though. His only response to his argument is "you're retarded" which isn't a logical point. It's an attack on his character, not his argument.
null
0
1545526757
False
0
eccrxfa
t3_a8mjza
null
null
t1_eccr54n
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccrxfa/
1547951704
17
t5_2fwo
r/programming
public
null
False
HwKer
t2_c8g08
on their defense, burning a CD on the early days was a bit of pain if you didn't know where to look
null
0
1544381505
False
0
ebfzo1e
t3_a4hmbu
null
null
t1_ebfjpz5
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfzo1e/
1547398237
7
t5_2fwo
r/programming
public
null
False
ikeif
t2_4iuad
For OP's mom? (☞゚ヮ゚)☞
null
0
1545526775
False
0
eccry3w
t3_a8lw4o
null
null
t1_eccjvyq
/r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/eccry3w/
1547951711
2
t5_2fwo
r/programming
public
null
False
Ettubrutusu
t2_1qi8jd60
I have colleagues who does this but for reasons unknown to me they insert newline every 3-4 word. So a single sentence in slack can span like 4 messages and a single question like 12 messages. So slack notifies me I have a message. I click slack and see the message "okay so the". I go back to working and slack starts to blink. I click slack again and the new message is "issue is". And so on.
null
0
1544381529
False
0
ebfzp6l
t3_a4hmbu
null
null
t1_ebeyrwb
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebfzp6l/
1547398251
3
t5_2fwo
r/programming
public
null
False
Kvathe
t2_ale5n
Ok, fair enough
null
0
1545526954
False
0
eccs4zo
t3_a8mjza
null
null
t3_a8mjza
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccs4zo/
1547951798
0
t5_2fwo
r/programming
public
null
False
pdp10
t2_znec3
> video is much more information-dense than text via non-linguistic additions (tone, pacing, visual aides, etc.) It can be, like a great TED presentation can be more than the sum of its text. But most aren't, and we all know it. It's even less likely for a video presentation to be reduced to essentials and polished than it is to find polished code -- because we have better techniques for polishing code over time, and most video makers don't publish makefiles for their compositors.
null
0
1544381766
False
0
ebg0170
t3_a4hmbu
null
null
t1_ebf2zg1
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebg0170/
1547398399
7
t5_2fwo
r/programming
public
null
False
batweenerpopemobile
t2_9a5f3
> has networking built in It's blasphemy, then.
null
0
1545527052
False
0
eccs8ky
t3_a8mjza
null
null
t1_eccgh5s
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccs8ky/
1547951842
119
t5_2fwo
r/programming
public
null
False
ipagera
t2_odgj7ia
Lol, I suddenly feel the need to hit a stove
null
0
1544381783
False
0
ebg020d
t3_a4n8jv
null
null
t3_a4n8jv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebg020d/
1547398409
0
t5_2fwo
r/programming
public
null
False
FirstLastMan
t2_1y34wpfn
There's a YouTube video of him sitting on the road and actually calls a passing black man the word. The man reacts how you might expect. Terry seems genuinely surprised at his reaction. That kind of genuine disassociation from the depth of words is pretty rare. In fact out of any circumstance I can think of, that's the only situation where I wouldn't judge someone as a person for using it. He was deeply troubled.
null
0
1545527354
False
0
eccsjrs
t3_a8mjza
null
null
t1_eccf408
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccsjrs/
1547952007
40
t5_2fwo
r/programming
public
null
False
quentech
t2_15l15h
If I were paid 20% of my most recent software development salary, it would still be well above the (edit: U.S. and my mid-west state's) annual real median personal income.
null
0
1544381804
1544389053
0
ebg0328
t3_a4n8jv
null
null
t1_ebfz4uk
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebg0328/
1547398422
32
t5_2fwo
r/programming
public
null
False
bastardpants
t2_5i9mc
Seems like SVG would be a good choice here... give me a minute, working on it. EDIT: it doesn't look great. [http://uncommonlisp.rednightmare.com/latencies.svg](http://uncommonlisp.rednightmare.com/latencies.svg) and browsers probably don't like that 100k image width extra fun: you can view-source the image, since svg is xml. EDIT n+1: http://uncommonlisp.rednightmare.com/latencies.htm for a scroll bar, probably.
null
0
1545527498
1545529407
0
eccsp0x
t3_a8kwg9
null
null
t1_eccjfhm
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccsp0x/
1547952072
12
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
It's using some Kotlin syntactic sugar. Normally in Kotlin you define a lambda like this: { p : Int -> "Hello $p"} This will take an Int `p`, and convert it to the string "Hello `p`". The `$` is using Kotlin's [string templates](https://kotlinlang.org/docs/reference/basic-types.html#string-templates) feature. If a lambda only one argument then you can just do this: { "Hello $it" } This Kotlin feature is documented [here](https://kotlinlang.org/docs/reference/lambdas.html#it-implicit-name-of-a-single-parameter). So `globalCounter.map { "I've been clicked $it times." }` will take the globalCounter `KVar` and produce a `KVar` that contains a string like "I've been clicked 3 times". The neat thing about a `KVar` is that if its contents changed, these changes propagate automatically to any `KVar`s mapped from this one. KVars are very important to how Kotlin deals with state, and they're a powerful tool. So, calling `a().text(someKVar)` will set the text of the <a> element to the value of `someKVar`, and if that `KVar` changes then the text will be updated automatically. Does that explanation make sense?
null
0
1544381852
1544386711
0
ebg05j5
t3_a4dtp2
null
null
t1_ebfyot5
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebg05j5/
1547398452
2
t5_2fwo
r/programming
public
null
False
Kvathe
t2_ale5n
That's not his point, though. His point is that the previous post did not accurately represent his argument.
null
0
1545527576
False
0
eccsrub
t3_a8mjza
null
null
t1_eccrxfa
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/eccsrub/
1547952107
-11
t5_2fwo
r/programming
public
null
False
anttirt
t2_3370w
Being aware of cache friendliness is good, but you're swinging that pendulum way too hard. Complexity analysis is still extremely important, even in the age of deep cache hierarchies. Ultimately an L3 cache miss is still only on the order of a hundred cycles, and if you're swinging around arrays of 1000 elements for every operation (e.g. an insert) then a hundred cycles starts looking real attractive in comparison. Also what if each operation causes two million cycles of UI layout operations, like it probably will if you're adding something to a list on a web page? Really, the "prefer arrays to linked lists" thing only applies in very specific cases with very low-overhead individual operations.
null
0
1544381855
1544382104
0
ebg05pj
t3_a4m2dp
null
null
t1_ebfu3cf
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebg05pj/
1547398455
26
t5_2fwo
r/programming
public
null
False
DHermit
t2_ovzvg
bash maybe? ¯\\\_(ツ)\_/¯
null
0
1545527727
False
0
eccsxbh
t3_a8kwg9
null
null
t1_ecc2z3n
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/eccsxbh/
1547952175
3
t5_2fwo
r/programming
public
null
False
RonaldHarding
t2_n8rnk
One thing the video makes no mention of is cost of living. It's important to note that pretty much all of these high paying software developer positions in the United States exist in tech hub cities on the coast. Cost of living is exceedingly high in these locations. To the point that people who don't live in these locations balk when they find out what it actually takes to live there. It's actually economical to take a 20%-30% pay cut to work for a smaller company outside of these areas in many cases. Now I can't be totally sure, but I suspect software developers are a bit more spread out in the rest of the world. Without the centralizing tech giants to pull everyone into one place there's a lot more likelihood that jobs could be available across a region. Anyone outside the US want to help me determine if that's the case?
null
0
1544381877
False
0
ebg06rv
t3_a4n8jv
null
null
t1_ebfz4uk
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebg06rv/
1547398468
954
t5_2fwo
r/programming
public
null
False
LloydAtkinson
t2_ghzlk
Even 100 users a day flagging an ad as an ad would be enough.
null
0
1545528233
False
0
ecctgpt
t3_a8o8ot
null
null
t1_eccj3op
/r/programming/comments/a8o8ot/designing_an_adblocker_for_radio_and_podcasts/ecctgpt/
1547952414
18
t5_2fwo
r/programming
public
null