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
fuckin_ziggurats
t2_cmam5
On a similar topic.. In C# `ref` and `out` are used for actual pass by reference whereas reference types are not *really* passed by reference but by value (in which the value is the reference itself - achieving a very similar result to actual pass by reference). Am I getting this right? The traditional pass by reference is not a commonly used technique in modern programming.
null
0
1544019804
False
0
eb518xg
t3_a3cluu
null
null
t3_a3cluu
/r/programming/comments/a3cluu/exploring_cs_ref_return_to_better_understand_it/eb518xg/
1547048014
6
t5_2fwo
r/programming
public
null
False
policjant
t2_1424qkjz
I haven't updated since March, and can't even if I want to.
null
0
1545209234
False
0
ec3p480
t3_a7hbku
null
null
t1_ec3g9g4
/r/programming/comments/a7hbku/windows_sandbox/ec3p480/
1547798869
1
t5_2fwo
r/programming
public
null
False
attreya12
t2_15o0a3
Hell yeah.
null
0
1544019808
False
0
eb5193d
t3_a3cok2
null
null
t1_eb518f6
/r/programming/comments/a3cok2/pewdiepie_vs_tseries_live_subscriber_count_with/eb5193d/
1547048016
1
t5_2fwo
r/programming
public
null
False
rastermon
t2_39ozi
He's pretty much right. This was like the first thing I put into my scene graph engine/library (not a web browser, but principle is the same as what is done in the DOM part of a browser engine). One way to capture mouse events and/or prevent clicks on an object is to overlay it with an "invisible rectangle" then listen on that. Rectangles can be a color (ARGB) *AND* like all other object can be shown or not. So you show the rectangle but set color to 0, 0, 0, 0. Presto. It's invisible to rendering BUT it collects events like mouse/touch events (there are flags to disable event collection on it so make it invisible to events as well as to repeat events to objects below in the stack). From the very first day the rendering logic while figuring out if to add this object to the "active" list did something akin to: if ((!obj->visible) || (obj->color == 0x00000000)) return; // skip rendering And that day was like about 15 years ago. It's a "day 0" optimization in my book, and I've done graphics for a long time, so I've been around the block. It's how you make these things vaguely performant and thus useful.
null
0
1545209318
False
0
ec3p6be
t3_a7k0an
null
null
t3_a7k0an
/r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ec3p6be/
1547798895
34
t5_2fwo
r/programming
public
null
False
livrem
t2_68in0
Last time I checked WINE also shipped with libraries and even some standard applications and things like file dialogs?
null
0
1544019833
False
0
eb51a6e
t3_a32foa
null
null
t1_eb34fv4
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb51a6e/
1547048029
1
t5_2fwo
r/programming
public
null
False
Someguy2020
t2_hjq4f
Nah, it'll probably be fine security wise. Will be an awful pile of crap usability wise. Will be pushed on us causing breakages.
null
0
1545209341
False
0
ec3p6wh
t3_a7hbku
null
null
t1_ec37mvd
/r/programming/comments/a7hbku/windows_sandbox/ec3p6wh/
1547798903
-5
t5_2fwo
r/programming
public
null
False
dragonstorm97
t2_xwfv5
We now switched to 2 spaces at work for PL/SQL packages... I have now been converted!
null
0
1544019930
False
0
eb51e9w
t3_9ff2s6
null
null
t1_e5wbjyd
/r/programming/comments/9ff2s6/23_guidelines_for_writing_readable_code/eb51e9w/
1547048080
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545209347
False
0
ec3p71r
t3_a7k0an
null
null
t3_a7k0an
/r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ec3p71r/
1547798904
-1
t5_2fwo
r/programming
public
null
False
RotsiserMho
t2_9yk3c
[Eto](https://github.com/picoe/Eto) has worked well for me so far.
null
0
1544019941
False
0
eb51eql
t3_a32foa
null
null
t1_eb2yjt8
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb51eql/
1547048085
1
t5_2fwo
r/programming
public
null
False
stormblooper
t2_6o6gd
Quite. We'd all be very lucky if the future of software development isn't JS...
null
0
1545209437
False
0
ec3p92m
t3_a7bl1d
null
null
t1_ec1q9ll
/r/programming/comments/a7bl1d/why_dependent_haskell_is_the_future_of_software/ec3p92m/
1547798929
1
t5_2fwo
r/programming
public
null
False
Zeeesty
t2_10k636uz
Thanks. The only reason I went this route over something like a calculator is that the typical use of a language would involve these kinds of operations. I do agree that getting a sense of syntax would be advisable before jumping into something like this, but I usually drink from the firehose
null
0
1544020012
False
0
eb51hq7
t3_a38r63
null
null
t1_eb4fd0q
/r/programming/comments/a38r63/4_languages_1_app/eb51hq7/
1547048123
2
t5_2fwo
r/programming
public
null
False
yelow13
t2_mc9r0
Yeah even 10 years ago home computers could barely handle VMs.
null
0
1545209437
False
0
ec3p92n
t3_a7hbku
null
null
t1_ec3mbjs
/r/programming/comments/a7hbku/windows_sandbox/ec3p92n/
1547798929
17
t5_2fwo
r/programming
public
null
False
JessieArr
t2_8bklx
I was developing a cross-platform app in Electron, and early on I got frustrated with the memory footprint and size of the Windows distributable, so I spiked out the same functionality in Xamarin Forms using their beta preview for WPF. Running both versions side by side, here's the difference: Electron: * Memory Footprint: 42.9MB * Zipped executable size: 49.5MB Xamarin.Forms: * Memory Footprint: 16.2MB * Zipped executable size: 4.36MB Xamarin Forms also directly targets mobile, while with Electron I would have had to bootstrap something like PhoneGap/Cordova to port it to Android. With Xamarin Forms + VS it more or less worked "out of the box." I also really like that Xamarin Forms supports mixing and matching Xamarin Forms views alongside native views - so if there's anything that can't be done in Xamarin Forms, I can just implement it natively on each platform, if I choose. YMMV, but I've become a fan of Xamarin Forms, personally.
null
0
1544020025
1544020539
0
eb51i9o
t3_a32foa
null
null
t1_eb4jm4f
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb51i9o/
1547048129
3
t5_2fwo
r/programming
public
null
False
Ameisen
t2_5qad2
Ooh, I wonder if I can release my MIPS emulator, now. Imgtec never got back to me.
null
0
1545209544
False
0
ec3pbdz
t3_a7b3s7
null
null
t1_ec1jwzt
/r/programming/comments/a7b3s7/wave_computing_launches_the_mips_open_initiative/ec3pbdz/
1547798959
2
t5_2fwo
r/programming
public
null
False
FoxxMD
t2_77bbh
The dog motion here is incredible.
null
0
1544020191
False
0
eb51pej
t3_a33egf
null
null
t1_eb42l2i
/r/programming/comments/a33egf/nvidia_has_created_the_first_video_game_demo/eb51pej/
1547048218
3
t5_2fwo
r/programming
public
null
False
recycled_ideas
t2_bpl7i
It doesn't tell you, but the developer feature blocks 1809. You need to uninstall it. If you haven't already.
null
0
1545209548
False
0
ec3pbhi
t3_a7hbku
null
null
t1_ec3g9g4
/r/programming/comments/a7hbku/windows_sandbox/ec3pbhi/
1547798960
1
t5_2fwo
r/programming
public
null
False
tophatstuff
t2_2zx5r
Here's a link to [the author's announcement](https://twitter.com/anoniscoding/status/1070046137812434944) (twitter)
null
0
1544020214
False
0
eb51qcu
t3_a3crf5
null
null
t3_a3crf5
/r/programming/comments/a3crf5/a_nigerian_language_programming_language/eb51qcu/
1547048229
-2
t5_2fwo
r/programming
public
null
False
yelow13
t2_mc9r0
Graphics is often an issue though. In order to run a game on something like this, it's have to pass through the VM straight to your GPU. It's possible, but then it's not a sandbox, and also your host PC can't display anything.
null
0
1545209590
False
0
ec3pcfg
t3_a7hbku
null
null
t1_ec3fcpd
/r/programming/comments/a7hbku/windows_sandbox/ec3pcfg/
1547798971
15
t5_2fwo
r/programming
public
null
False
tdammers
t2_6v532
- This idea isn't for verification. It's for spreading the exposure in a very broad, general sense. Not testing against specific configurations (which you need to do, too), but creating a situation where you cannot rely, explicitly or by accident, on a very specific setup. It's not about avoiding concrete bugs, but about discovering platform dependencies you didn't even know you had, and about creating an incentive to write robust and defensive code. Think of it as a variation on the Chaos Monkey idea. - I actually do think that, yes. Just go to any tech forum and say "emacs is better than vim" (or the other way around). Or "PHP is really the greatest programming language ever". People have different ways of thinking, different ways of approaching problems, different cognitive strengths and weaknesses, and different strategies for making the best of them. Personally, I hate IDEs and graphical tools, because I am an abstract thinker leaning towards auditive and linguistic, and I like to solve problems by understanding, formalizing and abstracting them. So a tool that graphically visualizes all the things I could possibly do in the current situation doesn't help me, and just disrupts my flow. But someone else might be more of a visually-inclined tinkerer, and for them, tools like this are an enormous productivity booster. Forcing my setup on them, or theirs on me, is going to make both our productivity plummet. Now, of course there are teams where everyone uses the same stuff anyway, more or less, so for those this isn't an issue - but personally, I think diversity is something to strive for in this area. - I understand your reasons, I just don't agree that they are important enough. I don't define myself by my tools, but I do insist on using tools that can support my workflow. Many parts of my toolchain are in the "I don't care" category: I could be equally productive on a BSD kernel as I am on Linux, for example; I'm pretty agnostic which exact C compiler you give me; I don't care which SSH implementation you give me, or whether I log into my dev environment locally or via ssh, or if it runs on metal or virtualized. But some things do matter - editors, programming languages, shells, desktop environments, terminals, stuff like that, stuff that I can configure to my needs for minimal UX friction. I open and close editors often and rapidly, so I need an editor that starts up in under 20 milliseconds. I like to not have to wait for a visual response to my input, so I need a predictable keyboard-centric interface to everything I use. I'm big on automating my workflow early, so whatever I use must ideally be scriptable with bash or something. This is how I manage to be productive, and while none of that defines me, taking enough of it away will turn me into a frustrated cynic who spends the better part of his work day plotting an exit strategy. And I'm pretty sure I'm not alone in this.
null
0
1544020226
False
0
eb51qwq
t3_a321cl
null
null
t1_eb4q84c
/r/programming/comments/a321cl/how_to_streamline_developer_onboarding_dev/eb51qwq/
1547048236
2
t5_2fwo
r/programming
public
null
False
Tynach
t2_9rbwn
I was not aware of the other thread. I looked, and yeah, I see it now. But just going by the 'context' links in my inbox, there was no way for me to see that other thread.
null
0
1545209662
False
0
ec3pdwj
t3_a7arbt
null
null
t1_ec2oqhh
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec3pdwj/
1547799020
1
t5_2fwo
r/programming
public
null
False
whisky_pete
t2_cmaos
The wsl stuff is nice, but I wouldn't recommend it unless you had a strong desire to be on Windows for the sake of it. It's strictly worse than a native terminal in terms of performance, and sometimes has bugs. But it's much better than what you used to have to do if stuck on a Windows machine, like setting up cygwyn or using the minimal tools that ship along with git for windows.
null
0
1544020323
False
0
eb51v8j
t3_a32foa
null
null
t1_eb45ry1
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb51v8j/
1547048289
1
t5_2fwo
r/programming
public
null
False
deceased_parrot
t2_7q7zg
If this is true, all I can say is: irony or ironies, all is irony.
null
0
1545209773
False
0
ec3pg6q
t3_a7jj68
null
null
t1_ec3l063
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pg6q/
1547799047
-1
t5_2fwo
r/programming
public
null
False
arkasha
t2_3kpcv
DEVELOPERS, DEVELOPERS, DEVELOPERS!
null
0
1544020335
False
0
eb51vrv
t3_a32foa
null
null
t1_eb3x1jr
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb51vrv/
1547048295
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[removed]
null
0
1545209926
False
0
ec3pjho
t3_a7c9p8
null
null
t3_a7c9p8
/r/programming/comments/a7c9p8/nvidia_learned_to_make_realistic_faces/ec3pjho/
1547799088
1
t5_2fwo
r/programming
public
null
False
devperez
t2_cr8bd
Yeah, I tried setting up a VirtualBox VM a few years ago. Spent days on it, but still couldn't get it to work.
null
0
1544020406
False
0
eb51yvp
t3_a33mqk
null
null
t1_eb50r4q
/r/programming/comments/a33mqk/flutter_10_googles_portable_ui_toolkit/eb51yvp/
1547048334
2
t5_2fwo
r/programming
public
null
False
loukitkhemka
t2_y1rt3
How corporate!
null
0
1545210010
False
0
ec3pl8r
t3_a7jj68
null
null
t1_ec3l3eg
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pl8r/
1547799110
8
t5_2fwo
r/programming
public
null
False
wereinthematrix
t2_nkoak
Qml.Net gives you QML with C#, and in my opinion is a good bit ahead of alternatives like Avalonia and Xamarin.Forms. https://github.com/qmlnet/qmlnet
null
0
1544020449
False
0
eb520t6
t3_a32foa
null
null
t1_eb50xtt
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb520t6/
1547048358
2
t5_2fwo
r/programming
public
null
False
fjonk
t2_4lebd
How does that make things better?
null
0
1545210068
False
0
ec3pmcj
t3_a7jj68
null
null
t1_ec3p0jo
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pmcj/
1547799123
9
t5_2fwo
r/programming
public
null
False
errorkode
t2_6liwt
So what you're saying is that we need to create cryptography ready for the quantum age?
null
0
1544020528
False
0
eb524as
t3_a3by0z
null
null
t1_eb4vk5k
/r/programming/comments/a3by0z/experts_say_its_time_to_create_new_cryptography/eb524as/
1547048430
21
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Makes a lot of sense. Another example - gmail. It is insanely slow in browsers such as palemoon. Google claims THE SAME FAKE ARGUMENT all the time bla bla old codebase bla bla bla bla bla propaganda bla bla bla. Thing is - the old gmail worked significantly faster. These are not "accidents" - this is deliberate bullying by Google. And the Google worker drones use pre-defined propaganda to try to insinuate that these are all isolated cased. What Google is simply doing is aggressively abuse their de-facto monopoly situation. In the long run I expect the lazy officials in the USA and EU to do something against this bulldozering over competition. In regards to Microsoft it also has to be said that it does not completely make sense what is said. For example, if MS had such a problem with Google then why would they contribute code to adChromium? That would be orthogonal to what you state earlier. The most simple explanation, and even stronger than Google worshipping Evil, is that MS had very little real interest into Edge from the get go. That is why the code quality is so rubbish to begin with. An empty div can cause such problems? Yes, Google being idiotic but ... if empty divs cause you so many problem THEN YOU HAD A CRAPPY JOKE OF A CODEBASE to begin with.
null
0
1545210288
False
0
ec3pqmg
t3_a7jj68
null
null
t3_a7jj68
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pqmg/
1547799175
91
t5_2fwo
r/programming
public
null
False
phalp
t2_ajc92
Don't be a jerk. You asked a question and I explained. It's not rude or "elitist" to do that.
null
0
1544020698
False
0
eb52bev
t3_a2way5
null
null
t1_eb4ipwp
/r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb52bev/
1547048517
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Google replaced Microsoft's bullying from the 1990s these days.
null
0
1545210307
False
0
ec3pr0j
t3_a7jj68
null
null
t1_ec3k6hq
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pr0j/
1547799180
441
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
Go absolutely has polymorphism. What Go doesn't have is implementation inheritance, which is a good thing. In 99% of cases, implementation inheritance is a coupling problem. You're basically just whinging because it isn't what you're used to. And thank god for that.
null
0
1544020728
False
0
eb52coa
t3_a2ml49
null
null
t1_eazw362
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb52coa/
1547048533
1
t5_2fwo
r/programming
public
null
False
tastygoods
t2_15yf4c
It was a hidden empty div that purposely layered over the video to deactivate hardware acceleration. Pull your head out.
null
0
1545210332
False
0
ec3prim
t3_a7jj68
null
null
t1_ec3oa0y
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3prim/
1547799187
48
t5_2fwo
r/programming
public
null
False
veske
t2_dceyc
Everything about click bait media is terrible
null
0
1544020837
False
0
eb52hbi
t3_a3cifu
null
null
t3_a3cifu
/r/programming/comments/a3cifu/everything_about_distributed_systems_is_terrible/eb52hbi/
1547048591
100
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Hugely one sided comment from you. And you discount the possibility that the statement may still be correct e. g. Google abusing its de-facto monopoly ruthlessly and aggressively.
null
0
1545210342
False
0
ec3prpv
t3_a7jj68
null
null
t1_ec3oa0y
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3prpv/
1547799190
14
t5_2fwo
r/programming
public
null
False
G_Morgan
t2_30zrq
Is the goal actual WPF compatibility or just to look a bit like it?
null
0
1544020867
False
0
eb52ikk
t3_a32foa
null
null
t1_eb39t2k
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb52ikk/
1547048606
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Not really doubtful.
null
1
1545210368
False
0
ec3ps9d
t3_a7jj68
null
null
t1_ec3l063
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3ps9d/
1547799196
-1
t5_2fwo
r/programming
public
null
False
tomtermite
t2_31f7v
Just my opinion -- but if you are building a "front end" into your micro service, you are breaking the pattern of... micro services. The human interface falls under a forward-facing tier (in an MVC approach, very applicable to micro services). In my mind, a micro service is mainly used for handling web API requests which respond with JSON data (typically). The "view" aspect should be de-coupled to keep the microservice robust.
null
0
1544020994
False
0
eb52o12
t3_a3c9jt
null
null
t3_a3c9jt
/r/programming/comments/a3c9jt/ui_in_microservices_world_micro_frontends_pattern/eb52o12/
1547048676
1
t5_2fwo
r/programming
public
null
False
tso
t2_37rbd
Except that most people get is via OEM deals, and thus never notice the cost. Basic thing is that Microsoft has long considered the home desktop a sales argument towards corporations rather than a market in itself. They use the home desktop as an argument that it will be cheaper for corporations to use Microsoft products as they employees will be familiar with basic operations already.
null
0
1545210377
False
0
ec3psgw
t3_a7hbku
null
null
t1_ec3l5jq
/r/programming/comments/a7hbku/windows_sandbox/ec3psgw/
1547799198
9
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544021022
False
0
eb52p5g
t3_a3crf5
null
null
t3_a3crf5
/r/programming/comments/a3crf5/a_nigerian_language_programming_language/eb52p5g/
1547048690
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> YouTube may be “just one” video site, but it’s the most > important one by a large margin. This is why we need a de-centralized web.
null
1
1545210402
False
0
ec3pszd
t3_a7jj68
null
null
t1_ec3nqj8
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pszd/
1547799205
-5
t5_2fwo
r/programming
public
null
False
fbl07
t2_kwc3y
Universal Windows Platform (Windows Phone and Windows Store)
null
0
1544021029
False
0
eb52pgb
t3_a32d8v
null
null
t1_eb4tqq7
/r/programming/comments/a32d8v/announcing_net_core_3_preview_1_and_open_sourcing/eb52pgb/
1547048693
3
t5_2fwo
r/programming
public
null
False
deceased_parrot
t2_7q7zg
Seriously? Having an open source browser that runs on practically all platforms is the same as a close source browser that only runs on only ONE platform? As a web-developer that uses Linux primarily, all I can say is - good riddance. Now if only something similar would happen to Safari... And as for the M$ fanboys, downvote away...
null
1
1545210422
False
0
ec3ptfb
t3_a7jj68
null
null
t1_ec3pmcj
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3ptfb/
1547799211
0
t5_2fwo
r/programming
public
null
False
Y_Less
t2_5jiiy
Not a single example in the readme or website home page. Given that it's unusual appearance seems to be a major advertising point, why is this not shown anywhere?
null
0
1544021057
False
0
eb52qmq
t3_a3crf5
null
null
t3_a3crf5
/r/programming/comments/a3crf5/a_nigerian_language_programming_language/eb52qmq/
1547048709
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> affect the ability to push another part? Because Windows is such a horrible mess. Microsoft abandoned quality standards ever since the push onward from Win XP. I also assume things got way too complicated. There is a reason why the top 500 supercomputers use linux - or why android used linux (before Google trying to replace linux with fuchsia + Dart + AMP in the future).
null
0
1545210495
False
0
ec3puwt
t3_a7jj68
null
null
t1_ec3jdt0
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3puwt/
1547799230
-26
t5_2fwo
r/programming
public
null
False
bruce3434
t2_12379h
This. C# is just a java ripoff. I used it back in the .NET 3.5 days. eww.
null
0
1544021079
False
0
eb52rkj
t3_a3764r
null
null
t1_eb4rko0
/r/programming/comments/a3764r/announcing_net_core_22/eb52rkj/
1547048720
-36
t5_2fwo
r/programming
public
null
False
tso
t2_37rbd
Most computers today have two gpus, one baked into the CPU die, another as a separate unit. Most VM passthrough setups only use the beefier seperate GPU, leaving the on-die GPU to handle the host desktop (never mind that we could always fall back to software drawn desktops, unless someone did something idiotic like delete that option from the source code).
null
0
1545210531
False
0
ec3pvn0
t3_a7hbku
null
null
t1_ec3pcfg
/r/programming/comments/a7hbku/windows_sandbox/ec3pvn0/
1547799238
5
t5_2fwo
r/programming
public
null
False
rebel_cdn
t2_4vhqr
I think it would need to be use something like Cairo or Skia regardless. Large parts of Winforms just wraps the native Win32 controls from user32.dll or draws new ones using GDI. So I don't think there will be a way around writing your own implementation of the User32 and GDI calls that Winforms makes and then drawing then yourself using something like Cairo. But having all of the source available to use might make it relatively easy to merge the Winforms code with Mono's Cairo back end, implement any missing bits, fix what needs fixing, and then run the whole thing on .NET Core. That might be a fun project to work on!
null
0
1544021113
False
0
eb52t2r
t3_a32foa
null
null
t1_eb2za9x
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb52t2r/
1547048738
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
The problem is when it eliminates choice for users. It's organized theft, because we have to pay a higher price one way or the other.
null
0
1545210533
False
0
ec3pvol
t3_a7jj68
null
null
t1_ec3pl8r
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pvol/
1547799239
2
t5_2fwo
r/programming
public
null
False
dschooh
t2_3xlyp
I just downloaded the Linux binary pack, extracted it and enabled `userns_clone` in the kernel. Fails with ​ `Couldn't execute "/gnu/store/8llinghxcslyxmvszjlvlxbv411vra0x-next-gtk-webkit-1.1.0/bin/next-gtk-webkit": No such file or directory` ​ I checked the extracted directories, and I do have `ildn4l2wr0y7irm2536dnp88hhrdphsz-next-gtk-webkit-1.1.0` which sounds similar to what it's looking for but different. Any help?
null
0
1544021148
False
0
eb52uma
t3_a3chz5
null
null
t1_eb513q0
/r/programming/comments/a3chz5/next_the_dynamic_web_browser_resilient_to/eb52uma/
1547048757
7
t5_2fwo
r/programming
public
null
False
MikeBlues
t2_bksfp
I thought that the book (available online) was going to be about 'what is programming', lisp etc, but it is concerned with programing nature - e.g. forces, particle systems, fractals. It uses Java for examples. I don't know much about this stuff, and found the book to be a very readable, highly interesting introduction. ​
null
0
1545210597
False
0
ec3pwzq
t3_a7jsml
null
null
t3_a7jsml
/r/programming/comments/a7jsml/the_nature_of_code/ec3pwzq/
1547799255
2
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
You're misunderstanding why .net has the dictotomy between reference and value types. It's a performance optimization, value types typically get put on the stack unless there are other considerations (like being a member of a reference type), whereas with reference types there's some analysis that goes on before it's determined to be safe. This dichotomy existed in Java long before .Net, but .Net did it more practically (java has int vs Int, for example). Also: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/ > In general, classes are used to model more complex behavior, or data that is intended to be modified after a class object is created. Structs are best suited for small data structures that contain primarily data that is not intended to be modified after the struct is created. Value types are copied, reference types are not. This can have its own performance implications depending on use, but there is no specific recommendation for always using reference types. At best the recommendation is if you're unsure, use reference types so you don't pay the cost of copying unnecessarily. I guess my point here is that you based your argument off of what you thought rather than reality, and that sort of thought process calls into question everything you say. Be better than that.
null
0
1544021218
False
0
eb52xoo
t3_a2ml49
null
null
t1_eb0dmp1
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb52xoo/
1547048795
0
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
And this matters ... why? I fail to see how one corporation abusing its monopoly makes it any less worse than when another corporation did so prior. From my point of view they are both abusing users and should be severely punished. Strangely enough, the state officials (both in the EU but even more so in the USA, unsurprisingly so) are playing sitting ducks. Why do you need such officials who do nothing against monopoly build ups?
null
0
1545210619
False
0
ec3pxhl
t3_a7jj68
null
null
t1_ec3mtdc
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pxhl/
1547799261
25
t5_2fwo
r/programming
public
null
False
G_Morgan
t2_30zrq
TBH I think the main reason is TFS is atrocious and this allows them to claim an end to end MS development experience which has no really terrible parts.
null
0
1544021279
False
0
eb530f2
t3_a32foa
null
null
t1_eb37150
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb530f2/
1547048829
0
t5_2fwo
r/programming
public
null
False
swordglowsblue
t2_2nrkh5d0
[XKCD is always relevant.](https://xkcd.com/927/)
null
0
1545210636
False
0
ec3pxul
t3_a7arbt
null
null
t1_ec39gk3
/r/programming/comments/a7arbt/how_to_write_perfect_python_commandline_interfaces/ec3pxul/
1547799266
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544021288
False
0
eb530tq
t3_a3crf5
null
null
t1_eb52qmq
/r/programming/comments/a3crf5/a_nigerian_language_programming_language/eb530tq/
1547048834
4
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I fail to see what is good here. Yes, Microsoft is awful, Windows is awful but why is Google abusing its de-facto monopoly a good thing?
null
0
1545210656
False
0
ec3py9p
t3_a7jj68
null
null
t1_ec3j9ak
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3py9p/
1547799271
15
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
this is why you hire smart people and not java programmers (or C++ programers, etc). It's one thing if your company is lacking an expertise and you're trying to hire for that expertise. Otherwise, just hire smart people.
null
0
1544021433
False
0
eb537bj
t3_a2ml49
null
null
t1_eazohha
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb537bj/
1547048914
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I don't see what is funny when a corporation is abusing its monopoly - be it Microsoft or be it Google. In both cases the end user is abused. It's time for standards by the people for the people. Time to get rid of lobby-organizations such as the W3C promoting DRM and more complexity for no need.
null
0
1545210704
False
0
ec3pz9q
t3_a7jj68
null
null
t1_ec3htj2
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pz9q/
1547799284
3
t5_2fwo
r/programming
public
null
False
tcris
t2_5g6gr
the more I see things like these, the more I like the monolith approach (not necessarily for the frontend itself, but the huge hell of managing all those micro things is a lot worse than doing a disciplined and well designed one-big-thing)
null
0
1544021447
False
0
eb5380m
t3_a3c9jt
null
null
t3_a3c9jt
/r/programming/comments/a3c9jt/ui_in_microservices_world_micro_frontends_pattern/eb5380m/
1547048924
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Because a single corporation dictates how you view information (via the browser). Why do you defend this? Are you a Google shell?
null
0
1545210730
False
0
ec3pzur
t3_a7jj68
null
null
t1_ec3l0m6
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3pzur/
1547799291
12
t5_2fwo
r/programming
public
null
False
Bigsoftier
t2_d5w7r
Meh, it’s not a new language, just JavaScript with the keywords renamed.
null
0
1544021515
False
0
eb53b58
t3_a3crf5
null
null
t3_a3crf5
/r/programming/comments/a3crf5/a_nigerian_language_programming_language/eb53b58/
1547048962
8
t5_2fwo
r/programming
public
null
False
himself_v
t2_3tsyg
Rare news from Microsoft that sound pretty cool.
null
1
1545210767
False
0
ec3q0li
t3_a7hbku
null
null
t3_a7hbku
/r/programming/comments/a7hbku/windows_sandbox/ec3q0li/
1547799301
-2
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
there's a difference between knowing an API and understanding the language and runtime. There are plenty of API's I'm not familiar with in .net, ruby, python, C++, Powershell, ad nauseum, but that would never prevent me from claiming expertise in these environments.
null
0
1544021632
False
0
eb53gjn
t3_a2ml49
null
null
t1_eazqz13
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb53gjn/
1547049055
1
t5_2fwo
r/programming
public
null
False
tansim
t2_1d7ju1vp
why would it then not be a sandbox? Most decent VMs have graphics pass through these days.
null
0
1545210775
False
0
ec3q0qn
t3_a7hbku
null
null
t1_ec3pcfg
/r/programming/comments/a7hbku/windows_sandbox/ec3q0qn/
1547799303
0
t5_2fwo
r/programming
public
null
False
__crackers__
t2_oen2h
> 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. You mean the same engines that all half-decent JS libraries target and work on? The same engines web developers have been building for for over a decade? > security issues of all three? Browser security problems don't carry over unless you're stupid enough to pull in arbitrary arbitrary adtech code and run it in your application's process. > Do you even understand what EASILY and CHEAPLY means? Yes. Do you know how to talk in a civil manner? > every one of those companies will once again choose nothing lol You seem to be working from the unquestioned assumption that releasing half-assed bloatware is better than releasing no app. > 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. Yes, and once again it's a benefit to the developer. The user doesn't care whether your app requires polyfills. They care whether it hammers their battery. > 20%+ of desktop users are not on 3gb or less of RAM. On what basis are you dismissing these actual measurements out of hand? Who do you think these users are? Because the users you're thinking of aren't regular folks. Normal folks do most of their stuff on their phone these days, and just have an old desktop/notebook they bought years ago for the stuff their phone can't do yet. They aren't rocking i7s, 1TB SSDs and 16GB of RAM like the people who are writing these applications.
null
0
1544021634
False
0
eb53gmq
t3_a2b8u4
null
null
t1_eb4geu1
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb53gmq/
1547049056
1
t5_2fwo
r/programming
public
null
False
tso
t2_37rbd
Reminds me of how in Chrome you can drag and drop a folder into a upload dialog, but there is no formal spec for doing so. Made for quite a mess when trying to use various Android apps that leveraged that for handling file transfers...
null
0
1545210783
False
0
ec3q0wp
t3_a7jj68
null
null
t3_a7jj68
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3q0wp/
1547799305
0
t5_2fwo
r/programming
public
null
False
rebel_cdn
t2_4vhqr
Sounds to me like it was reproduced about 20,000 times. 😊
null
0
1544021763
False
0
eb53mic
t3_a3crqx
null
null
t3_a3crqx
/r/programming/comments/a3crqx/how_i_debugged_a_non_reproducible_bug_with_20k/eb53mic/
1547049129
952
t5_2fwo
r/programming
public
null
False
Ameisen
t2_5qad2
How is the performance relative to ReFS and NTFS? Does it support TXF?
null
0
1545210801
False
0
ec3q1a9
t3_a75zo0
null
null
t3_a75zo0
/r/programming/comments/a75zo0/winbtrfs_v11_released_zstd_support_bug_fixes/ec3q1a9/
1547799309
1
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
they also said the project was never done, so they don't actually know how long it would take. As someone who knows both C++ and Ruby, there's no way it would take a competent C++ developer 6 months to pick up enough Ruby to be productive with it.
null
0
1544021826
False
0
eb53q8o
t3_a2ml49
null
null
t1_eb2ze40
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb53q8o/
1547049175
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
And so what? You mean Google does not control it? You think a hobbyist developer can fork and maintain it? Seriously? Just because something is open source does not make it automatically great. You have a monopoly situation here in place despite it being open source. Being open source should actually be a standard to begin with anyway, so it's good that the non-open source Edge is eliminated from the race. It is nonetheless bad that Google controls the browser segment.
null
0
1545210815
False
0
ec3q1na
t3_a7jj68
null
null
t1_ec3p0jo
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3q1na/
1547799314
4
t5_2fwo
r/programming
public
null
False
TheThiefMaster
t2_n1div
A better way of thinking of it is that `ref` and `out` pass a reference to the _variable_ not the object. For some types the variable itself is a reference and for some it isn't, but `ref` always gives a reference to the variable.
null
0
1544021854
False
0
eb53rwy
t3_a3cluu
null
null
t1_eb518xg
/r/programming/comments/a3cluu/exploring_cs_ref_return_to_better_understand_it/eb53rwy/
1547049196
5
t5_2fwo
r/programming
public
null
False
TheGreatBugFucker
t2_1xq2lihk
Hey moron: > How about assembler, and types are "32 bit" and "64 bit" and a few variants thereof, and higher level types such as boolean or string but that's really just other names for the bit types :) THIS was the context, little moron: > And I suppose whatever secret language you're using is absolutely perfect. **READ before posting stupid nonsense.**
null
0
1545211059
False
0
ec3q6d3
t3_a1lbh8
null
null
t1_ebb7wq7
/r/programming/comments/a1lbh8/announcing_typescript_32/ec3q6d3/
1547799372
1
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
I disagree, JS is functional first, it's why jquery destroyed everyone else. It actively works with JS and not against it.
null
0
1544021877
False
0
eb53sx9
t3_a2ml49
null
null
t1_eazq3au
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb53sx9/
1547049209
1
t5_2fwo
r/programming
public
null
False
TheGreatBugFucker
t2_1xq2lihk
Hey moron: > How about assembler, and types are "32 bit" and "64 bit" and a few variants thereof, and higher level types such as boolean or string but that's really just other names for the bit types :) THIS was the context, little moron: > And I suppose whatever secret language you're using is absolutely perfect. **READ before posting stupid nonsense.**
null
0
1545211065
False
0
ec3q6hy
t3_a1lbh8
null
null
t1_ebcoc6f
/r/programming/comments/a1lbh8/announcing_typescript_32/ec3q6hy/
1547799373
1
t5_2fwo
r/programming
public
null
False
jmercouris
t2_9b1sjpd
I'm not so familiar with the Guix/Linux side of things, however; /u/ambrevar any thoughts?
null
0
1544021891
False
0
eb53tmp
t3_a3chz5
null
null
t1_eb52uma
/r/programming/comments/a3chz5/next_the_dynamic_web_browser_resilient_to/eb53tmp/
1547049217
1
t5_2fwo
r/programming
public
null
False
TheGreatBugFucker
t2_1xq2lihk
Hey moron: > How about assembler, and types are "32 bit" and "64 bit" and a few variants thereof, and higher level types such as boolean or string but that's really just other names for the bit types :) THIS was the context, little moron: > And I suppose whatever secret language you're using is absolutely perfect. **READ before posting stupid nonsense.**
null
0
1545211077
False
0
ec3q6qs
t3_a1lbh8
null
null
t1_ebb7uob
/r/programming/comments/a1lbh8/announcing_typescript_32/ec3q6qs/
1547799377
1
t5_2fwo
r/programming
public
null
False
r00dimental
t2_qr79r
Do you really need Mojave on Mac to run it? I get this: You have macOS 10.13.6. The application requires macOS 10.14 or later.
null
0
1544022054
False
0
eb5416y
t3_a3chz5
null
null
t3_a3chz5
/r/programming/comments/a3chz5/next_the_dynamic_web_browser_resilient_to/eb5416y/
1547049312
2
t5_2fwo
r/programming
public
null
False
TheGreatBugFucker
t2_1xq2lihk
Hey moron: > How about assembler, and types are "32 bit" and "64 bit" and a few variants thereof, and higher level types such as boolean or string but that's really just other names for the bit types :) THIS was the context, little moron: > And I suppose whatever secret language you're using is absolutely perfect. **READ before posting stupid nonsense.**
null
0
1545211081
False
0
ec3q6tq
t3_a1lbh8
null
null
t1_ebco9l6
/r/programming/comments/a1lbh8/announcing_typescript_32/ec3q6tq/
1547799378
1
t5_2fwo
r/programming
public
null
False
r00dimental
t2_qr79r
But looks like an interesting project!
null
0
1544022102
False
0
eb543at
t3_a3chz5
null
null
t3_a3chz5
/r/programming/comments/a3chz5/next_the_dynamic_web_browser_resilient_to/eb543at/
1547049338
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Google becomes more and more evil every day. I wonder who the people are who work at Google. They surely must realize by now that they are prolonging evil here.
null
0
1545211096
False
0
ec3q75c
t3_a7k0an
null
null
t3_a7k0an
/r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ec3q75c/
1547799382
-29
t5_2fwo
r/programming
public
null
False
suhcoR
t2_rzwyn0
Summary: *In India, we have 5 million developers who still rely heavily on Java, C++ and Python.* *In this article, we will list down the lesser known programming languages that form the backbone of the banking sector.* *Erlang, Haskell, Clojure, Java, Python.* So I count six languages, five of which are described in the article.
null
0
1544022198
1544022465
0
eb547ny
t3_a3bk0s
null
null
t3_a3bk0s
/r/programming/comments/a3bk0s/5_programming_languages_in_fintech/eb547ny/
1547049392
1
t5_2fwo
r/programming
public
null
False
TheGreatBugFucker
t2_1xq2lihk
Hey moron: > How about assembler, and types are "32 bit" and "64 bit" and a few variants thereof, and higher level types such as boolean or string but that's really just other names for the bit types :) THIS was the context, little moron: > And I suppose whatever secret language you're using is absolutely perfect. **READ before posting stupid nonsense.**
null
0
1545211097
False
0
ec3q76f
t3_a1lbh8
null
null
t1_eb79g04
/r/programming/comments/a1lbh8/announcing_typescript_32/ec3q76f/
1547799382
1
t5_2fwo
r/programming
public
null
False
jcelerier
t2_nju89
> which means you don't have to distribute a billion dll's on Windows 7. if you distribute a billion dll's (all the `api-ms-whatever-stuff`) you are doing it wrong and putting the safety of your users at risk. the only thing that you have to do is enable the damn windows update on those machines because these DLLs are part of the OS and are shipped through this channel.
null
0
1544022211
False
0
eb54880
t3_a32r4e
null
null
t1_eb4vmxm
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/eb54880/
1547049398
3
t5_2fwo
r/programming
public
null
False
alwaysdoit
t2_3ofvy
Honestly, YouTube doesn't give enough shits about Edge to purposely try to make it worse. YouTube and Chrome are completely different orgs and nobody in YouTube is going to approve engineering time to help make Chrome look marginally better. If anything YouTube would want Edge to perform better because the want to improve watch time, but it's also very unlikely anyone bothered to do an Edge battery life regression test. The accessibility explanation makes a lot of sense though, YT does care a good amount about that.
null
0
1545211113
False
0
ec3q7hv
t3_a7jj68
null
null
t1_ec3l063
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3q7hv/
1547799385
34
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
On the “and still aren’t”, we’ve made specific design decisions that make it easier on compiler implementors, both our own and alternative compilers. We’re interested in having more implementations, but it’s not clear who actually wants to do that work. There is an implementation of rust 1.19 with everything but the borrow checker, incidentally.
null
0
1544022213
False
0
eb548az
t3_a30hg9
null
null
t1_eb4wd5h
/r/programming/comments/a30hg9/gcc_9_adds_frontend_support_for_the_d_programming/eb548az/
1547049399
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Awesome bro - and so many arguments listed!!!
null
1
1545211114
False
0
ec3q7in
t3_a7k0an
null
null
t1_ec3lr8v
/r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ec3q7in/
1547799386
-3
t5_2fwo
r/programming
public
null
False
stupodwebsote
t2_16iquzue
Redhat monetized something that was already open and in many ways tried to restrict its openness to get you to sign up as a customer. Not all like Microsoft.
null
0
1544022221
False
0
eb548nj
t3_a32foa
null
null
t1_eb3u6te
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb548nj/
1547049404
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Cheez's syntax is inspired by rust, but it does not use semicolons. Looks more like Go. Why Rust went the syntax route they did rather than go for something more similar to Go beats me. The Rust language designers must have aimed for C++, as otherwise the choices made make little sense.
null
0
1545211182
False
0
ec3q8tw
t3_a7fjf2
null
null
t3_a7fjf2
/r/programming/comments/a7fjf2/cheez_lang_a_small_programming_language_i_created/ec3q8tw/
1547799403
-11
t5_2fwo
r/programming
public
null
False
BlckJesus
t2_6g8oq
This guy can't help but troll every single Microsoft-related post in this subreddit.
null
0
1544022315
False
0
eb54cxa
t3_a3764r
null
null
t1_eb4tjpq
/r/programming/comments/a3764r/announcing_net_core_22/eb54cxa/
1547049456
17
t5_2fwo
r/programming
public
null
False
bobtehpanda
t2_b55lj
Everyone pushing a decentralized web is ignorant of the biggest problem, which is that the decentralized web for the average user is complicated and scary. UX for actually participating in the centralized web is atrocious.
null
0
1545211240
False
0
ec3q9y8
t3_a7jj68
null
null
t1_ec3pszd
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3q9y8/
1547799416
34
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544022350
False
0
eb54ehm
t3_a3cifu
null
null
t3_a3cifu
/r/programming/comments/a3cifu/everything_about_distributed_systems_is_terrible/eb54ehm/
1547049477
34
t5_2fwo
r/programming
public
null
False
ItzWarty
t2_56t41
I'd be very surprised if modern CPUs could execute 2007-era 3D graphics w/ interactive graphics via software at modern resolutions :P
null
0
1545211263
False
0
ec3qade
t3_a7hbku
null
null
t1_ec3pvn0
/r/programming/comments/a7hbku/windows_sandbox/ec3qade/
1547799422
4
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
No one is that good, that's why experience matters.
null
0
1544022398
False
0
eb54gm5
t3_a2ml49
null
null
t1_eb0rahl
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb54gm5/
1547049502
1
t5_2fwo
r/programming
public
null
False
Crypto_To_The_Core
t2_uzv3nj6
Turbo Pascal (and Delphi) = awesome !!!
null
0
1545211288
1545212006
0
ec3qavb
t3_a7jr9p
null
null
t1_ec3ii6e
/r/programming/comments/a7jr9p/whats_your_favourite_programming_language_sound/ec3qavb/
1547799427
2
t5_2fwo
r/programming
public
null
False
wllmsaccnt
t2_6j5x5
According to the article, one of the solutions for the near term would be to increase key sizes...which is what the long term trend has been for decades now. This kind of looks like a blatant attempt to get people to buy the $50 report with a clickbait title.
null
0
1544022514
False
0
eb54lur
t3_a3by0z
null
null
t3_a3by0z
/r/programming/comments/a3by0z/experts_say_its_time_to_create_new_cryptography/eb54lur/
1547049567
2
t5_2fwo
r/programming
public
null
False
fjonk
t2_4lebd
That doesn't really prevent google from adding whatever they want to chrome and chromium.
null
0
1545211338
False
0
ec3qbxi
t3_a7jj68
null
null
t1_ec3ptfb
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3qbxi/
1547799441
7
t5_2fwo
r/programming
public
null
False
LetsGoHawks
t2_32830
If you need a massive data set, you can either spent lots of time and money trying to build your own, or you can just buy one. MS was never going to be able to build a repository as big and popular as GitHub. It's *the* brand name of Git repositories. Like "Band-Aid", "iPod", or "Kleenex". And they had the money so, fuck it, it's easier to just buy them. Plus, they can prevent other companies from using all that data for anything they'd rather not have those companies doing.
null
0
1544022668
False
0
eb54spu
t3_a32foa
null
null
t1_eb4o59g
/r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/eb54spu/
1547049680
1
t5_2fwo
r/programming
public
null
False
bobtehpanda
t2_b55lj
The powers that be are not ignorant; in particular, the EU has never been one to turn down an antitrust case against an American company. After all, they busted Microsoft for bundling IE with Windows. It’s only a matter of time before someone starts investigating Chrome and bringing legal charges.
null
0
1545211399
False
0
ec3qd8e
t3_a7jj68
null
null
t1_ec3pvol
/r/programming/comments/a7jj68/former_microsoft_edge_intern_claims_google/ec3qd8e/
1547799457
5
t5_2fwo
r/programming
public
null