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
JoseJimeniz
t2_7bcl1
> . I can't say how they would do that, without knowing why they're expensive now. Getting the cpu to transition from ring 3 to ring 0 is expensive
null
0
1543986441
False
0
eb4cgr7
t3_a2y16c
null
null
t1_eb4cagv
/r/programming/comments/a2y16c/a_notcalled_function_can_cause_a_5x_slowdown/eb4cgr7/
1547036434
1
t5_2fwo
r/programming
public
null
False
id2bi
t2_9y8x4
Yeah, but I can understand being a bit frustrated with the Python package managmenet/installation/whatever zoo... But some of the gripes are just bordering on ridiculous and screams "get off my lawn with that stuff I'm not used to and isn't C". It sounds very much like the author is a C programmer that tries to reconcile everything their knowledge of C. "miscounting spaces", "three instead of four spaces", who counts spaces? How is this even a non-imaginary problem? And I don't even particularly like Python. Complaining about lists (which are lists) not being called arrays, complaining about what libraries are named, about... "discoverability"? Because clearly, looking at a long list of *.c files helps you figure out exactly which code you should use... and here I thought it was the steretypical C programmer that relies on grep to find what they need and this author seems to think Python programmers regularly grep through the standard library? However, then there's this gem: > In Python, there's no difference between single quotes and double quotes. However, if you want your string to span lines, then you need to use triple quotes """string""" or '''string'''. And if you want to use binary, then you need to preference the string with b (b'binary') or r (r'raw'). And sometimes you need to cast your strings as strings using str(string), or convert it to utf8 using string.encode('utf-8'). I don't even know what to say... I will give the author one point, though: Why do they need to have their own special snow flake name "pass by object reference"? Is it because, perhaps, it does the exact same thing as Java or Ruby or JavaScript or you know, any old regular language that has reference types under the sun? Not that the author understands how parameter passing works in python though. > If every variable is passed by object reference, and any change to the variable changes the reference everywhere, then you might as well use globals for everything.
null
0
1545174134
False
0
ec2qnhr
t3_a7b6tm
null
null
t1_ec1luo2
/r/programming/comments/a7b6tm/8_reasons_python_sucks/ec2qnhr/
1547782752
4
t5_2fwo
r/programming
public
null
False
WalterBright
t2_1zosa
Iain has proven that you can, indeed, chop down an oak tree with a cauliflower. You just have to be persistent :-)
null
0
1543986455
False
0
eb4chat
t3_a30hg9
null
null
t1_eb2lvjc
/r/programming/comments/a30hg9/gcc_9_adds_frontend_support_for_the_d_programming/eb4chat/
1547036441
11
t5_2fwo
r/programming
public
null
False
CarlSagan79
t2_69xwf
I think you have the wrong impression of the software industry. I have written IVR software. Heck, this might even be my bug. I've never worn a suit and didn't work for a company of more than 20 people until recently.
null
0
1545174187
False
0
ec2qpt8
t3_a719k6
null
null
t1_ec1a4gy
/r/programming/comments/a719k6/the_consequences_of_your_code_tom_scott/ec2qpt8/
1547782809
1
t5_2fwo
r/programming
public
null
False
__crackers__
t2_oen2h
> Citation? Last time I checked, things like proton native The docs for actual native libraries, like WebKit or MSHTML. Not Proton. *Native*. The Firefox stats are far from worthless. They might be skewed towards the low end, but unless you’re writing an app for gamers, those users still exist.
null
0
1543986462
False
0
eb4chj7
t3_a2b8u4
null
null
t1_eb3k35b
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb4chj7/
1547036444
1
t5_2fwo
r/programming
public
null
False
OneWingedShark
t2_bx7wh
I was looking for a language spec a few year ago, but only found a ***very*** outdated document. -- Is there a up-to-date spec?
null
0
1545174366
False
0
ec2qxbv
t3_a7fsq5
null
null
t3_a7fsq5
/r/programming/comments/a7fsq5/twenty_years_of_open_source_erlang/ec2qxbv/
1547782902
1
t5_2fwo
r/programming
public
null
False
lolcoderer
t2_6fu7u
IMO, all of those suck - but for different reasons. WxWidgets and Gtk are both poorly design APIs. Just ugly. Also imo they have too much legacy baggage to deal with. Qt is a better API, and has some more modern features, BUT.... and this is a big one - it has really poor audio / multimedia hardware support. I was considering porting my cross-platform multimedia app to Qt, but I was not able to iterate through all of the channels of a pretty standard off-the-shelf multi-channel usb audio interface. Now, granted, I assume the need to support multi-channel audio interfaces is maybe "rare" in cross-platform desktop applications - but for my user base, this is not the case. I have looked at JuCE - and at the moment, think this is probably the best cross-platform multimedia framework / API out there. WxWidgets, SDL, and Gtk are 1990s crap.
null
0
1543986871
1543990782
0
eb4cwem
t3_a32foa
null
null
t1_eb301of
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4cwem/
1547036627
7
t5_2fwo
r/programming
public
null
False
myringotomy
t2_9f1cg
Because this is a programming subreddit presumably full of programmers who write programs and keep up on the industry.
null
0
1545174462
False
0
ec2r1dp
t3_a706js
null
null
t1_ec1gdtv
/r/programming/comments/a706js/announcing_gitlab_serverless/ec2r1dp/
1547782952
1
t5_2fwo
r/programming
public
null
False
Nacimota
t2_69cvu
Because, as Rich explains, porting WPF to other platforms is an *enormous* undertaking. I really feel like a lot of people in the .NET community seriously underestimate the amount of work that would be involved in doing that. That being the case, they've decided that it's out of scope for the project, which is perfectly reasonable. You don't accept pull requests that are out of scope. There is nothing stopping the community from creating a cross platform UI if they want to. They can certainly fork WPF and get started straight away. The issue here is that it's not one of the goals of Microsoft's repo specifically, so it's unreasonable to expect them to accept those kinds of commits. This is slightly off-topic, but I also think WPF is very Windowsy and quirky in ways that perhaps make it not the best candidate for a cross-platform UI framework for .NET core. I think the ideal here is something that is WPF-*like*, built from the ground up with cross-plat in mind, and that's more or less what Avalonia is.
null
0
1543987077
False
0
eb4d3po
t3_a32d8v
null
null
t1_eb4btrx
/r/programming/comments/a32d8v/announcing_net_core_3_preview_1_and_open_sourcing/eb4d3po/
1547036717
9
t5_2fwo
r/programming
public
null
False
myringotomy
t2_9f1cg
It was when I typed that. right now it's the third highest. Show you how dumb this subreddit has become.
null
0
1545174537
False
0
ec2r4nh
t3_a706js
null
null
t1_ec1eh9y
/r/programming/comments/a706js/announcing_gitlab_serverless/ec2r4nh/
1547782993
1
t5_2fwo
r/programming
public
null
False
r4ymonf
t2_elyy3
/r/rareinsults
null
0
1543987198
False
0
eb4d7wl
t3_a32foa
null
null
t1_eb4a3lq
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4d7wl/
1547036770
7
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545174551
False
0
ec2r58v
t3_a7arbt
null
null
t1_ec2l40p
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2r58v/
1547782999
1
t5_2fwo
r/programming
public
null
False
MaximRouiller
t2_12u27jig
Space dots? As for the order of things in the new Start Page (?), from what I've tried, it's not possible to reorder them.
null
0
1543987320
False
0
eb4dbzx
t3_a32r4e
null
null
t1_eb4cdul
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4dbzx/
1547036820
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545174586
False
0
ec2r6q6
t3_a7arbt
null
null
t1_ec26a2b
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2r6q6/
1547783017
1
t5_2fwo
r/programming
public
null
False
allhaillordreddit
t2_8auec
Is a nickping a TAS-related slang? Google isn't much help
null
0
1543987343
False
0
eb4dcrg
t3_a2way5
null
null
t1_eb32p8d
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4dcrg/
1547036830
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545174667
False
0
ec2ra6m
t3_a7c9p8
null
null
t3_a7c9p8
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2ra6m/
1547783061
-1
t5_2fwo
r/programming
public
null
False
acangialosi
t2_44ec1
Hi KryptosFR. The solution name was moved to the statusbar after the menus were merged info the title bar to keep it permanently visible in the chrome and next to the branch switcher for users that work on the same solution on multiple dev branches.
null
0
1543987362
False
0
eb4ddf5
t3_a32r4e
null
null
t1_eb46sgy
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4ddf5/
1547036838
4
t5_2fwo
r/programming
public
null
False
Karyo_Ten
t2_tbdqg
I like the look of F#, especially that nifty `match` but please don't spread non-sense about mutability (and I say that when my very first language was Haskell): > On the other hand mutability doesn't have many benefits at all. It makes code arguably harder to follow, introduces a lot more ways for classes and methods to overstep their responsibility and lets poorly written libraries introduce unexpected behaviour. The small benefit of being able to directly mutate an object comes at a rather high cost. 1. You are assuming that mutable languages are OOP. This is wrong, for example Ada, D, Nim, Ocaml, Rust. All are strongly typed and avoid the everything is a class and method paradigm. 2. Show me a cryptography library or a machine learning library implemented in an immutable way and I will show a monster that gobbles memory. I'm not even talking about deep learning because that would need to allocate and release gigabytes of memory per second instead of re-using buffers. Immutability comes at a high cost: having no control over the memory. Having no control over memory means that you optimise at a low-level making immutability a no-go for embedded development, cryptography, high performance computing, graphics and machine learning.
null
0
1545174769
False
0
ec2remo
t3_a7aua9
null
null
t3_a7aua9
/r/programming/comments/a7aua9/why_you_should_learn_f/ec2remo/
1547783123
6
t5_2fwo
r/programming
public
null
False
foadsf
t2_3iqsc
Just open source all the deprecated products already!
null
0
1543987449
False
0
eb4dgbq
t3_a32foa
null
null
t3_a32foa
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4dgbq/
1547036874
-1
t5_2fwo
r/programming
public
null
False
FringeGames
t2_2bag2na6
Thank!
null
1
1545174909
False
0
ec2rkms
t3_a7f2o1
null
null
t3_a7f2o1
/r/programming/comments/a7f2o1/how_to_start_learning_computer_graphics/ec2rkms/
1547783201
0
t5_2fwo
r/programming
public
null
False
drjeats
t2_4lzhn
Not to be confused with https://coherent-labs.com/hummingbird/
null
0
1543987477
False
0
eb4dham
t3_a33lr5
null
null
t3_a33lr5
/r/programming/comments/a33lr5/hummingbird_building_flutter_for_the_web/eb4dham/
1547036886
2
t5_2fwo
r/programming
public
null
False
vattenpuss
t2_brzia
Warning, the link in this comment is to a blockchain project!
null
1
1545175194
False
0
ec2rwrg
t3_a7c9p8
null
null
t1_ec2pbxf
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2rwrg/
1547783351
4
t5_2fwo
r/programming
public
null
False
captainjon
t2_3lf81
The dots I guess in the video so I’d guess curly brackets are more clear they’re lined up. I’m not too sure how else to explain because it looks like it’s between everything where a since is. Kinda like in Word when using the ¶ button.
null
0
1543987617
False
0
eb4dlvl
t3_a32r4e
null
null
t1_eb4dbzx
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4dlvl/
1547036943
1
t5_2fwo
r/programming
public
null
False
naftoligug
t2_yx2qc
The ideal really is to have comprehensive logging and visibility on the backend, so that users don't *need* to report error messages
null
0
1545175195
False
0
ec2rwt0
t3_a719k6
null
null
t1_ebzjwhx
/r/programming/comments/a719k6/the_consequences_of_your_code_tom_scott/ec2rwt0/
1547783351
1
t5_2fwo
r/programming
public
null
False
g_b
t2_c2emd
The only thing he needed to do was create new text nodes and add the input from twitch chat to it. No escaping, no sanitation needed.
null
0
1543987667
False
0
eb4dnfa
t3_a2way5
null
null
t1_eb2hh41
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4dnfa/
1547036962
4
t5_2fwo
r/programming
public
null
False
wayoverpaid
t2_5elfh
$ irb => "a z e é E É è ê".split(" ").sort.join(" ") => "E a e z É è é ê" Hmm... Ruby didn't fix the problem he actually addressed in the article. You did read the whole article, right?
null
0
1545175454
False
0
ec2s7qe
t3_a72ued
null
null
t1_ebzz0ia
/r/programming/comments/a72ued/sorting_strings_properly_is_stupidly_hard/ec2s7qe/
1547783504
1
t5_2fwo
r/programming
public
null
False
AG7LR
t2_1id8irp0
I don't get why they think they need their own browser. It's not 1995 anymore, nobody is going to use it except to download a real browser. Just include Firefox like most Linux distros do.
null
0
1543987715
False
0
eb4dovv
t3_a2ybqo
null
null
t3_a2ybqo
/r/programming/comments/a2ybqo/rip_the_web_19892019_microsoft_is_building_a/eb4dovv/
1547037009
1
t5_2fwo
r/programming
public
null
False
irrelevantPseudonym
t2_53f31
Between click, flask and jinja I imagine most people have a lot to be thankful for.
null
0
1545175463
False
0
ec2s84d
t3_a7arbt
null
null
t1_ec1lxic
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2s84d/
1547783509
3
t5_2fwo
r/programming
public
null
False
timeshifter_
t2_3k1gu
It just means addressing somebody by their user name in a way that makes the client alert them. Like if I type /u/allhaillordreddit, you get a direct notification, regardless of if it's a reply to your comment. Discord and Twitch highlight the message, my IRC client bolds it, etc.
null
0
1543987886
False
0
eb4du1v
t3_a2way5
null
null
t1_eb4dcrg
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4du1v/
1547037074
3
t5_2fwo
r/programming
public
null
False
mpeac
t2_3e0lo
It doesn't talk to the database if you use a DBML file generated by sqlmetal instead.
null
0
1545175530
False
0
ec2sawt
t3_a7aua9
null
null
t1_ec1wyc3
/r/programming/comments/a7aua9/why_you_should_learn_f/ec2sawt/
1547783543
2
t5_2fwo
r/programming
public
null
False
CoreParad0x
t2_11t5pr
Yeah when you lay it out, it makes sense. I didn't think it through enough. At first I was like "I mean people will just make or base other projects that are cross platform instead" (like Avalonia.) But, I guess that's really not a bad thing. I look forward to seeing what comes of this. Maybe in some way Avalonia could use this to gain more progress somehow.
null
0
1543988070
False
0
eb4dzp9
t3_a32d8v
null
null
t1_eb4d3po
/r/programming/comments/a32d8v/announcing_net_core_3_preview_1_and_open_sourcing/eb4dzp9/
1547037146
3
t5_2fwo
r/programming
public
null
False
RedHellion11
t2_wvv7m
"Here, just use this script I wrote" "Thanks!" *runs script* *import errors* *annoyed slightly, pip installs dependencies* ... "Hey, thanks again but why didn't you just use stuff in the standard library for this basic stuff?" "I thought this other package did it in a cooler way" *annoyance intensifies*
null
0
1545175547
False
0
ec2sblc
t3_a7arbt
null
null
t1_ec2koby
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2sblc/
1547783551
26
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1543988164
False
0
eb4e32j
t3_a2way5
null
null
t1_eb3047z
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4e32j/
1547037187
1
t5_2fwo
r/programming
public
null
False
irrelevantPseudonym
t2_53f31
Writing wanting to be too much of an evangelist for it, have you tried poetry? I find the ui much nicer and it doesn't leave you to fend for yourself when you want to add your package to pypi.
null
0
1545175581
False
0
ec2sczm
t3_a7arbt
null
null
t1_ec1tjqe
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2sczm/
1547783568
1
t5_2fwo
r/programming
public
null
False
MaximRouiller
t2_12u27jig
Oh! That's whitespace! There's an option called `View whitespace` that allows you to see spaces/tabs and other control characters. It seems that the presenter actually had that option turned on. Here's how to toggle it. [View Whitespace](https://i.imgur.com/qu4RANU.png)
null
0
1543988211
False
0
eb4e4qu
t3_a32r4e
null
null
t1_eb4dlvl
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4e4qu/
1547037208
5
t5_2fwo
r/programming
public
null
False
vattenpuss
t2_brzia
notation order lisp any to forth programmer moving miss will
null
0
1545175777
False
0
ec2sl9d
t3_a75owm
null
null
t1_ec25v0w
/r/programming/comments/a75owm/clojure_110_release/ec2sl9d/
1547783670
3
t5_2fwo
r/programming
public
null
False
ThirdEncounter
t2_1ud6zgq
Well, /u/yzmn mentioned true cross-platform _graphics_ framework. Whether they are good, or whether they do audio/multi-media, that's another story.
null
0
1543988275
False
0
eb4e70a
t3_a32foa
null
null
t1_eb4cwem
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4e70a/
1547037236
2
t5_2fwo
r/programming
public
null
False
NotWorthTheRead
t2_g4euq
I'm going out on a limb and guessing the article isn't 'because good is subjective and not many people can do it regardless.'
null
0
1545175991
False
0
ec2su77
t3_a7g5uv
null
null
t3_a7g5uv
/r/programming/comments/a7g5uv/writing_good_code_is_a_lot_like_writing_prose/ec2su77/
1547783783
1
t5_2fwo
r/programming
public
null
False
Uncaffeinated
t2_bbei4
I once saw a presentation to the webdev club at my college go similarly.
null
0
1543988358
False
0
eb4e9x9
t3_a2way5
null
null
t1_eb1y41q
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4e9x9/
1547037272
1
t5_2fwo
r/programming
public
null
False
petosorus
t2_cjb3g
Must be me then :)
null
0
1545176060
False
0
ec2sx11
t3_a6zxou
null
null
t1_ec2ni83
/r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ec2sx11/
1547783818
1
t5_2fwo
r/programming
public
null
False
ack_complete
t2_ubq9z
Some of the written feedback has been lost with the fall of Microsoft Connect, but some of the lore has survived, such as some changes to VS2012 RC due to the betas looking depressingly gray: https://blogs.msdn.microsoft.com/visualstudio/2012/05/08/visual-studio-11-user-interface-updates-coming-in-rc/ This still looked pretty bleak and attracted a lot of complaints, so they introduced the Blue scheme in VS2013 which resembled the color palette from VS2010: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/2623017-add-some-color-to-visual-studio-2012
null
0
1543988404
False
0
eb4ebj3
t3_a32r4e
null
null
t1_eb4ar9x
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4ebj3/
1547037292
4
t5_2fwo
r/programming
public
null
False
DoublePlusGood23
t2_cux81
While I do support Signal, I do not get why it's recommended as a Telegram alternative. It simply lacks Telegram's features, UX and I can only assume people haven't used both.
null
0
1545176105
False
0
ec2sywq
t3_a79md4
null
null
t1_ec1pwko
/r/programming/comments/a79md4/building_a_telegram_bot_from_scratch_r/ec2sywq/
1547783841
2
t5_2fwo
r/programming
public
null
False
captainjon
t2_3lf81
Ah! Good to know it can be disabled. Was hoping it wasn’t going to need a registry hack like the upper case menu bar from 2012!
null
0
1543988412
False
0
eb4ebui
t3_a32r4e
null
null
t1_eb4e4qu
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4ebui/
1547037295
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
That thing is slow.
null
1
1545176143
False
0
ec2t0he
t3_a7c9p8
null
null
t1_ec2pbxf
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2t0he/
1547783861
0
t5_2fwo
r/programming
public
null
False
Uncaffeinated
t2_bbei4
Closing the browser window isn't necessarily sufficient. You should also clear all the cache and cookies just to be safe. Also change any passwords you may have had etc.
null
0
1543988637
False
0
eb4ejeh
t3_a2way5
null
null
t1_eb37qnq
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4ejeh/
1547037390
0
t5_2fwo
r/programming
public
null
False
DoublePlusGood23
t2_cux81
This is the worst argument against Telegram when the Russian state has an on going effort to shut it down.
null
0
1545176183
False
0
ec2t26q
t3_a79md4
null
null
t1_ec1dlm5
/r/programming/comments/a79md4/building_a_telegram_bot_from_scratch_r/ec2t26q/
1547783881
2
t5_2fwo
r/programming
public
null
False
TheEaterOfNames
t2_uflt2
He should try a herring next time, might get knighted for it.
null
0
1543988763
False
0
eb4ennc
t3_a30hg9
null
null
t1_eb4chat
/r/programming/comments/a30hg9/gcc_9_adds_frontend_support_for_the_d_programming/eb4ennc/
1547037442
5
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Yeah. That is quite disappointing. However had, some of the recent computer games have pretty realistic faces. Not sure if they were based on real ones or not but it is slowly beginning to be really difficult to distinguish whether it is real or rendered. One can still find out in various ways e. g. too polished and too many details not in the right place when it comes to computer-animation, but the gap is getting closer and closer.
null
0
1545176212
False
0
ec2t3e2
t3_a7c9p8
null
null
t1_ec2pyp4
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2t3e2/
1547783896
-7
t5_2fwo
r/programming
public
null
False
KryptosFR
t2_15txl0
Not good enough. The extension allowed me to show also a path a few folder up to differentiate more easily. Which is now impossible. Consider the following scenario: I have a project named "MyProject" (very original) that I cloned in two different places: * C:\Projects\MyProject * C:\Projects\MyProject2 I have a branch named "MyBranch" (again very original). For comparison purpose, I open the same solution and the same branch (at that time synchronized) in two instances of Visual Studio (one instance for C:\Projects\MyProject, the other for C:\Projects\MyProject2). Now I make a change in one instance, maybe commit it as well (but not push). Or maybe I just change a config file to run one instance in a DEV environment and the other one in a STAGING environment (different databases). After a while, how do I know which one is which? Both VS will show the exact same window title (and in VS 2019, the same status bar). The "Customize Visual Studio Window Title" allowed me use the following pattern: "[parentPath]\[solutionName].sln - [gitBranchName]". Which contrary to the default VS behavior would show, respectively: * MyProject\Solution.sln - [MyBranch] * MyProject2\Solution.sln - [MyBranch] My suggestion to the VS dev team: before making changes that are mostly cosmetic (from your point of view), consider asking your users. There was really no need to merge the menu bar to the window title bar. And now it is breaking my workflow.
null
0
1543988833
1544002935
0
eb4epyb
t3_a32r4e
null
null
t1_eb4ddf5
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4epyb/
1547037470
3
t5_2fwo
r/programming
public
null
False
DoublePlusGood23
t2_cux81
As a newbie Schemer what would I think about Clojure?
null
0
1545176388
False
0
ec2taoq
t3_a75owm
null
null
t1_ec1t4ah
/r/programming/comments/a75owm/clojure_110_release/ec2taoq/
1547784015
2
t5_2fwo
r/programming
public
null
False
nikofeyn
t2_6gxn7
it's a good thing. they are keeping the project in scope. they open sourced it so that people can add features and fix bugs for windows UIs. having a bunch of numskulls add in a bunch of if-then statements to make stuff work on linux and mac os x would muddy the waters and create a gigantic mess.
null
0
1543988848
False
0
eb4eqgc
t3_a32foa
null
null
t1_eb30b6m
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4eqgc/
1547037476
9
t5_2fwo
r/programming
public
null
False
ProgrammingandPorn
t2_2ot4kyfk
POST /api/comment HTTP/1.1 Host: reddit.com Content-Type: application/x-www-form-urlencoded Content-Length: 69 thing_id=t3_ec285eu&text=I know what you're talking about, only TRUE programmers use the API&redirect=https://reddit.com/r/gatekeeping
null
0
1545176513
False
0
ec2tfv5
t3_a7arbt
null
null
t1_ec285eu
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2tfv5/
1547784078
9
t5_2fwo
r/programming
public
null
False
c0de_g0rilla
t2_27rolikv
What feature or lack thereof is keeping Java in 1999, if you don’t mind?
null
0
1543989069
False
0
eb4extn
t3_a32lo1
null
null
t1_eb2xd6l
/r/programming/comments/a32lo1/why_would_a_java_engineer_love_frontend/eb4extn/
1547037567
3
t5_2fwo
r/programming
public
null
False
id2bi
t2_9y8x4
But isn't integer multiplication (with overflow) associative?
null
0
1545176551
False
0
ec2thia
t3_a1rp4s
null
null
t1_eatttt7
/r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/ec2thia/
1547784098
1
t5_2fwo
r/programming
public
null
False
MaximRouiller
t2_12u27jig
That option comes turned off by default. You have to turn it on to see the space dots. I'm stealing that name by the way! 😁
null
0
1543989080
False
0
eb4ey6x
t3_a32r4e
null
null
t1_eb4ebui
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb4ey6x/
1547037572
4
t5_2fwo
r/programming
public
null
False
evincarofautumn
t2_5y7d
That sound is a labiodental approximant [ʋ], which is like a /v/ sound, but the teeth don’t come in contact with the lip enough to make a hissing (“fricative”) sound like v/f/s/z/th. This is a common realisation of a /v/ sound in Slavic languages, particularly Russian, as well as German (depending on dialect).
null
0
1545176692
1545176954
0
ec2tnb5
t3_a7aofy
null
null
t1_ec295xq
/r/programming/comments/a7aofy/tracking_hikes_with_haskell/ec2tnb5/
1547784171
4
t5_2fwo
r/programming
public
null
False
TheRandomWolf
t2_gx63w
I get the point the author is making but I still feel it can be a lot more comfortable to first do something like "Hello World" or even a 4-operation calculator to figure out the syntax of a language before moving into a web-scraper like he made. For example, the way error handling is done in Go can be very unintuitive to some people the first time playing around with it, and diving right in to the language with such an application might even be harder for you than first taking a moment to figure out the basic syntax. Regardless, it was an insightful read, thank you! edit: switched a few words
null
0
1543989526
1543993425
0
eb4fd0q
t3_a38r63
null
null
t3_a38r63
/r/programming/comments/a38r63/4_languages_1_app/eb4fd0q/
1547037780
3
t5_2fwo
r/programming
public
null
False
Linusred
t2_4qoz4
Is that so dissimilar to what we do as humans though? Are we not just referencing our accumulated knowledge of faces we've seen, and using those subconsciously to form new faces when we draw/create faces?
null
0
1545176747
False
0
ec2tpkf
t3_a7c9p8
null
null
t1_ec2pyp4
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2tpkf/
1547784198
22
t5_2fwo
r/programming
public
null
False
mattkerle
t2_3aius
at least as a result we all win!
null
0
1543989755
False
0
eb4fke6
t3_a32foa
null
null
t1_eb45gn3
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4fke6/
1547037872
2
t5_2fwo
r/programming
public
null
False
cbleslie
t2_5dwjj
You kids and your smarts.
null
0
1545176771
False
0
ec2tqit
t3_a7aofy
null
null
t1_ec2tnb5
/r/programming/comments/a7aofy/tracking_hikes_with_haskell/ec2tqit/
1547784210
6
t5_2fwo
r/programming
public
null
False
_martind
t2_35bvr
I thought it was about sorting porn with 15 different algorithms.
null
0
1543990651
False
0
eb4gcd6
t3_a2p4z7
null
null
t3_a2p4z7
/r/programming/comments/a2p4z7/programmers_porn_visualizing_15_sorting_algorithms/eb4gcd6/
1547038247
1
t5_2fwo
r/programming
public
null
False
kevinjqiu
t2_7q73y
+1 Invoke is perfect for turning a function into a CLI. I used to use argparse/optparse/click, but now for simple scripts, I just do it in Invoke. For more feature-rich CLIs, click is my go-to.
null
0
1545176877
False
0
ec2tuxl
t3_a7arbt
null
null
t1_ec1v1wm
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2tuxl/
1547784264
1
t5_2fwo
r/programming
public
null
False
mka696
t2_8fmus
So your solution to creating an app as easily and cheaply as Electron that is still on all platforms is to use 3+ different engines, all of which could have different implementations for things and no implementation for others. On top of which you need to manage now 3+ dependencies for your engines, and deal with the bugs or security issues of all three? Do you even understand what EASILY and CHEAPLY means? If that is your solution to Electron or Nothing, every one of those companies will once again choose nothing lol. One of the biggest benefits of Electron is you avoid the polyfill hell and extra work that goes into developing web apps that will work on all browsers. Also, those Firefox stats are completely worthless. 20%+ of desktop users are not on 3gb or less of RAM. That is such a ridiculous number it becomes clear that the confounding variables I spoke of are SERIOUSLY skewing those numbers.
null
0
1543990734
False
0
eb4geu1
t3_a2b8u4
null
null
t1_eb4chj7
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb4geu1/
1547038277
1
t5_2fwo
r/programming
public
null
False
nitinator
t2_gv9g7
Here you go!: https://github.com/bluzelle/pyBluzelle - we're trying to keep everything up to date but sometimes... I think I saw an article today about how Python is huge for dealing with data.
null
0
1545176973
False
0
ec2tyuz
t3_a7g0yl
null
null
t1_ec2pxq6
/r/programming/comments/a7g0yl/connect_your_api_to_decentralized_db_better_than/ec2tyuz/
1547784312
0
t5_2fwo
r/programming
public
null
False
maxfung
t2_vlnpd
I ran into this exact issue developing for my first internship. I coded a beautiful program in Python for technicians at a big engineering firm, only to realize that there wasn't a clean way to package it into an executable without huge amounts of error. It ran beautifully through the Python console, but there wasn't a simple way to get it onto every computer in the laboratory without downloading Python and all of its modules. I couldn't make an executable work without crashing. I won't make that mistake again.
null
0
1543990992
False
0
eb4gmjt
t3_9tqxd9
null
null
t1_e8yrqro
/r/programming/comments/9tqxd9/python_is_becoming_the_worlds_most_popular_coding/eb4gmjt/
1547038372
1
t5_2fwo
r/programming
public
null
False
SupersonicSpitfire
t2_3d9fk
I see. Really interesting article, thanks!
null
0
1545177059
False
0
ec2u2br
t3_a7cdjo
null
null
t1_ec2pvqy
/r/programming/comments/a7cdjo/16x_aa_font_rendering_using_coverage_masks_part/ec2u2br/
1547784356
1
t5_2fwo
r/programming
public
null
False
TemporaryEinstein
t2_1qkmr7x2
So the AI is rendering 3D UE4 models, levels to 2D video?
null
0
1543991092
False
0
eb4gpg1
t3_a2zftr
null
null
t3_a2zftr
/r/programming/comments/a2zftr/the_first_interactive_ai_rendered_virtual_world/eb4gpg1/
1547038410
1
t5_2fwo
r/programming
public
null
False
BrixBrio
t2_18qkdd
I think it depends on company and industry.
null
0
1545177468
False
0
ec2uj5e
t3_a719k6
null
null
t1_ec2o81c
/r/programming/comments/a719k6/the_consequences_of_your_code_tom_scott/ec2uj5e/
1547784564
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1543991460
1543992162
0
eb4gytu
t3_a2qsez
null
null
t1_eb2xn2l
/r/programming/comments/a2qsez/three_years_as_a_hibernate_developer_advocate/eb4gytu/
1547038525
1
t5_2fwo
r/programming
public
null
False
lastPingStanding
t2_edk2i
No they're not, that's completely incorrect. The video is an example of what generative adversarial networks (GANs) can make. Essentially two neural networks are trained together. A generator network generates images from random inputs, and a discriminator network which classifies images as either real or fake. The generator network isn't fed any training photos at all; as it's trained, its only goal is to fool the discriminator. The images it generates aren't simple blends of existing faces, they're completely unique.
null
0
1545177471
1545183399
0
ec2uja2
t3_a7c9p8
null
null
t1_ec2pyp4
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2uja2/
1547784566
34
t5_2fwo
r/programming
public
null
False
Sarcastinator
t2_6hs1t
When was NPM ever better than NuGet? NuGet initial version would make reproducible builds because that's actually very important. It also never made such a mess as NPM does. NuGet restore always took less than a minute. NuGet never deleted system files or disabled Windows updates, or created directory structures that were hard to remove. It was also always trivial to update a package.
null
0
1543991635
False
0
eb4h384
t3_a32foa
null
null
t1_eb48c4v
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4h384/
1547038579
20
t5_2fwo
r/programming
public
null
False
SaltineAmerican_1970
t2_2kk3ohg
Looks like a penis.
null
1
1545177984
False
0
ec2v451
t3_a7gt31
null
null
t3_a7gt31
/r/programming/comments/a7gt31/two_neurons_worm/ec2v451/
1547784851
1
t5_2fwo
r/programming
public
null
False
virtualistic
t2_i08a3
Yeah, perhaps someone could build a cross-platform solution using a combination of https://github.com/google/j2objc + GWT + Android? Would be interesting to see the results.
null
0
1543991653
False
0
eb4h3nz
t3_a33lr5
null
null
t1_eb427ak
/r/programming/comments/a33lr5/hummingbird_building_flutter_for_the_web/eb4h3nz/
1547038585
1
t5_2fwo
r/programming
public
null
False
born2hula
t2_3yh9x
Don't say use click, don't say use click.... Ahhhh dammit.
null
0
1545178009
False
0
ec2v56z
t3_a7arbt
null
null
t3_a7arbt
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2v56z/
1547784865
7
t5_2fwo
r/programming
public
null
False
Yuioup_____
t2_goi8g
Yeah, but Xamarin is garbage.
null
1
1543991659
False
0
eb4h3tq
t3_a32foa
null
null
t1_eb345jc
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4h3tq/
1547038587
-6
t5_2fwo
r/programming
public
null
False
Karyo_Ten
t2_tbdqg
Mandatory xkcd: https://xkcd.com/1987/
null
0
1545178340
False
0
ec2viek
t3_a7b6tm
null
null
t3_a7b6tm
/r/programming/comments/a7b6tm/8_reasons_python_sucks/ec2viek/
1547785028
2
t5_2fwo
r/programming
public
null
False
policjant
t2_1424qkjz
If had been there such an exploit in a modern browser it would've been catastrophic.
null
0
1543991786
False
0
eb4h73d
t3_a2way5
null
null
t1_eb31zt4
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb4h73d/
1547038627
2
t5_2fwo
r/programming
public
null
False
Sqash
t2_8saeu
Not distributing it with requirements.txt if it's just a standalone utility script
null
0
1545178425
False
0
ec2vluq
t3_a7arbt
null
null
t1_ec2274v
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2vluq/
1547785071
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Google is trying so desperately hard to get people to use Dart. :)
null
1
1543992140
False
0
eb4hg3u
t3_a33mqk
null
null
t3_a33mqk
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hg3u/
1547038738
5
t5_2fwo
r/programming
public
null
False
valar_k
t2_179kap
Yeah it’s really rough to run pip install on stuff that’s probably already been installed as a dep for other stuff anyway. See: arrow, requests, etc. I try to avoid QoL dependencies for myself, but if the tool gets big enough to drag my productivity, I’m gonna install them and people can put in the tiniest effort to install them if they want to benefit from my work If I’m making it *for* them then this is all entirely dependent on what their infrastructure is and what they want.
null
0
1545178536
1545178995
0
ec2vqe3
t3_a7arbt
null
null
t1_ec2sblc
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2vqe3/
1547785127
-5
t5_2fwo
r/programming
public
null
False
RedNeonAmbience
t2_ui0ci
I was wondering what this would mean for AvaloniaUI since I was hoping to contribute to it some day. But since WPF won't be cross-platform, I think this will actually speed up the development of Avalonia.
null
0
1543992142
False
0
eb4hg63
t3_a32foa
null
null
t3_a32foa
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4hg63/
1547038739
3
t5_2fwo
r/programming
public
null
False
veritasserum
t2_elotq
I am also a C programmer. This guy is clueless.
null
0
1545178765
False
0
ec2vzl5
t3_a7b6tm
null
null
t1_ec2qnhr
/r/programming/comments/a7b6tm/8_reasons_python_sucks/ec2vzl5/
1547785270
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Ah - another Google fanboi. I would expect you guys to contribute more to a discussion in the future.
null
0
1543992183
False
0
eb4hh7b
t3_a33mqk
null
null
t1_eb3ewz8
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hh7b/
1547038752
-17
t5_2fwo
r/programming
public
null
False
valar_k
t2_179kap
In the few times I’ve written single scripts for others to use, I just did a try catch around the imports and put something like “Make sure to pip install boto3” These days it’s much easier to just write a package (even single module one) and then just tell them to pip install from the repo. If people flat out can’t pip install then they’re either fucked in the case of unavoidable things like boto3, psycopg2, etc., or you’re fucked if it’s quality of life packages like arrow. In general I try to keep things vanilla until it either reaches the point of hampering my productivity or until I need to add a mandatory requirement anyway.
null
0
1545178863
False
0
ec2w3f9
t3_a7arbt
null
null
t1_ec2vluq
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2w3f9/
1547785317
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Does he? I don't see how. If anything then his "summary" is ... not to say stupid, but extremely superfluous since you could "predict" any comment about anything in a very similar way. What we all can not deny is the non-stop promotion for Dart happening at reddit, much more so than for Go - yet Go is used significantly more than Dart/Flutter.
null
0
1543992261
False
0
eb4hj6s
t3_a33mqk
null
null
t1_eb3rlsm
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hj6s/
1547038804
-20
t5_2fwo
r/programming
public
null
False
beltsazar
t2_adpnd
You can also use Fire to [do that and many more](https://github.com/google/python-fire/blob/master/docs/guide.md)!
null
0
1545178872
False
0
ec2w3rl
t3_a7arbt
null
null
t1_ec27a6t
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2w3rl/
1547785321
9
t5_2fwo
r/programming
public
null
False
recp
t2_h40gw
**cglm** is for C, **glm** is for C++, this is the main difference. ​ Some cglm features: * Probably **cglm** is faster than **glm** (and maybe than other libraries too) in most operations, you are welcome to test it :) * **cglm** headers/functions/codes are more readable than **glm** (for me at least) * All functions are inline (*glm\_* functions), but you have option to call it in library (*glmc\_* functions) * Most functions are optimized with SIMD instructions (SSE, AVX and NEON), some other functions are manually optimized. * There are lot of helpers to make things easier for C developers * **cglm** provides (and will provide) some features that GLSL may not provide e.g. frustum, aabb, sphere helpers... *This is another big difference between glm and cglm.* * ... FWIW, **cglm** requires types to be aligned but you can disable alignment requirement by defining a macro, check the docs. Currently cglm does not support **vec2** and **mat2** but this is in my TODOs, I'll work on it asap. ​ In the future cglm may provide more features and optimizations.
null
0
1543992334
False
0
eb4hl44
t3_a2y6gk
null
null
t1_eb41zoj
/r/programming/comments/a2y6gk/highly_optimized_graphics_math_glm_for_c/eb4hl44/
1547038828
1
t5_2fwo
r/programming
public
null
False
evincarofautumn
t2_5y7d
With the power of phonetics, I can speak any language passably well enough to give a speech or do a bit of voice acting. Not hold a conversation, though, since I can’t understand the response…
null
0
1545178927
False
0
ec2w5z9
t3_a7aofy
null
null
t1_ec2tqit
/r/programming/comments/a7aofy/tracking_hikes_with_haskell/ec2w5z9/
1547785349
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> The Flutter team seems to prefer being mediocre on all platforms so they > can make a big announcement than providing an actual solution that works. :D And the strangest part is how aggressively they are promoting Flutter on reddit and elsewhere. I guess the impending doom of other projects such as Google+ failing at a later time is hovering over the flutter devs.
null
1
1543992360
False
0
eb4hlsf
t3_a33mqk
null
null
t1_eb3iggd
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hlsf/
1547038837
4
t5_2fwo
r/programming
public
null
False
driusan
t2_bvkul
It's also pretty insulting that after his lifetime of accomplishments, both the headline and entire first paragraph is dedicated to the fact that in some pictures he kind of looks like yoda.
null
0
1545179040
False
0
ec2wal2
t3_a71xg6
null
null
t1_ec1ixz9
/r/programming/comments/a71xg6/the_yoda_of_silicon_valley/ec2wal2/
1547785405
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Pros: - My UI designs are usually terrible, but flutter makes it really > hard to produce ugly apps. I don't believe you. But I think you can get rid of doubters by providing screenshots.
null
0
1543992412
False
0
eb4hn5h
t3_a33mqk
null
null
t1_eb3h35s
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hn5h/
1547038854
-15
t5_2fwo
r/programming
public
null
False
Sqash
t2_8saeu
Click is excellent for flask use cases but in standalone CLI scripts? I don't think it has a good place there personally. Edit: To elaborate click is a design/tooling decision and not a *good practice* decision.
null
0
1545179132
False
0
ec2weaa
t3_a7arbt
null
null
t1_ec2j2i3
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2weaa/
1547785451
4
t5_2fwo
r/programming
public
null
False
argv_minus_one
t2_4hatx
As opposed to what? As far as I'm aware, Node was the first viable platform for server-side JavaScript.
null
1
1543992425
False
0
eb4hnhi
t3_a32foa
null
null
t1_eb469ui
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb4hnhi/
1547038858
3
t5_2fwo
r/programming
public
null
False
AlexMeanberg
t2_9c46d
There's definitely power in learning and understanding the standard libraries, even if they can be a little clunky.
null
0
1545179180
False
0
ec2wg9o
t3_a7arbt
null
null
t1_ec1m5sd
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec2wg9o/
1547785475
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Careful - the Google Flutter team is downvoting you for that as you go! I hero-upvoted you against this tyranny of oppression.
null
1
1543992494
False
0
eb4hpa8
t3_a33mqk
null
null
t1_eb3m6sy
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hpa8/
1547038880
-1
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
> As a newbie Schemer what would I think about Clojure? I'm not a Schemer but as far as I have seen usually code is written in the recursive style, and Scheme implementations *require* tail call optimization as a mandatory feature. Clojure does not have TCO, instead there is a `recur` keyword to workaround the lack of TCO, which isn't a fault of Clojure but a fault of the JVM. (Or maybe the fault is designing Clojure around the JVM...) https://clojuredocs.org/clojure.core/recur There are also no first-class continuations, but at least there is a [library](https://github.com/swannodette/delimc) to support them. Of course, they won't be as high-performance as in Scheme. On the other hand, Clojure has built-in support for several kind of concurrency programming models. Many Schemers will tell you that the continuations are one of the most powerful features of Scheme; you can create all sorts of concurrency models, coroutines and exception handling based on them. Clojure "lacks" scheme-style hygienic macros but they are available through libraries. Clojure is always promoted as "the modern lisp" but honestly it is a different language. However it isn't difficult to learn for a Schemer or Lisper.
null
0
1545179249
1545179626
0
ec2wiy6
t3_a75owm
null
null
t1_ec2taoq
/r/programming/comments/a75owm/clojure_110_release/ec2wiy6/
1547785509
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I am having the same question and so far I haven't found an answer. What we CAN conclude, though, is that Google is committed to Dart for a strange reason. Also shows that not every big corporation is good at designing a programming language.
null
0
1543992540
False
0
eb4hqhp
t3_a33mqk
null
null
t1_eb3e80k
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4hqhp/
1547038895
2
t5_2fwo
r/programming
public
null
False
yawaramin
t2_77bue
From the [paper](https://arxiv.org/abs/1812.04948): > The new architecture leads to an automatically learned, unsupervised separation of high-level attributes (e.g., pose and identity when trained on human faces)
null
0
1545179272
False
0
ec2wjwi
t3_a7c9p8
null
null
t1_ec2uja2
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec2wjwi/
1547785520
8
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I think this is by far the best explanation as to why Dart exists indeed. It's unfortunate because Google didn't want to create something that is better - only something that is under more control from Google. What I get even less is why the Dart team keeps on promoting Dart here on reddit - it's not as if anyone is left to want to use Dart unless he already did so before. They can come to their own conclusion anyway, so why a need to promote the Google-controlled language? There aren't that many jobs at Google to want to learn Dart merely to land a job there either.
null
1
1543992633
False
0
eb4ht00
t3_a33mqk
null
null
t1_eb3qnjl
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb4ht00/
1547038926
2
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
applause dup dup dup dup . . . .
null
0
1545179325
False
0
ec2wm02
t3_a75owm
null
null
t1_ec2sl9d
/r/programming/comments/a75owm/clojure_110_release/ec2wm02/
1547785546
2
t5_2fwo
r/programming
public
null