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
|
Olao99
|
t2_74yym
|
Pity you
| null |
0
|
1543681765
|
False
|
0
|
eav07w4
|
t3_a1ysx2
| null | null |
t1_eaul9et
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav07w4/
|
1546281703
|
4
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
vorpal_potato
|
t2_13luz5
|
I gave a talk the other day, and my notes are literally a few short bullet in *very* sloppy handwriting on a crumpled-up post-it note that I threw away before giving the talk because I couldn't actually read it. The talk went surprisingly well!
| null |
0
|
1544809414
|
False
|
0
|
ebsfpzq
|
t3_a60dlr
| null | null |
t1_ebs91ex
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsfpzq/
|
1547609415
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
XANi_
|
t2_7z5jp
|
So you're saying to code less for a month ? What's the purpose of posting that here ?
| null |
0
|
1543681810
|
False
|
0
|
eav09ul
|
t3_a24c4e
| null | null |
t3_a24c4e
|
/r/programming/comments/a24c4e/devember_is_now_2018_code_1hday_for_the_whole/eav09ul/
|
1546281728
|
15
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
hagamablabla
|
t2_f120i
|
Can't wait to see a cyberpunk dystopia with my own eyes.
| null |
0
|
1544809422
|
False
|
0
|
ebsfqfb
|
t3_a66102
| null | null |
t1_ebsex84
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsfqfb/
|
1547609420
|
22
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
AngularBeginner
|
t2_eky8x
|
You wrote:
> PO pushes tickets into the sprint
> Team pulls tickets from backlog strictly honoring backlog item order
> Team pulls tickets from backlog overruling backlog item order
The second one is true, but only in the context of the sprint planning. Outside of the sprint planning there should be no change to the sprint scope. If the PO requires one ticket to be added to the sprint scope (e.g. emergency) then the PO can talk to the team if he can add the ticket, with the result of another ticket dropping out of the sprint.
In Scrum the PO prioritizes the backlog items, then in the sprint planning the team plans tickets from the Backlog for the next sprint while honoring the prioritization from the PO. The team solely decides how many tickets are taken to the next sprint. If the team decides that they can only take one tickets because the need to resolve technical debt to solve it, then so be it. The team is responsible for the product quality.
| null |
0
|
1543681912
|
False
|
0
|
eav0e5s
|
t3_a24ahw
| null | null |
t3_a24ahw
|
/r/programming/comments/a24ahw/scrum_push_or_pull/eav0e5s/
|
1546281781
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
hagamablabla
|
t2_f120i
|
They would probably go one level up and serve summons to the distributors, namely Google and Apple.
| null |
0
|
1544809466
|
False
|
0
|
ebsfsl4
|
t3_a66102
| null | null |
t1_ebsfckn
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsfsl4/
|
1547609448
|
8
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
the_gnarts
|
t2_9ya05
|
> IMAP is a living protocol with many RFCs adding extensions. One of those is RFC 6855 which lets a server and client negotiate UTF8=ACCEPT capability and drop all the UTF-7.
Neither dovecot nor cyrus appear to support that RFC yet.
I wonder if it even makes sense to focus on that instead of
working on implementing JMAP server- and client side.
| null |
0
|
1543681994
|
False
|
0
|
eav0huw
|
t3_a23cci
| null | null |
t3_a23cci
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav0huw/
|
1546281827
|
17
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Madsy9
|
t2_4cus8
|
Idris and Whiley support contract. Idris supports this via tactics and its pattern matching, but it's done in a more indirect/implicit manner than in Ada or Whiley.
So in Idris you have direct access to the internal theorem prover built into the compiler. You then have editor shortcuts to reify expressions, split/expand expressions and add placeholder expressions. If you have added enough proofs, you can get the compiler to "autocomplete" whole function implementations or even the whole program for you. Which I think where some of the Idris hype comes from.
But this is less useful than it sounds. Why? Because if your proofs are so complex and elaborate that it allows the compiler to infer the unique implementation as enforced by the types, then you have just moved all your application's complexity into the proof! Who knows how many bugs the proofs/specification has :)
The art I think, is to find a balance.
| null |
0
|
1544809472
|
False
|
0
|
ebsfsvb
|
t3_a5ylm8
| null | null |
t1_ebrau76
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsfsvb/
|
1547609451
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
jlrobins_ssc
|
t2_38vct
|
Half way through the article I had to come back to see if this was /r/programminghorror.
| null |
0
|
1543682033
|
False
|
0
|
eav0jpc
|
t3_a23cci
| null | null |
t3_a23cci
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav0jpc/
|
1546281849
|
12
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
StruanT
|
t2_8nhgt
|
Just the fact that they are willing to try out a law like this is enough to send companies fleeing. Rolling it back isn't going to stop the fleeing unless they introduce some new laws/rights that make it harder for them to try shit like this again.
| null |
0
|
1544809487
|
False
|
0
|
ebsftnv
|
t3_a66102
| null | null |
t1_ebsea6g
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsftnv/
|
1547609460
|
45
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
thekab
|
t2_dh0l2
|
Obviously I don't know however I don't believe it was accidental. They either started the process after the meeting or they were involved with it at the time of the meeting.
In either case I simply don't believe they were unaware. It wasn't just the author of the article, there was tons of other prior art that he/she discussed with them.
And note how their first response was to try and continue with a clearly invalid patent by bribing the author with being added to it.
I'm not making a legal case but I'm sure as fuck not giving them the benefit.
| null |
0
|
1543682058
|
False
|
0
|
eav0ktj
|
t3_a1tazn
| null | null |
t1_eauzvud
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav0ktj/
|
1546281863
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
inu-no-policemen
|
t2_yh2ls
|
> JIT compiler is an interpreter
No, these are two separate things.
https://en.wikipedia.org/wiki/Interpreter_(computing)
https://en.wikipedia.org/wiki/Just-in-time_compilation
Ignition is the name of the interpreter which was added to V8.
https://v8.dev/docs/ignition
> You cannot do it efficiently.
That's not the topic.
| null |
0
|
1544809533
|
False
|
0
|
ebsfvza
|
t3_a60dlr
| null | null |
t1_ebsfirh
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsfvza/
|
1547609489
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
l2protoss
|
t2_6ycta
|
Why wouldn’t Phil get on VPN? Why do we need to increase our attack surface area?
| null |
0
|
1543682071
|
False
|
0
|
eav0lez
|
t3_a1ysx2
| null | null |
t1_eaumlk3
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav0lez/
|
1546281871
|
6
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
judge2020
|
t2_f5exa
|
And jobs lost. I wouldn't be surprised if many big companies instantly offered their Australian employees relocation packages.
| null |
0
|
1544809556
|
False
|
0
|
ebsfx51
|
t3_a66102
| null | null |
t1_ebsb2z1
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsfx51/
|
1547609504
|
284
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Lt_Tuck_Pendleton
|
t2_2eci16we
|
The scar most certainly would be. That's what this post is claiming, that the change is permanent. It isn't.
| null |
0
|
1543682121
|
False
|
0
|
eav0nmo
|
t3_a1u6ge
| null | null |
t1_eaumwom
|
/r/programming/comments/a1u6ge/bug_the_latest_nodejs_lts_can_make_permanent/eav0nmo/
|
1546281897
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
idobai
|
t2_fu8kq
|
Is this [Poe's law](https://en.wikipedia.org/wiki/Poe%27s_law) in action or just pure ignorance? I can't tell...
> JavaScript is so popular because it is goddamn decent at everything
Decent at what?! It has a weak-mediocre runtime with shitty performance(no, being better than python's default interpreter is not an achievement - it's like running faster than a 5 years old), shitty semantics(very poor OO and FP support), bad concurrency and parallelism story, no standard library(spamming insecure "micro-libraries" aren't going to solve this - in fact, it's the worst solution in the history of software dev), idiotic package management and packaging policies and it's also known to have more stupid quirks than any other language.
It's barely tolerable for front-end development where it's "native" and for everything else it's one of the worst choices.
> while being far and beyond the best scripting language around.
According to what standards? In 2018, it's not even close to be an "ok" scripting language, let alone the "best".
> I get approximately three to four times the performance of python with approximately the same code, which is *syntactically similar to Java / c#*
Comparing js to java and c#, this must be a joke...
| null |
0
|
1544809632
|
False
|
0
|
ebsg0xu
|
t3_a65liu
| null | null |
t1_ebs5evu
|
/r/programming/comments/a65liu/the_worlds_most_popular_programming_language_is/ebsg0xu/
|
1547609550
|
9
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
tchaffee
|
t2_92kg3
|
It isn't the only article I've read that claims women dominated the field in the 1950s. Feel free to debunk it with a better source.
"Between 30 and 50 percent of programmers were women in the 1950s, and it was seen as a natural career for them, as evidenced by a 1967 *Cosmopolitan* feature about “[Computer Girls](https://www.theatlantic.com/business/archive/2016/09/what-programmings-past-reveals-about-todays-gender-pay-gap/498797/).”
[https://timeline.com/women-pioneered-computer-programming-then-men-took-their-industry-over-c2959b822523](https://timeline.com/women-pioneered-computer-programming-then-men-took-their-industry-over-c2959b822523)
| null |
0
|
1543682270
|
False
|
0
|
eav0ud3
|
t3_a22biq
| null | null |
t1_eauzidn
|
/r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eav0ud3/
|
1546281981
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
ashishduhh1
|
t2_12m8lv
|
You're correct that Google/Apple will pull them but I don't see why Signal would ever block old clients. There is no mechanism by which the government can force Signal to stop providing a service.
| null |
0
|
1544809647
|
False
|
0
|
ebsg1qe
|
t3_a66102
| null | null |
t1_ebsfiwd
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsg1qe/
|
1547609560
|
9
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
theGiallo
|
t2_g5stc
|
Hahaha, no! E.g. I work as a R&D gamedev programmer, 8h/day, 5days/week and I will code 1h/day on a project, keeping a devlog, outside of the work hours.
| null |
0
|
1543682356
|
False
|
0
|
eav0ye2
|
t3_a24c4e
| null | null |
t1_eav09ul
|
/r/programming/comments/a24c4e/devember_is_now_2018_code_1hday_for_the_whole/eav0ye2/
|
1546282030
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> No, these are two separate things.
You don't know much about interpretation and compilation, do you? Please avoid using wikipedia as an authority, ok?
> That's not the topic.
It is. An ad hoc interpreter that you unavoidably embed in your "compiled" code is still an interpreter.
| null |
0
|
1544809660
|
False
|
0
|
ebsg2cd
|
t3_a60dlr
| null | null |
t1_ebsfvza
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsg2cd/
|
1547609568
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> Because really, you can NOT anticipate the performance based on a mere sum of per instruction count for a given trace.
Of course. Have a look at how compiler backends cost models work - they're taking into account which execution units are affected.
> So anyway; profile your program.
If you're a compiler backend, you cannot do it. You still must have a cost model as accurate as possible.
| null |
0
|
1543682373
|
False
|
0
|
eav0z7i
|
t3_a1sbwp
| null | null |
t1_eatas7v
|
/r/programming/comments/a1sbwp/not_all_cpu_operations_are_created_equal/eav0z7i/
|
1546282041
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
0
|
1544809670
|
False
|
0
|
ebsg2ui
|
t3_a63i69
| null | null |
t1_ebrj804
|
/r/programming/comments/a63i69/how_netflix_works_the_hugely_simplified_complex/ebsg2ui/
|
1547609574
|
22
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
sarcasticpool
|
t2_14rzq6
|
Hackers haven't been "always" like that. Hacking was more of a "just for fun" thing when the Internet was in its initial phases. Hackers used to "joyride" other systems taking advantage of Dial-Up connections and boast.
| null |
0
|
1543682379
|
False
|
0
|
eav0zgz
|
t3_a1ysx2
| null | null |
t1_eauz44h
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav0zgz/
|
1546282044
|
15
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
0
|
1544809705
|
False
|
0
|
ebsg4jv
|
t3_a66ljo
| null | null |
t1_ebsdam6
|
/r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsg4jv/
|
1547609595
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
ethan418
|
t2_ngwddk6
|
Pewds has 72mil subs and someone like Logan Paul has 17 but they both get the same amount of views so by your predictions pewds should get 72mil views every video he makes?
| null |
1
|
1543682412
|
False
|
0
|
eav110m
|
t3_a1ysx2
| null | null |
t1_eauyp66
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav110m/
|
1546282062
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
CautiousSquare
|
t2_2oxudu46
|
that's like writing a great novel no one reads vs writing a good enough novel that people actually read. sure, some might like spending years writing a book that never gets published, relegated to oblivion, for the purity of literature. Others get great satisfaction from having their work (be a book or software) actually be used.
| null |
0
|
1544809706
|
False
|
0
|
ebsg4li
|
t3_a66ljo
| null | null |
t1_ebsf7mm
|
/r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsg4li/
|
1547609595
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
niczar
|
t2_3enpx
|
Maybe YOU should. Ur mom gay.
| null |
0
|
1543682448
|
False
|
0
|
eav12mc
|
t3_a1ysx2
| null | null |
t1_eauvpez
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav12mc/
|
1546282082
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
YserviusPalacost
|
t2_217nemmx
|
I second number 2. Hand to look her up and can agree. She's either the smartest hottie, or the hottest smartie!
| null |
0
|
1544809731
|
False
|
0
|
ebsg5s5
|
t3_a61jek
| null | null |
t1_ebqzajk
|
/r/programming/comments/a61jek/we_need_an_fda_for_algorithms/ebsg5s5/
|
1547609610
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Raenryong
|
t2_6xu1w
|
Every interview I've ever gone for has asked for gender/ethnicity. My company constantly celebrates removing as many white people as possible from positions, with supported people making comments bemoaning how white men are still occupying high-tier positions. It is relentless, and never about merit or ideology or anything else. It's always skin colour and genitals. Skin colour and genitals.
| null |
0
|
1543682541
|
False
|
0
|
eav16sq
|
t3_a22biq
| null | null |
t1_eauzysx
|
/r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eav16sq/
|
1546282134
|
5
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
idobai
|
t2_fu8kq
|
That would be C, java etc.
| null |
0
|
1544809745
|
False
|
0
|
ebsg6gt
|
t3_a65liu
| null | null |
t1_ebs87i2
|
/r/programming/comments/a65liu/the_worlds_most_popular_programming_language_is/ebsg6gt/
|
1547609618
|
6
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
zagginllaykcuf
|
t2_1zhzr6fo
|
Lmao you sound like you're 12 and just saw a free 90's hacking movie on basic cable. "Joyriding dialup" Jesus christ dude lol
| null |
0
|
1543682564
|
False
|
0
|
eav17tf
|
t3_a1ysx2
| null | null |
t1_eav0zgz
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav17tf/
|
1546282146
|
-48
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
rad_badders
|
t2_tpz4q
|
Workaround? Its literally using the operating system features, so that every app in the world doesnt have to do a shitty reimplentation. Adding so much cruft to software when the os already does what you want is why its all bloated mess half the team (see visual studio proper for an excellent example of this)
| null |
0
|
1544809759
|
False
|
0
|
ebsg771
|
t3_a5mk9z
| null | null |
t1_eboy808
|
/r/programming/comments/a5mk9z/visual_studio_code_version_130_released/ebsg771/
|
1547609628
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
chmouelb
|
t2_bodop
|
would be nice to have this kind of article for golang based Makefile, since this article is really targetting gcc/g++ based compilation,
| null |
0
|
1543682580
|
False
|
0
|
eav18hx
|
t3_a219ba
| null | null |
t3_a219ba
|
/r/programming/comments/a219ba/makefiles_best_practices/eav18hx/
|
1546282155
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
ashishduhh1
|
t2_12m8lv
|
Ridiculous question, it's owned by FB.
| null |
0
|
1544809788
|
False
|
0
|
ebsg8kd
|
t3_a66102
| null | null |
t1_ebsbur2
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsg8kd/
|
1547609645
|
30
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Aphix
|
t2_36j3z
|
Wait really? Every 2-man+ shop I've worked with for over a decade has this infrastructure in place, the vast majority have Fortigate hardware but even basic ones have some form of VPN. Hell, use Hamachi if you need to, advertised usage is not the only usage.
| null |
0
|
1543682582
|
False
|
0
|
eav18m0
|
t3_a1ysx2
| null | null |
t1_eauzd7x
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav18m0/
|
1546282157
|
16
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Teknikal_Domain
|
t2_vpahi
|
"We're sorry you found out." Sounds more appropriate.
| null |
0
|
1544809857
|
False
|
0
|
ebsgc0j
|
t3_a66ljo
| null | null |
t3_a66ljo
|
/r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsgc0j/
|
1547609687
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Aphix
|
t2_36j3z
|
Not sure about the downvotes but I agree, crossing subnets can be difficult to configure even with "enterprise" (read: less consumer bloatware) printers.
| null |
0
|
1543682682
|
False
|
0
|
eav1d78
|
t3_a1ysx2
| null | null |
t1_eauyx9t
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1d78/
|
1546282242
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
user8081
|
t2_enbly
|
*It's not a bug, it's a feature.*
| null |
0
|
1544809868
|
False
|
0
|
ebsgcj9
|
t3_a66ljo
| null | null |
t3_a66ljo
|
/r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsgcj9/
|
1547609693
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
NiveaGeForce
|
t2_t85qp
|
> I can attest that Category theory has been pretty much useless in terms of improving how I program.
This implies that you still have a lot to learn.
| null |
0
|
1543682713
|
False
|
0
|
eav1els
|
t3_a1yh8f
| null | null |
t1_eauzgth
|
/r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eav1els/
|
1546282260
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> This still isn't a property of the language. It's not something you'd find in a language's specification.
Nope. The amount of *dynamic* features that must be interpreted one way or another is exactly a language property.
| null |
0
|
1544809883
|
False
|
0
|
ebsgda0
|
t3_a60dlr
| null | null |
t1_ebs1xgl
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsgda0/
|
1547609703
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
casualblair
|
t2_7r2vw
|
Better than the shit I got up to with unprotected college printers
Whole page 250,250,250 or a bit more.
"You're running out of ink" in 255,255,255
Print 500 copies or more.
Or
Your printer is unsecure! Over and over, with print jobs being sent hourly by script to all printers on the network I shouldn't have access to. But I was smart enough to run it from someone elses computer that didn't have an admin password.
| null |
0
|
1543682734
|
False
|
0
|
eav1fkl
|
t3_a1ysx2
| null | null |
t1_eau04si
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1fkl/
|
1546282272
|
13
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Gregabit
|
t2_um7nfao
|
> Just the fact that they are willing to try out a law like this is enough
There are people that are wanting the same thing in the United States.
https://en.wikipedia.org/wiki/FBI%E2%80%93Apple_encryption_dispute
| null |
0
|
1544809935
|
False
|
0
|
ebsgfvv
|
t3_a66102
| null | null |
t1_ebsftnv
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgfvv/
|
1547609734
|
20
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
tchaffee
|
t2_92kg3
|
>men are - on average - willing to search in a wider area they potentially:
Source?
>What isn't measured at all is flexi-time, early retirement, number of paid holidays, maternity leave
The study converts all pay to hourly pay, which on its own eliminates those factors. And considering that it showed a widespread and consistent gap between women's and men's pay, if you wanted to claim that women are getting paid less because most women negotiate more paid holidays, you should provide some evidence that that factor is widespread.
| null |
0
|
1543682777
|
1543688299
|
0
|
eav1hhh
|
t3_a22biq
| null | null |
t1_eav02b5
|
/r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eav1hhh/
|
1546282296
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
annexi-strayline
|
t2_opgl37x
|
Give me one single example where Ada caused a disaster. Or even easier - give me one example where using Ada could cause a disaster due to the choice itself. And don't tell me "Ariene 5" - any competent review of that event will tell you Ada was not even remotely to blame.
| null |
0
|
1544809993
|
False
|
0
|
ebsgiri
|
t3_a5ylm8
| null | null |
t1_ebsej72
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsgiri/
|
1547609770
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
sarcasticpool
|
t2_14rzq6
|
A 19 year old student who has Cyber Security as a subject in his college.
| null |
0
|
1543682818
|
False
|
0
|
eav1jal
|
t3_a1ysx2
| null | null |
t1_eav17tf
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1jal/
|
1546282318
|
10
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Liam2349
|
t2_h62v4
|
They will either follow Australian law, or Australia will probably block Facebook services. So they don't have to summon anyone.
| null |
0
|
1544810024
|
False
|
0
|
ebsgkab
|
t3_a66102
| null | null |
t1_ebsfckn
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgkab/
|
1547609795
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
FredFredrickson
|
t2_4all3
|
I'm sort of surprised people still watch PewDiePie.
| null |
1
|
1543682861
|
False
|
0
|
eav1lbn
|
t3_a1ysx2
| null | null |
t1_eau04si
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1lbn/
|
1546282343
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
annexi-strayline
|
t2_opgl37x
|
I'd like to see that. I did my part, now do yours. Give me an example of a "vulnerability" that Ada could cause by its nature. I'll wait.
| null |
0
|
1544810031
|
False
|
0
|
ebsgklg
|
t3_a5ylm8
| null | null |
t1_ebsef5c
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsgklg/
|
1547609799
|
5
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
mustang__1
|
t2_128ndb
|
Ehh. Yes and no. We have a satellite office that uses remote desktop to a terminal server to handle erp access. Printing locally through windows in that situation can make you realize how hell in it's typical state would be quite bearable in absence of printers.
| null |
0
|
1543682899
|
False
|
0
|
eav1n1s
|
t3_a1ysx2
| null | null |
t1_eaukk65
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1n1s/
|
1546282365
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
FrenchFry77400
|
t2_arq5k
|
Also, they can still provide the apk for updates.
I doubt it will stop the kind of people already using Signal.
| null |
0
|
1544810037
|
False
|
0
|
ebsgkxj
|
t3_a66102
| null | null |
t1_ebsg1qe
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgkxj/
|
1547609802
|
20
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
therearesomewhocallm
|
t2_4qsdr
|
My prediction is that increasing subscribers to a channel increases that channels revenue.
| null |
0
|
1543682956
|
False
|
0
|
eav1pm0
|
t3_a1ysx2
| null | null |
t1_eav110m
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1pm0/
|
1546282398
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
idobai
|
t2_fu8kq
|
People who want to use js everywhere know nothing about other languages and don't understand what is wrong with js. There's also no valid technical reason to use js for backend or for mobile. For desktop you could argue that electron is cheap(even if it's generally garbage) but you don't have to use js because there are far better languages(which are also easy to learn) available for it like typescript.
| null |
1
|
1544810069
|
False
|
0
|
ebsgmjh
|
t3_a65liu
| null | null |
t1_ebsf6cb
|
/r/programming/comments/a65liu/the_worlds_most_popular_programming_language_is/ebsgmjh/
|
1547609823
|
-3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
fbsrage
|
t2_2pby9x94
|
I like working on legacy code...
So long as I have the freedom to refactor it as needed, which is something that product/management usually wants to resist. The problem there is product/management though, not the code.
| null |
0
|
1543682973
|
False
|
0
|
eav1qcq
|
t3_a21sg3
| null | null |
t3_a21sg3
|
/r/programming/comments/a21sg3/time_to_change_your_attitude_towards_legacy_code/eav1qcq/
|
1546282407
|
6
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
annexi-strayline
|
t2_opgl37x
|
I think this leaves out Ada's very carefully designed structural systems (packages and types). Ada encourages very disciplined encapsulation. You have to really try to make an Ada program monolithic, it is not natural.
| null |
0
|
1544810128
|
False
|
0
|
ebsgpj4
|
t3_a5ylm8
| null | null |
t1_ebsedsa
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsgpj4/
|
1547609860
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
IshKebab
|
t2_htaqb
|
Not in 1997 though!
| null |
1
|
1543683042
|
False
|
0
|
eav1tdo
|
t3_a23cci
| null | null |
t1_eav027u
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav1tdo/
|
1546282444
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
c_o_r_b_a
|
t2_unys3
|
Signal is the only one I trust to never capitulate. Moxie Marlinspike has proven from the start that he genuinely cares about privacy and has the technical capability to make secure products. I would trust pretty much anything he makes.
| null |
0
|
1544810130
|
False
|
0
|
ebsgpny
|
t3_a66102
| null | null |
t1_ebsaj2r
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgpny/
|
1547609860
|
413
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
MartiONE
|
t2_cxhxp
|
That's a bold assumption, I myself did the project as part of the interview and can't complain about what I am getting paid.
Obviously, it doesn't go with the reddit trend looks like. Where everyone is evaluated in under an hour.
| null |
0
|
1543683046
|
False
|
0
|
eav1tkk
|
t3_a1tazn
| null | null |
t1_eauuwq4
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav1tkk/
|
1546282446
|
-5
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
mdatwood
|
t2_h5qqe
|
Yep. It will also help figure out what software is really secure what only pays lip service. Any software remaining in the Australian market, at a minimum has a backdoor.
| null |
0
|
1544810157
|
False
|
0
|
ebsgr37
|
t3_a66102
| null | null |
t1_ebsaj2r
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgr37/
|
1547609878
|
40
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
zagginllaykcuf
|
t2_1zhzr6fo
|
Oh yeah? "Cyber security" as a "subject" in college? You really sound 12 or like a high school drop out, no freshman majoring in CS especially security talks like that mate lol
| null |
0
|
1543683092
|
False
|
0
|
eav1vkc
|
t3_a1ysx2
| null | null |
t1_eav1jal
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav1vkc/
|
1546282471
|
-33
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Mukhasim
|
t2_oocp1
|
Eventually the old clients' encryption will be obsolete.
| null |
0
|
1544810202
|
False
|
0
|
ebsgtbo
|
t3_a66102
| null | null |
t1_ebsg1qe
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgtbo/
|
1547609906
|
4
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
The_One_X
|
t2_1t8bf4
|
If you are not going to pay them for that 20 hours, please stop doing that. Anything more than 1 to 2 hours is not healthy.
| null |
0
|
1543683104
|
False
|
0
|
eav1w3w
|
t3_a1tazn
| null | null |
t1_eaurthi
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav1w3w/
|
1546282477
|
9
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
redwall_hp
|
t2_1eplo
|
Fascism has been growing since the first Red Scare. The very definition, before it was turned into a meaningless buzzword, refers to corporations getting in bed with the government and influencing policy. It's a form of right wing syndicalism that operates on the principle that businesses represent the interests of their workers. Which is nonsense and leads to the neofeudalist crap we're dealing with to this day.
It mostly grew out of bourgeoise hate for any form of socialism. Which is a key part of how WWII happened: the Nazi party hated communists (especially Russians) and eventually someone thought up a grand conspiracy between the Communists and Jews and sold the public on the idea of a betrayal that cost them WWI and crippled their economy.
| null |
0
|
1544810235
|
1544810440
|
0
|
ebsgv0h
|
t3_a66102
| null | null |
t1_ebsfhd7
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgv0h/
|
1547609927
|
71
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Marcuss2
|
t2_pxfa3
|
Quite fortunate that UTF-8 is robust as it is.
| null |
0
|
1543683211
|
False
|
0
|
eav20o9
|
t3_a23cci
| null | null |
t1_eauzidd
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav20o9/
|
1546282534
|
201
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Holy_City
|
t2_bj3zm
|
This is why lobbyists exist
| null |
0
|
1544810253
|
False
|
0
|
ebsgvw6
|
t3_a63ff2
| null | null |
t3_a63ff2
|
/r/programming/comments/a63ff2/we_as_an_industry_should_do_our_best_to_ensure/ebsgvw6/
|
1547609938
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
PhroznGaming
|
t2_kj267
|
Bitch lasagna
| null |
0
|
1543683213
|
False
|
0
|
eav20qz
|
t3_a1ysx2
| null | null |
t1_eav12mc
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav20qz/
|
1546282534
|
4
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Steven__hawking
|
t2_7xfws
|
It's owned by facebook, I'd assume it's securely funneling all your communications directly to anyone who wants it
| null |
0
|
1544810260
|
False
|
0
|
ebsgw9b
|
t3_a66102
| null | null |
t1_ebsbur2
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsgw9b/
|
1547609942
|
64
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
0
|
1543683294
|
False
|
0
|
eav246d
|
t3_a1ysx2
| null | null |
t1_eav18m0
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav246d/
|
1546282577
|
7
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
inu-no-policemen
|
t2_yh2ls
|
So how was V8 able to do JIT for all those years where it didn't have an interpreter?
If the Wikipedia article is factually wrong, go ahead and fix it. You surely have plenty of sources to back your statements up.
https://v8.dev/blog/ignition-interpreter
Would you also say that the people who worked on V8 don't know the correct terminology?
| null |
0
|
1544810354
|
False
|
0
|
ebsh112
|
t3_a60dlr
| null | null |
t1_ebsg2cd
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsh112/
|
1547610025
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
ivquatch
|
t2_3a6gu
|
Interesting style. I'm going to steal this!
The extra `utils.js` file I guess is the "obscure library dependency" I was referring to. It's relatively straight forward, but once you start adding `Sum`, `Product`, etc... for strings and arrays, you have to admit it'll start to grow.
Also, you'll probably start getting questions like "why should I use `Arr.fold(Sum)` over strings when `.concat()` is so much more efficient?" (although i suppose you could use some kind of string builder type as "zero", it might make things awkward)
| null |
0
|
1543683368
|
1543683689
|
0
|
eav27e9
|
t3_a1lebc
| null | null |
t1_eauox9c
|
/r/programming/comments/a1lebc/actually_callbacks_are_fine_implementing_monads/eav27e9/
|
1546282617
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
wedontgiveadamn_
|
t2_fhvx0kv
|
Why don't you put what it is in the title instead of that shitty clickbait.
| null |
0
|
1544810421
|
False
|
0
|
ebsh4el
|
t3_a661q3
| null | null |
t3_a661q3
|
/r/programming/comments/a661q3/my_project_was_considered_by_github_as_one_of_the/ebsh4el/
|
1547610066
|
54
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
MartiONE
|
t2_cxhxp
|
Based on the guidelines that you just invented without any empirical base. By that reasoning any interview that takes more than a day it should be invalidated also.
Moreover you are free to not continue with the interview, and the interview problems will always be the same ones inside a set. So nothing of value will be created.
| null |
0
|
1543683373
|
False
|
0
|
eav27kj
|
t3_a1tazn
| null | null |
t1_eav1w3w
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav27kj/
|
1546282619
|
-9
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
phriend2spin
|
t2_4al5m
|
Honestly, these tech companies have more authority than some legislators at this point.
| null |
0
|
1544810464
|
False
|
0
|
ebsh6ip
|
t3_a66102
| null | null |
t3_a66102
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsh6ip/
|
1547610093
|
8
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
nullball
|
t2_s271y
|
Do you pay the interviewees? In that case it would be fine.
| null |
0
|
1543683398
|
False
|
0
|
eav28lu
|
t3_a1tazn
| null | null |
t1_eav1tkk
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav28lu/
|
1546282631
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
annexi-strayline
|
t2_opgl37x
|
Thanks! It's always encouraging to get a complement in r/programming. This is really trial by fire around here! (Not that that's a bad thing)
| null |
0
|
1544810471
|
False
|
0
|
ebsh6v0
|
t3_a5ylm8
| null | null |
t1_ebromis
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsh6v0/
|
1547610097
|
8
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
dpash
|
t2_5bdkm
|
There was in 1986 when IMAP was created.
| null |
0
|
1543683409
|
False
|
0
|
eav292g
|
t3_a23cci
| null | null |
t1_eav1tdo
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav292g/
|
1546282637
|
35
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
idobai
|
t2_fu8kq
|
> You missed the part where nearly every business in existence needs a website
You're missing ~~two~~ three facts:
1. websites are rarely critical
2. you don't have to use js for front-end - at least, not directly
3. you can create nice and functional websites without js
> and JavaScript is the only front-end scripting language that's fully supported by the major web browsers.
There are a lot of good languages compiling to js. Browsers are more like platforms where js is the assembly(unfortunately).
> The ECMAScript specification is a very important technical reason why JavaScript is the only option.
There's no technical reason to use js. It's only there because it was the first one in the browsers. It's literally a legacy language.
> The supply didn't cause the demand.
False. It's easier to support a single language for browsers - and unfortunately, it was the first scripting language for them. js doesn't have any feature which makes it better at front-end development than most other high-level languages. In fact, the lack of a standard library tailored to front-end dev just increased the traffic in the world.
| null |
1
|
1544810492
|
False
|
0
|
ebsh7ve
|
t3_a65liu
| null | null |
t1_ebsezbj
|
/r/programming/comments/a65liu/the_worlds_most_popular_programming_language_is/ebsh7ve/
|
1547610109
|
-3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> It had a greater share of women in it, but it was never "dominated" by them.
Are you just ignorant? There were periods when the vast majority of programmers were women (as hardware was considered a way more manly endeavor).
| null |
0
|
1543683474
|
False
|
0
|
eav2bu6
|
t3_a22biq
| null | null |
t1_eauwxw2
|
/r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eav2bu6/
|
1546282671
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
benpva16
|
t2_bqxi7
|
I have exhausted my Google fu and can’t find any blog articles claiming the acronym DDD is a problem.
I was able to find a few posts about the word “craftsman” and “craftsmanship”.
Would also like to hear if anyone knows who he’s referring to - I don’t see it.
| null |
0
|
1544810516
|
False
|
0
|
ebsh92t
|
t3_a66f6u
| null | null |
t1_ebsetnm
|
/r/programming/comments/a66f6u/uncle_bob_sjwjs/ebsh92t/
|
1547610124
|
5
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
RegularLunchBox
|
t2_g2szm
|
He has definitely grown on me, but it's still too.. *much* for any prolonged watching for my taste.
| null |
1
|
1543683486
|
False
|
0
|
eav2cd8
|
t3_a1ysx2
| null | null |
t1_eauwmgb
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav2cd8/
|
1546282678
|
0
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
OzmodiarTheGreat
|
t2_51e6k
|
When I had to write a compiler for school we used [Bison](http://www.gnu.org/software/bison/) to build our abstract syntax tree. With a definition of an expression that can include either a variable, literal, or another expression as the left or right side of an operator the parser handled that for us.
From there it was a ‘simple’ matter of traversing the AST recursively to generate the necessary code starting from the inside out.
| null |
0
|
1544810549
|
False
|
0
|
ebshap6
|
t3_a61to1
| null | null |
t1_ebrqykt
|
/r/programming/comments/a61to1/write_your_own_virtual_machine/ebshap6/
|
1547610144
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
pron98
|
t2_f0thb
|
Look, your hypothetical speculations are predictable, but unfortunately many of them are empirically false, so I don't know what to tell you other than look at the data. The optimizations you imagine are theoretically possible in AOTs are not possible in practice because they take trillions and trillions of years. In reality, most of the work done by all kinds of compilers is heuristic, and so the question is just what happens in reality. In practice, JITs do more specializations than AOTs, they run programs in languages like JS and Ruby in speeds that AOTs don't even try (an AOT compiler cannot possibly do the constant folding I showed, because there is no way for it to know that the expression is constant without solving halting). I really so no point in arguing what you imagine could be done, would be appropriate etc., when there's so much data right in front of us: to put it very bluntly, JITs run typed languages at speeds comparable with the best AOT compilers, and they run untyped languages orders of magnitude faster. Those are just the plain facts.
| null |
0
|
1543683529
|
False
|
0
|
eav2e7z
|
t3_a1rp4s
| null | null |
t1_eauq6g0
|
/r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eav2e7z/
|
1546282701
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> So how was V8 able to do JIT for all those years where it didn't have an interpreter?
Again... JIT compiler *is* an interpreter.
| null |
0
|
1544810583
|
False
|
0
|
ebshcf1
|
t3_a60dlr
| null | null |
t1_ebsh112
|
/r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebshcf1/
|
1547610166
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
the_mighty_skeetadon
|
t2_69hhd
|
>And note how their first response was to try and continue with a clearly invalid patent by bribing the author with being added to it.
We don't have any evidence that this was the rationale -- more reasonable would be "hey, we were already working on this before we met you, but your research is relevant too, which is why we tried to hire you in the first place." I'd imagine that they believed it was still patentable and distinct from this person's inventions, but you never know. It seems a whole lot more reasonable than "we stole your idea for this semi-useless product that will never make any money."
Seriously, projector-included popup books? Do you really think that's going to make a lot of money?
| null |
0
|
1543683530
|
False
|
0
|
eav2e9o
|
t3_a1tazn
| null | null |
t1_eav0ktj
|
/r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eav2e9o/
|
1546282702
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
RXrenesis8
|
t2_5i2uq
|
sidebar:
That's a badass name.
| null |
0
|
1544810592
|
False
|
0
|
ebshctp
|
t3_a66102
| null | null |
t1_ebsgpny
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshctp/
|
1547610171
|
208
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
bdtddt
|
t2_x8et0
|
It’s strange to see anti-intellectualism so extreme that you’re hostile to those who merely support ideas you’re scared you may not have the intellect to learn.
| null |
0
|
1543683609
|
False
|
0
|
eav2hpi
|
t3_a1yh8f
| null | null |
t1_eav01tv
|
/r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eav2hpi/
|
1546282744
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
annexi-strayline
|
t2_opgl37x
|
But that's not my point. The point is not about such specifics. This is #1 of a planned long-running series. The point of the series is to say, "if that project chose Ada, this famous catastrophe probably wouldn't have happened."
I'm not trying to avoid controversy though, so I fully understand how some people find the post a bit hard to swallow.
| null |
0
|
1544810607
|
False
|
0
|
ebshdln
|
t3_a5ylm8
| null | null |
t1_ebrl53u
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebshdln/
|
1547610182
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Asquil
|
t2_14nvvo
|
He is entertaining enough that a small percent of people will watch him. And since basically everyone knows about him, that means a small percent of a very large amount of people.
As long as he keeps producing content and doesn't screw up too badly, people will watch him.
| null |
0
|
1543683628
|
False
|
0
|
eav2ikm
|
t3_a1ysx2
| null | null |
t1_eav1lbn
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav2ikm/
|
1546282756
|
7
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
redwall_hp
|
t2_1eplo
|
The perils of centralised software distribution. Google and Apple have both positioned themselves as gatekeepers or what arbitrary mathematical processes the computer in your pocket is allowed to perform.
| null |
0
|
1544810800
|
False
|
0
|
ebshn8g
|
t3_a66102
| null | null |
t1_ebsfsl4
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshn8g/
|
1547610300
|
2
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
ajeoae
|
t2_bbq75
|
It was good advice however for an older HP exploit where a printer could be backdoored after receiving a sequence of escape characters
| null |
0
|
1543683679
|
False
|
0
|
eav2kxu
|
t3_a1ysx2
| null | null |
t1_eaud49r
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav2kxu/
|
1546282812
|
1
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
mccoyn
|
t2_32ied
|
> Signal will lose a bunch of customers and gain nothing.
They will gain reputation as being secure, which is why most of their users switch to it. Getting pulled from app stores in Australia will be a big win for them in the rest of the world.
They might lose in the long run if other, bigger countries follow Australia's lead.
| null |
0
|
1544810827
|
False
|
0
|
ebshokg
|
t3_a66102
| null | null |
t1_ebsf2sv
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshokg/
|
1547610317
|
15
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
combinatorylogic
|
t2_iab4d
|
> they would be all for people like Damore
Why would anyone be "all for" people who manage to fuck up scientific methodology so massively? Idiots should be kept away from this industry, at all costs.
| null |
0
|
1543683684
|
False
|
0
|
eav2l4v
|
t3_a22biq
| null | null |
t1_eaukq54
|
/r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eav2l4v/
|
1546282815
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Garbee
|
t2_ay09m
|
Then people can download the new apps and sideload them (on open platforms) and have the latest encryption moving forward. You can always bypass a government block somehow (VPNs generally) and no one can stop you from installing your own apps.
Distribution through the app store isn't the only method possible. It's just the (generally) safest and simplest. People who want privacy in this context can get it though.
| null |
0
|
1544810856
|
False
|
0
|
ebshq1h
|
t3_a66102
| null | null |
t1_ebsgtbo
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshq1h/
|
1547610335
|
13
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Asquil
|
t2_14nvvo
|
He used to be a gamer youtuber. Then he started doing vlogs and all kinds of random stuff. I have no idea what he is doing nowadays.
| null |
0
|
1543683690
|
False
|
0
|
eav2lg3
|
t3_a1ysx2
| null | null |
t1_eauy0sz
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav2lg3/
|
1546282818
|
19
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
tdammers
|
t2_6v532
|
An interesting touch is that the bill explicitly forbids requests for "systemic" compromise; that is, they cannot ask Signal to compromise the service for all users, it has to be specific to the target. But the way Signal is designed, this is practically impossible - I think the closest you can get is pushing a compromised update to the target. But you don't actually need Signal's cooperation for that, just Google / Apple - you can easily fabricate a compromised binary yourself.
| null |
0
|
1544810902
|
False
|
0
|
ebshsbo
|
t3_a66102
| null | null |
t3_a66102
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshsbo/
|
1547610362
|
129
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
0
|
1543683717
|
False
|
0
|
eav2mn6
|
t3_a1yh8f
| null | null |
t1_eav1els
|
/r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eav2mn6/
|
1546282833
|
4
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
NDaveT
|
t2_blt6b
|
This is why I use Signal, even though sending a group text with it is a pain in the ass.
| null |
0
|
1544810953
|
1544812835
|
0
|
ebshuv7
|
t3_a66102
| null | null |
t3_a66102
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshuv7/
|
1547610394
|
3
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
0
|
1543683722
|
False
|
0
|
eav2mw1
|
t3_a1ysx2
| null | null |
t1_eauy0sz
|
/r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eav2mw1/
|
1546282836
|
-4
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
micronian2
|
t2_es6340s
|
Pure FUD. Find an example and come back. And don't even bother to mention the Ariane 5 disaster which is completely documented to show that it was not a fault of Ada, but program management decision to reuse software in an environment that was outside the software's original specification.
| null |
0
|
1544810985
|
False
|
0
|
ebshwfq
|
t3_a5ylm8
| null | null |
t1_ebsej72
|
/r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebshwfq/
|
1547610414
|
5
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
Ununoctium117
|
t2_omkwl
|
Honestly, this sounds pretty reasonable if you need to send Unicode data through a layer that only understands ASCII.
| null |
0
|
1543683725
|
False
|
0
|
eav2n0p
|
t3_a23cci
| null | null |
t3_a23cci
|
/r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eav2n0p/
|
1546282838
|
100
|
t5_2fwo
|
r/programming
|
public
| null |
False
|
[deleted]
|
None
|
[deleted]
| null |
1
|
1544811029
|
False
|
0
|
ebshymt
|
t3_a66102
| null | null |
t1_ebsgv0h
|
/r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebshymt/
|
1547610440
|
-2
|
t5_2fwo
|
r/programming
|
public
| null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.