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 | Somepotato | t2_61zcz | They could disclose it and eat any fines or challenge it in a public court, no? | null | 0 | 1544591083 | False | 0 | ebm35xe | t3_a57th7 | null | null | t1_eblr70c | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm35xe/ | 1547502075 | 4 | t5_2fwo | r/programming | public | null |
False | tonefart | t2_ywdx0 | Laravel is irrelevant nowadays. | null | 0 | 1545877830 | False | 0 | ecmocif | t3_a9psuk | null | null | t3_a9psuk | /r/programming/comments/a9psuk/javascript_form_data_validation_with_laravel_rules/ecmocif/ | 1548118422 | -2 | t5_2fwo | r/programming | public | null |
False | txr2_obsessed | t2_1qoimac6 | Yes! Those two immediately came up. I can still hear the weird midi sequence and the pulsing grafitti tag. | null | 0 | 1544591127 | False | 0 | ebm376s | t3_a55xbm | null | null | t1_ebm0mat | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm376s/ | 1547502090 | 1 | t5_2fwo | r/programming | public | null |
False | joesb | t2_33sp | I'm sure all company have vetted Java Spring source code. | null | 0 | 1545878224 | False | 0 | ecmorfv | t3_a9hs3u | null | null | t1_eclklet | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecmorfv/ | 1548118607 | 2 | t5_2fwo | r/programming | public | null |
False | Saturnation | t2_eftb9 | Just state it will show up in a code review and then it will be obvious to the whole team what is going on and management will then quickly find out and then it is mostly likely no longer sekret and also probably been rejected from the codebase.
So everyone, make sure you do team wide code reviews on all code committed to your codebase. ;) | null | 0 | 1544591138 | False | 0 | ebm37k4 | t3_a57th7 | null | null | t1_ebkpmxl | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm37k4/ | 1547502095 | 6 | t5_2fwo | r/programming | public | null |
False | Atticus- | t2_5wa9m | This looks great! Congrats on your first release =D
Man, Electron. I hate that on fresh startup these apps use 200MB+ of memory. If there's one thing I need from a keyboard driven note taking app, it's lighting speed. I'm stuck on Boostnote for now and they've got the same non-lightning problem. I totally get it -- rendering markdown? Syntax highlighting? Links and hierarchies? These already scream "javascript libraries!" and very few developers are willing to re-implement them without leaning on a heavy JavaScript runtime.
I submitted a few Github issues for some usability bugs/features, hope you don't mind. I really like this project and I'll be watching closely for the minute I can ditch Boostnote =D | null | 0 | 1545878300 | False | 0 | ecmoubo | t3_a9tm4z | null | null | t3_a9tm4z | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmoubo/ | 1548118642 | 159 | t5_2fwo | r/programming | public | null |
False | valtism | t2_38u9g | The articles that have been released have been incredible, and I'm sure that the rest of the book will be just as high of a standard. | null | 0 | 1544591397 | False | 0 | ebm3fep | t3_a56y81 | null | null | t3_a56y81 | /r/programming/comments/a56y81/refactoring_ui_make_your_ideas_look_awesome/ebm3fep/ | 1547502191 | 0 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | Thank you!
> Seems to be a lot of note-taking apps being created due to personal frustration with what's available.
Yeah, one thing I learned making this app is that there are way more note-taking apps out there than I thought (fortunately/unfortunately none of them could have been "the one" for me). It seems people are very opinionated about what a note-taking app should and shouldn't do.
> I'm currently working on Vibrato Notes, a Qt-based note-taking app.
That's cool! If you're making a web-app anyway why didn't you pick Electron instead of Qt for the desktop apps? Also having JS for everything could have speared some time, I think you mentioned that the API server is written in Python, the desktop apps are written in C++ and the web-app I guess is written in JS? I personally use JS, or rather TypeScript, for pretty much everything.
> How do you create a new notebook
Notable is just a front-end for your actual notes files, so you "create" a notebook by putting a note into one, empty notebooks do not make much sense to me, also this design decision simplifies the code a bit. Notebooks are just tags starting with "Notebooks/", like: "Notebooks/Work". You can read a bit more about this [here](https://github.com/fabiospampinato/notable/blob/master/resources/tutorial/notes/06%20-%20Tags.md#special-tags).
> are keyboard shortcuts currently editable?
Currently not. I don't think I'm going to add the ability to customize app-level shortcuts, except maybe for a future shortcut for quickly adding a note, but I'll definitely add a way of customizing the editor's shortcuts. Currently there's an undocumented settings object in `~/.notable.json`, maybe I'll add the possibility to define an options object there that will be merged into [the default one](https://github.com/fabiospampinato/notable/blob/master/src/renderer/components/main/mainbar/code/index.tsx/#L16), but it would be kind of obscure to use. | null | 0 | 1545878445 | False | 0 | ecmozyd | t3_a9tm4z | null | null | t1_ecmndey | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmozyd/ | 1548118712 | 8 | t5_2fwo | r/programming | public | null |
False | tty2 | t2_32df3 | Sounds like your LLVM bitcode doesn't have any debug information. | null | 0 | 1544591399 | False | 0 | ebm3fhy | t3_a5c8hi | null | null | t1_ebm2w5r | /r/programming/comments/a5c8hi/ikos_21_an_open_source_static_analyzer_for_c_and/ebm3fhy/ | 1547502193 | 9 | t5_2fwo | r/programming | public | null |
False | aidenator | t2_50yjf | I want to hear more about your secret time... | null | 0 | 1545878569 | False | 0 | ecmp4nu | t3_a9qz9q | null | null | t1_ecm3d2p | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecmp4nu/ | 1548118770 | 2 | t5_2fwo | r/programming | public | null |
False | NSAwesome | t2_b0v01 | wonder what the recourse is if a developer is caught via a review or another means to be implementing a backdoor under duress and loses their job as a result. | null | 0 | 1544591437 | False | 0 | ebm3go9 | t3_a57th7 | null | null | t1_eblcy8h | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm3go9/ | 1547502208 | 3 | t5_2fwo | r/programming | public | null |
False | itsuart2 | t2_otdri | >doesn't suck
>electron
That is not possible. | null | 0 | 1545878707 | False | 0 | ecmp9yz | t3_a9tm4z | null | null | t3_a9tm4z | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmp9yz/ | 1548118865 | 104 | t5_2fwo | r/programming | public | null |
False | edman007 | t2_3751k | Well that's not the issue, this law is basically that they could be told they have to add a backdoor to the product. For example they'd have to recode their encryption to accept the configured key or a secret master key.
Now the DoD is pretty good with checking this stuff, and I suspect it's something that would get discussed/disclosed. The question becomes is it legal for Altatssan to sell the DoD a version of their software that doesn't have the backdoor. It may be a violation of Australian law to export it without the backdoor. If that's the case the DoD would just declare it not suitable for use and then everyone would have to ban it. | null | 0 | 1544591489 | False | 0 | ebm3ic3 | t3_a57th7 | null | null | t1_ebm17jm | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm3ic3/ | 1547502228 | 13 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | "they would seem to be far too slow, fragile, and costly to really be effective."
I mean, the human brain is along the lines of an advanced 3 dimensional quantum genomic computer...so, slow, fragile, costly, sure...but...you get quite a payoff.
Well, as for the immediate future of computing...there were a string of papers that hit over this past summer...incredible achievements...physics breakthroughs...new territory, untheorized...and hardly anyone heard about it...
Anyway, single particle control, photons and electrons. Teleporting gates that are similar to molecule interactions....uhm, that covers what you need for a computer.
Of course, this is the interim. You could expect pseudo-AI's and SI's (simulated intelligence...think, early Jarvis) coming within definitely a couple of decades, maybe sooner. Then, things are going to get wild, because the implications of that world are, immense...
Anyway, the obvious next conclusion will be to 'hotwire' an already intelligent system...enter genomic computing. There are little bits and pieces of that going on now, and we may see some nice parlor tricks over the next while, but I am talking about...leveraging this coming age of quantum computing and advanced algorithms to actually crack the code...the code of life.
Crazy? Hardly. If anything, people should accuse me of not having an imagination...but, this is the logical sequence of events. In fact, when you look at it in this light, civilization itself is tending toward a single moment...the day we give birth to our own genie...a slave god...
Yea, unleashing the demon...no kidding.
Think about it. What exactly is driving us in our current trajectory...what is the 'human animal' up to?
| null | 0 | 1545878875 | False | 0 | ecmpgcm | t3_a9qz9q | null | null | t1_ecmoavf | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecmpgcm/ | 1548118944 | 2 | t5_2fwo | r/programming | public | null |
False | stumpyinc | t2_ndjfdn9 | It's cool that they're still pressing on with their own engine and whatnot, especially with Edge switching over to Blink. IT'll be interesting to see how long they can hold out for | null | 0 | 1544591517 | False | 0 | ebm3j7e | t3_a5bwkl | null | null | t3_a5bwkl | /r/programming/comments/a5bwkl/firefox_developer_edition/ebm3j7e/ | 1547502239 | 22 | t5_2fwo | r/programming | public | null |
False | CyclonusRIP | t2_4ccgj | Yep. Everyone putting all the controllers in a controller folder is seriously the dumbest thing ever. I get the Ruby convention over configuration thing, but if you're not working in a framework that follows that then organize your project structure so that stuff that collaborates a lot is close together in the directory tree. | null | 0 | 1545879087 | False | 0 | ecmppmt | t3_a9q0uh | null | null | t1_ecljloi | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmppmt/ | 1548119058 | 31 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | Great, I'll take the job instead. | null | 1 | 1544591522 | False | 0 | ebm3jcs | t3_a5969k | null | null | t1_eblz6ta | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebm3jcs/ | 1547502241 | 2 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Haha...probably just worded that weird, don't you think? ;) | null | 0 | 1545879309 | False | 0 | ecmpze5 | t3_a9qz9q | null | null | t1_ecmp4nu | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecmpze5/ | 1548119178 | 2 | t5_2fwo | r/programming | public | null |
False | Dean_Roddey | t2_r72lw | As part of a series of posts I've been making, where I examine some of the technologies I've created as part of my large (million line) C++ code base I've created over the last many years, this one digs into some of the tools and techniques required to create our CML language.
The video goes fairly quickly to keep it from being weeks long. This is a heavier subject than any of my previous ones. But you can go back and pause it here and there to read more of the code and such.
Half of our code is a general purpose layer, and the other half is an automation system built on top of that, called CQC. Though the bulk of customization users do in our CQC product is point and click, we wanted to provide a programming method as well for those who feel comfortable with that. And we also needed a way for third parties to be able to write device drivers so that they can integrate devices into CQC for control and monitoring.
Since we don't expose any of our C++ to users, we needed another means, so I created CML. It is object oriented and compiles down to high level opcodes that our CML VM runs. I also created a graphical IDE for the language. Both are implemented as engines that can be embedded into any of our applications that might need CML support.
It's pretty full featured, but it does have some limitations relative to a more general purpose language. Since it's not for writing applications, it is single threaded, it doesn't support aliasing, and it is single pass (so no forward references.) Some of that is for safety and some for speed. Having a single pass compiler is important because these are often downloaded, compiled and invoked in response to a user pressing a button or speaking a command and so forth, so it needs to be really fast.
​
I've done a number of other posts that demonstrate other technology I've created as part of this long running project. You might find them interesting and/or educational.
[https://www.reddit.com/r/cpp/comments/a1ohfe/creating\_an\_xwindowish\_thin\_client\_and\_the/](https://www.reddit.com/r/cpp/comments/a1ohfe/creating_an_xwindowish_thin_client_and_the/)
[https://www.reddit.com/r/cpp/comments/a1c0yb/creating\_a\_virtual\_kernel\_platform\_abstraction/](https://www.reddit.com/r/cpp/comments/a1c0yb/creating_a_virtual_kernel_platform_abstraction/)
[https://www.reddit.com/r/cpp/comments/9xz643/making\_c\_enumerations\_first\_class\_citizens/](https://www.reddit.com/r/cpp/comments/9xz643/making_c_enumerations_first_class_citizens/)
[https://www.reddit.com/r/cpp/comments/9zl6v5/the\_orb\_sees\_all\_the\_use\_of\_an\_object\_request/](https://www.reddit.com/r/cpp/comments/9zl6v5/the_orb_sees_all_the_use_of_an_object_request/)
[https://www.reddit.com/r/programming/comments/ac2o4m/creating\_a\_test\_framework/](https://www.reddit.com/r/programming/comments/ac2o4m/creating_a_test_framework/)
​ | null | 0 | 1544591543 | 1547243211 | 0 | ebm3k0j | t3_a5f2o1 | null | null | t3_a5f2o1 | /r/programming/comments/a5f2o1/creating_an_object_oriented_macro_language_with/ebm3k0j/ | 1547502248 | 1 | t5_2fwo | r/programming | public | null |
False | coffeecoffeecoffeee | t2_fnb6r | I’m not in school anymore but I like it for both. I don’t think layout customization is too important for notetaking, and this could provide it by letting the user pick one of a big variety of templates upon Markdown compilation to some other format. But the math is a must. | null | 0 | 1545879543 | False | 0 | ecmq97h | t3_a9tm4z | null | null | t1_ecmnor9 | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmq97h/ | 1548119300 | 2 | t5_2fwo | r/programming | public | null |
False | MaximeArthaud | t2_2jf7k49j | Since your are on Mac, `clang` refers to the system Apple Clang. You should use clang 7.0.0 from Homebrew instead (i.e, `$(brew --prefix)/opt/llvm@7/bin/clang`).
By the way, if you still have problems, please open an issue on Github. | null | 0 | 1544591706 | False | 0 | ebm3ozg | t3_a5c8hi | null | null | t1_ebm2w5r | /r/programming/comments/a5c8hi/ikos_21_an_open_source_static_analyzer_for_c_and/ebm3ozg/ | 1547502310 | 40 | t5_2fwo | r/programming | public | null |
False | dougie-io | t2_l4cuh47 | > pick Electron
I really don't like Electron or want anything to do with it :P I'd like the app to be lightweight on all platforms. Mobile app will likely be Qt as well so I would at least get to re-use some code there. Although Vibrato will be available on all platforms, I'll be primarily catering to Linux users for a while and through seeing many different threads talking about note-taking apps for Linux, they are not the biggest fans of Electron apps.
> Notable is just a front-end for your actual notes files, so you "create" a notebook by putting a note into one
I like that! Good thinking. | null | 0 | 1545879733 | False | 0 | ecmqhbi | t3_a9tm4z | null | null | t1_ecmozyd | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmqhbi/ | 1548119430 | 34 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544591780 | False | 0 | ebm3r5z | t3_a57th7 | null | null | t1_ebl7thg | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm3r5z/ | 1547502337 | 1 | t5_2fwo | r/programming | public | null |
False | gahro_nahvah | t2_1ymrytt2 | I must say, I'm impressed by the support of Linux this early in development. You've got my interest. I'm currently (slowly) downloading this, and am interested in seeing how I like it. | null | 0 | 1545879836 | False | 0 | ecmqltj | t3_a9tm4z | null | null | t3_a9tm4z | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmqltj/ | 1548119486 | 2 | t5_2fwo | r/programming | public | null |
False | OnlyForF1 | t2_h33f9 | Data you keep on Jira and other Atlassian platforms is not end to end encrypted anyway. Governments could already request and receive access to plaintext data with a warrant. | null | 0 | 1544592345 | 1544592616 | 0 | ebm482b | t3_a57th7 | null | null | t1_ebkkvsc | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm482b/ | 1547502546 | 6 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | So, yea...cool...
You make anything with Forth? What are you mainly using it for? Because...a quick skim...pretty surprised I've never heard of it before. Right up my alley.
Edit: I mean, what I see is the python of assembly...is that accurate-ish? | null | 0 | 1545879967 | 1545883307 | 0 | ecmqrjo | t3_a9e0a5 | null | null | t1_ecmfn4u | /r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/ecmqrjo/ | 1548119556 | 2 | t5_2fwo | r/programming | public | null |
False | SarahC | t2_396xl | font-family: Monospace, Courier;
That's rendering as sans-serif for me. | null | 0 | 1544592443 | False | 0 | ebm4ay7 | t3_a55xbm | null | null | t1_ebkk81e | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm4ay7/ | 1547502609 | 1 | t5_2fwo | r/programming | public | null |
False | coopermidnight | t2_bs47j | > and in some ways VS/WPF still hasn't
Could you go into more detail on this? Curious! | null | 0 | 1545880010 | False | 0 | ecmqtfu | t3_a9om4e | null | null | t1_eclzmx0 | /r/programming/comments/a9om4e/theres_an_llvmbased_code_generator_in_the_works/ecmqtfu/ | 1548119580 | 2 | t5_2fwo | r/programming | public | null |
False | SarahC | t2_396xl | As it should be according to the CSS.
font-family: Monospace, Courier; | null | 0 | 1544592463 | False | 0 | ebm4bj6 | t3_a55xbm | null | null | t1_ebl0qq3 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm4bj6/ | 1547502617 | 1 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | That breaks a bit how attachments works inside Notable. The proper way of doing this would be:
- Move the screenshot to `/path/to/your/data_directory/attachments`
- Then add its filename to the note's Markdown front matter
Of course linking the absolute path to the image works too, but it's not portable and screenshots linked this way won't have same features that "native" attachments have, like "Show in Finder" or "Delete".
It maybe be easier/more useful to work on a PR for adding support to this to Notable itself. | null | 0 | 1545880061 | False | 0 | ecmqvob | t3_a9tm4z | null | null | t1_ecmnne0 | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmqvob/ | 1548119607 | 26 | t5_2fwo | r/programming | public | null |
False | SarahC | t2_396xl | font-family: Monospace, Courier; | null | 0 | 1544592484 | False | 0 | ebm4c51 | t3_a55xbm | null | null | t1_eblen7i | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm4c51/ | 1547502625 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545880066 | False | 0 | ecmqvvd | t3_a9q0uh | null | null | t1_ecmg0mu | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmqvvd/ | 1548119609 | 1 | t5_2fwo | r/programming | public | null |
False | SarahC | t2_396xl | >and are 'responsive' so the content area actually gets smaller if you zoom in.
Yeah, WTF? | null | 0 | 1544592513 | False | 0 | ebm4czz | t3_a55xbm | null | null | t1_eblxvmt | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm4czz/ | 1547502635 | 1 | t5_2fwo | r/programming | public | null |
False | colelawr | t2_kl7fx | Wow, very interesting points. I love it. Simplicity is a feature! | null | 0 | 1545880070 | False | 0 | ecmqw0z | t3_a9swiz | null | null | t3_a9swiz | /r/programming/comments/a9swiz/rust_2019_and_beyond_limits_to_some_growth/ecmqw0z/ | 1548119611 | 9 | t5_2fwo | r/programming | public | null |
False | SarahC | t2_396xl | > e.g. going for XHTML5 instead of HTML5
What, eh? Huh? | null | 0 | 1544592561 | False | 0 | ebm4edw | t3_a55xbm | null | null | t1_eblirwd | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm4edw/ | 1547502652 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545880099 | False | 0 | ecmqxba | t3_a9q0uh | null | null | t3_a9q0uh | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmqxba/ | 1548119627 | 3 | t5_2fwo | r/programming | public | null |
False | nerdyhandle | t2_puy7r | >Well that's not the issue, this law is basically that they could be told they have to add a backdoor to the product.
Yeah in Australia. Their products in the US are governed by US laws. They would almost certainly be violating something. The US will not allow software to collect data on it's citizens and send it to a foreign government without it's involvement. This could also pose Constitutional issues that no one is going to want to get into.
Atlassian would be forced to multiple versions of their software for each country it's sold in. Many companies already do this.
>The question becomes is it legal for Altatssan to sell the DoD a version of their software that doesn't have the backdoor.
It absolutely would. All Atlassian would need to do, if they haven't already, is create a subsidiary based in the US. That subsidiary would not be subject to Australian laws.
Also,.something to add to this discussion that you might not be aware of but in the US some software companies are already required to provide a "backdoor" for law enforcement. Reddiit, Google, Facebook, ATT, Verizon, Twitter, etc. all supply federal law enforcement agencies with some API level access. | null | 0 | 1544592602 | 1544592920 | 0 | ebm4fjx | t3_a57th7 | null | null | t1_ebm3ic3 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm4fjx/ | 1547502666 | 8 | t5_2fwo | r/programming | public | null |
False | NobleMinnesota | t2_bnntv | I'd love to see this as well | null | 0 | 1545880103 | False | 0 | ecmqxg8 | t3_a9q0uh | null | null | t1_ecmg0mu | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmqxg8/ | 1548119629 | 3 | t5_2fwo | r/programming | public | null |
False | Atulin | t2_jfbtb | Now there's no need for a warrant. | null | 0 | 1544592678 | False | 0 | ebm4hqw | t3_a57th7 | null | null | t1_ebm482b | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm4hqw/ | 1547502693 | 1 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | Ever heard of VSCode? :) | null | 1 | 1545880165 | False | 0 | ecmr04e | t3_a9tm4z | null | null | t1_ecmp9yz | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmr04e/ | 1548119661 | -6 | t5_2fwo | r/programming | public | null |
False | mbrodersen | t2_8cv7v | Software developers are most definitely NOT paid 5x more in the US than in Australia. Also, Australian software developers typically work no more than 40 hours a week, have 4+ weeks of vacation, + 10% super (retirement savings), free education, plenty of support if you are unlucky etc. Not to mention that the house I own in Australia would be way too expensive for me to buy in Silicon Valley. | null | 0 | 1544592911 | 1544593432 | 0 | ebm4oiv | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebm4oiv/ | 1547502777 | 0 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | Thank you! IMHO this is kind of the perfect application for Electron, in order to make a Markdown renderer you're going to basically need a HTML renderer anyway, in fact that's what native apps like Evernote use too. Maybe Evernote isn't the lightning speed champion though, as they show you a spinner even before rendering very simple notes, in this regard Notable is faster already.
Unfortunately start-up speed and memory usage for Electron apps is very hard to optimize. Hopefully once open the app feels snappy though, if it isn't please open an issue about that on GitHub, if you haven't done it already 😀.
> I really like this project and I'll be watching closely for the minute I can ditch Boostnote =D
When making the comparison table in Notable's readme I was actually surprised about how many boxes Boostnote ticked, but IMHO it is just weird: notes are stored in `.cson` instead of plain Markdown, which on it's own is a huge downside with no real upside, the interface is plain ugly, and they have a feature for publishing notes to a Wordpress blog (I think), weird. | null | 0 | 1545880472 | 1545893762 | 0 | ecmrd88 | t3_a9tm4z | null | null | t1_ecmoubo | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmrd88/ | 1548119823 | 49 | t5_2fwo | r/programming | public | null |
False | SizzlerWA | t2_4c26u | Please show me where I said people are “fearing for their jobs”? I simply said you have no objective basis to judge React Native since you admitted that you haven’t and won’t use it ... I don’t want you to lose your job and I’m not judging you. Why so defensive? | null | 0 | 1544592946 | False | 0 | ebm4phu | t3_a45jvw | null | null | t1_ebkndrc | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebm4phu/ | 1547502790 | 0 | t5_2fwo | r/programming | public | null |
False | R3PTILIA | t2_66scz | This actually looks real nice and to the point. Add vim modal editing and its on another level | null | 0 | 1545880543 | False | 0 | ecmrghk | t3_a9tm4z | null | null | t3_a9tm4z | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmrghk/ | 1548119864 | 2 | t5_2fwo | r/programming | public | null |
False | didibus | t2_4xpocx2 | Thanks, this is inline with what I thought. Basically, peak performances depend on information being availaible to perform the most aggressive optimisation possible. Some AOTs have more info than others, by either asking it from the developer in advance, or like you said, do profile-guided guesses for what it would most likely be.
In general though, it's easier for JITs to have the info, since more is availaible at runtime. That said, JITs will always need to perform some compilation and optimization analyses which can add an overhead, mostly seen on startup, but also on drastic changes in the exercised code paths. This tends to mean that they suffer in responsiveness compared to AOT, to varying degrees.
One big advantage left out of JITs are that by delaying the compilation, you don't need to specify the target platform ahead of time, thus a single distribution can run on all supported platforms. Though nowadays, the platforms have standardized quite a bit, so that might not be as big an advantage as it used to be. | null | 0 | 1544593106 | False | 0 | ebm4u01 | t3_a55qhp | null | null | t1_eblghfc | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebm4u01/ | 1547502846 | 2 | t5_2fwo | r/programming | public | null |
False | coder-bts | t2_1r2cmm55 | Congratulations!! | null | 0 | 1545880602 | False | 0 | ecmrj3b | t3_a9fg8h | null | null | t3_a9fg8h | /r/programming/comments/a9fg8h/spacevim_release_v100/ecmrj3b/ | 1548119896 | 2 | t5_2fwo | r/programming | public | null |
False | Viklove | t2_4eza6 | I see you have your failover sorted | null | 0 | 1544593134 | False | 0 | ebm4usd | t3_a57th7 | null | null | t1_eblpa2n | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm4usd/ | 1547502856 | 8 | t5_2fwo | r/programming | public | null |
False | istarian | t2_4ttmg | Reads like an April Fools' publication. | null | 0 | 1545880634 | False | 0 | ecmrkji | t3_a9q0uh | null | null | t3_a9q0uh | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmrkji/ | 1548119913 | 4 | t5_2fwo | r/programming | public | null |
False | jyf | t2_3xq7e | nope, my web development dont require that | null | 0 | 1544593209 | False | 0 | ebm4wud | t3_a4v8zx | null | null | t1_ebk5lug | /r/programming/comments/a4v8zx/web_development_on_a_phone_with_linux_on_dex/ebm4wud/ | 1547502881 | 1 | t5_2fwo | r/programming | public | null |
False | itsuart2 | t2_otdri | Yes. | null | 0 | 1545880661 | False | 0 | ecmrlrj | t3_a9tm4z | null | null | t1_ecmr04e | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmrlrj/ | 1548119929 | 31 | t5_2fwo | r/programming | public | null |
False | KryptosFR | t2_15txl0 | How so?
And how does it make my comment irrelevant? | null | 0 | 1544593516 | False | 0 | ebm55cl | t3_a57gmy | null | null | t1_eblyxwe | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebm55cl/ | 1547502986 | 9 | t5_2fwo | r/programming | public | null |
False | tumbleowlee | t2_1qmqbg3a | I'm using vim and am interested in using SpaceVim. But I have a (probably) simple problem, I can't solve. I installed SpaceVim as described. I wanted to test some simple things in a rust crate. For this, I activated the rust layer, and in the list of installed/updated plugins it says "vim-racer". But **GoToDefinition** doesn't work because the function `racer#GoToDefinition()` provided by the vim-racer plugin isn't known. So, I try to understand why?
​
Updating/Reinstalling doesn't fix it. I can't find any source in the SpaceVim directory that points to racer or anything like that. Manually installing the plugin as described for custom plugins doesn't work, or I'm doing it wrong.
​
Can someone help me or give me some advice? If needed, I can provide any information necessary. (Arch Linux, racer is installed, manually executing the racer commands in the terminal work) | null | 0 | 1545880672 | False | 0 | ecmrm7w | t3_a9fg8h | null | null | t3_a9fg8h | /r/programming/comments/a9fg8h/spacevim_release_v100/ecmrm7w/ | 1548119934 | 2 | t5_2fwo | r/programming | public | null |
False | mpinnegar | t2_z1kvb | If someone asked me this during an interview I would turn down the job. | null | 0 | 1544593753 | False | 0 | ebm5bxg | t3_a59umh | null | null | t3_a59umh | /r/programming/comments/a59umh/javascript_interview_question_who_is_the_first/ebm5bxg/ | 1547503067 | 3 | t5_2fwo | r/programming | public | null |
False | thephotoman | t2_32kjm | Based on my experience, no. They glaze at me when I tell them to use Decimal types when dealing with money. | null | 0 | 1545880733 | False | 0 | ecmroy5 | t3_a9oey4 | null | null | t3_a9oey4 | /r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/ecmroy5/ | 1548119968 | 2 | t5_2fwo | r/programming | public | null |
False | blind3rdeye | t2_5esol | Whistleblowers are not protected...
In fact, anyone who discloses one of these government ordered backdoors can face up to 10 years in prison. The Australian government hates whistle-blowers. In general, when a whistle-blower exposes a problem, the government spends more resources chasing the whistle-blower than addressing the problem. | null | 0 | 1544593902 | False | 0 | ebm5g5b | t3_a57th7 | null | null | t1_eblhsrt | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm5g5b/ | 1547503119 | 29 | t5_2fwo | r/programming | public | null |
False | wsdjeg | t2_tmgwq | thank you. | null | 0 | 1545880795 | False | 0 | ecmrro8 | t3_a9fg8h | null | null | t1_ecmrj3b | /r/programming/comments/a9fg8h/spacevim_release_v100/ecmrro8/ | 1548120031 | 1 | t5_2fwo | r/programming | public | null |
False | mbrodersen | t2_8cv7v | About time the US contribute to all the technology Europe invented :-) | null | 0 | 1544594009 | False | 0 | ebm5j1x | t3_a4n8jv | null | null | t1_ebhj1x9 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebm5j1x/ | 1547503155 | 0 | t5_2fwo | r/programming | public | null |
False | wsdjeg | t2_tmgwq | please Join spacevim channel for bug repport and issue discussion. and do you load lang#rust layer? or how about run :SPReinstall vim-racer | null | 0 | 1545880953 | False | 0 | ecmryo7 | t3_a9fg8h | null | null | t1_ecmrm7w | /r/programming/comments/a9fg8h/spacevim_release_v100/ecmryo7/ | 1548120119 | 1 | t5_2fwo | r/programming | public | null |
False | aredirect | t2_9elx3 | What's a more suitable option in general for library design? | null | 0 | 1544594037 | False | 0 | ebm5jsn | t3_a3sxx4 | null | null | t1_ebc3b2q | /r/programming/comments/a3sxx4/nim_the_good_the_ok_and_the_hard/ebm5jsn/ | 1547503164 | 1 | t5_2fwo | r/programming | public | null |
False | onometre | t2_1olfdwmq | I don't see what this provides over OneNote | null | 1 | 1545881072 | False | 0 | ecms3yr | t3_a9tm4z | null | null | t3_a9tm4z | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecms3yr/ | 1548120183 | 0 | t5_2fwo | r/programming | public | null |
False | netgu | t2_57cfp | Node? He says python repeatedly in the video, did I miss something? | null | 0 | 1544594111 | False | 0 | ebm5lwb | t3_a5f7o3 | null | null | t3_a5f7o3 | /r/programming/comments/a5f7o3/reeves_outdid_himself_in_this_one_drone_swarms/ebm5lwb/ | 1547503219 | 7 | t5_2fwo | r/programming | public | null |
False | onometre | t2_1olfdwmq | nuclear take on this sub: Electron is pretty damn great, and anyone who has performance issues with electron apps is on hardware that is far, far out of date. I've run various electron apps on midrange laptops that were 10+ years old and they still ran just fine | null | 0 | 1545881092 | False | 0 | ecms4ut | t3_a9tm4z | null | null | t1_ecmp9yz | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecms4ut/ | 1548120195 | -16 | t5_2fwo | r/programming | public | null |
False | mbrodersen | t2_8cv7v | Yep all four of them. | null | 0 | 1544594130 | False | 0 | ebm5mes | t3_a4n8jv | null | null | t1_ebhnmqe | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebm5mes/ | 1547503225 | 1 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | I think actually Electron was a good thing overall for the Linux users, lots of apps, mine included, are compatible with Linux just because we get the compatibility almost for free. Personally I couldn't have speared the resources for making a native GTK app for Linux, and I have bad memories of GTK.
But there are definitely tons of people who hate Electron per-se, and a properly-optimized C++ app has to be faster than any JS equivalent, so I'm sure many people could like your app. Good luck with it! | null | 0 | 1545881107 | False | 0 | ecms5hv | t3_a9tm4z | null | null | t1_ecmqhbi | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecms5hv/ | 1548120203 | 12 | t5_2fwo | r/programming | public | null |
False | Dolmant | t2_o1268 | I think in practise this turns out to be a non issue. There are so many problems with actually using this law for anything that it will never happen.
The real issue is the total incompetence of the Parliament, but we all knew this was a problem anyway.
It's not like any other country is that different. | null | 0 | 1544594225 | False | 0 | ebm5oyl | t3_a57th7 | null | null | t3_a57th7 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm5oyl/ | 1547503256 | 1 | t5_2fwo | r/programming | public | null |
False | nemec | t2_3r7wz | > No bloat
I'm actually a big fan of Electron but I've always hated this assertion. 'Bloat' just means 'it has features *I* don't use'. Everyone's favorite feature is someone else's bloat. | null | 0 | 1545881118 | False | 0 | ecms5zd | t3_a9tm4z | null | null | t1_ecmp9yz | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecms5zd/ | 1548120208 | 36 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Thanks. | null | 0 | 1544594593 | False | 0 | ebm5yr5 | t3_a4z1pl | null | null | t1_ebl54gk | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebm5yr5/ | 1547503377 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | > they will (hopefully) go with a modularized structure
modules that you can *throw out* and replace with something else as the need arises. | null | 0 | 1545881143 | False | 0 | ecms71u | t3_a9q0uh | null | null | t1_ecllwet | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecms71u/ | 1548120222 | 3 | t5_2fwo | r/programming | public | null |
False | bjh13 | t2_3s36b | > What killed it more than anything else was launching in the West months after Sony had announced the much more impressive sounding PS2 (DVD games when DVDs were the new thing, selling PS2 clusters to use as supercomputers, 5x the polygon count, etc) with a massive and successful marketing campaign.
This was the major factor, but it doesn't make as cool a story as "Piracy killed the Dreamcast". Piracy was just as rampant on the PS1 and PC at the time, as were emulators on the PC of current gen systems. Those markets did just fine. The problem was when the hardware sales fell short, 3rd party developers looked at the PS2 and shrugged the Dreamcast off. They were already angry with Sega over the Saturn debacle (EA refused to even support the Dreamcast before launch, and sports games were Sega's bread and butter), and they could see the writing on the wall. On top of that, Sega was panicking over bad sales and heavily discounted the system hoping for more sales, which just increased the losses they were suffering. On the gamer side, many Sega fans jumped ship when the Saturn was killed 3 years into its launch, and many had already jumped ship to Sony. On top of that, once the PS2 was launched the Dreamcast didn't stand a chance, the PS2 was way more powerful and could double as a DVD player, something most people didn't have yet.
G4 did a documentary about it that you can watch [here](https://www.youtube.com/watch?v=a3rw-9Q0lJ0), and even better the Gaming Historian did a video on it [here](https://www.youtube.com/watch?v=6xdBVHSrdzg). They both address these issues and make it clear piracy wasn't what killed it but the PS2 and Sega realizing they couldn't keep up in the hardware market anymore. | null | 0 | 1544595109 | False | 0 | ebm6ca8 | t3_a55xbm | null | null | t1_ebl4rlm | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm6ca8/ | 1547503545 | 9 | t5_2fwo | r/programming | public | null |
False | ideletedmyredditacco | t2_afcpm | I wanted to know what Joe thought, not artanis | null | 0 | 1545881201 | False | 0 | ecms9j9 | t3_a9npfu | null | null | t1_ecml88p | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecms9j9/ | 1548120252 | 2 | t5_2fwo | r/programming | public | null |
False | Slak44 | t2_f1ad7 | As long as those open source projects have a permissive license (MIT, for instance), he is allowed to close the source. | null | 0 | 1544595135 | False | 0 | ebm6d1b | t3_a58r3e | null | null | t1_eblak42 | /r/programming/comments/a58r3e/tabnines_first_month_in_review/ebm6d1b/ | 1547503554 | 5 | t5_2fwo | r/programming | public | null |
False | MeweldeMoore | t2_16roua | Or when you're writing idiomatic C. | null | 0 | 1545881277 | False | 0 | ecmscwi | t3_a9sscm | null | null | t1_ecm8eiu | /r/programming/comments/a9sscm/when_is_it_ok_to_use_goto/ecmscwi/ | 1548120294 | 4 | t5_2fwo | r/programming | public | null |
False | bjh13 | t2_3s36b | > Piracy was absolutely one of the major contributors to the Dreamcast's decline.
As others pointed out, the system fell short of sales well before piracy was an issue, and 3rd party developers were already skipping the system due to bad experiences regarding the Saturn and the coming of the PS2. Piracy certainly didn't help things, but the PS2 was what really killed it. | null | 0 | 1544595306 | 1544595508 | 0 | ebm6hin | t3_a55xbm | null | null | t1_ebkimb0 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm6hin/ | 1547503610 | 3 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | That's mostly thanks to Electron really, I kind of got a cross-platform app for free by using it. I've tried it on an Ubuntu VM and it seems to work, but I haven't tested it extensively, feel free to open some issues on GitHub if you find any! | null | 0 | 1545881290 | False | 0 | ecmsdgc | t3_a9tm4z | null | null | t1_ecmqltj | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmsdgc/ | 1548120300 | 8 | t5_2fwo | r/programming | public | null |
False | ivquatch | t2_3a6gu | This started off rehashing Rich Hickey's talk on complexity (right down to examining the etymology of the word), but it eventually became more engaging once it got around to making some more specific criticisms about free monads and tagless final. It's a valid point that programmers tend to have a myopic view about solving problems. I think it has more to do with being out-of-touch with the people/processes they're writing software for. If you keep programmers closed-off and hidden behind a product manager and a scrum process, of course they're not going to understand what they're making, and they will ultimately obsess over whatever problems seem relevant given this lack of intuition. Sometimes that problem is "how do we elegantly abstract over our effect monads" vs "why the fuck is marketing asking us to integrate mix-panel with our accounting system"? | null | 0 | 1544595657 | False | 0 | ebm6qmh | t3_a57fby | null | null | t3_a57fby | /r/programming/comments/a57fby/the_complexity_trap/ebm6qmh/ | 1547503722 | 4 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | Thank you :) Feel free to open an issue on GitHub about that, I can't really say I'm familiar with `vim`. | null | 0 | 1545881366 | False | 0 | ecmsgt5 | t3_a9tm4z | null | null | t1_ecmrghk | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmsgt5/ | 1548120342 | 2 | t5_2fwo | r/programming | public | null |
False | Gotebe | t2_2y75 | Checks out. Porn does all of the above. | null | 0 | 1544596072 | False | 0 | ebm716k | t3_a55xbm | null | null | t1_ebkj8rt | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm716k/ | 1547503882 | 1 | t5_2fwo | r/programming | public | null |
False | TheSOB88 | t2_keyo | >"You’ll probably must be living under a rock, if you haven’t heard about Netflix." | null | 0 | 1545881415 | False | 0 | ecmsj12 | t3_a9nki8 | null | null | t3_a9nki8 | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecmsj12/ | 1548120370 | 1 | t5_2fwo | r/programming | public | null |
False | redditrasberry | t2_2nzkn | But is it viable to deploy one of those without ever updating it? Because you'd have to suspect any update could come bundled with malware. | null | 0 | 1544596251 | False | 0 | ebm75ti | t3_a57th7 | null | null | t1_ebm17jm | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm75ti/ | 1547503941 | 2 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Yes, my words...
> so you can remove and replace as needed
Also, my words... | null | 0 | 1545881435 | False | 0 | ecmsjvg | t3_a9q0uh | null | null | t1_ecms71u | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmsjvg/ | 1548120380 | 2 | t5_2fwo | r/programming | public | null |
False | NoMoreNicksLeft | t2_7mcb | I keep hoping they'll dump windows over the hood and the next version will be linux plus a graphical shell that looks like windows.
I mean, Apple did essentially this 20 years ago, it's time for Microsoft to imitate them poorly and pretend like they invented the idea. | null | 0 | 1544596344 | False | 0 | ebm7869 | t3_a57gmy | null | null | t1_ebkz1fk | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebm7869/ | 1547503969 | -4 | t5_2fwo | r/programming | public | null |
False | foxh8er | t2_60e80 | Whatever, it doesn't matter because I'm an inferior human. | null | 0 | 1545881498 | False | 0 | ecmsmll | t3_a6nfgh | null | null | t1_ecmmsg9 | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ecmsmll/ | 1548120414 | 1 | t5_2fwo | r/programming | public | null |
False | bumbumbambam | t2_x5lq3vd | Just tell your equally incompetent management that australia can get all their illegal activities, private and company wise, if you continue to use jira. Unpaid taxes, credit card information and everything else. | null | 0 | 1544596414 | False | 0 | ebm79y9 | t3_a57th7 | null | null | t1_eblc9my | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm79y9/ | 1547503991 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | Ah, I misread and misunderstood. My apologies. | null | 0 | 1545881523 | False | 0 | ecmsnn9 | t3_a9q0uh | null | null | t1_ecmsjvg | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmsnn9/ | 1548120426 | 2 | t5_2fwo | r/programming | public | null |
False | NoMoreNicksLeft | t2_7mcb | Yeh, it's hell on OSX. Have you ever tried to run a System 7 binary on it? | null | 0 | 1544596423 | False | 0 | ebm7a69 | t3_a57gmy | null | null | t1_ebkz3qu | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebm7a69/ | 1547503994 | 0 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Happens, all good. | null | 0 | 1545881609 | False | 0 | ecmsrd1 | t3_a9q0uh | null | null | t1_ecmsnn9 | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmsrd1/ | 1548120473 | 1 | t5_2fwo | r/programming | public | null |
False | nurupoga | t2_12gv0p | Buffer overflow shellcode. | null | 0 | 1544596428 | False | 0 | ebm7aan | t3_a55xbm | null | null | t1_eblvxy2 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm7aan/ | 1547503996 | 2 | t5_2fwo | r/programming | public | null |
False | khedoros | t2_63drl | Being fair on that point, I've written a lot of C++, but not a lot of C. | null | 0 | 1545881630 | False | 0 | ecmss8g | t3_a9sscm | null | null | t1_ecmhpwy | /r/programming/comments/a9sscm/when_is_it_ok_to_use_goto/ecmss8g/ | 1548120483 | 1 | t5_2fwo | r/programming | public | null |
False | Katholikos | t2_dqowe | > 0 blocked requests on ublock origin
I beg to differ | null | 0 | 1544596460 | False | 0 | ebm7b2t | t3_a55xbm | null | null | t1_ebm716k | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebm7b2t/ | 1547504005 | 1 | t5_2fwo | r/programming | public | null |
False | Ziiiiik | t2_104f9u | Do they teach this stuff in college? | null | 0 | 1545881650 | False | 0 | ecmst2e | t3_a9q0uh | null | null | t1_ecmjnwa | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecmst2e/ | 1548120494 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >lol you java idiots will never wash the shame of the ask toolbar fiasco away.
Java isn't all that great. But that doesn't mean someone is dumb just because they use it.
I have more faith in the competency of an enterprise Java programmer than of a webshit. | null | 0 | 1544596665 | False | 0 | ebm7gjk | t3_a5969k | null | null | t1_eblb7gy | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebm7gjk/ | 1547504073 | 1 | t5_2fwo | r/programming | public | null |
False | ThrowingAway9001 | t2_j8qy3 | I've never liked goto, but error handling is a great case, really. | null | 0 | 1545881770 | False | 0 | ecmsyas | t3_a9sscm | null | null | t1_ecmlhwp | /r/programming/comments/a9sscm/when_is_it_ok_to_use_goto/ecmsyas/ | 1548120558 | 2 | t5_2fwo | r/programming | public | null |
False | vielga2 | t2_20robo | > I have more faith in the competency of an enterprise Java programmer than of a webshit
Yes, but we're talking about people who write software.
In my neighborhood, webshits are NOT considered software developers. | null | 0 | 1544596766 | False | 0 | ebm7ji8 | t3_a5969k | null | null | t1_ebm7gjk | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebm7ji8/ | 1547504110 | 1 | t5_2fwo | r/programming | public | null |
False | ThrowingAway9001 | t2_j8qy3 | Or he's gained enough experience that he can do something cleanly today that would have been difficult then. | null | 0 | 1545881923 | False | 0 | ecmt4zk | t3_a9sscm | null | null | t1_ecmb5gu | /r/programming/comments/a9sscm/when_is_it_ok_to_use_goto/ecmt4zk/ | 1548120670 | 3 | t5_2fwo | r/programming | public | null |
False | rorykoehler | t2_ku4i0 | Time to move to gitab. | null | 0 | 1544596962 | False | 0 | ebm7pag | t3_a57th7 | null | null | t1_ebkiu64 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebm7pag/ | 1547504181 | 2 | t5_2fwo | r/programming | public | null |
False | gnzoidberg | t2_lhyx434 | TL;DR A priority inversion bug? | null | 0 | 1545881955 | False | 0 | ecmt6h1 | t3_a9mw1l | null | null | t3_a9mw1l | /r/programming/comments/a9mw1l/what_really_happened_to_the_software_on_the_mars/ecmt6h1/ | 1548120689 | 3 | t5_2fwo | r/programming | public | null |
False | phrasal_grenade | t2_i4dru | I don't think interviews are the right place to answer big questions about a particular application or organization, especially on the candidate end. How is someone who has not seen the actual situation in question supposed to make authoritative and informed comments about what a company needs? | null | 0 | 1544596981 | False | 0 | ebm7pug | t3_a57fby | null | null | t1_ebltj2b | /r/programming/comments/a57fby/the_complexity_trap/ebm7pug/ | 1547504188 | 3 | t5_2fwo | r/programming | public | null |
False | fabiospampinato | t2_39cbq7 | I'm not very familiar with OneNote, so you might best assess the differences by trying Notable yourself. From a quick look it appears that one of the things that Notable offers over OneNote is a simple interface, also no WYSIWYG and notes are plain Markdown files stored on your disk. You don't even need an account for using Notable. | null | 0 | 1545882014 | False | 0 | ecmt957 | t3_a9tm4z | null | null | t1_ecms3yr | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmt957/ | 1548120722 | 3 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >In my neighborhood, webshits are NOT considered software developers.
Touche`. | null | 0 | 1544597026 | False | 0 | ebm7r4t | t3_a5969k | null | null | t1_ebm7ji8 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebm7r4t/ | 1547504204 | 0 | t5_2fwo | r/programming | public | null |
False | itsuart2 | t2_otdri | >Single instance of WordPad feature level application runs on 10+ years old hardware just fine
Is that a huge achievement in Electron world? | null | 0 | 1545882095 | False | 0 | ecmtcss | t3_a9tm4z | null | null | t1_ecms4ut | /r/programming/comments/a9tm4z/notable_the_markdownbased_notetaking_app_that/ecmtcss/ | 1548120767 | 19 | t5_2fwo | r/programming | public | null |
Subsets and Splits
Filtered Reddit Uplifting News
The query retrieves specific news articles by their link IDs, providing a basic overview of those particular entries without deeper analysis or insights.
Recent Programming Comments
Returns a limited set of programming records from 2020 to 2023, providing basic filtering with minimal analytical value.