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 | kankyo | t2_77w4q | I'd like to hear a professional mathematician say that. To me that sounds like sloppy thinking and not actual math to me. I don't see how any of that makes sense. | null | 0 | 1544553647 | False | 0 | ebku95r | t3_a4z1pl | null | null | t1_ebkr81j | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebku95r/ | 1547481085 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 1 | 1545823371 | 1547144023 | 0 | eckws1s | t3_a9hs3u | null | null | t1_eckwene | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckws1s/ | 1548088698 | 4 | t5_2fwo | r/programming | public | null |
False | sakarri | t2_imcbd | Using triple quotes will not be backwards incompatible with existing Java code. You might not like using triple quotes but it is perfectly consistent with the rest of the grammar. | null | 0 | 1544553690 | False | 0 | ebkuba3 | t3_a5969k | null | null | t1_ebktwwc | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkuba3/ | 1547481112 | 17 | t5_2fwo | r/programming | public | null |
False | lkraider | t2_8nhlt | People seem of the impression that is really very difficult to read the code you include, but it really isn't. If it is an important part of your codebase, get involved in the opensource community of the project you depend on, and get to know their vetting process and complain if they don't have one. This is what the ecosystem needs, people are quick to lay blame to their dependencies but forget to take part in the process as well. | null | 0 | 1545823425 | False | 0 | eckwt93 | t3_a9hs3u | null | null | t1_eck22pu | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckwt93/ | 1548088712 | -2 | t5_2fwo | r/programming | public | null |
False | ArmoredPancake | t2_jc7zp | With the latest enchantments, it should be on par with Kotlin/Java, so plenty of fast. I retract my last point again. | null | 0 | 1544553767 | False | 0 | ebkuf0b | t3_a55qhp | null | null | t1_ebktjb3 | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkuf0b/ | 1547481158 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545823677 | False | 0 | eckwyo6 | t3_a9hs3u | null | null | t1_ecjo4jt | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckwyo6/ | 1548088807 | -8 | t5_2fwo | r/programming | public | null |
False | PaulBardes | t2_f2l2j | Isn't it sad that allowing the owner of the console to run whatever software they want is considered a "security failure" today?
IMO locking hardware to only run software signed by a specific key should be illegal. It's the same thing as those stupid coffee machines that would refuse to brew coffee from capsules of different brands. | null | 0 | 1544553795 | 1544565479 | 0 | ebkugd6 | t3_a585nb | null | null | t3_a585nb | /r/programming/comments/a585nb/cryptography_failure_leads_to_easy_hacking_for/ebkugd6/ | 1547481175 | 34 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > Yes. I can only assume that there's some setup that gets done on the first iteration, because every other time drops dramatically.
12 seconds is way too much for allocation - it totally destroys your performance. Are you sure that golang didn't prepare a collection first?
> Typo when I wrote up the post. The commands used to run it were correct -- as you can see by the variation in throughput.
The variation shouldn't exist.
> Different hardware, different OS, different Java version. FreeBSD, 6 core Xeon E5-1650, 64 gigs of ECC RAM, Java 8 LTS, (since that's what you need to compile some AOSP bits)
Well, don't use a niche OS and an almost outdated version of java. This is how golang runs on my computer:
Allocation took 607.255416ms
GC took 551.939703ms
GC took 215.683144ms
GC took 215.329822ms
GC took 214.259442ms
GC took 215.099183ms
GC took 214.861686ms
GC took 215.678231ms
GC took 654.046091ms
GC took 219.014681ms
GC took 214.89217ms
As you can see the allocation is far faster and the pause times are better - except at those two cases which always come up which probably means something.
> Yes, I discussed that. If it was within, say,. 25%, I'd call it a wash -- the environments are different enough that tools wouldn't be sufficient -- the GCs would have to be extracted and put into some sort of separate testing infrastructure. But that's not the case. The difference in the direct allocation case is 2 orders of magnitude.
You "discussed" that and proceeded to continue with a shitty benchmark and measure who-knows-what and ignore the allocation speed and the difference between System.gc() and runtime.GC(). Taking the difference in a faulty benchmark as proof of anything is nonsense. Also, for the direct allocation I got this:
Allocated in 1133.270381ms
GC took 8.853699ms
GC took 5.325039ms
GC took 4.049791ms
The direct and indirect allocation is same for java while for golang it's much smaller - this means that java probably used the same allocation strategy - we are probably still comparing apples to oranges. | null | 0 | 1545824286 | False | 0 | eckxbqj | t3_a9gej5 | null | null | t1_eck7nxu | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxbqj/ | 1548088968 | 1 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | One of the issues with `@` is that it might be confused with an annotation. This is mentioned in the [JEP](https://openjdk.java.net/jeps/326). | null | 0 | 1544553865 | False | 0 | ebkujr5 | t3_a5969k | null | null | t1_ebktxah | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkujr5/ | 1547481217 | 49 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | > However, smart pointers do not appear to be in widespread use. We searched for programs using the standard `auto_ptr` class or the Boost library’s `shared_ptr` [16] on the open-source web site sourceforge.net and found only two large programs that use them. We attribute this lack of use both to their cost, since C++ programmers tend to be particularly conscious of expensive operations, and to their inflexibility. For example, the same smart pointer class cannot be used to manage scalars and arrays, because C++ arrays require a different syntax for deletion (`delete []`).
So, not very familiar with C++ I am afraid.
1. This was 2006, since then C++11 introduced `std::shared_ptr` in the standard library and... `std::unique_ptr` replaced `std::auto_ptr`.
2. There is no cost to using `std::unique_ptr` or `std::auto_ptr`: they simply automatically insert a call to `delete` in their destructor.
3. There is no point in using smart pointers for arrays; `std::vector`, or other collections, are used instead of manipulating raw pointers most of the time.
4. Even when collections are not used, smart pointers were since adapted to handle array forms.
In any case, though, smart pointers are not a panacea for safe memory management. The main benefit of smart pointers is avoiding memory leaks; a program with no raw memory allocations will have no leak. This does not, however, make it safe. Dangling pointers/references are still very much possible with a wide variety of constructs, some not even exposing any pointer to the user. | null | 0 | 1545824399 | False | 0 | eckxe2l | t3_a9j2qk | null | null | t3_a9j2qk | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/eckxe2l/ | 1548088996 | 7 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | I would hope faster. Will be curious to see. I would think closer to Go. | null | 0 | 1544553894 | False | 0 | ebkul6q | t3_a55qhp | null | null | t1_ebkuf0b | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkul6q/ | 1547481234 | 1 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | The borrow checker is about borrowing references(safely). You are probably thinking about the contracts of affine types and rust's other features. | null | 0 | 1545824507 | 1545853200 | 0 | eckxg90 | t3_a9gej5 | null | null | t1_eck4bq4 | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxg90/ | 1548089024 | -3 | t5_2fwo | r/programming | public | null |
False | crvc | t2_8d060 | I thought the justification for sans serif on electronic displays is serifs may not be rendered properly since they're too small
I think it's personal preference | null | 0 | 1544553990 | False | 0 | ebkupu2 | t3_a55xbm | null | null | t1_ebkk81e | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkupu2/ | 1547481292 | 42 | t5_2fwo | r/programming | public | null |
False | wean_irdeh | t2_uetxy | I'm not involved at all, I found this link on the description https://github.com/Picovoice/rhino/blob/master/README.md | null | 0 | 1545824605 | False | 0 | eckxi41 | t3_a9npfu | null | null | t1_eckwrvl | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eckxi41/ | 1548089047 | 53 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | One of the nice things about the [proposal](https://openjdk.java.net/jeps/326) is that you can use any number of backticks as the delimiter, not just one. | null | 0 | 1544554059 | False | 0 | ebkut4p | t3_a5969k | null | null | t1_ebkspdk | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkut4p/ | 1547481332 | 6 | t5_2fwo | r/programming | public | null |
False | chack05 | t2_2qn0ggbg | And now to ask the usual questions:
* Does it support working on large files? (according to the issues not yet)
* What about working on files with large lines?
* Any plans for supporting native plugins (now that golang 1.8 apparently supports it) or an IPC interface?
EDIT:
* Even more important, what is the average latency when typing?
* Is searching in directories possible? | null | 0 | 1545824628 | 1545847846 | 0 | eckxiiy | t3_a9njuu | null | null | t3_a9njuu | /r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/eckxiiy/ | 1548089052 | 33 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | >Remember that doubled rent means you need to make not only the difference, but 2x the difference because of taxes
That's not how marginal tax rates work. | null | 0 | 1544554065 | False | 0 | ebkutfh | t3_a4n8jv | null | null | t1_ebhzeel | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebkutfh/ | 1547481336 | 1 | t5_2fwo | r/programming | public | null |
False | poloppoyop | t2_9a5a3 | You can't use pure regex. And with the bastard regexp engine we get you can't expect to handle malformed HTML (which is not a problem for browsers). But with recursion and named groups you can manage valid HTML. | null | 0 | 1545824752 | False | 0 | eckxkvp | t3_a9d94p | null | null | t1_eciwyux | /r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eckxkvp/ | 1548089081 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544554099 | False | 0 | ebkuv34 | t3_a5969k | null | null | t1_ebktwwc | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkuv34/ | 1547481357 | 1 | t5_2fwo | r/programming | public | null |
False | chronoBG | t2_3dfo8 | If you look for a scientific definition, "humorous" is something that is both "unexpected" and "not harmful". This is a definition based on biological behaviors and is considered to be an evolved adaptation.
You'll notice that these types of easter eggs are definitely unexpected, but fail the "not harmful" criterion. | null | 0 | 1545824964 | False | 0 | eckxovl | t3_a9hs3u | null | null | t1_eckcpro | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckxovl/ | 1548089131 | 2 | t5_2fwo | r/programming | public | null |
False | Vexal | t2_39kv0 | i’m too ugly to have a family. | null | 0 | 1544554172 | False | 0 | ebkuynd | t3_a4n8jv | null | null | t1_ebkoe3g | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebkuynd/ | 1547481400 | 1 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > The borrow checker really is just checking 2 main things:
The borrow checker is about borrowing references. You're thinking about some indirect guarantees created by affine typing.
> A more apt conclusion may be that the borrow checker thinks of memory so you don't have to
The borrow checker doesn't think of memory. You have to think about it yourself: how and what you allocate. Shared and concurrent references exists too.
> so you can focus on the problem you're solving, and not making sure you've free'd everything you've allocated aren't using an object after it's freed, or de-referencing a null pointer, etc...
You forgot the existence of weak pointers. | null | 0 | 1545824970 | False | 0 | eckxozu | t3_a9gej5 | null | null | t1_eck7ivj | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxozu/ | 1548089133 | 1 | t5_2fwo | r/programming | public | null |
False | framelanger | t2_kurl3gm | If you are interested in a way to specify finite state machines in a language independent way, I have written some articles on Frame Machine Notation that does just that. This one shows a working example:
[https://medium.com/@mark.truluck/how-to-code-a-time-machine-9c5b02ba270c](https://medium.com/@mark.truluck/how-to-code-a-time-machine-9c5b02ba270c)
There are links to previous articles at the bottom. | null | 0 | 1544554183 | False | 0 | ebkuz6z | t3_a39sq3 | null | null | t3_a39sq3 | /r/programming/comments/a39sq3/finite_state_machine_designer/ebkuz6z/ | 1547481407 | 2 | t5_2fwo | r/programming | public | null |
False | dromtrund | t2_5n5h0 | And also allow for remote reconfiguration of all parameters in case of trouble | null | 0 | 1545825085 | False | 0 | eckxr95 | t3_a9ezut | null | null | t1_eckkoi6 | /r/programming/comments/a9ezut/the_internet_of_unprofitable_things/eckxr95/ | 1548089160 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544554231 | False | 0 | ebkv1i8 | t3_a4z1pl | null | null | t1_ebkm59b | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebkv1i8/ | 1547481435 | 1 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | I think you are using a different meaning, or perhaps should I say timespan, of thinking.
The way I see it, when programming a developer is thinking over different timespans:
- Permanent: things that you keep in mind throughout, this may be the architecture, the idioms, etc...
- Long-Term: things that you keep in mind for the duration of the task, this may be its problem statement, the particular constraints, etc...
- Short-Term: things that you keep in mind for the duration of a single function or two, the contract of the function and how it relates to the overall problem for example.
- Transient: things that briefly pop in your mind, and disappear as quickly, fixing warnings and style-lints for example.
In languages like C or C++, memory management is often at the fore-front of the design; it's a **permanent** issue to be kept at the back of your mind. Your instinct should take over, with training, but still.
In Rust, however, most of the times you can forget about it; the compiler will point to you any problem that arises, and depending on the difficulty to solve them, this may just be a blip on the radar (**transient**) or require a bit more thought (**short-term**) but will very rarely require more investment than that... once the architecture has settled.
As someone who programs in C++ for a living and has programmed in Rust quite a bit; *this changes everything*. To the point that I don't think about memory management Rust anymore that you don't think about style lints (braces? space before semi-colons?). | null | 0 | 1545825151 | False | 0 | eckxsjk | t3_a9gej5 | null | null | t1_ecjs0o8 | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxsjk/ | 1548089176 | 3 | t5_2fwo | r/programming | public | null |
False | tavianator | t2_53lpb | You must agree that there are no infinitely long integers, right?
But you must also agree that there is no limit to how long an integer can be, right? | null | 0 | 1544554329 | False | 0 | ebkv6eh | t3_a4z1pl | null | null | t1_ebku95r | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebkv6eh/ | 1547481496 | 2 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > Replacing Go by a language that doesn't have a stable / defined API for concurrency ( async/ a wait... ) sounds like a terrible idea.
golang only has some shitty CSP which is not even data-race-free.
> People think that C++ / Rust is ok for memory allocation until they have to create their own allocator because asking memory to the OS is slow, where in Java for instance you ask at startup and then it's pretty much free.
They create their own allocators because they want to use region-based memory management which is far better at some cases than a GC(think about games). | null | 0 | 1545825185 | False | 0 | eckxt8p | t3_a9gej5 | null | null | t1_eck55wx | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxt8p/ | 1548089185 | 3 | t5_2fwo | r/programming | public | null |
False | fcesarini | t2_mch7 | No, you would not use it for number crunching. Uptake is in the block chain space, financial switches and messaging solutions. As well as powering backend infrastructure, the part no one ever sees. | null | 0 | 1544554363 | False | 0 | ebkv81o | t3_a57f0y | null | null | t1_ebkowbr | /r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/ebkv81o/ | 1547481517 | 1 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | Given that trading is pretty vague, are you at liberty of talking about orders of magnitude of latency?
For software HFT applications, the golden standard is 2.5 micro-seconds of wire-to-wire, or about 1 micro-seconds of CPU time. | null | 0 | 1545825371 | False | 0 | eckxwtp | t3_a9gej5 | null | null | t1_ecjhgad | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxwtp/ | 1548089229 | 2 | t5_2fwo | r/programming | public | null |
False | MCWizardYT | t2_120n9c | I’ve seen static pages generated entirely by one JS file. If I went into inspect element and removed the <script> the whole page would disappear. I hate sites like that
Edit: inspect not expect | null | 0 | 1544554443 | 1544567506 | 0 | ebkvc1i | t3_a55xbm | null | null | t1_ebkq04k | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkvc1i/ | 1547481566 | 18 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > The issue here isn't that GC blocks the server, it's that during the GC phase, performance drops by an order of magnitude.
GCs are more efficient at collection than free()(they waste less time collecting things) - it's not about the performance drop but about the higher latency and the non-deterministic collection. Plus you can't do region-based memory management tricks with a GCs. | null | 0 | 1545825389 | False | 0 | eckxx5t | t3_a9gej5 | null | null | t1_eck70ey | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxx5t/ | 1548089233 | 1 | t5_2fwo | r/programming | public | null |
False | fcesarini | t2_mch7 | Depends what you are looking for in speed. It is fast enough, and can process the HTTP requests concurrently. Phoenix can handle 2 million simultaneously open websockets on a single VM instance. WhatsApp was doing it in 2012. | null | 0 | 1544554456 | False | 0 | ebkvcoi | t3_a57f0y | null | null | t1_ebkpami | /r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/ebkvcoi/ | 1547481604 | 1 | t5_2fwo | r/programming | public | null |
False | sweetmartabak | t2_xqzdb | Well I'd already pushed a hotfix when I saw it. Besides, it's no longer the 25th so it actually solved itself already. But then again New Year and Lunar New Year are just around the corner. | null | 0 | 1545825422 | False | 0 | eckxxt6 | t3_a9hs3u | null | null | t1_eckta9g | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckxxt6/ | 1548089241 | 2 | t5_2fwo | r/programming | public | null |
False | CarlSagan79 | t2_69xwf | > 1) actually talking to your team mates,
I've been meaning to talk to you about your TPS reports.
| null | 0 | 1544554507 | False | 0 | ebkvf6s | t3_a4uynu | null | null | t1_ebin5k0 | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebkvf6s/ | 1547481635 | 3 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | And yet the allocation time is the same for both cases. | null | 0 | 1545825426 | False | 0 | eckxxw9 | t3_a9gej5 | null | null | t1_ecjyqm9 | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckxxw9/ | 1548089242 | 0 | t5_2fwo | r/programming | public | null |
False | fcesarini | t2_mch7 | Containers, alas, bring the VM back and limits its usability, making code upgrades futile and also add the need for an external DB to store state. | null | 0 | 1544554562 | False | 0 | ebkvhyq | t3_a57f0y | null | null | t1_ebkqpwf | /r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/ebkvhyq/ | 1547481669 | 1 | t5_2fwo | r/programming | public | null |
False | erliluda | t2_125mpk | >Millions of lines of code without comments. Nobody on earth understands how it works. Most of the code was written by IBM decades ago.
last time i tried to contact somebody about it, The only reply i got was along the lines of "Run the code yourself" ( with an implied 'scrub' at the end) | null | 0 | 1545825857 | False | 0 | ecky5zz | t3_a95jxj | null | null | t1_ecgyhu0 | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecky5zz/ | 1548089342 | 1 | t5_2fwo | r/programming | public | null |
False | evaned | t2_d2bpl | > Well, the problem there is the use of new, and was actually fixed by using C++17's make_unique
As a nitpick, `make_unique` was C++14. :-) | null | 0 | 1544554664 | False | 0 | ebkvn0e | t3_a550k8 | null | null | t1_ebka97w | /r/programming/comments/a550k8/overview_of_stdmaps_insertion_emplacement_methods/ebkvn0e/ | 1547481731 | 2 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | > People think that C++ / Rust is ok for memory allocation until they have to create their own allocator because asking memory to the OS is slow, where in Java for instance you ask at startup and then it's pretty much free.
Bullshit.
First of all, I don't know of any standard implementation of `malloc` which does not buffer memory internally, making requests to the OS only sporadically.
Secondly, the OS *is* implicated even after a single memory allocation: allocating virtual memory does not reserve any physical memory by default. Only when a page of memory is first touched will the OS find a physical memory bank for it, via an interrupt. This process is actually arbitrary long, as it may involve swapping "cold" memory to disk or even the OOM killer (when using overcommit). | null | 0 | 1545825867 | False | 0 | ecky66t | t3_a9gej5 | null | null | t1_eck55wx | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/ecky66t/ | 1548089344 | 4 | t5_2fwo | r/programming | public | null |
False | jephthai | t2_591d | https://physics.stackexchange.com/questions/247864/what-does-finite-but-unbounded-universe-mean ? | null | 0 | 1544554795 | False | 0 | ebkvtfj | t3_a4z1pl | null | null | t1_ebkm59b | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebkvtfj/ | 1547481810 | 2 | t5_2fwo | r/programming | public | null |
False | callcifer | t2_57o7t | Fair enough, that's a good distinction I think. | null | 0 | 1545825968 | False | 0 | ecky83h | t3_a9gej5 | null | null | t1_eckxsjk | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/ecky83h/ | 1548089368 | 2 | t5_2fwo | r/programming | public | null |
False | t0ps0il | t2_2bmgathf | Anyone have more information on the "Utopia" hacking team? My google fu isn't returning much | null | 0 | 1544554832 | False | 0 | ebkvv8v | t3_a55xbm | null | null | t3_a55xbm | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkvv8v/ | 1547481832 | 5 | t5_2fwo | r/programming | public | null |
False | TheDejectedEntourage | t2_xmqz8 | I'm not sure how long ago you were using macOS, but now that green button maximises apps to be full screen (unless the application breaks standard but that's not very common) | null | 0 | 1545826053 | False | 0 | ecky9rc | t3_a95jxj | null | null | t1_ecie2me | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecky9rc/ | 1548089418 | 1 | t5_2fwo | r/programming | public | null |
False | AlyoshaV | t2_4ld5a | > - The "any number of quotes" rule can confuse IDEs over whether a sequence of quotes is open-contents-close, or a large opening delimiter, limiting their ability to help by filling in closing delimiters and placing the caret in the right place. We want Java to remain one of the most tool-friendly languages.
It might be changed. | null | 0 | 1544554855 | False | 0 | ebkvwc8 | t3_a5969k | null | null | t1_ebkut4p | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkvwc8/ | 1547481847 | 4 | t5_2fwo | r/programming | public | null |
False | terbet | t2_278m1bw5 | from hardware standpoint, the board looks like this:
https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-rt1050-evaluation-kit:MIMXRT1050-EVK | null | 0 | 1545826072 | False | 0 | eckya4l | t3_a9npfu | null | null | t1_eckwrvl | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eckya4l/ | 1548089422 | 18 | t5_2fwo | r/programming | public | null |
False | tathougies | t2_cfv3e | In San Francisco, I get unlimited time off (Taken off at least 5 weeks in the last year, no questions). If I lost my job and descended into poverty, I get free medicaid in California. My wife is pregnant and I will take off 12 weeks fully paid, by law, plus, like I said, I have unlimited paid leave. I don't use a car ever for commuting, and I work less than 40 hours a week.
By all means, stay in London, but pretending much of California doesn't have a lot of the same social benefits as European states is a tad crazy. | null | 0 | 1544554892 | False | 0 | ebkvy67 | t3_a4n8jv | null | null | t1_ebgp1cm | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebkvy67/ | 1547481868 | 0 | t5_2fwo | r/programming | public | null |
False | OffbeatDrizzle | t2_h9ldi | Absolute mad lad | null | 0 | 1545826318 | False | 0 | eckyevd | t3_a9kdms | null | null | t1_eckr7oz | /r/programming/comments/a9kdms/writing_a_program_to_measure_your_current_speed/eckyevd/ | 1548089481 | 1 | t5_2fwo | r/programming | public | null |
False | mnewcomb | t2_qi8jr | rm -rf * | null | 0 | 1544554910 | False | 0 | ebkvz0i | t3_a541an | null | null | t3_a541an | /r/programming/comments/a541an/just_tell_me_how_to_use_go_modules/ebkvz0i/ | 1547481879 | -4 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | Note: this paper is from 2005/2006.
The methodology is interesting, though it's unclear whether it could accurately model large multi-threaded applications, and the experiments were not pursued with the more modern GCs... which didn't exist then. | null | 0 | 1545826351 | False | 0 | eckyfhr | t3_a9gej5 | null | null | t1_ecjqq0y | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/eckyfhr/ | 1548089489 | 1 | t5_2fwo | r/programming | public | null |
False | takanuva | t2_82xqp | He mentioned coinduction. Through coinduction we can represent infinite objects through a finite representation of how they behave upon iteration (more specifically, by a seed and a terminating transformation function). We do know that [this is enough for Turing-completeness](https://personal.cis.strath.ac.uk/conor.mcbride/TotallyFree.pdf). The author means that it's possible to write a terminating program that will return the finite description of an infinite, productive stream of information, which could be, e.g., an operating system. Then one could "step" through this description for as long as one wishes. | null | 0 | 1544554916 | False | 0 | ebkvzc5 | t3_a4z1pl | null | null | t1_ebkm59b | /r/programming/comments/a4z1pl/old_neglected_theorems_are_still_theorems/ebkvzc5/ | 1547481883 | 4 | t5_2fwo | r/programming | public | null |
False | morpheousmarty | t2_4de6z | Text is ideal for reference and pure information dumping, but with a video attitude and technique are much more evident. Depending with what you're struggling with, both can be very useful. | null | 0 | 1545826529 | False | 0 | eckyj2r | t3_a8epbk | null | null | t1_eca7f45 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/eckyj2r/ | 1548089533 | 1 | t5_2fwo | r/programming | public | null |
False | crvc | t2_8d060 | Not everyone makes content for free you know | null | 0 | 1544554961 | False | 0 | ebkw1hr | t3_a55xbm | null | null | t1_ebkhyey | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkw1hr/ | 1547481909 | 10 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545826569 | False | 0 | eckyjw8 | t3_a9hs3u | null | null | t3_a9hs3u | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckyjw8/ | 1548089544 | -2 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | Correct, but it is currently in the spec. | null | 0 | 1544554962 | False | 0 | ebkw1jh | t3_a5969k | null | null | t1_ebkvwc8 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkw1jh/ | 1547481910 | 2 | t5_2fwo | r/programming | public | null |
False | morpheousmarty | t2_4de6z | Is there some trick to running oracle packages in it? I just can't seem to get it to actually work, I have SQL developer just for that. | null | 0 | 1545826746 | False | 0 | eckync0 | t3_a7r8qv | null | null | t1_ec6npae | /r/programming/comments/a7r8qv/eclipse_410_released/eckync0/ | 1548089586 | 1 | t5_2fwo | r/programming | public | null |
False | sorlafloat | t2_2q1c255k | I'm prepared to compromise: We'll roll dice for it. It's fair and we can save 20 years of aggro. | null | 0 | 1544555007 | False | 0 | ebkw3mj | t3_a5969k | null | null | t1_ebktxah | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkw3mj/ | 1547481936 | 6 | t5_2fwo | r/programming | public | null |
False | Klathmon | t2_73t3e | This was thrown into the code over a month ago with a trigger that it only happen on the date of the 25th.
Code review might catch it, but I'd bet my life that no company tests every change with the system date set to every possible day and month for every change. | null | 0 | 1545827059 | False | 0 | eckytvg | t3_a9hs3u | null | null | t1_eckyjw8 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckytvg/ | 1548089666 | 10 | t5_2fwo | r/programming | public | null |
False | FierceDeity_ | t2_vgcz6 | Imagine going in with NoScript or something. Blank page!
A while ago we still had "you have no JS, you need JS" warnings in a <noscript> tag. Nowadays those don't even exist anymore AT ALL. | null | 0 | 1544555195 | False | 0 | ebkwcss | t3_a55xbm | null | null | t1_ebkvc1i | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkwcss/ | 1547482050 | 18 | t5_2fwo | r/programming | public | null |
False | msquig | t2_2tf3aj3x | Fool don't trust anyone.
If anyone can take your device and obtain proof of encrypted dealing then you
should not be using encryption.
&#x200B;
I think this is great it will bring the field back to were it was meant to be.
&#x200B;
These crypto toys were no good they gave people the idea that they were secure and
safe with out the need to study how the processes worked.
&#x200B;
just asken like what os is that crypto toy run on ?
&#x200B;
Other than on linux how can you truly know what is happening to the data that you punch into
that crypto toy ?
&#x200B;
And even if your running linux how do you know the device that is receiving your messages
does not do something with the messages you send.
&#x200B;
The safe use of encryption is not just an application that you just run its a process of eliminating possible
leaks in security as well.
Be that machine software or human.
&#x200B;
To say you trust an app that runs on a system is to say that you trust the system as well.
&#x200B;
The cryptographer they have in the reviews may drool all over there code but what does he
think of the code behind the OS's that Signal runs on.
&#x200B;
Another thought lets say the police take your device with an installed crypto toy.
&#x200B;
Do you think It looks good in court when they say you had software installed to enable you
to pass encrypted messages.
&#x200B;
There is no magic pill to solve security issues.
One application will not fix user stupidity and one country asking for backdoors will not
stop anyone who knows what there doing.
&#x200B;
&#x200B; | null | 0 | 1545827339 | 1545828565 | 0 | eckz07i | t3_a66102 | null | null | t1_ebsgpny | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/eckz07i/ | 1548089745 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544555195 | 1545493582 | 0 | ebkwcsv | t3_a55xbm | null | null | t1_ebk9xnw | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkwcsv/ | 1547482050 | 5 | t5_2fwo | r/programming | public | null |
False | RagingOrangutan | t2_6x55e | Wat | null | 0 | 1545827464 | False | 0 | eckz31c | t3_a9hs3u | null | null | t1_eckqpfm | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckz31c/ | 1548089780 | 0 | t5_2fwo | r/programming | public | null |
False | sysop073 | t2_326m9 | I've got no clue what the use case for this is, even after reading the "Why" section. If you have SSH access to the target, just add it as a remote and push there | null | 0 | 1544555214 | False | 0 | ebkwdr7 | t3_a59gw5 | null | null | t3_a59gw5 | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/ebkwdr7/ | 1547482061 | 12 | t5_2fwo | r/programming | public | null |
False | kozeljko | t2_9kwvo | This paper is ancient, dude. | null | 0 | 1545827532 | False | 0 | eckz4lv | t3_a9j2qk | null | null | t1_ecjqxvw | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/eckz4lv/ | 1548089799 | 2 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Because opening remote offices have costs associated with them as well. | null | 0 | 1544555225 | False | 0 | ebkwe9p | t3_a4n8jv | null | null | t1_ebght3k | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebkwe9p/ | 1547482068 | 2 | t5_2fwo | r/programming | public | null |
False | mnp | t2_35c4g | 2015 - That's like, forever, in internet years. Seriously, the landscape has iterated several times since. | null | 1 | 1545827772 | False | 0 | eckza02 | t3_a9n1x4 | null | null | t3_a9n1x4 | /r/programming/comments/a9n1x4/microservices_at_spotify/eckza02/ | 1548089866 | 6 | t5_2fwo | r/programming | public | null |
False | FierceDeity_ | t2_vgcz6 | Maybe choose a better font face. Monospace is cool but not the best choice for running text. Don't even necessarily need to ship any font files either, just go for a plain helvetica/sans-serif combi | null | 0 | 1544555255 | False | 0 | ebkwfqb | t3_a55xbm | null | null | t1_ebkq3zu | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkwfqb/ | 1547482086 | 1 | t5_2fwo | r/programming | public | null |
False | billyc74 | t2_81ngn | I think most people could spend 5 minutes thinking and come up with all of these things. | null | 0 | 1545828154 | False | 0 | eckziz9 | t3_a9nw0n | null | null | t3_a9nw0n | /r/programming/comments/a9nw0n/an_introduction_to_building_games_for_programmers/eckziz9/ | 1548090007 | 4 | t5_2fwo | r/programming | public | null |
False | FierceDeity_ | t2_vgcz6 | I think with more high res the displays are becoming, that argument is slowly becoming moot.
I will still stick with sans serif for a while, HiDPI isn't common enough yet. | null | 0 | 1544555326 | False | 0 | ebkwj6i | t3_a55xbm | null | null | t1_ebkupu2 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkwj6i/ | 1547482130 | 26 | t5_2fwo | r/programming | public | null |
False | saltybandana | t2_2hallns5 | security isn't binary and anyone who treats it as such is writing insecure code without realizing it.
If someone wants to make that tradeoff they know better than you whether or not they're able to. | null | 0 | 1545828187 | False | 0 | eckzjsv | t3_a8vpy4 | null | null | t1_ecgvuhg | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/eckzjsv/ | 1548090016 | 1 | t5_2fwo | r/programming | public | null |
False | FierceDeity_ | t2_vgcz6 | Well I can't speak for where you live but in many countries it's perfectly legal to modify your purchased electronics.
When you start playing copied games you don't own the real disc of (also depends on the country here, even private copies might be illegal) is where it definitely gets into copyright violation area.
&#x200B; | null | 0 | 1544555477 | False | 0 | ebkwqs6 | t3_a55xbm | null | null | t1_ebknphb | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkwqs6/ | 1547482252 | 3 | t5_2fwo | r/programming | public | null |
False | Type-21 | t2_9udi7 | So it's kind of a big ship? | null | 0 | 1545828195 | False | 0 | eckzk07 | t3_a9hs3u | null | null | t1_ecjvn2d | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckzk07/ | 1548090019 | 7 | t5_2fwo | r/programming | public | null |
False | JNighthawk | t2_5w925 | The law allows you to disclose to get legal advice. It doesn't specify how you're allowed to obtain said legal advice - wonder if you could just post to /r/legaladvice. | null | 0 | 1544555508 | False | 0 | ebkwsc6 | t3_a57th7 | null | null | t1_ebkqql0 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebkwsc6/ | 1547482271 | 40 | t5_2fwo | r/programming | public | null |
False | Robby517 | t2_ntghm | I especially loved the easter egg where the X button to deny the Windows 10 upgrade was actually the confirm button! | null | 0 | 1545828209 | False | 0 | eckzkch | t3_a9hs3u | null | null | t1_ecjyia3 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckzkch/ | 1548090023 | 10 | t5_2fwo | r/programming | public | null |
False | chucker23n | t2_39t9i | TPS reports are kind of a metaphor for busywork… just like pointlessly specific rules for commit messages. | null | 0 | 1544555556 | False | 0 | ebkwuro | t3_a4uynu | null | null | t1_ebkvf6s | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebkwuro/ | 1547482302 | 3 | t5_2fwo | r/programming | public | null |
False | saltybandana | t2_2hallns5 | in other words, you like to test against fantasy.
| null | 0 | 1545828383 | False | 0 | eckzoi1 | t3_a8vpy4 | null | null | t1_echckg7 | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/eckzoi1/ | 1548090074 | 0 | t5_2fwo | r/programming | public | null |
False | JNighthawk | t2_5w925 | No, they're not. There's a few allowed exceptions for disclosure, legal advice being one of them. | null | 0 | 1544555569 | False | 0 | ebkwvev | t3_a57th7 | null | null | t1_ebktj57 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebkwvev/ | 1547482309 | 11 | t5_2fwo | r/programming | public | null |
False | cinyar | t2_24es8maw | The lesson here is don't use lineageos... | null | 0 | 1545828559 | False | 0 | eckzt4g | t3_a9hs3u | null | null | t1_eckfgnw | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckzt4g/ | 1548090131 | 3 | t5_2fwo | r/programming | public | null |
False | ExistentialismFTW | t2_11l2dp | The time has not already been spent working on it. That's the point. For any given line of code, the cost is both the time it takes to code and all the time in the future -- from here to forever -- that you have to look at it again.
Each line of code has a fixed and finite value which is based on the overall app, not the line -- but it could easily have an infinite and unlimited cost. Plus research has shown that as we add more and more lines of code we add cost even if everything else stays the same. Therefore the fewer lines of code that make up an app, the less overall potential downside there is. The answer isn't "one line of code", but given a certain kind of problem, there's probably some minimum, and we should look for it. | null | 0 | 1544555579 | False | 0 | ebkwvw9 | t3_a56udk | null | null | t1_ebkmfxr | /r/programming/comments/a56udk/200020020_code_economics/ebkwvw9/ | 1547482315 | 1 | t5_2fwo | r/programming | public | null |
False | saltybandana | t2_2hallns5 | There's a lot more work involved in going from SQL to NoSQL, converting ID's is the least of your concerns. | null | 0 | 1545828691 | False | 0 | eckzwng | t3_a8vpy4 | null | null | t1_ecgftsx | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/eckzwng/ | 1548090175 | 1 | t5_2fwo | r/programming | public | null |
False | CaptainAdjective | t2_31ta2 | What if they don't do that? | null | 0 | 1544555770 | False | 0 | ebkx5c7 | t3_a57th7 | null | null | t1_ebklghs | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebkx5c7/ | 1547482432 | 2 | t5_2fwo | r/programming | public | null |
False | Type-21 | t2_9udi7 | >create whitelist
>put all the white countries on it
This might get you into a whole different mess lol | null | 0 | 1545828766 | False | 0 | eckzymh | t3_a9hs3u | null | null | t1_ecjwt6f | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckzymh/ | 1548090200 | 0 | t5_2fwo | r/programming | public | null |
False | CarlSagan79 | t2_69xwf | Oh, I completely agree with your comments. We all know those engineer types where *everything* needs to be automated. Even if it'll take 100 lifetimes to get right and adds no value--the process is bad simply because it isn't automated. | null | 0 | 1544555772 | False | 0 | ebkx5fy | t3_a4uynu | null | null | t1_ebkwuro | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebkx5fy/ | 1547482433 | 5 | t5_2fwo | r/programming | public | null |
False | 5-4-3-2-1-bang | t2_35h0u | First step towards solving a problem is admitting you have one. Kudos, you already did better than the LineageOS team! | null | 0 | 1545828768 | False | 0 | eckzynv | t3_a9hs3u | null | null | t1_ecktzuv | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eckzynv/ | 1548090200 | 4 | t5_2fwo | r/programming | public | null |
False | derdiedasdem | t2_2ko6zts7 | >Ah, microservices. They sound so good on paper...
They sound horrible on paper and are even worse in production. | null | 0 | 1544555783 | False | 0 | ebkx5yb | t3_a4y4cj | null | null | t1_ebkqw1t | /r/programming/comments/a4y4cj/10_tips_for_failing_badly_at_microservices_by/ebkx5yb/ | 1547482440 | 2 | t5_2fwo | r/programming | public | null |
False | exorxor | t2_h57gcb9 | And none of it matters.
If you are using Microsoft technology you just have a legacy problem. That's the only reason the company still exists. | null | 0 | 1545828854 | False | 0 | ecl00zg | t3_a9i9ij | null | null | t3_a9i9ij | /r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/ecl00zg/ | 1548090228 | -24 | t5_2fwo | r/programming | public | null |
False | justinlindh | t2_8kxgc | I vaguely remember there being some kind of disc swap trick with PS1 (you had to hold the disc lid lever, pull the disc at a precise time that it slowed down at BIOS screen, and quickly swap in the pirated disc), but it was a hassle (and I think there were scares of it burning out the motor that spins the disc). There was a very easy 8 point solder modchip available for like $20, though. It was actually my introduction into soldering as an early teen. | null | 0 | 1544555955 | False | 0 | ebkxej7 | t3_a55xbm | null | null | t1_ebkrjih | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkxej7/ | 1547482545 | 2 | t5_2fwo | r/programming | public | null |
False | dragonnyxx | t2_4oi9q | Even with a "one-liner comment in the changelog", an easter egg like this would be bullshit.
Do you honestly expect every user should have to scan the entire commit history of every project they use to discover if there are things like this lurking? | null | 0 | 1545828883 | False | 0 | ecl01rg | t3_a9hs3u | null | null | t1_eckohhs | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl01rg/ | 1548090238 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | https://git-scm.com/book/en/v2/Git-Tools-Bundling
> This can be useful in various scenarios. Maybe your network is down and you want to send changes to your co-workers. Perhaps you’re working somewhere offsite and don’t have access to the local network for security reasons. Maybe your wireless/ethernet card just broke. Maybe you don’t have access to a shared server for the moment, you want to email someone updates and you don’t want to transfer 40 commits via format-patch.
There was a post some time ago on how they used git bundle in this exact scenario where the recipient did not have access to the server where the repository was hosted. | null | 0 | 1544556033 | False | 0 | ebkxibk | t3_a59gw5 | null | null | t1_ebkwdr7 | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/ebkxibk/ | 1547482592 | 14 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545829127 | 1545958362 | 0 | ecl086l | t3_a9hs3u | null | null | t1_eckh9pb | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl086l/ | 1548090318 | 3 | t5_2fwo | r/programming | public | null |
False | Iwan_Zotow | t2_xwkmk | Where all tags are replaced with <blink></blink> ones | null | 0 | 1544556077 | False | 0 | ebkxkhf | t3_a581wy | null | null | t3_a581wy | /r/programming/comments/a581wy/what_is_the_shadow_dom/ebkxkhf/ | 1547482618 | 0 | t5_2fwo | r/programming | public | null |
False | hgjsusla | t2_a6egp | Ctags and stuff is hardly used anymore. Proper compiler backends using LSP is what you should use if you want vim to understand your code | null | 0 | 1545829218 | False | 0 | ecl0aj3 | t3_a9fg8h | null | null | t1_eck0kva | /r/programming/comments/a9fg8h/spacevim_release_v100/ecl0aj3/ | 1548090347 | 3 | t5_2fwo | r/programming | public | null |
False | MrBlooregardQKazoo | t2_ydqws | ELI5? | null | 0 | 1544556149 | False | 0 | ebkxo0k | t3_a57gmy | null | null | t1_ebktpc0 | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebkxo0k/ | 1547482662 | 11 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545829266 | 1545958360 | 0 | ecl0bq6 | t3_a9hs3u | null | null | t1_ecksiv1 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl0bq6/ | 1548090361 | 3 | t5_2fwo | r/programming | public | null |
False | Bambi_One_Eye | t2_2ivcz9xx | 100% unadulterated eye candy | null | 0 | 1544556236 | False | 0 | ebkxsbz | t3_a55xbm | null | null | t1_ebk5rtt | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkxsbz/ | 1547482715 | 1 | t5_2fwo | r/programming | public | null |
False | rogerwcpt | t2_f6v5w | Ignorance is bliss.
Check out VIsual Studio Code, which is a very widely used free, open source IDE. Even Google employees are using it.
Then take a look at DotNet Core, also open source, also becoming a popular choice of cross platform .net backend. Very fast, written from the ground up.
That’s not legacy, that’s very relevant technology being adopted today. | null | 0 | 1545829281 | 1545834974 | 0 | ecl0c4d | t3_a9i9ij | null | null | t1_ecl00zg | /r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/ecl0c4d/ | 1548090367 | 22 | t5_2fwo | r/programming | public | null |
False | papakaliati | t2_tmnoh | Flutter and Dart are quite nice. Dart is insanely easy to pick up, if you know C# (or java or javascript in a slightly lesser degree) you know Dart.
Anything providing an alternative to the awfulness of Javascript is extremely welcome. I only hope that flutter officially expanding to native apps and remove the cancer that is Electron. | null | 0 | 1544556240 | False | 0 | ebkxsk8 | t3_a55qhp | null | null | t3_a55qhp | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkxsk8/ | 1547482718 | 9 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545829312 | 1545958358 | 0 | ecl0cve | t3_a9hs3u | null | null | t1_eckjd4i | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl0cve/ | 1548090376 | 3 | t5_2fwo | r/programming | public | null |
False | oh_lord | t2_5m358 | A few more:
* https://lite.cnn.com
* https://text.npr.org/ | null | 0 | 1544556274 | False | 0 | ebkxu5v | t3_a3whn0 | null | null | t1_ebat334 | /r/programming/comments/a3whn0/you_dont_need_pwa_or_amp_to_make_your_website/ebkxu5v/ | 1547482738 | 2 | t5_2fwo | r/programming | public | null |
False | cinyar | t2_24es8maw | The actual issue is a library having undocumented "features". Removing the offending library is the right thing... | null | 0 | 1545829329 | False | 0 | ecl0dap | t3_a9hs3u | null | null | t1_eckesnb | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl0dap/ | 1548090381 | 2 | 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.