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
Shinosha
t2_bja0o
There isn't much "exclusive" features going on here, even less functional ones. Scala already have a poor man's version of most of these and will supersede them when the JVM support lands. In the meantime you can enjoy a sweet [type system](http://ktoso.github.io/scala-types-of-types/), real pattern matching and lots of other language features. And if we're talking about what we're *going to have*, I'm pretty sure [dotty](http://dotty.epfl.ch/) will still be one step ahead, while hopefully fixing some of the warts of the language. Java will catch-up Kotlin fast though :)
null
0
1544629069
False
0
ebmvp71
t3_a5969k
null
null
t1_ebmnm1f
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmvp71/
1547515407
1
t5_2fwo
r/programming
public
null
False
ar0b
t2_4dkcl
https://www.reddit.com/r/ConTalks/search?q=cantrill&restrict_sr=on
null
0
1545920988
False
0
ecnpzrw
t3_a8epbk
null
null
t1_ecbnazp
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecnpzrw/
1548136017
2
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
There is nothing wrong with Java's generics. Erasure is efficient and pragmatic -- one class file can represent all possible instantiations of `ArrayList`. With C#, `List<int>` and `List<String>` are different types. I still don't understand how you can stand here and criticize Java when C# is based off of it. Both languages are being evolved rapidly, and have more in common than you are willing to admit.
null
0
1544629116
False
0
ebmvrcm
t3_a5969k
null
null
t1_ebmspra
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmvrcm/
1547515434
1
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
I'm confused at what distinction you're drawing. People thought that more features were needed after Rust 1.0, but that doesn't mean that they believe that more features are needed to be added forever. > There is also the issue of separating what the community would like and what the members of the leading teams want. That's true, but for the roadmap, we try to make it largely community-driven. And on this particular axis, there's pretty wide agreement. Many of those posts were also written by team leads.
null
0
1545921073
False
0
ecnq3t1
t3_a9swiz
null
null
t1_ecnpwn9
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnq3t1/
1548136069
6
t5_2fwo
r/programming
public
null
False
ImNotRedditingAtWork
t2_yx2bc
I'm interested to know if the reason the Go developers did better on the interview was because A) People who write go tend to actually be better developers or B) The interviewers who interviewed them have a bias for Go developers. I had a colleague be told in an interview to never write code in C# for the interview unless the job was specifically for C#, as interviewers are biased against C#. I have no idea if that's true or not, but it's an interesting thing to think about.
null
0
1544629134
False
0
ebmvs73
t3_a5i57x
null
null
t3_a5i57x
/r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebmvs73/
1547515444
87
t5_2fwo
r/programming
public
null
False
akalenuk
t2_dmswf
Yes, that's true. It doesn't matter for this particular toy problem, but normally integer overflow is a thing to consider.
null
0
1545921074
False
0
ecnq3v0
t3_a9ncw1
null
null
t1_ecno2gq
/r/programming/comments/a9ncw1/challenge_your_performance_intuition_with_c/ecnq3v0/
1548136069
1
t5_2fwo
r/programming
public
null
False
bloouup
t2_7ukln
That person is honestly nitpicking. OS X was really "based" on Darwin. But Darwin's userland and libc were, as far as I am aware, just pulled from FreeBSD. So I don't think that really changes the point you were making.
null
0
1544629217
False
0
ebmvw0m
t3_a5gxm6
null
null
t1_ebmrdjk
/r/programming/comments/a5gxm6/freebsd_12_released/ebmvw0m/
1547515491
10
t5_2fwo
r/programming
public
null
False
bakuretsu
t2_5475
I use Org Mode in Emacs, which has its own syntax similar to Markdown, and when I share I typically export the section I want into HTML. Copying and pasting from the HTML in a browser into any other application typically retains formatting.
null
0
1545921128
False
0
ecnq6fy
t3_a9tm4z
null
null
t1_ecnbt1a
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnq6fy/
1548136101
1
t5_2fwo
r/programming
public
null
False
Condex
t2_o7nuj
His conclusion: >He opened with "metrics or it didn't happen", but seems to have abandoned this to talk about some definition of "complexity" that exists only in his head. Makes me think that we need some sort of cognitive complexity calculus in order to objectively talk about when something is actually simple or complex and exactly what we mean by these statements in a way that isn't open to debate. ​ About a year and a half ago I wrote a [blog series](https://www.sep.com/sep-blog/2017/04/25/objective-code-quality-blog-series/) where I tried to setup a framework for objectively talking about when something was complex and what made code good or bad. I've since been refining my framework, but it remains much of the original shape. Ideally, I would actually construct a bunch of problems that the framework indicates should be complex and/or simple and then throw them at a statistically significant number of people such that I could actually get empirical data as to whether or not it works, but I'm, unfortunately, not really in a position to setup large statistical studies. ​ I don't think that I have a complete definition for cognitive complexity or even a correct definition for cognitive complexity, but I do think that we need \*something\* that does what I'm trying to accomplish. If we don't, then we as an industry are never going to be able to grow out of this phase where everyone accuses everyone else of doing it wrong and their reasoning reduces to "this isn't how my mom writes code".
null
0
1544629260
False
0
ebmvy3r
t3_a5cm5c
null
null
t3_a5cm5c
/r/programming/comments/a5cm5c/people_who_disagree_with_you_arent_trying_to_make/ebmvy3r/
1547515517
1
t5_2fwo
r/programming
public
null
False
bakuretsu
t2_5475
Well, it provides not being OneNote.
null
0
1545921155
False
0
ecnq7qw
t3_a9tm4z
null
null
t1_ecms3yr
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnq7qw/
1548136117
9
t5_2fwo
r/programming
public
null
False
Darkshadows9776
t2_9txdm
That’s why we’re constantly changing passwords instead of relying on, “Our passwords never leak.” Relying on someone never guessing your password means that someone’s eventually just going to guess it or crack it.
null
0
1544629268
False
0
ebmvyhj
t3_a55xbm
null
null
t1_ebmcn19
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebmvyhj/
1547515521
1
t5_2fwo
r/programming
public
null
False
papertowelroll17
t2_ywfyrs
I agree with this, though for me it's less about planning and more about generally getting work done in short bursts of creativity. Grinding in the non-creative periods is not super productive.
null
0
1545921198
False
0
ecnq9td
t3_a9q0uh
null
null
t1_ecnipr6
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnq9td/
1548136143
1
t5_2fwo
r/programming
public
null
False
DonnyTheWalrus
t2_hbe1n
Dude you are all over this thread. I didn't know it was possible for someone to have so much animosity towards a language no one uses.
null
0
1544629276
False
0
ebmvyur
t3_a55qhp
null
null
t1_ebl8ea4
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebmvyur/
1547515526
2
t5_2fwo
r/programming
public
null
False
jrhoffa
t2_55g0g
All code is ultimately disposed of. The vast majority of the code I've written professionally, not to mention for personal use, is gone.
null
0
1545921223
False
0
ecnqazh
t3_a9q0uh
null
null
t3_a9q0uh
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnqazh/
1548136157
2
t5_2fwo
r/programming
public
null
False
I_SUMMON_ANGELS
t2_b2kb6
I was thinking Games for Windows Live too!
null
0
1544629322
False
0
ebmw0yv
t3_a5hkyo
null
null
t1_ebmqp1m
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmw0yv/
1547515552
1
t5_2fwo
r/programming
public
null
False
simon_o
t2_unfj0
The point is that everyone agrees on "other people should stop adding new features" ... _except_ that everyone has his/her particular pet feature he/she wants to see – which is of course exempt from the "no new features" rule.
null
0
1545921339
False
0
ecnqgrv
t3_a9swiz
null
null
t1_ecnq3t1
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnqgrv/
1548136258
13
t5_2fwo
r/programming
public
null
False
featherfooted
t2_48838
User name checks out.
null
0
1544629326
False
0
ebmw15k
t3_a5hkyo
null
null
t1_ebmu1s0
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmw15k/
1547515555
32
t5_2fwo
r/programming
public
null
False
rebel_cdn
t2_4vhqr
Although there's no code in this document, I think it's a good fit for /r/programming. It goes into detail about the dev process used to created Word for Windows, and discusses what went wrong. It's surprising just how little software development has changed in the past 30 years. We seem to repeat many of the same mistakes.
null
0
1545921366
False
0
ecnqi6d
t3_a9zor5
null
null
t3_a9zor5
/r/programming/comments/a9zor5/microsoft_word_for_windows_10_postmortem_1989_pdf/ecnqi6d/
1548136275
2
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
I'm not saying it fixes the problem, but you implied that empty `catch` blocks mean that checked exceptions are bad. And their use of checked exceptions is fine now. People just get angry when they have to "muck up" their code by using `try...catch`. They are a pragmatic feature, but if people don't like them they can move elsewhere. No one is binding you to Java.
null
0
1544629361
False
0
ebmw2p9
t3_a5969k
null
null
t1_ebmvkxn
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmw2p9/
1547515574
1
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
Ah, okay. That's not what I'm seeing, currently, but you're right that it's an issue in the abstract.
null
0
1545921384
False
0
ecnqj3k
t3_a9swiz
null
null
t1_ecnqgrv
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnqj3k/
1548136286
7
t5_2fwo
r/programming
public
null
False
malex12345
t2_dfusdyq
>*Artisans of the* ***Electron*** oh god
null
0
1544629390
False
0
ebmw3zx
t3_a5hkyo
null
null
t1_ebmsbpd
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmw3zx/
1547515590
68
t5_2fwo
r/programming
public
null
False
syt261
t2_11q261
I agree with you, Workflowy is more task-oriented. However, the interface is so intuitive **and fast**, (esp. if you memorize 1-2 shortcut) that I end up using it for note taking during meetings - i.e. when formatting is a secondary concern. I like notable, got some nice features, I will give it a try.
null
0
1545921419
False
0
ecnqkv4
t3_a9tm4z
null
null
t1_ecn59tz
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnqkv4/
1548136308
1
t5_2fwo
r/programming
public
null
False
cringe_master_5000
t2_8jwg3yx
Chad, Veronica, and the whole highschool football team are downvoting my comment.
null
0
1544629406
False
0
ebmw4qr
t3_a5hkyo
null
null
t1_ebmw15k
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmw4qr/
1547515599
-32
t5_2fwo
r/programming
public
null
False
papertowelroll17
t2_ywfyrs
I completely agree about the need to fully understand the business justification. (Or at least have a clear hypothesis). Where I find less value is trying to come up with _the_ architecture that will handle all problems, present and future.
null
0
1545921420
False
0
ecnqkxf
t3_a9q0uh
null
null
t1_ecnb7vt
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnqkxf/
1548136309
2
t5_2fwo
r/programming
public
null
False
lhooopo
t2_n28ap
LOL, -12 and counting! ​
null
0
1544629424
False
0
ebmw5mx
t3_a5i57x
null
null
t1_ebmr556
/r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebmw5mx/
1547515610
-18
t5_2fwo
r/programming
public
null
False
Patex_
t2_132vrk
Interesting article. Working with speech synthesis apis and speech to text in the past I have done a similar screening also including offline versions. When relying on continuous speech recognition (e.g. voice controlling devices in a smart home), using the reviewed apis is out of question due to quota limits. Offline engine like sphinx, kaldi are simply not on par quality wise, are bothersome to set up and do not return acceptable results. A key concept is "hotword detection" which lets you listen to a key word locally and if found pass on the stream of data to one of the outlined engines. [https://snowboy.kitt.ai/](https://snowboy.kitt.ai/) really does an excellent job and it's free of charge. [https://dialogflow.com/](https://dialogflow.com/) another great library which does text parsing and processing and allows you to map the returned strings to actions. For small projects and a cycling the free quota in the outlined engines in the main post you get a fully fledged speech recognition for free. ​
null
0
1545921434
False
0
ecnqlnq
t3_a9z26i
null
null
t3_a9z26i
/r/programming/comments/a9z26i/comparison_of_the_top_speech_processing_apis/ecnqlnq/
1548136317
35
t5_2fwo
r/programming
public
null
False
Eirenarch
t2_46hjd
Of course I am not using Java and people are indeed moving elsewhere because as pointed out Java is stuck in 99
null
0
1544629442
False
0
ebmw6g4
t3_a5969k
null
null
t1_ebmw2p9
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmw6g4/
1547515619
0
t5_2fwo
r/programming
public
null
False
YouGotAte
t2_epp9u
That's why OP is suggesting you open an issue, so that the feature can be added.
null
0
1545921497
False
0
ecnqosy
t3_a9tm4z
null
null
t1_ecn3zse
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnqosy/
1548136356
27
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
There aren't many exclusive features in any language. Everyone copies off of everyone. That is the name of the game. And I'm not sure what you mean by "real pattern matching". Java will have real pattern matching. Extending type test patterns to `instanceof` is only the beginning.
null
0
1544629470
False
0
ebmw7r5
t3_a5969k
null
null
t1_ebmvp71
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmw7r5/
1547515636
6
t5_2fwo
r/programming
public
null
False
phaylon
t2_gk0x
> I'm confused at what distinction you're drawing. People thought that more features were needed after Rust 1.0, but that doesn't mean that they believe that more features are needed to be added forever. I'm not making a distinction, I'm noting a similarity. I believe "we need to slow down in 2019" and "Rust will keep collecting features" both come from the same place. If Rust wouldn't be adding features fast, both these sentiments wouldn't be there. I'm wondering why you think these sentiments aren't in alignment and for the same reason? > That's true, but for the roadmap, we try to make it largely community-driven. And on this particular axis, there's pretty wide agreement. Many of those posts were also written by team leads. Well, it's the language team that matters most. Honestly, anything I might respond to here would probably seem pessimistic and cynical, so I'll just say I hope you're right. Personally, my worries are less about just 2019 but about everything after.
null
0
1545921626
False
0
ecnqvge
t3_a9swiz
null
null
t1_ecnq3t1
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnqvge/
1548136438
8
t5_2fwo
r/programming
public
null
False
pt7892
t2_fkv64tu
There is no eyeball icon in the bottom left in this firefox developer edition.
null
0
1544629512
False
0
ebmw9nk
t3_a5bwkl
null
null
t1_ebmv3ga
/r/programming/comments/a5bwkl/firefox_developer_edition/ebmw9nk/
1547515659
2
t5_2fwo
r/programming
public
null
False
ajgrf
t2_lz6oh
> Apparently the amoeba technique is slower I took this part of the article to mean that amoebas move much slower than the clock cycle in our computers, which is kind of obvious. Does the actual paper say something different?
null
0
1545921629
False
0
ecnqvkz
t3_a9qz9q
null
null
t1_ecmham9
/r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecnqvkz/
1548136440
3
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
[Moving elsewhere, eh?](https://www.tiobe.com/tiobe-index/). Java is not stuck in '99. They have been continuously evolving the language, and with the new six month release cadence, they can do it even faster.
null
0
1544629546
False
0
ebmwba2
t3_a5969k
null
null
t1_ebmw6g4
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmwba2/
1547515679
1
t5_2fwo
r/programming
public
null
False
papertowelroll17
t2_ywfyrs
Yeah, I have worked as an electronics engineer and have designed products that operate in downhole environments. Obviously there is eventually a point when "just try it" is prohibitively expensive. Even in those fields, I think there was a lot of value to not overthinking things too much and focusing on solving the problem at hand. When it comes to a web application, though, I lean very heavily towards iteration.
null
0
1545921696
False
0
ecnqyz8
t3_a9q0uh
null
null
t1_ecnacqo
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnqyz8/
1548136482
3
t5_2fwo
r/programming
public
null
False
Cilph
t2_6fuv7
You know man-hours are a limited assignable resource, yes?
null
0
1544629572
False
0
ebmwci2
t3_a5969k
null
null
t1_ebmuvcd
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmwci2/
1547515695
6
t5_2fwo
r/programming
public
null
False
rainbow7564
t2_m4wa2
Unless programming is a cult, I don't see any problem with presenting a differing opinion.
null
0
1545921754
False
0
ecnr1w8
t3_a9q0uh
null
null
t1_ecmypcx
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnr1w8/
1548136518
4
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
Correct, but there are many men and women working in OpenJDK...
null
0
1544629640
False
0
ebmwfrq
t3_a5969k
null
null
t1_ebmwci2
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmwfrq/
1547515735
7
t5_2fwo
r/programming
public
null
False
pmrr
t2_7ek3m
> It is obvious (to people like me) /r/iamverysmart
null
0
1545921855
False
0
ecnr721
t3_a9qz9q
null
null
t1_eclzu7c
/r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecnr721/
1548136582
1
t5_2fwo
r/programming
public
null
False
Cardeal
t2_a3eht
I would love that name to be used by some clean playing game developer without bullshit.
null
0
1544629667
False
0
ebmwgzn
t3_a5hkyo
null
null
t1_ebmsbpd
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmwgzn/
1547515750
19
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545921861
1548085924
0
ecnr7ec
t3_a9npfu
null
null
t1_ecmyyk2
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecnr7ec/
1548136586
2
t5_2fwo
r/programming
public
null
False
Katholikos
t2_dqowe
Piracy absolutely played into its demise, lol. The bread and butter of gaming is software sales. Consoles are often even sold at a loss in order to encourage more software sales. Plenty of companies have had mediocre console sales and still survived because *just enough* software was sold (see: Wii U for one easy example) - all they'd have to do is sell enough to cover the cost of the manufacturing and R&D to justify another generation.
null
0
1544629721
False
0
ebmwjew
t3_a55xbm
null
null
t1_ebmdo71
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebmwjew/
1547515810
1
t5_2fwo
r/programming
public
null
False
zmix
t2_4dfvi
RTFM
null
0
1545922126
False
0
ecnrkto
t3_a9tm4z
null
null
t1_ecnpke7
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnrkto/
1548136752
2
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
Yes, Facebook did...when they had between 400 and 500 million active monthly users. If you don't already have their problems then you never will, by any rational estimation.
null
0
1544629731
False
0
ebmwjua
t3_a57f0y
null
null
t1_ebmv7da
/r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/ebmwjua/
1547515815
1
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
> I'm wondering why you think these sentiments aren't in alignment and for the same reason? I see now, I think. It seems like you're seeing any kind of change or addition as the same thing. I think I (and others) draw a bit finer of a distinction. For example, NLL was a new feature, strictly speaking, but it ends up making code significantly simpler. I think that's materially different than say, HKT as a feature. I don't think that people want the language to be *frozen*, it's true. But *tweaks* are different than *major features*.
null
0
1545922167
False
0
ecnrmyl
t3_a9swiz
null
null
t1_ecnqvge
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnrmyl/
1548136807
4
t5_2fwo
r/programming
public
null
False
PythonTheSnek
t2_z7ls4
all the leechers will go there and demand their next big thing be built for free. then it'll be cross posted to /r/recruitinghell
null
0
1544629782
False
0
ebmwm5t
t3_a5iecw
null
null
t3_a5iecw
/r/programming/comments/a5iecw/new_subreddit_for_small_coding_tasks_done_for/ebmwm5t/
1547515844
5
t5_2fwo
r/programming
public
null
False
another_dudeman
t2_fv3hg
When you say something against generally accepted norms you should probably spend enough time giving justification for it. The burden of proof is on you.
null
0
1545922253
False
0
ecnrriv
t3_a9q0uh
null
null
t1_ecnr1w8
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnrriv/
1548136864
2
t5_2fwo
r/programming
public
null
False
richardathome
t2_48svn
Tests are meant to be run in any order. They shouldn't be dependent on other tests. You write the tests. If your tests need to cover running A, F, C then B in that order - write a specific test for that. Better: Write A,F,C,B as private methods and call a public wrapper method that calls them in the order they are intended to be called. If calling A then F breaks your code, don't let someone call A then F!
null
1
1544629819
False
0
ebmwnuq
t3_a5iior
null
null
t1_ebmv3q2
/r/programming/comments/a5iior/tests_wont_make_your_software_correct/ebmwnuq/
1547515869
3
t5_2fwo
r/programming
public
null
False
goat_reaper
t2_2yare8u
I worked on the same exact idea 4 months ago! Then things happened, but it's cool seeing someone else actually doing it
null
0
1545922293
False
0
ecnrtmb
t3_a9tm4z
null
null
t3_a9tm4z
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnrtmb/
1548136890
1
t5_2fwo
r/programming
public
null
False
FlyingRhenquest
t2_nkufq
TL/DR Do all the stuff you're supposed to do that no one ever actually does.
null
0
1544629854
False
0
ebmwpev
t3_a5itpm
null
null
t3_a5itpm
/r/programming/comments/a5itpm/future_proofing_your_software_solutions_medium/ebmwpev/
1547515892
3
t5_2fwo
r/programming
public
null
False
sprashoo
t2_42qxp
So... which is better, “Good” or “Intermediate”?
null
0
1545922413
False
0
ecnrzoc
t3_a9z26i
null
null
t3_a9z26i
/r/programming/comments/a9z26i/comparison_of_the_top_speech_processing_apis/ecnrzoc/
1548136964
127
t5_2fwo
r/programming
public
null
False
m50d
t2_6q02y
> If I see it right, it does not prevent attributes from being overwritten though. I suppose to do that, one would have to write a build method for each component and making it callable only if set to false. Or is there a better way that does not grow linear with the number of components? There's no way to not have things grow linearly with the number of components, since whatever your approach is you're going to have to at least list all the components. But yeah the constant factor is a lot worse doing it in Java. I can't actually read gists where I'm working so I don't know what your `Uri` and `Port` are and how you're keeping them safe. Maybe the same technique could be ported to Java, maybe not.
null
0
1544629916
False
0
ebmwsam
t3_a4m2dp
null
null
t1_ebmt1sq
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebmwsam/
1547515928
1
t5_2fwo
r/programming
public
null
False
stalkedbyamoose
t2_150oke3f
The biggest advantage is nearly everyone on the planet has some kind of smart phone now.
null
0
1545922417
False
0
ecnrzwd
t3_a9zssn
null
null
t3_a9zssn
/r/programming/comments/a9zssn/hidden_advantages_of_cross_platform_mobile_app/ecnrzwd/
1548136967
0
t5_2fwo
r/programming
public
null
False
alienus
t2_7y2hw
You do web development that does not require any sort of UI? I guess you do not need to see the results? A console can be excellent for text editing, but honestly, I can't see myself working with VIM or the likes to produce complicated code, not compared to modern IDEs.
null
0
1544629950
False
0
ebmwtuy
t3_a4v8zx
null
null
t1_ebm4wud
/r/programming/comments/a4v8zx/web_development_on_a_phone_with_linux_on_dex/ebmwtuy/
1547515947
1
t5_2fwo
r/programming
public
null
False
XXXXXXXsdadsada
t2_1al6qxe8
That is an interesting question that I'd like an answer
null
0
1545922502
False
0
ecns4bd
t3_a9qz9q
null
null
t1_ecnl5xv
/r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecns4bd/
1548137022
1
t5_2fwo
r/programming
public
null
False
Rokil
t2_7gx4l
Yeah I noticed the same but in Java, this repo does not seem very trustworthy
null
0
1544629997
False
0
ebmwvxh
t3_a5hpkx
null
null
t1_ebmooms
/r/programming/comments/a5hpkx/faqguru_a_list_of_more_than_2000_questions_for/ebmwvxh/
1547515973
1
t5_2fwo
r/programming
public
null
False
kankyo
t2_77w4q
Cladistics is a well defined field actually. As is the old Linnaean system. For this case it's basically the same.
null
0
1545922555
False
0
ecns72y
t3_a9ry6h
null
null
t1_ecn38ia
/r/programming/comments/a9ry6h/extech_worker_finds_higher_calling_than_coding/ecns72y/
1548137056
1
t5_2fwo
r/programming
public
null
False
13steinj
t2_i487l
Yeah, IIRC it is at times illegal (and a lawyer could argue this is one of those times) to reverse engineer software.
null
0
1544630116
False
0
ebmx18u
t3_a5hkyo
null
null
t1_ebmrjl1
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmx18u/
1547516038
24
t5_2fwo
r/programming
public
null
False
simon_o
t2_unfj0
The stance I described is what caused Scala to gain half a dozen new keywords (not to mention everything else), while devs constantly lectured people on making the language "simpler and more orthogonal". So take care. :-)
null
0
1545922672
False
0
ecnsd6g
t3_a9swiz
null
null
t1_ecnqj3k
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnsd6g/
1548137132
11
t5_2fwo
r/programming
public
null
False
Sebazzz91
t2_a2yne
So it is interpreting the database engine error messages? Those are not contractual and subject to change AFAIK.
null
0
1544630156
False
0
ebmx33d
t3_a5hxji
null
null
t1_ebmls5g
/r/programming/comments/a5hxji/new_library_entityframeworkexceptions_handle/ebmx33d/
1547516061
1
t5_2fwo
r/programming
public
null
False
sodafountan
t2_9lim3
ant design looks like a knock-off Apple UI which I think is exactly what it's going for.
null
0
1545922685
False
0
ecnsdu4
t3_a9hs3u
null
null
t1_eckesj0
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecnsdu4/
1548137139
1
t5_2fwo
r/programming
public
null
False
LinuxLeafFan
t2_4cp8x
I'd add that today, based on what George Neville-Neil has said, Apple's kernel is becoming more and more FreeBSD over time and less mach
null
0
1544630210
False
0
ebmx5n1
t3_a5gxm6
null
null
t1_ebmvw0m
/r/programming/comments/a5gxm6/freebsd_12_released/ebmx5n1/
1547516093
4
t5_2fwo
r/programming
public
null
False
[deleted]
None
Yo dawg...
null
0
1545922708
False
0
ecnsf0z
t3_a9yxp6
null
null
t1_ecnkrdn
/r/programming/comments/a9yxp6/gitbatch_manage_all_of_your_git_repositories_in/ecnsf0z/
1548137154
10
t5_2fwo
r/programming
public
null
False
Katholikos
t2_dqowe
> Nobody even bothered to wonder. It's like arguing a toddler - wrong, it's worse because toddlers at least display some degree of curiosity about the world around. It's *almost* like people are allowed to enjoy something, regardless of whether or not there are a thousand studies and designers and psychologists and doctors and whatever saying they shouldn't. I like the look of the page. It's easy to read and the message is clear. You could write a 400 page novel on why I'm not *supposed* to like it, but I still do, as (apparently) do many others. I'm not asking why you don't think he should use it because I don't care. Unless you've got a factoid that will make me hate the design (this font was designed by the guy who murdered your great grandfather!), then nothing you present could change my *preference*.
null
0
1544630258
False
0
ebmx7t6
t3_a55xbm
null
null
t1_ebmbtiz
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebmx7t6/
1547516119
2
t5_2fwo
r/programming
public
null
False
Serpens-Caput
t2_7novc58
oracle must die.
null
0
1545922741
False
0
ecnsgr0
t3_9wzv99
null
null
t1_e9p5qin
/r/programming/comments/9wzv99/introducing_amazon_corretto_a_nocost_distribution/ecnsgr0/
1548137175
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544630298
False
0
ebmx9mq
t3_a5969k
null
null
t1_ebmtusm
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmx9mq/
1547516141
1
t5_2fwo
r/programming
public
null
False
light24bulbs
t2_3h0wl
This is going to be really helpful. Management broke apart our monorepo into about 15 repositories because "org structure" so that should alleviate some pain.
null
0
1545922869
False
0
ecnsnbn
t3_a9yxp6
null
null
t3_a9yxp6
/r/programming/comments/a9yxp6/gitbatch_manage_all_of_your_git_repositories_in/ecnsnbn/
1548137257
21
t5_2fwo
r/programming
public
null
False
anon_cowherd
t2_fr4xgn1
Until a change is made to the GDPR, the exemption exists, and the EU's intentions don't really matter.
null
0
1544630315
False
0
ebmxaed
t3_a57th7
null
null
t1_ebmkra6
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebmxaed/
1547516151
2
t5_2fwo
r/programming
public
null
False
iimblack
t2_4zemn
Great progress.
null
0
1545923008
False
0
ecnsucm
t3_a9yqdf
null
null
t3_a9yqdf
/r/programming/comments/a9yqdf/introduction_kweb_documentation/ecnsucm/
1548137344
1
t5_2fwo
r/programming
public
null
False
vielga2
t2_20robo
> There is nothing wrong with Java's generics Of course not, that is why every java codebase I've seen in my life is literally littered with `Class class` useless shit and a lot of retarded reflection, to compensate for the language's utter stupidity. That is also why I can port a 10000 kloc java codebase into a 1000 loc C# codebase. > List<int> and List<String> are different types And that is a really good thing. Please observe how we do dependency injection in C# versus the horrendous vomit inducing shit you do in java due to lack of real generics, please. > I still don't understand how you can stand here and criticize Java when C# is based off of it No it isn't: - C# has properties, java doesn't. - C# has real generics, java doesn't. - C# has proper value types, java doesn't. - C# has LINQ, java has a pathetic useless imitation that only supports in memory stores. There is no way to convert a java "stream" crap into (for example) a SQL database call or a REST service request (which I've done myself using C# LINQ libraries) - C# has operator overloading, which as I mentioned is actually useful, contrary to your clueless opinion, java doesn't. - C# has async/await, java doesn't. - C# has `?.`, java doesn't. - C# has tuples, java doesn't. - C# has events, java doesn't. - C# has explicit interface implementations, java doesn't. - C# has `yield`, java doesn't. - C# has object initializer syntax, java doesn't. - C# named and optional arguments, java doesn't. - C# has exception filters, java doesn't. - C# has string interpolation, java doesn't. - C# has raw string literals (the whole subject of this thread), java doesn't. - C# has `nameof`, java doesn't. - C# has `[CallerMemberName]`, java doesn't. - C# has indexers, java doesn't. - C# has expression bodies, java doesn't. - C# has extension methods, java doesn't. I'm pretty sure I'm omitting a lot of other stuff here. See? now please show me how "C# is based off of java", please. Also, can you please show me the list of language features that java has that didn't already exist at least 10 years ago in C#, please?
null
0
1544630474
1544631375
0
ebmxhsj
t3_a5969k
null
null
t1_ebmvrcm
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmxhsj/
1547516242
0
t5_2fwo
r/programming
public
null
False
rainbow7564
t2_m4wa2
The justification is right there in the post! lol
null
0
1545923159
False
0
ecnt2fd
t3_a9q0uh
null
null
t1_ecnrriv
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnt2fd/
1548137473
3
t5_2fwo
r/programming
public
null
False
anon_cowherd
t2_fr4xgn1
I don't know about the AU, but in the US, said developer would likely be charged with obstruction of justice. It's not like they'll be picking names out of a hat to see which developer's house they'll roll up to.
null
0
1544630486
False
0
ebmxibe
t3_a57th7
null
null
t1_ebklghs
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebmxibe/
1547516250
1
t5_2fwo
r/programming
public
null
False
tending
t2_da6cc
You should never expect the same results across different compilers because they almost never support the same flags and even when they do they rarely have the same meaning. Clang is a weird exception because they specifically aimed for GCC compatibility.
null
0
1545923238
False
0
ecnt6la
t3_a9oey4
null
null
t1_eclywaw
/r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/ecnt6la/
1548137524
2
t5_2fwo
r/programming
public
null
False
mcnamaragio
t2_6hymk
It doesn't parse error messages, it looks at the Error Number property of the exception so they don't change.
null
0
1544630543
1544631084
0
ebmxkwg
t3_a5hxji
null
null
t1_ebmx33d
/r/programming/comments/a5hxji/new_library_entityframeworkexceptions_handle/ebmxkwg/
1547516283
4
t5_2fwo
r/programming
public
null
False
rainbow7564
t2_m4wa2
Remember folks, downvote != disagree.
null
0
1545923253
False
0
ecnt7ed
t3_a9q0uh
null
null
t1_ecmvmbk
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnt7ed/
1548137535
5
t5_2fwo
r/programming
public
null
False
FacticiusVir
t2_10kvqh
I just assumed that there is less competition for Go jobs than there is for C# or Java jobs, so you're more likely to get them.
null
0
1544630644
False
0
ebmxpi9
t3_a5i57x
null
null
t1_ebmvs73
/r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebmxpi9/
1547516339
12
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545923281
False
0
ecnt8un
t3_a9tm4z
null
null
t1_ecnrkto
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnt8un/
1548137553
-1
t5_2fwo
r/programming
public
null
False
Eirenarch
t2_46hjd
Yeah. To VB.NET. Don't you see the trend?
null
0
1544630682
False
0
ebmxr7u
t3_a5969k
null
null
t1_ebmwba2
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmxr7u/
1547516360
0
t5_2fwo
r/programming
public
null
False
phaylon
t2_gk0x
> I see now, I think. It seems like you're seeing any kind of change or addition as the same thing. I'm not saying anything like that at all. I made no judgement one way or the other. And it's not even remotely how I see things. And from what I can tell, noone has a viewpoint like that. Everyone displays some nuance in their opinion. I *only* commented on the fact that you're surprised people think that way. It's not the first time a sentiment like that has been expressed, even from inside the community. Personally, I think some features are necessary and have been for a while, and others that are already in will turn out to be a burden in the long run. And some I think are desperately needed but will never make it past the language team.
null
0
1545923690
False
0
ecntug3
t3_a9swiz
null
null
t1_ecnrmyl
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecntug3/
1548137819
6
t5_2fwo
r/programming
public
null
False
biggestidiotever2
t2_2k15llz0
This is a great breakdown of some great investigative work. I've got a ton of original games from the 1990's and 2000's (pre-2010) that I hope people defeat the DRM so I can play those games. I've bought a few of them on GoG but would prefer to not to have to. I might try running them in WINE under WSL, but I'm afraid the whole left in the spacetime might be irreparable.
null
0
1544630685
False
0
ebmxrbx
t3_a5hkyo
null
null
t3_a5hkyo
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmxrbx/
1547516362
67
t5_2fwo
r/programming
public
null
False
barsoap
t2_3aiwe
[There's one about the Vita, at least](https://fahrplan.events.ccc.de/congress/2018/Fahrplan/events/9364.html).
null
0
1545923790
False
0
ecntzn3
t3_a9w87u
null
null
t1_ecnhuqz
/r/programming/comments/a9w87u/the_35th_chaos_communication_congress_starts_in/ecntzn3/
1548137883
6
t5_2fwo
r/programming
public
null
False
0987654231
t2_1gy6bm
Pure functions helps mitigate this
null
0
1544630813
False
0
ebmxx5s
t3_a5iior
null
null
t1_ebmv3q2
/r/programming/comments/a5iior/tests_wont_make_your_software_correct/ebmxx5s/
1547516453
38
t5_2fwo
r/programming
public
null
False
tscaffolding
t2_em8x6m9
It would be great if this type of service was open source free. I’ve done some research and there seems to be a bottle neck; speech corpora. http://www.voxforge.org My hope is that the Mozilla team keeps working on the web browser speech recognition so all our projects will work offline for free.
null
0
1545923797
1545925588
0
ecntzyh
t3_a9z26i
null
null
t3_a9z26i
/r/programming/comments/a9z26i/comparison_of_the_top_speech_processing_apis/ecntzyh/
1548137887
2
t5_2fwo
r/programming
public
null
False
GogglesPisano
t2_3t7ae
This was impressive and interesting to read - very nice work.
null
0
1544630874
False
0
ebmxzwn
t3_a5hkyo
null
null
t3_a5hkyo
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmxzwn/
1547516487
2
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
Okay, I will admit that I'm just really confused by what exactly you're saying, and leave it at that. :)
null
0
1545923827
False
0
ecnu1j1
t3_a9swiz
null
null
t1_ecntug3
/r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecnu1j1/
1548137906
7
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
Sure it may be the popular at the moment, but I don’t think it will be sustained like Java and C.
null
0
1544630981
False
0
ebmy4ta
t3_a5969k
null
null
t1_ebmxr7u
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmy4ta/
1547516548
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545924038
False
0
ecnud3v
t3_a9zyp3
null
null
t3_a9zyp3
/r/programming/comments/a9zyp3/thoughts_on_rust_in_2019/ecnud3v/
1548138079
-49
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
Did you stop reading halfway through?
null
0
1544631029
False
0
ebmy707
t3_a57fby
null
null
t1_ebmbbdq
/r/programming/comments/a57fby/the_complexity_trap/ebmy707/
1547516575
1
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
Front-end first development... aka marketing-driven development. What a crock of shit. You only do this when you have no idea what your business is, which is when you're starting up. Commercial software development should be "business driven". Your website is mostly window dressing. As long as it doesn't get in the way of your customers buying/using your services/products, it's served its purpose. Same with the "backend", except it's more geared towards operations. As a consumer example, I don't really give a shit what condition the store is in. When I'm shopping, i just want to go to some place that will sell me whatever the fuck I'm trying to buy the cheapest and the fastest with the best quality service. A high-functioning business can do that. "Front-end first development" is just a superficial imitation of this: frills first; substance later.
null
0
1545924040
1545925127
0
ecnud8x
t3_a9xyeq
null
null
t1_ecnds9f
/r/programming/comments/a9xyeq/frontend_development_is_not_a_problem_to_be_solved/ecnud8x/
1548138081
-1
t5_2fwo
r/programming
public
null
False
agonnaz
t2_wsa3w
The sales team of the company that made the VPN, as far as I know. It was something that the actual technical team of the company knew was terrible, but they didn't have a very good culture, so when the executives decided that the company was going to be doing something, nobody else could question it. They had a number of awful solutions that some sales team had talked the executives into that everybody else had to just live with. Good thing I was just a contractor and not one of their employees.
null
0
1544631057
False
0
ebmy88x
t3_a59gw5
null
null
t1_ebm11uu
/r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/ebmy88x/
1547516591
2
t5_2fwo
r/programming
public
null
False
another_dudeman
t2_fv3hg
No you don't, you just say it's bad to have transitive dependencies and don't say why.
null
0
1545924071
False
0
ecnuewd
t3_a9q0uh
null
null
t1_ecnt2fd
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecnuewd/
1548138100
3
t5_2fwo
r/programming
public
null
False
[deleted]
None
[removed]
null
0
1544631120
False
0
ebmyb4o
t3_a5969k
null
null
t1_ebmvezq
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmyb4o/
1547516626
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545924252
False
0
ecnuosc
t3_a9z26i
null
null
t1_ecntzyh
/r/programming/comments/a9z26i/comparison_of_the_top_speech_processing_apis/ecnuosc/
1548138224
1
t5_2fwo
r/programming
public
null
False
sarkie
t2_58x4u
Nope
null
0
1544631146
False
0
ebmycdd
t3_a5hkyo
null
null
t1_ebmuuvd
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmycdd/
1547516642
4
t5_2fwo
r/programming
public
null
False
hnra
t2_1n0ikxpj
> That garbage still takes like 4-5 seconds. Oh god, better make some room in your calendar.
null
0
1545924715
False
0
ecnvdv1
t3_a9tm4z
null
null
t1_ecnpx6z
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnvdv1/
1548138533
2
t5_2fwo
r/programming
public
null
False
squigs
t2_14w6r
Okay. I still would interpret that as meaning independent developers rather than employees, but I agree it's ambiguous.
null
0
1544631149
False
0
ebmychd
t3_a57th7
null
null
t1_ebms1pp
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebmychd/
1547516643
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
1
1545924745
False
0
ecnvfhq
t3_a9z26i
null
null
t1_ecntzyh
/r/programming/comments/a9z26i/comparison_of_the_top_speech_processing_apis/ecnvfhq/
1548138553
-1
t5_2fwo
r/programming
public
null
False
Guvante
t2_3q71j
Depends the data you are putting in there. Choosing your own guarantees the delimiter isn't in there while anything that is fixed could in theory be embedded in the string.
null
0
1544631162
False
0
ebmyd4c
t3_a5969k
null
null
t1_ebmhfqm
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebmyd4c/
1547516651
1
t5_2fwo
r/programming
public
null
False
rainbow7564
t2_m4wa2
This is an underrated comment. This is exactly the thing I grapple with when trying to understand the complexity of analogue systems. For example, you can find the shortest path in a graph between 2 points in... constant? time if you construct the graph with balls and string, grab the two points, and pull it taught in the air. The taught path at the top is the shortest path (not even approximate). But what the crap is the complexity of this algorithm? Do you include the time it takes to build the device? Probably not. But every ball and string you add adds computational power and complexity at the same time. Each piece is responding to gravity simultaneously. So is this a constant time algorithm? What about the limiting factor of how many strings can be physically attached to a ball? Does that matter? To me, these are the interesting questions.
null
0
1545924751
False
0
ecnvfuh
t3_a9qz9q
null
null
t1_ecnb1fm
/r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecnvfuh/
1548138558
2
t5_2fwo
r/programming
public
null
False
ithika
t2_1obaz
Works for me, try again?
null
0
1544631195
False
0
ebmyejo
t3_a5hkyo
null
null
t1_ebmuuvd
/r/programming/comments/a5hkyo/investigating_an_early2010s_gaming_drm_system_or/ebmyejo/
1547516669
3
t5_2fwo
r/programming
public
null
False
dmercer
t2_236k2
How does it compare to StackEdit?
null
0
1545924828
False
0
ecnvjxr
t3_a9tm4z
null
null
t3_a9tm4z
/r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecnvjxr/
1548138638
1
t5_2fwo
r/programming
public
null