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
igouy
t2_6sj2
Could it be that "the first n digits of pi" and "spectral norm" are proxies for arbitrary precision arithmetic and float function calls?!? As it happens, the benchmarks game website shows a relevant [quote from the Erlang FAQ](https://benchmarksgame-team.pages.debian.net/benchmarksgame/dont-jump-to-conclusions.html#apples-and-oranges).
null
0
1544568211
False
0
eble5dz
t3_a57f0y
null
null
t1_ebl7w32
/r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/eble5dz/
1547490368
1
t5_2fwo
r/programming
public
null
False
DiabeetusMan
t2_4a92n
To flatten arbitrarily nested lists (instead of / in addition to `flattened_list = [item for sublist in <list> for item in sublist]`), there's [`itertools.chain.from_iterable`](https://stackoverflow.com/a/406199/6705125): `itertools.chain.from_iterable(*<list>)` returns an iterator that flattens the list of lists (of lists...).
null
0
1545850255
False
0
eclovrl
t3_a9o4zd
null
null
t3_a9o4zd
/r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclovrl/
1548101836
3
t5_2fwo
r/programming
public
null
False
snowe2010
t2_53c7i
they mean it might be confusing for developers
null
0
1544568218
False
0
eble5on
t3_a5969k
null
null
t1_ebl3u8b
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eble5on/
1547490372
7
t5_2fwo
r/programming
public
null
False
alikenar
t2_125par4o
This demo is actually using 150 KB as mentioned in the description. The CPU has 512 KB of ram. Sorry for being confusing.
null
0
1545850303
False
0
ecloy80
t3_a9npfu
null
null
t1_eclod0u
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecloy80/
1548101866
59
t5_2fwo
r/programming
public
null
False
Cat_Slapper_69
t2_1mjnr85u
Fuck I knew I should have become an expat earlier.
null
0
1544568231
False
0
eble67z
t3_a57th7
null
null
t3_a57th7
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eble67z/
1547490379
3
t5_2fwo
r/programming
public
null
False
pirate_starbridge
t2_43ecm
Aw we're just joshin' ya :)
null
0
1545850524
False
0
eclp994
t3_a9npfu
null
null
t1_eclf1ys
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclp994/
1548102031
4
t5_2fwo
r/programming
public
null
False
50BluntsADay
t2_aqypo
What's the alternative that's better?
null
0
1544568290
False
0
eble8tl
t3_a57th7
null
null
t1_eblc9my
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eble8tl/
1547490411
9
t5_2fwo
r/programming
public
null
False
TomSwirly
t2_333rr
If I followed "23+ blogs" I wouldn't have any time to write programs!
null
0
1545850547
False
0
eclpaep
t3_a9nki8
null
null
t3_a9nki8
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/eclpaep/
1548102045
10
t5_2fwo
r/programming
public
null
False
snowe2010
t2_53c7i
report em. maybe we can get them banned
null
0
1544568414
False
0
eblee9h
t3_a5969k
null
null
t1_ebl2ume
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblee9h/
1547490477
5
t5_2fwo
r/programming
public
null
False
blogrags
t2_rxrzmxd
🤣
null
1
1545850579
False
0
eclpbwd
t3_a9nki8
null
null
t1_eclpaep
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/eclpbwd/
1548102063
-3
t5_2fwo
r/programming
public
null
False
khedoros
t2_63drl
> 1Hz mean you can run the whole cycle once in a minute. A second. Also, you didn't specify which architectures you're actually talking about, go over register differences, instruction set differences, etc. Even in the code example, you should've used `long` and `long long`, rather than jumping to `int64_t`.
null
0
1544568439
False
0
eblefe6
t3_a5apnl
null
null
t3_a5apnl
/r/programming/comments/a5apnl/a_brief_intro_to_32bit_64bit_cpus/eblefe6/
1547490492
3
t5_2fwo
r/programming
public
null
False
cyanrave
t2_3thxo
Amen. Micro services *actually do work too* but require the same, if not more attention, which is often thrown to the wind in designs. Where I work I gander we have *significant* external call overhead in some services due to lack of overarching design governance, and understanding of standards. For instance, in a ‘tech lead’ meeting I filled in for once, a REST design being flaunted in our wiki had overloaded POSTs and verbs in the URI, and I couldn’t help but ask, “... is this.. a real service out in production?” None of the others really saw anything wrong with the service design. It’s in these small moments you seriously start questioning people’s dedication to the craft, and whether or not they’ve actually bothered reading about topics at any length. It’s no wonder the professionals in the field wanted to isolate themselves from the insanity with micro services. ‘Something something... proverb in the mouth of a fool something something... is like a drunk brandishing a thorny stick something something’
null
0
1545850598
False
0
eclpcvl
t3_a9n1x4
null
null
t1_eclmadl
/r/programming/comments/a9n1x4/microservices_at_spotify/eclpcvl/
1548102075
6
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
Australian software developer living in the USA working for an American company here . These laws do not apply to me or my employer because neither of us are in Australia .
null
0
1544568442
False
0
eblefio
t3_a57th7
null
null
t1_ebkk5s3
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblefio/
1547490494
15
t5_2fwo
r/programming
public
null
False
Fordiman
t2_3ttlh
Ooooh... I'm going to have to try compiling this for Teensy then.
null
0
1545850605
False
0
eclpd8m
t3_a9npfu
null
null
t1_ecloy80
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclpd8m/
1548102080
13
t5_2fwo
r/programming
public
null
False
wotori
t2_16jbnin0
Have just updated the program. Now you can parse data from wikipedia and generate txt files for your research.The goal is to generate kind of book or encyclopedia automatically for any purposes and types of research. source code:[https://github.com/wotori/VisualResearch](https://github.com/wotori/VisualResearch) short video demonctration:[https://youtu.be/MYLp7L7FFQQ](https://youtu.be/MYLp7L7FFQQ)
null
0
1544568468
False
0
eblegoo
t3_a2o1cr
null
null
t3_a2o1cr
/r/programming/comments/a2o1cr/parsing_images_for_visual_research_with/eblegoo/
1547490508
1
t5_2fwo
r/programming
public
null
False
basic_man
t2_2piw1ukk
Hmm >:|
null
0
1545850661
False
0
eclpg3h
t3_a9npfu
null
null
t1_eclp994
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclpg3h/
1548102115
5
t5_2fwo
r/programming
public
null
False
Izacus
t2_36zg1
Pirated yes (due to cdrom firmware hacks) - but only officially Microsoft signed games without modification. The main OS and the signing chain took a rather long while to be compromised and even then in some pretty insane ways (exploiting a bug in CPU when running at very low clocks).
null
0
1544568508
False
0
ebleihk
t3_a585nb
null
null
t1_eblc2vl
/r/programming/comments/a585nb/cryptography_failure_leads_to_easy_hacking_for/ebleihk/
1547490530
11
t5_2fwo
r/programming
public
null
False
pizzaburek
t2_o6hb7
I added the examples under Operator section. Ty
null
0
1545850781
False
0
eclpm5o
t3_a9o4zd
null
null
t1_ecl67fy
/r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclpm5o/
1548102190
2
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
I understand what you're saying. It's just that the current proposal already has the "choose your own backtick delimiter" feature. The only concern they have is with IDEs.
null
0
1544568518
False
0
ebleiw8
t3_a5969k
null
null
t1_ebldp9c
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebleiw8/
1547490536
2
t5_2fwo
r/programming
public
null
False
craigerator
t2_735mi
Is this not normally the case? I've worked on a bunch of projects, both green field and legacy, and most were successful. The only unsuccessful green field one that comes to mind was for a startup that had an absent owner, who also happened to be our sole SME and point of contact for users. It might have been a success if he'd just showed up for work instead of drinking at his lakehouse.
null
0
1545851114
False
0
eclq374
t3_a9p2o8
null
null
t3_a9p2o8
/r/programming/comments/a9p2o8/that_one_time_a_green_fields_project_worked_out/eclq374/
1548102400
2
t5_2fwo
r/programming
public
null
False
ChocolateBunny
t2_3g052
So does that imply that no company can work with any Australian company or Australian developer and be compliant with the GDPR?
null
0
1544568550
False
0
eblek98
t3_a57th7
null
null
t1_ebl7nh8
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblek98/
1547490553
6
t5_2fwo
r/programming
public
null
False
HellfireOwner
t2_2juz5fhu
I'll definitely be checking it out, but damn, a little nervous now...not sure I want to talk to a wizard(s)...they might understand what I'm saying...and then there goes the neighborhood...that I was planning to buy -__-
null
0
1545851338
False
0
eclqe0u
t3_a9e0a5
null
null
t1_ecljku7
/r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/eclqe0u/
1548102535
1
t5_2fwo
r/programming
public
null
False
NoInkling
t2_csqao
It's rendering Consolas for me on Windows. Edit: Well, in Chrome at least. Firefox uses Courier New.
null
0
1544568617
False
0
eblen7i
t3_a55xbm
null
null
t1_ebl4e48
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblen7i/
1547490617
7
t5_2fwo
r/programming
public
null
False
anengineerandacat
t2_hq59g
It's a nice lil thing they provided but it's a library and trust is above-all most important here and timing based hijinks is likely the worst because you risk the changes going untested in your users products. ​ For something like this; some console logging when on localhost with a x-mas tree or something and a link to some docs to enable the feature would of been sufficient, developers can then bring it up to management and the changes can go in as a treat from the library maintainers to the users own userbase. ​ This would make it entirely harmless and opt-in like secret cheat-codes on Vogue or Facebook.
null
0
1545851342
False
0
eclqe79
t3_a9hs3u
null
null
t1_eckcpro
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclqe79/
1548102536
1
t5_2fwo
r/programming
public
null
False
NinjaPancakeAU
t2_w6bbt
They don't need to conscript every developer, just one.
null
0
1544568698
False
0
eblequ6
t3_a57th7
null
null
t1_ebkmkrw
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblequ6/
1547490662
1
t5_2fwo
r/programming
public
null
False
toddhoffious
t2_km9bp
Feedly is excellent.
null
0
1545851377
False
0
eclqfyp
t3_a9nki8
null
null
t1_ecl60jd
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/eclqfyp/
1548102558
2
t5_2fwo
r/programming
public
null
False
vielga2
t2_20robo
lol you have no excuses. I pointed to the ask toolbar fiasco and you responded with something about a microsoft product no one gives a single shit about and which has nothing to do with the development stack. Say anything you want about microsoft, I don't care. I just care about the increase in productivity and general quality of life that I experienced first-hand when I moved off of oracle technology.
null
0
1544568751
False
0
eblet6j
t3_a5969k
null
null
t1_ebldxtt
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblet6j/
1547490691
1
t5_2fwo
r/programming
public
null
False
pizzaburek
t2_o6hb7
Changed it! Thanks.
null
0
1545851400
False
0
eclqh2w
t3_a9o4zd
null
null
t1_eclovrl
/r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclqh2w/
1548102572
2
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
A fix as opposed to what?
null
0
1544568829
False
0
eblewqx
t3_a55qhp
null
null
t1_ebl7zlm
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblewqx/
1547490735
1
t5_2fwo
r/programming
public
null
False
greeneagle692
t2_5u0ka
The app is for human data consumption so the SLA is in milliseconds AFAIK. They were in talks of making a web interface last I spoke. (Was looking for a new role at the time)
null
0
1545851701
False
0
eclqvis
t3_a9gej5
null
null
t1_eckxwtp
/r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eclqvis/
1548102779
1
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
The toolbar was something that Oracle, the company, decided. It has nothing to do with the language itself. You go enjoy your language, and I will enjoy mine :) I hope you have a Happy Holidays!
null
0
1544568877
False
0
ebleysi
t3_a5969k
null
null
t1_eblet6j
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebleysi/
1547490760
2
t5_2fwo
r/programming
public
null
False
dddbbb
t2_3kjyx
> I think the distinction between signaling and silent NaNs was a mistake. Especially so because everyone treats any NaN as silent. I'd much prefer if invalid operations just caused an exception, instead of returning a special wonky (non-)value. > > Isn't that a problem with the language and not floating point? I'd assume selecting NaN for error cases is cheaper than raising an interrupt. Your language should provide a facility to specify how to respond to invalid calculations. A `safe_float` that errored on bad calculations and can be converted to `unsafe_float` that allows you to ignore checks when you know they're unnecessary lets the programmer compromise between when to be performant and when to be safe. (Or doing your calculations inside of an `unsafe` block or whatever.) ([GCC](https://stackoverflow.com/questions/2941611/can-i-make-gcc-tell-me-when-a-calculation-results-in-nan-or-inf-at-runtime) and [gfortran](https://stackoverflow.com/questions/5636580/force-gfortran-to-stop-program-at-first-nan) allow you to turn on exceptions for NaN as you desire. I wonder if there's a noticeable cost that would prevent people from using those flags?)
null
0
1545851715
1545852110
0
eclqw6d
t3_a9oey4
null
null
t1_ecllrhp
/r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/eclqw6d/
1548102788
6
t5_2fwo
r/programming
public
null
False
CoffeeTableEspresso
t2_ij1wku3
I get Monospace on my Windows 10 computer. I really like Monospace though so I'm not complaining.
null
0
1544568909
False
0
eblf083
t3_a55xbm
null
null
t1_ebl4e48
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblf083/
1547490778
1
t5_2fwo
r/programming
public
null
False
sinedpick
t2_ksuu9
The idea isn't to use vim itself. Indeed, the vim experience can be quite miserable if you need IDE features. There are plugins for that but I've never really enjoyed using them. The True Way (imho) is to learn the vim keybinding language (go through vimtutor) and apply it to your editor. All editors worth their salt support vim keybindings through plugins of some sort.
null
0
1545851734
False
0
eclqx27
t3_a9njuu
null
null
t1_eclogg4
/r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/eclqx27/
1548102798
1
t5_2fwo
r/programming
public
null
False
vattenpuss
t2_brzia
And that was inplemented after the PS3 jailbreak?
null
0
1544569150
False
0
eblfay5
t3_a585nb
null
null
t1_ebleihk
/r/programming/comments/a585nb/cryptography_failure_leads_to_easy_hacking_for/eblfay5/
1547490910
1
t5_2fwo
r/programming
public
null
False
chronoBG
t2_3dfo8
In an evolutionary sense "This bush moves strange, but it turns out there isn't in fact a tiger behind it"
null
0
1545851855
False
0
eclr2sh
t3_a9hs3u
null
null
t1_ecll9ik
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclr2sh/
1548102871
0
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
"First n digits of pi" seems like a proxy for "speed of calling into gmp" in most of those, but I digress. Anywya, if you prefer "how often is arbitrary precision arithmetic or float function call performance your scaling problem?", I'm fine with that.
null
0
1544569151
False
0
eblfazu
t3_a57f0y
null
null
t1_eble5dz
/r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/eblfazu/
1547490911
1
t5_2fwo
r/programming
public
null
False
eganist
t2_4det0
> While it is "bad retiquette" to downvote someone for being wrong, it is now very common, especially when people think you might be hijacking the top comment to promote something else. I mean, that's not downvoting because something's wrong, though. That's downvoting because _spam._
null
0
1545851889
False
0
eclr4dw
t3_a9npfu
null
null
t1_eclfgb1
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclr4dw/
1548102890
8
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
>Anyone else think that blog layout is pure porn? Could you use the inspect function in Chrome to tell me what "Rendered Fonts" your browser used?
null
0
1544569262
False
0
eblffwq
t3_a55xbm
null
null
t1_ebk5rtt
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblffwq/
1547490972
1
t5_2fwo
r/programming
public
null
False
hughperman
t2_boq48
Dill instead of pickle for much more comprehensive dumping and loading of e.g. class instances
null
0
1545852072
False
0
eclrd4m
t3_a9o4zd
null
null
t1_eclezzi
/r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclrd4m/
1548102999
3
t5_2fwo
r/programming
public
null
False
TheRiverOtter
t2_4ckat
It's easy to get negative karma when you are an abrasive jerk. Reddit caps the displayed negative karma for an account at -100 to prevent people from having 'bragging' rights for most negative karma.
null
0
1544569278
False
0
eblfgnx
t3_a5969k
null
null
t1_ebl11ex
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblfgnx/
1547490982
9
t5_2fwo
r/programming
public
null
False
HellfireOwner
t2_2juz5fhu
Sweet! Thanks for the tip!
null
0
1545852228
False
0
eclrkqd
t3_a9o4zd
null
null
t1_eclrd4m
/r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclrkqd/
1548103093
2
t5_2fwo
r/programming
public
null
False
myringotomy
t2_9f1cg
So C# then?
null
0
1544569316
False
0
eblfibd
t3_a55qhp
null
null
t1_ebk115c
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblfibd/
1547491003
2
t5_2fwo
r/programming
public
null
False
Firewolf420
t2_jebka
I feel like if it was actually spam then they wouldn't be getting snippy about downvotes. Spammers know they're doing wrong Dude was probably just trying to contribute.
null
0
1545852327
False
0
eclrpg7
t3_a9npfu
null
null
t1_eclr4dw
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclrpg7/
1548103152
10
t5_2fwo
r/programming
public
null
False
Katholikos
t2_dqowe
I happened across that article shortly after posting my comment. I honestly think it looks much better now. Very good changes imo.
null
0
1544569356
False
0
eblfk03
t3_a55xbm
null
null
t1_ebldt4n
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblfk03/
1547491024
10
t5_2fwo
r/programming
public
null
False
nonamebcb
t2_o56gu
You can't, but you can minimise risk. Don't plug in 30 different routers, access points and managed switches to get WiFi in your living room. Every switch or router has potential vulnerability so, to minimise risk, you can pick a single model or brand and stick to that so that patches can be rolled out as quickly and easily as possible. What you can't audit, you minimise. When you install react, [your dependency graph looks like this](https://user-images.githubusercontent.com/6764957/44438793-c4c53e00-a58e-11e8-85ce-8f1ddc2c3300.png). There are many development tools with complicated dependency graphs but I haven't seen one as severe as the mess that is modern Javascript development. For most package managers, like apt, there's at least a central authority that vouches for and signs the contents of a package. With NPM (but also composer, pip and cargo) there's no central authority or control. Packages that come with their own dependencies make this problem exponentially worse and NPM packages seem to include external dependencies for no reason (left-pad anyone?). As I said, cargo, pip, and composer suffer from the same issue, but NPM seems to produce a way deeper dependency tree in practice. Composer is a close second, especially with large frameworks like Symfony and Lavarel, though those frameworks are usually themselves split into different modules, inflating the dependency count.
null
0
1545852342
False
0
eclrq6o
t3_a9hs3u
null
null
t1_ecl97zx
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclrq6o/
1548103161
3
t5_2fwo
r/programming
public
null
False
daboross
t2_95zk9
Ah - I completely missed that!
null
0
1544569436
False
0
eblfnlj
t3_a541an
null
null
t1_ebld7nv
/r/programming/comments/a541an/just_tell_me_how_to_use_go_modules/eblfnlj/
1547491068
2
t5_2fwo
r/programming
public
null
False
todo-anonymize-self
t2_230w61jp
"The GUI doesn't work." 3 days of debugging everyone else's code later and a networking bug is fixed... Next bug? "This other GUI doesn't work." 😒
null
0
1545852402
False
0
eclrswp
t3_a9q0uh
null
null
t1_eclmneq
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclrswp/
1548103221
25
t5_2fwo
r/programming
public
null
False
fullmetaljackass
t2_3j9rb
I think they were referring to the hacked MS MP4 codec distributed as DivX ;-), not the DRM laden DVD format known as DIVX.
null
0
1544569489
False
0
eblfpv6
t3_a55xbm
null
null
t1_ebl4hkk
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblfpv6/
1547491096
20
t5_2fwo
r/programming
public
null
False
quentech
t2_15l15h
> That's the only reason the company still exists. lol yes that's why they continue as one of the top 5 most valuable companies in the world. Just legacy. They don't do anything that matters. You may not like them, but that's just delusional.
null
0
1545852455
False
0
eclrv9l
t3_a9i9ij
null
null
t1_ecl00zg
/r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/eclrv9l/
1548103250
10
t5_2fwo
r/programming
public
null
False
murtrex
t2_jx6mm
I like it for the most part but I can't get behind justified text with a monospace font. The _spaces_ aren't _mono_.
null
0
1544569593
False
0
eblfufy
t3_a55xbm
null
null
t1_ebk5rtt
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblfufy/
1547491152
2
t5_2fwo
r/programming
public
null
False
Firewolf420
t2_jebka
Or more practically, "Hey computer, run the saved bash script"
null
0
1545852475
False
0
eclrw4i
t3_a9npfu
null
null
t1_eclf78o
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclrw4i/
1548103261
19
t5_2fwo
r/programming
public
null
False
coderbot16
t2_22ku8x
Imagine getting this heated over a *programming language*.
null
0
1544569616
False
0
eblfvd0
t3_a5969k
null
null
t1_ebl6n9z
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblfvd0/
1547491164
3
t5_2fwo
r/programming
public
null
False
Firewolf420
t2_jebka
I love how you're probably like "whats the most painful command I can think of having to enter" And your first thought was ffmpeg I know your pain too well
null
0
1545852516
False
0
eclry1h
t3_a9npfu
null
null
t1_ecle4pe
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclry1h/
1548103285
59
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
Gemini ?
null
0
1544569622
False
0
eblfvly
t3_a57th7
null
null
t1_eble8tl
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblfvly/
1547491167
-1
t5_2fwo
r/programming
public
null
False
floxo115
t2_ymauqoa
meh...
null
0
1545852523
False
0
eclrycn
t3_a9nt2i
null
null
t3_a9nt2i
/r/programming/comments/a9nt2i/bob_martin_the_future_of_programming/eclrycn/
1548103288
3
t5_2fwo
r/programming
public
null
False
fullmetaljackass
t2_3j9rb
As others have said they were rare, and IIRC a boot disc was developed for them.
null
0
1544569656
False
0
eblfx51
t3_a55xbm
null
null
t1_ebk86au
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblfx51/
1547491214
3
t5_2fwo
r/programming
public
null
False
Firewolf420
t2_jebka
Seriously we need to talk about how most software is getting ridiculously inefficient these days. So many things take up so many more resources than they need. I understand there will always be low-effort software and costs/deadlines to worry about but I wish program elegance and efficiency was more prioritized. In the old days, there were actual hardware constraints to motivate it. Nowadays people are getting too used to the increased processing headroom. Ex. Average size of webpages.
null
0
1545852617
False
0
ecls2sc
t3_a9npfu
null
null
t1_ecljgh3
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecls2sc/
1548103342
26
t5_2fwo
r/programming
public
null
False
vielga2
t2_20robo
Yeah, I'll keep porting random libraries off of github from java to C#, reducing the LOC count by an order of magnitude while keeping the same exact functionality, only to prove how horrible, idiotic and useless java is. Have a nice day too.
null
0
1544569674
False
0
eblfxvy
t3_a5969k
null
null
t1_ebleysi
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblfxvy/
1547491224
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
Good list but some of them either do not have an RSS feed or does not make it available to be picked up buy software like Reeeder? |**Feed**|**Issue**| |:---|:---| |https://stickyminds.com|Cloudflare Error 526| |https://blog.twitter.com|Couldn't find RSS feed| |https://www.codesdope.com/blog/|Couldn't find RSS feed| |https://codetheweb.blog|Couldn't find RSS feed| |https://blog.codepen.io|RSS feed not auto-discoverable| |https://tympanus.net/codrops/|RSS feed not auto-discoverable| |https://engineering.linkedin.com/blog|RSS feed not auto-discoverable|
null
0
1545852977
False
0
eclsj84
t3_a9nki8
null
null
t3_a9nki8
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/eclsj84/
1548103547
1
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
That’s how you end up with a developer in jail and a company with fines large enough to put Telstra out of business .
null
0
1544569753
False
0
eblg19o
t3_a57th7
null
null
t1_ebklghs
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblg19o/
1547491265
3
t5_2fwo
r/programming
public
null
False
blogrags
t2_rxrzmxd
True 😯
null
0
1545853047
False
0
eclsmbo
t3_a9nki8
null
null
t1_eclsj84
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/eclsmbo/
1548103585
0
t5_2fwo
r/programming
public
null
False
StormStrikePhoenix
t2_or27e0t
>I age so why shouldn't my things? Because aging is bad for both you and the things? I like physical books way more than E-books, but "they can get old" is not one of the reasons as to why.
null
0
1544569774
False
0
eblg26i
t3_a4m0rb
null
null
t1_ebhibps
/r/programming/comments/a4m0rb/game_engine_black_book_doom/eblg26i/
1547491276
1
t5_2fwo
r/programming
public
null
False
BondDotCom
t2_5f06o
Nice job on this, /u/tiwyeagle.
null
0
1545853154
False
0
eclsr4l
t3_a9njuu
null
null
t3_a9njuu
/r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/eclsr4l/
1548103644
1
t5_2fwo
r/programming
public
null
False
munificent
t2_331sn
I think you're basically saying the same the thing the proposal says. It's understood that any "solution" that breaks interop with other JVM languages isn't viable.
null
0
1544569800
False
0
eblg39w
t3_a55qhp
null
null
t1_ebk1twm
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblg39w/
1547491289
8
t5_2fwo
r/programming
public
null
False
papertowelroll17
t2_ywfyrs
It has nothing to do with ability to plan, it has to do with the reality that in engineering, requirements continuously change, always. Thus elaborate plans for a specific set of requirements inevitably become worthless. Luckily, in software (as opposed to some other engineering disciplines), change can be handled relatively easily with the right process. Hence the sort of ideas in the OP.
null
0
1545853180
False
0
eclssa6
t3_a9q0uh
null
null
t1_ecloq3z
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclssa6/
1548103658
12
t5_2fwo
r/programming
public
null
False
yawaramin
t2_77bue
Unintentionally punny, I like it.
null
0
1544569842
False
0
eblg53z
t3_a55qhp
null
null
t1_ebk8g45
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblg53z/
1547491312
0
t5_2fwo
r/programming
public
null
False
tiwyeagle
t2_ifik9
? I havent coded this, I am just karma farming :)
null
0
1545853342
False
0
eclszga
t3_a9njuu
null
null
t1_eclsr4l
/r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/eclszga/
1548103746
5
t5_2fwo
r/programming
public
null
False
ubernostrum
t2_1s6u
IDEs and even text editors already handle far worse than this. It doesn't seem like much of a concern.
null
0
1544569862
False
0
eblg5z1
t3_a5969k
null
null
t1_ebleiw8
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblg5z1/
1547491323
8
t5_2fwo
r/programming
public
null
False
amunak
t2_crc4m
You're awesome, this is huge for tinkerers and hobbyists; speech to intent has always been an issue when making voice-controlled home automation systems.
null
0
1545853418
False
0
eclt2qd
t3_a9npfu
null
null
t1_ecl9wzm
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclt2qd/
1548103817
3
t5_2fwo
r/programming
public
null
False
StormStrikePhoenix
t2_or27e0t
I resent the fact that program flow is controlled by the invisible characters and think that that's really stupid and annoying; in other languages, an IDE can make any code look pretty with 2 button presses at most. In Python, you have to go out of your way to make sure everything is prim and proper or the syntax is just different. Also, I don't like dynamic languages in general; you trade away a lot of the function to get rid of some of the verbosity. However, static languages have their own ways to deal with that; for example, the "var" keyword in C# is great and doesn't hurt functionality.
null
0
1544569933
False
0
eblg8z3
t3_a54748
null
null
t1_ebjua2m
/r/programming/comments/a54748/top_5_reasons_to_learn_python_as_your_first/eblg8z3/
1547491360
1
t5_2fwo
r/programming
public
null
False
SuckMySawCleaver
t2_2m79a9v8
I open my command line, copied the following: python -m pip install discord.py==0.16.12 from the site and tried to run it. What did I do wrong?
null
0
1545853669
1545853865
0
eclte3f
t3_a9q3sx
null
null
t1_eclhwhc
/r/programming/comments/a9q3sx/need_help_with_discordpy_pip_package_install/eclte3f/
1548103957
1
t5_2fwo
r/programming
public
null
False
sabre_x
t2_dici0
Honorable mention for XviD as well
null
0
1544569961
False
0
eblga7s
t3_a55xbm
null
null
t1_eblfpv6
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblga7s/
1547491376
13
t5_2fwo
r/programming
public
null
False
VortexGames
t2_u3dm3
Thing is it's harder to maintain sometimes.
null
0
1545853733
False
0
eclth0e
t3_a9npfu
null
null
t1_ecls2sc
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclth0e/
1548103993
17
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
The second HTTP request would take time to resolve and during that time the renderer would be either stuck or it would render the HTML is has with the default CSS first and render again when the CSS file is downloaded resulting in a visually unpleasant, mess-inspiring, second rendition with different visual result/layout.
null
0
1544569979
False
0
eblgazc
t3_a55xbm
null
null
t1_ebl46f1
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblgazc/
1547491385
7
t5_2fwo
r/programming
public
null
False
HellfireOwner
t2_2juz5fhu
Giving me ambiguous statements like 'requirements continuously change' really does not add to the conversation....do you have an example in mind? I mean, of course, the client is going to change their mind. Clients almost never know what they want, which is why, now that I'm running my own show, I include them early and often...as a part of my 'plan'...
null
1
1545853966
False
0
ecltrkl
t3_a9q0uh
null
null
t1_eclssa6
/r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecltrkl/
1548104123
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
"This isn’t just an update. This is Firefox Quantum: A brand new Firefox that has been rebuilt from the ground-up to be faster, sleeker, and more powerful than ever." Mozilla is good at exactly one thing: - promo.
null
0
1544569985
False
0
eblgb8f
t3_a5bwkl
null
null
t3_a5bwkl
/r/programming/comments/a5bwkl/firefox_developer_edition/eblgb8f/
1547491388
-70
t5_2fwo
r/programming
public
null
False
mrkite77
t2_4iq0c
> node_modules is a manifestation of the fact that JavaScript has no standard library. JS has a standard library.. where do you think things like JSON.parse() come from? The problem is that most node programmers aren't very good and need functions for things like checking if a number is even.
null
0
1545854128
False
0
ecltzd5
t3_a89y3r
null
null
t1_ec8zp37
/r/programming/comments/a89y3r/the_node_modules_problem/ecltzd5/
1548104219
1
t5_2fwo
r/programming
public
null
False
lbkulinski
t2_17799v
I definitely agree. It was just one of the things outlined in today’s proposal.
null
0
1544569992
False
0
eblgbip
t3_a5969k
null
null
t1_eblg5z1
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblgbip/
1547491392
1
t5_2fwo
r/programming
public
null
False
JeffJankowski
t2_ltu45
Is this different from the slime mold experiments I remember reading about a while ago? Something like [this](https://phys.org/news/2013-03-blob-salesman.html)?
null
0
1545854230
False
0
eclu4ev
t3_a9qz9q
null
null
t3_a9qz9q
/r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/eclu4ev/
1548104281
31
t5_2fwo
r/programming
public
null
False
munificent
t2_331sn
Performance is complex. One easy win AoT gives you compared to a JIT is that there's no warm-up period. Your program immediately starts running as fast as it's going to run, and doesn't waste any time running unoptimized code or actually running the optimizer. This is really important for client-side applications where users expect an app to be solid 60 FPS the second they tap its icon. But, once a program is running, a JIT potentially has access to information that isn't known statically. The concrete types that appear at virtual method calls is the big one for the JVM. Much of the benefit of this depends on the language in question. In Java, all methods are implicitly virtual. Also, because of the class loader, programs are loaded in pieces at runtime and you don't statically know exactly which packages will get compiled together. In Dart, all methods are also virtual (at least for now). But its import system is done entirely statically. This means the ahead-of-time compiler knows exactly what code the program will run. That lets us do whole-program optimization to do some of the optimizations the JVM has to rely on the JIT for. Also, we do profile-guided optimization so we can feed the concrete types seen while a program is running into the static ahead-of-time compiler.
null
0
1544570130
False
0
eblghfc
t3_a55qhp
null
null
t1_ebk4vb5
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblghfc/
1547491465
10
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
you could also have that git hook check the Go code I'm sure. This is a theory vs practice. it's problematic in theory, but not really in practice.
null
0
1545854263
False
0
eclu634
t3_a8rptf
null
null
t1_eclexnu
/r/programming/comments/a8rptf/i_do_not_like_go/eclu634/
1548104302
1
t5_2fwo
r/programming
public
null
False
grauenwolf
t2_570j
Maybe on the Java side, I wouldn't know. On the C# the primary example from the MS devs was adding Count to IEnumerable. Count, which is already an extension method. Count, which is also expressed by the next interface up, ICollection and IReadonlyCollection. Seriously, that's the only example they gave. And no one wants count on IEnumerable.
null
0
1544570276
False
0
eblgnkw
t3_a5969k
null
null
t1_eblagud
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblgnkw/
1547491541
2
t5_2fwo
r/programming
public
null
False
Firewolf420
t2_jebka
That's true, but I feel it's worth it for most cases
null
0
1545854360
False
0
ecluavs
t3_a9npfu
null
null
t1_eclth0e
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecluavs/
1548104361
2
t5_2fwo
r/programming
public
null
False
MINIMAN10001
t2_15mrcb
Well then wouldn't you just end up with c? As people can argue every feature can shoot you in the foot.
null
0
1544570314
False
0
eblgp75
t3_9rlk4n
null
null
t1_e8ilizx
/r/programming/comments/9rlk4n/the_spaceship_operator_is_a_breaking_change_in_c20/eblgp75/
1547491560
1
t5_2fwo
r/programming
public
null
False
turmacar
t2_3slj2
People talk about it all the time it feels like. The general rebuttal is that speed to produce on a generic framework and interoperability have, so far, made "bloated" software more attractive from a financial and timescale POV. With some "Smart" systems and low power computing the push to generic never happened and/or they were more constrained than general purpose PCs/servers and webpages so they're doing more efficient code. If you want to work in a place with less processing headroom where more elegant and efficient code is prioritized get into integrated electronics.
null
0
1545854417
False
0
ecludrz
t3_a9npfu
null
null
t1_ecls2sc
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecludrz/
1548104427
7
t5_2fwo
r/programming
public
null
False
pron98
t2_f0thb
I don't know if that's what the proposal says. It says, "Kotlin is implemented over the JVM and hence have no way to implement the reification." Reifying generics is possible on the JVM as it is on any other platform, and reifying generics costs good interop on the JVM as it does on any other platform. It's just that on the JVM interop is particularly beneficial because of all the stuff that's available and easy to interopate with, so people care about it. I don't think that can be called a "limitation."
null
0
1544570403
False
0
eblgszl
t3_a55qhp
null
null
t1_eblg39w
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblgszl/
1547491608
2
t5_2fwo
r/programming
public
null
False
jhammer90
t2_1134k4or
Please vote for my startup in the UC Pitch competition! We're programming an AI powered platform using django and react.js that is helping university students, alumni and faculty receive a personalized experience when it comes to finding mentors, building startups, getting access to university resources and more :)
null
0
1545854434
False
0
ecluels
t3_a9rrxt
null
null
t3_a9rrxt
/r/programming/comments/a9rrxt/catalistx/ecluels/
1548104436
1
t5_2fwo
r/programming
public
null
False
MissionLiterature
t2_4q5xihj
It depends. A non-Australian company can still be GDPR compliant if it does not exchange any personally identifiable information with any Australian company, e.g. you can still hire an Australian lumberjack and use his wood to make furniture in a GDPR compliant company. But a bit more on the technical side: Australian companies cannot legally be used as a "data processors"(GDPR-term), e.g. Webhosting or any kind of PaaS, SaaS, IaaS. As a wrapup: \- Australian companies will have to stop serving European customers, such that GDPR does not apply to them \- GDPR compliant companies will have to replace almost all Australian companies in their value chain Disclaimer: personal opinion not legal advice.
null
0
1544570405
False
0
eblgt37
t3_a57th7
null
null
t1_eblek98
/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblgt37/
1547491609
4
t5_2fwo
r/programming
public
null
False
omfgtim_
t2_f1esg
Did you read my post? No it wouldn’t do you any good if you started using the dependency after this. But if you were a long term user of a dependency then when you did version diffs you’d spot the issue before bumping your pinned version. Unsure of the downvoted... funny how hostile people get over constructive improvements.
null
0
1545854454
False
0
eclufl7
t3_a9hs3u
null
null
t1_ecl0bq6
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclufl7/
1548104448
1
t5_2fwo
r/programming
public
null
False
munificent
t2_331sn
Leaf (the author) is aware of Eiffel (and has a ton of experience with SML), but neither are very useful touchstones for the proposal. Readers are unlikely to be familiar with either of those, they aren't in the minds of the userbase we are targeting, and they aren't languages we are competing with in the market. It might be worth referencing them if they have interesting approaches to non-nullability, but I'm not aware of anything useful to glean from them. SML's approach is well-known and is where Swift, Scala, F#, and Haskell get their answer (algebraic data types + an Option) type, so we convey more to readers by referring to those newer, better-known languages. I did some research on Eiffel when we added covariant overrides to Dart (Eiffel is one of the very few if not only other languages that does that), but I don't recall anything noteworthy around null-checking. Is there anything I missed?
null
0
1544570458
False
0
eblgvbv
t3_a55qhp
null
null
t1_ebk2t4o
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblgvbv/
1547491636
4
t5_2fwo
r/programming
public
null
False
gredr
t2_qb5vu
This list would feel a little less like "23 fad programming blogs" if you included stuff like The Old New Thing.
null
0
1545854700
False
0
ecluroe
t3_a9nki8
null
null
t3_a9nki8
/r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecluroe/
1548104599
3
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
Actually you can check this in Chrome under "Computed" > "Rendered Fonts", on Linux/Chrome the font used is "**DejaVu Sans Mono".** This is totally not what I expected.
null
0
1544570520
False
0
eblgxzs
t3_a55xbm
null
null
t1_ebl4e48
/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblgxzs/
1547491670
5
t5_2fwo
r/programming
public
null
False
omfgtim_
t2_f1esg
Fair enough. How come you don’t check a diff of the code? It can be quite manageable between small versions. But agreed it is potentially a time consuming/costly task.
null
0
1545854767
False
0
ecluv0u
t3_a9hs3u
null
null
t1_ecl0onj
/r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecluv0u/
1548104640
1
t5_2fwo
r/programming
public
null
False
munificent
t2_331sn
This is a great explanation.
null
0
1544570543
False
0
eblgyyu
t3_a55qhp
null
null
t1_ebklqs4
/r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblgyyu/
1547491682
9
t5_2fwo
r/programming
public
null
False
yugo_1
t2_1vg57bnw
So the amoeba just figures out a "reasonable" solution, and not exactly the optimal one. I am pretty sure we have linear complexity algorithms to do that already, don't we? It's the exact solution that requires exponential time.
null
0
1545855171
1545860668
0
eclvekj
t3_a9qpu2
null
null
t3_a9qpu2
/r/programming/comments/a9qpu2/an_amoeba_just_found_an_entirely_new_way_to_solve/eclvekj/
1548104881
12
t5_2fwo
r/programming
public
null
False
isbtb
t2_27wiv7dx
I know it's not a serious question, but IIRC C# is only getting this feature because of compatibility with the JVM.
null
0
1544570555
False
0
eblgzgy
t3_a5969k
null
null
t1_ebl0vbb
/r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblgzgy/
1547491689
2
t5_2fwo
r/programming
public
null
False
Sotriuj
t2_6a9a1
Side projects are a thing I do for fun, so once I feel like I'm done, then I'm done. I abandoned projects where the hard stuff was done and all left was to write a ui for the software and you know what, I find that boring as fuck, so I dont and go for the Next thing that interests me.
null
0
1545855195
False
0
eclvfpu
t3_a9iso8
null
null
t3_a9iso8
/r/programming/comments/a9iso8/5_proven_ways_to_finish_your_side_project/eclvfpu/
1548104896
7
t5_2fwo
r/programming
public
null
False
c_saucyfox
t2_fo49gvo
Any mods on this sub??
null
0
1544570717
False
0
eblh6ds
t3_a56y81
null
null
t1_ebkeobs
/r/programming/comments/a56y81/refactoring_ui_make_your_ideas_look_awesome/eblh6ds/
1547491802
3
t5_2fwo
r/programming
public
null
False
myringotomy
t2_9f1cg
A bridge is meant to last for hundreds of years. Most apps don't last a year. A few apps last for five years.
null
0
1545855234
False
0
eclvhnb
t3_a9npfu
null
null
t1_ecl7gau
/r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclvhnb/
1548104919
7
t5_2fwo
r/programming
public
null