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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
null | based2 | null | https://news.ycombinator.com/item?id=14010934 | null | 0 | 1491048922 | False | 0 | dfou7vp | t3_62sczi | null | null | t3_62sczi | null | 1493703706 | 2 | t5_2fwo | null | null | null |
null | myringotomy | null | Anybody who doesn't say Linux is awesome obviously doesn't know anything about computing or programming or technology. | null | 0 | 1491049150 | False | 0 | dfoubbc | t3_62n5mx | null | null | t1_dforkmm | null | 1493703753 | -5 | t5_2fwo | null | null | null |
null | lazic_ | null | Yeah. It's really good font. However, it renders terribly on Linux and not that good on Windows either. | null | 0 | 1491049221 | False | 0 | dfoucdl | t3_62qrve | null | null | t1_dfou54p | null | 1493703768 | 5 | t5_2fwo | null | null | null |
null | unpopular_opinion | null | You call it trolling, I call it accurately describing a product. You are calling it "extreme security"; I see it as a binary relationship. Either something is secure from a software point of view (there are various attacks which would still succeed in such a scenario in real-world deployments) or it isn't. Postgres is not.
Qualifying things by "extreme" is only done, because you know it is a weakness. Let's consider what would happen if Postgres by some miracle would get these capabilities over night. Would Postgres supporters not say this at every possible occasion?
The trade-off between security and convenience is almost non-existent and is often used as a straw man to defend software not meeting the requirements specified above.
In fact, it goes even further; sometimes it's not even security that's the victim, but correctness (e.g. optimizers for query plans are not sound).
I did not make a comparison with another product which is better; I just pointed out that Postgres is not "great". Postgres is just a textbook DMBS implemented using a traditional mindset, which is used by quite a lot of people. Postgres is also documented relatively well.
Implying it is "great" (which is what you do), removes any need to improve upon Postgres or to indeed build a completely different DBMS, because how can you improve upon something which is already "great"?
There are plenty of axes on which one can improve upon Postgres. Suggesting this is not the case makes you look unimaginative. | null | 0 | 1491049404 | False | 0 | dfouf46 | t3_62n15u | null | null | t1_dfotg2r | null | 1493703805 | -14 | t5_2fwo | null | null | null |
null | DeanofDeeps | null | Hey I thought that "rusts fatal flaw" article was hilarious.
"Perhaps, when the workers of the world rise up and seize the means of production, we can abolish the idea of ownership altogether." | null | 0 | 1491049414 | False | 0 | dfouf9w | t3_62s54t | null | null | t1_dfotqkg | null | 1493703807 | 9 | t5_2fwo | null | null | null |
null | want_to_want | null | No need for fancy algorithms, the problem can be solved on a napkin.
If the number of tails is odd, there's no solution because each move preserves the parity of tails. If it's even, the optimal algorithm is to flip the leftmost tails coin and the coin to its right, and keep doing that until all coins are heads. The number of moves is M = X / 2 + Y, where X is the number of tails and Y is the number of heads that have an odd number of tails to the left. It's easy to check that any possible move by any algorithm decreases M by at most 1, and my algorithm always decreases M by 1. Done!
Code to compute the number of moves:
f = g 0 0 where
g m n [] = if even m then Just (n + div m 2) else Nothing
g m n (True : xs) = g m (n + mod m 2) xs
g m n (False : xs) = g (m + 1) n xs
main = print (f [True, False, True, False, True, False, True, False, True]) | null | 0 | 1491049452 | 1491311606 | 0 | dfouftx | t3_62jt57 | null | null | t3_62jt57 | null | 1493703814 | 2 | t5_2fwo | null | null | null |
null | Jerrrrrrry | null | He may of (not) been referencing an RFID wristchain with a key on the hardware. Disconnecting/removing the keystore unmounts drives and purges RAM before shutting down.
Or a password manager for Mac. | null | 0 | 1491049499 | False | 0 | dfougjh | t3_62jpnd | null | null | t1_dfn88ua | null | 1493703823 | 1 | t5_2fwo | null | null | null |
null | blamo111 | null | And he could've used mercurial instead of git.
People are familiar with popular stuff and prefer to reuse that knowledge instead of spending their time learning redundant things.
(Admittedly, git is a terrible example here. It probably takes 10% of the time to master hg than it does to master git.) | null | 0 | 1491049552 | False | 0 | dfouhbv | t3_62ji76 | null | null | t1_dfnrl6e | null | 1493703833 | 1 | t5_2fwo | null | null | null |
null | oldsecondhand | null | You could always opt out, but you were pestered a lot to link them. | null | 0 | 1491049707 | False | 0 | dfoujpm | t3_62n5mx | null | null | t1_dfoqh8h | null | 1493703865 | 1 | t5_2fwo | null | null | null |
null | blamo111 | null | Can anyone explain to me what Canonical gets out of this?
What do they gain out of propping up their biggest competitor as a desktop OS? | null | 0 | 1491049734 | False | 0 | dfouk3d | t3_62ji76 | null | null | t1_dfn3lxq | null | 1493703870 | 1 | t5_2fwo | null | null | null |
null | kaze0 | null | Code can work completely fine without being touched in over two years, but I guess we live in the time where if you don't update an app once a week, you abandoned it | null | 0 | 1491049877 | False | 0 | dfoumbt | t3_62n5mx | null | null | t1_dfoq4vf | null | 1493703900 | 1 | t5_2fwo | null | null | null |
null | DorffMeister | null | Agree, this is possible amazing. | null | 0 | 1491049986 | False | 0 | dfounyn | t3_62o4ar | null | null | t3_62o4ar | null | 1493703922 | 1 | t5_2fwo | null | null | null |
null | DorffMeister | null | I had an Adlib card. At the time it was revolutionary. | null | 0 | 1491050025 | False | 0 | dfouoix | t3_62o4ar | null | null | t1_dfodync | null | 1493703930 | 5 | t5_2fwo | null | null | null |
null | roffLOL | null | the movie swordfish? | null | 0 | 1491050059 | False | 0 | dfoup28 | t3_62mt4y | null | null | t1_dfoi7j0 | null | 1493703937 | 1 | t5_2fwo | null | null | null |
null | gnuvince | null | Iosevka Term has been my default font for the past year (before that I used Fantasque Sans Mono and before that Ubuntu Mono). The narrow look was weird at first, but now I can't do without it; I now find DejaVu or Inconsolata too wide to be practical.
I do have one issue with it: when I use it in Emacs 25, sometimes it makes the screen flicker when I type. It also happens with other fonts, but some, like DejaVu Sans Mono, don't cause the problem. | null | 0 | 1491050116 | False | 0 | dfoupxg | t3_62qrve | null | null | t3_62qrve | null | 1493703949 | 4 | t5_2fwo | null | null | null |
null | lengau | null | I tried to use it, and while WSL seemed itself pretty good, I honestly couldn't find a terminal emulator for Windows that doesn't suck tremendously, so I went back to a virtual machine. Can you make any suggestions on terminal emulators? | null | 0 | 1491050211 | False | 0 | dfourd7 | t3_62ji76 | null | null | t1_dfn8j6x | null | 1493703967 | 1 | t5_2fwo | null | null | null |
null | superiority | null | > They also offered a gigabyte of email storage in an era when competitors gave you 10-15MB.
Maybe fancy professional subscription email services did. Hotmail and Yahoo were the benchmark for free providers, and they each offered 2 MB. | null | 0 | 1491050266 | False | 0 | dfous79 | t3_62jxlz | null | null | t1_dfo5s2g | null | 1493703978 | 6 | t5_2fwo | null | null | null |
null | NavelBarricade | null | Hack looks nice. Thanks for sharing.
I think it's funny how many programmers are picky about fonts. I guess when you look at text all day it matters. I'm the same way though I still don't fully understand it. | null | 0 | 1491050339 | False | 0 | dfoutcy | t3_62qrve | null | null | t1_dfots03 | null | 1493703994 | 31 | t5_2fwo | null | null | null |
null | heap42 | null | I dont really understand the advantages of Idirs... I mean, why would choose to use idris instead of... say Coq? | null | 0 | 1491050359 | False | 0 | dfoutn7 | t3_62scvv | null | null | t3_62scvv | null | 1493703998 | 9 | t5_2fwo | null | null | null |
null | silveryRain | null | Well, *someone* at SO thought so, what everyone else thinks doesn't make much of a difference. | null | 0 | 1491050379 | False | 0 | dfoutys | t3_62jxlz | null | null | t1_dfo6nwo | null | 1493704002 | 1 | t5_2fwo | null | null | null |
null | masterofmisc | null | OMG. This is amazing news.....
> Modules,
> Concepts,
> Co-Routines
.. all slated to make it in to C++18
Then I checked the date! Proceeds to close browser. No article is safe today :)
| null | 0 | 1491050422 | False | 0 | dfouunl | t3_62qsks | null | null | t3_62qsks | null | 1493704011 | 4 | t5_2fwo | null | null | null |
null | blamo111 | null | >Either something is secure from a software point of view (there are various attacks which would still succeed in such a scenario in real-world deployments) or it isn't. Postgres is not.
So PG is both simultaneously good enough to meet the security requirements of the Department of Defense, and also insecure? And they're insecure because they ship a default configuration without all these settings tailored to a DoD system?
If you care about those settings, you fucking apply them. How hard is that?
I don't want this level of security. I don't want to make my simple webapp STIG proof. I don't want my Linux server to have SELinux (the NSA-grade security framework). I don't give a shit. The SW supports this level of security for the people that care, but I don't, and neither do the majority of their users, otherwise THOSE settings would be the defaults! It's common sense dude.
You're factually wrong. You're arguing the SW is insecure because it doesn't come pre-configured for YOUR desired level of security. That only speaks about your monumental sense of entitlement, it doesn't say anything about the security of the SW itself. | null | 0 | 1491050457 | False | 0 | dfouv77 | t3_62n15u | null | null | t1_dfouf46 | null | 1493704018 | 10 | t5_2fwo | null | null | null |
null | silveryRain | null | Are you implying that this is a veiled form of affirmative action? | null | 0 | 1491050496 | False | 0 | dfouvu1 | t3_62jxlz | null | null | t1_dfnou65 | null | 1493704027 | 1 | t5_2fwo | null | null | null |
null | srjilarious | null | Great article, thanks for sharing! I played Final Fantasy Adventure quite a bit when I was younger and really enjoyed that one. You should post this to r/programming. | null | 0 | 1491050747 | False | 0 | dfouzqh | t3_60ew5d | null | null | t1_dfff6pj | null | 1493704079 | 2 | t5_2fwo | null | null | null |
null | localtoast | null | Hilariously, Google+ seems to have found a niche with open source people - Linus uses it | null | 0 | 1491050755 | False | 0 | dfouzvv | t3_62n5mx | null | null | t1_dfnzetb | null | 1493704081 | 8 | t5_2fwo | null | null | null |
null | Niek_pas | null | Not yet (not near my machine at the moment), but I'm just curious how a font could look worse on different OSes. | null | 1 | 1491050905 | False | 0 | dfov2d2 | t3_62qrve | null | null | t1_dfott6v | null | 1493704114 | 6 | t5_2fwo | null | null | null |
null | roffLOL | null | that is how i roll. only ever divert the eyes from my single T40 thinkpad monitor to have a look out the kitchen window, currently and ordinarily with the most boring sky in all of europe. the table is somewhat tilted and the wooden pin chair is dis-comfy. the terminal is stupid simple, no X, no flash -- no distractions. a thermomug, pens and paper within reach... and a yoyo. the source of black gold and food behind my back. this is where i Get Shit Done and i wouldn't have it any other way. maybe a level table though... | null | 0 | 1491050985 | False | 0 | dfov3s1 | t3_62mt4y | null | null | t1_dfodtkq | null | 1493704133 | 1 | t5_2fwo | null | null | null |
null | tophatstuff | null | ugh once I had to work with blade templates and you're describing those horrors perfectly | null | 0 | 1491051012 | False | 0 | dfov48j | t3_62mxpp | null | null | t1_dfoagtn | null | 1493704139 | 2 | t5_2fwo | null | null | null |
null | jackmott2 | null | the appeal of C is you can make things often 2x-10x faster than in GC languages.
the appeal of rust is you can still do that (nearly) without memory errors.
Of course we *could* have languages that have nicer syntax than C/C++ and still have that performance property, but we don't, we haven't built such an ecosystem around any other language. For instance, challenge you to generate simplex noise within 5% as fast as this C++ code in a memory safe language: https://github.com/Auburns/FastNoiseSIMD
There is 0% chance of doing it in Java/C#/Haskell/OCaml/Javascript/python/ruby etc
Maybe D, maybe Rust if you use nightlies. Don't think D exposes enough SIMD. Would be fun exercise to try.
| null | 0 | 1491051042 | 1491085136 | 0 | dfov4qp | t3_62s54t | null | null | t1_dfotqkg | null | 1493704146 | 13 | t5_2fwo | null | null | null |
null | silveryRain | null | He quite likely typed it in using his fingers, not mouth. You misspelled "phoenix" btw, it makes your username way less cool. | null | 0 | 1491051089 | False | 0 | dfov5jc | t3_62n15u | null | null | t1_dfop8gv | null | 1493704156 | 7 | t5_2fwo | null | null | null |
null | Sh4rPEYE | null | Of course. However Iosevka isn't that easy to build (in my view, at least) and it has tons of customisations and options. Before I go through all of that just to try it myself, I (quite lazily) decided to ask if somebody went through it before me and found it superior to Fira Code. | null | 0 | 1491051211 | False | 0 | dfov7o4 | t3_62qrve | null | null | t1_dfotj36 | null | 1493704185 | 3 | t5_2fwo | null | null | null |
null | satysin | null | Different font rendering techniques. Fonts are extremely complex and can look very different with different rendering settings. Personally I find OS X to do the best job at rendering fonts to look natural although you can make Linux look as good with different rendering technologies. Windows can be changed as well with things like MacType but I don't think it looks all that great. | null | 0 | 1491051286 | False | 0 | dfov8we | t3_62qrve | null | null | t1_dfov2d2 | null | 1493704201 | 31 | t5_2fwo | null | null | null |
null | gablank | null | Thanks for all your input, it's very interesting and helpful. Do you work with parsers/compilers regularly? | null | 0 | 1491051304 | False | 0 | dfov97d | t3_62ixbc | null | null | t1_dfot5c6 | null | 1493704206 | 1 | t5_2fwo | null | null | null |
null | combinatorylogic | null | Yes, I write compilers for a living (but mostly working on backends). | null | 0 | 1491051407 | False | 0 | dfovavc | t3_62ixbc | null | null | t1_dfov97d | null | 1493704227 | 3 | t5_2fwo | null | null | null |
null | snookums | null | Nope. No sexism here. | null | 0 | 1491051420 | False | 0 | dfovb2e | t3_62sivb | null | null | t3_62sivb | null | 1493704230 | 2 | t5_2fwo | null | null | null |
null | gjallerhorn | null | Finally I can save huge dollars! | null | 0 | 1491051605 | False | 0 | dfove64 | t3_62sivb | null | null | t3_62sivb | null | 1493704272 | 0 | t5_2fwo | null | null | null |
null | brtt3000 | null | Please read the whole thing. | null | 0 | 1491051652 | False | 0 | dfoveye | t3_62n5mx | null | null | t1_dfoms9f | null | 1493704283 | 1 | t5_2fwo | null | null | null |
null | based2 | null | https://news.ycombinator.com/item?id=14005995
http://researchcenter.paloaltonetworks.com/2017/03/unit42-dimnie-hiding-plain-sight/ | null | 0 | 1491051758 | False | 0 | dfovgu3 | t3_62skov | null | null | t3_62skov | null | 1493704308 | 1 | t5_2fwo | null | null | null |
null | combinatorylogic | null | For a compilation pipeline, I suggest to look at the Nanopass approach - instead of just one big rigid AST have dozens of intermediate languages, each just slightly different from the previous one. This way you can keep your passes very simple (even potentially suitable for a formal verification), easy to understand and very flexible - you can always add few more passes in between, which is much harder if you do everything in one large transformation. | null | 0 | 1491051813 | False | 0 | dfovhs5 | t3_62ixbc | null | null | t3_62ixbc | null | 1493704321 | 2 | t5_2fwo | null | null | null |
null | duncan1382 | null | Pretty slick. A lot easier to read than jsonschema. | null | 0 | 1491051950 | False | 0 | dfovk7i | t3_62qf3n | null | null | t3_62qf3n | null | 1493704352 | 2 | t5_2fwo | null | null | null |
null | aullik | null | Yeah im still not understanding how languages fail to have a test execution context where you can call private methods. | null | 0 | 1491051979 | False | 0 | dfovkqc | t3_62mw0t | null | null | t3_62mw0t | null | 1493704360 | 1 | t5_2fwo | null | null | null |
null | mrmonday | null | I don't know Coq, but what I like about Idris is that I don't *have* to prove anything.
With a little knowledge of functional programming, you can just dive in and start writing useful, everyday, general purpose programs - in a very similar manner to how you would with eg. Haskell.
At the same time, if you have a very well defined problem, eg. a protocol or state machine, you can take advantage of the type system to ensure its correctness from the start.
My understanding of Coq (correct me if I'm wrong!) is that you do not get this flexibility - it's very much designed for proving theorems, ensuring correctness, etc. | null | 0 | 1491052008 | False | 0 | dfovl6s | t3_62scvv | null | null | t1_dfoutn7 | null | 1493704366 | 24 | t5_2fwo | null | null | null |
null | unpopular_opinion | null | Woosh | null | 0 | 1491052057 | False | 0 | dfovm04 | t3_62n15u | null | null | t1_dfouv77 | null | 1493704377 | -11 | t5_2fwo | null | null | null |
null | doom_Oo7 | null | #ifdef NDEBUG
#define TRUE (rand()%2)
#endif
expected result in debug mode, mysterious failures in release mode. | null | 0 | 1491052099 | False | 0 | dfovmpq | t3_62n18d | null | null | t1_dforf8d | null | 1493704387 | 24 | t5_2fwo | null | null | null |
null | icantthinkofone | null | So they should cut out all .NET contributions? | null | 0 | 1491052171 | False | 0 | dfovnxs | t3_62n5mx | null | null | t1_dfol7us | null | 1493704404 | -1 | t5_2fwo | null | null | null |
null | ocoster | null | Wow. Talk about preconceptions and biased thinking. She *is* an employee. | null | 0 | 1491052227 | False | 0 | dfovouz | t3_62jxlz | null | null | t1_dfoikj1 | null | 1493704416 | 4 | t5_2fwo | null | null | null |
null | vanderZwan | null | I mean, we're literally interpreting code, in multiple ways: from visual glyphs to tokens to what the code itself does. The less effort our eyes and brains need for that, the more brainpower we have left for the actual code. At least, that's my hypothesis.
I'm pretty sure it's not just a placebo either; I have also noticed it really matter what monitor I use - the big external monitor at work demands a very different ~~fitness~~ font than the smaller one on my laptop
I also have more or less trouble with reading some syntaxes depending on the font - the kerning of `::` in C++ annoys me most of the time, but fonts with special ligatures like Fira Code help me a lot here.
*edit: typos* | null | 0 | 1491052250 | 1491659699 | 0 | dfovp9f | t3_62qrve | null | null | t1_dfoutcy | null | 1493704422 | 38 | t5_2fwo | null | null | null |
null | roffLOL | null | > those who do not know their history are doomed to repeat it.
very much so in todays landscape where the computing history is frowned upon. old tech = bad tech; and it's funny, since old tech is The Tech, and new tech is the tip of the iceberg. usually some flashy interface layer or casing on old tech. packaging. | null | 0 | 1491052302 | False | 0 | dfovq6g | t3_62ixbc | null | null | t1_dfok6mz | null | 1493704434 | 1 | t5_2fwo | null | null | null |
null | IfIHadASaxophone | null | MiniCmdr wraps ConEmu with some very usable defaults. Runs bash well. Emacs, vim work great.
Plus you get GNU style readline for Windows cmd.exe shells. | null | 0 | 1491052418 | False | 0 | dfovs6z | t3_62ji76 | null | null | t1_dfourd7 | null | 1493704460 | 0 | t5_2fwo | null | null | null |
null | AxleTheDog | null | You don't have to build it, there are a dozen or so prebuilt variants https://github.com/be5invis/Iosevka/releases/tag/v1.12.0 | null | 0 | 1491052435 | False | 0 | dfovshn | t3_62qrve | null | null | t1_dfov7o4 | null | 1493704465 | 5 | t5_2fwo | null | null | null |
null | ITwitchToo | null | Sure, but what you're saying is trivial. I think we all understood that if it compiles, then it won't crash when you run it | null | 0 | 1491052468 | False | 0 | dfovt13 | t3_62hrf0 | null | null | t1_dfnurir | null | 1493704472 | 1 | t5_2fwo | null | null | null |
null | umop_aplsdn | null | Why? I can ping x.x.x.255 and all (potentially 255) devices on the network will respond, but it only takes one ping. | null | 0 | 1491052498 | False | 0 | dfovtkt | t3_62jpnd | null | null | t1_dfoqves | null | 1493704479 | 1 | t5_2fwo | null | null | null |
null | ITwitchToo | null | What other languages have explicit lifetime annotations in the source code? | null | 0 | 1491052510 | False | 0 | dfovtti | t3_62hrf0 | null | null | t1_dfn533r | null | 1493704482 | 2 | t5_2fwo | null | null | null |
null | yawaramin | null | Or they will be archived and still accessible in read-only mode. | null | 0 | 1491052520 | False | 0 | dfovu0a | t3_62n5mx | null | null | t1_dfonjd2 | null | 1493704484 | 2 | t5_2fwo | null | null | null |
null | johnjannotti | null | There are a lot of fax APIs. But these prices look very, very good. | null | 0 | 1491052524 | False | 0 | dfovu2w | t3_62m5uf | null | null | t1_dfo4p98 | null | 1493704485 | 1 | t5_2fwo | null | null | null |
null | dumb_ptr | null | [Memes becoming a reality. What a time to be alive...](https://i.imgur.com/vwMin.gif) | null | 0 | 1491052542 | 1491068321 | 0 | dfovuea | t3_62oqiw | null | null | t3_62oqiw | null | 1493704489 | 6 | t5_2fwo | null | null | null |
null | vattenpuss | null | What's the research? | null | 0 | 1491052550 | False | 0 | dfovujg | t3_62o4ar | null | null | t3_62o4ar | null | 1493704491 | 1 | t5_2fwo | null | null | null |
null | spilk | null | Maybe I was being a little hyperbolic, I mean obviously we all find ways to work within the constraints, but it sure feels like a bit much at times. I've mostly been up against the Windows-related ones and Windows is enough of a pain on its own. | null | 1 | 1491052590 | False | 0 | dfovv9f | t3_62n15u | null | null | t1_dfoogzr | null | 1493704501 | 0 | t5_2fwo | null | null | null |
null | yawaramin | null | Git supports centralised source control--just push every commit immediately 😉 | null | 0 | 1491052636 | False | 0 | dfovw3d | t3_62n5mx | null | null | t1_dfotzfk | null | 1493704513 | 1 | t5_2fwo | null | null | null |
null | heap42 | null | Okay. Well i was confused since basically the starting page of Idris said that its a language for proving theorems and correctness etc... So i did not get the vibe of "Haskell but more correct,with dep. types". But sounds interesting. Also fyi i am pretty sure(i have never used coq myself) that you can "just" program in coq too... its just not what you would want, since its quite overkill. | null | 0 | 1491052643 | False | 0 | dfovw8d | t3_62scvv | null | null | t1_dfovl6s | null | 1493704515 | 5 | t5_2fwo | null | null | null |
null | vanderZwan | null | Well, I guess that rules out Monoisome.. I assume you want proper unicode emojis?
https://larsenwork.com/monoid/ | null | 0 | 1491052769 | False | 0 | dfovyek | t3_62qrve | null | null | t1_dfoozig | null | 1493704544 | 4 | t5_2fwo | null | null | null |
null | shmox75 | null | +18 in reddit ? :D | null | 0 | 1491052825 | False | 0 | dfovzel | t3_62qsks | null | null | t3_62qsks | null | 1493704557 | 2 | t5_2fwo | null | null | null |
null | roffLOL | null | should add something about how to safely handle paths, because that topic is gonna bite bash users sooner than later. it's a bare minimum to be aware of. | null | 0 | 1491052840 | False | 0 | dfovzoq | t3_62smpl | null | null | t3_62smpl | null | 1493704561 | 1 | t5_2fwo | null | null | null |
null | Sh4rPEYE | null | My bad. Trying now, thanks :-) | null | 0 | 1491052876 | False | 0 | dfow0bu | t3_62qrve | null | null | t1_dfovshn | null | 1493704569 | 2 | t5_2fwo | null | null | null |
null | zynasis | null | Just realised your username. Guess your opinions are not just unpopular but also completely false and naive. | null | 0 | 1491052937 | False | 0 | dfow1h9 | t3_62n15u | null | null | t1_dfovm04 | null | 1493704585 | 10 | t5_2fwo | null | null | null |
null | yawaramin | null | How is GH stifling competition? | null | 0 | 1491053064 | False | 0 | dfow3uk | t3_62n5mx | null | null | t1_dfonwtg | null | 1493704616 | 1 | t5_2fwo | null | null | null |
null | gablank | null | Awesome, may I ask what compiler(s) you work/have worked on? | null | 0 | 1491053071 | False | 0 | dfow403 | t3_62ixbc | null | null | t1_dfovavc | null | 1493704618 | 1 | t5_2fwo | null | null | null |
null | combinatorylogic | null | Most recently - OpenCL compilers for some mobile GPUs, high level DSLs for GPUs, etc. | null | 0 | 1491053183 | False | 0 | dfow661 | t3_62ixbc | null | null | t1_dfow403 | null | 1493704647 | 5 | t5_2fwo | null | null | null |
null | idnanahmed | null | @roffLOL thanks i will add. | null | 0 | 1491053360 | False | 0 | dfow9f6 | t3_62smpl | null | null | t1_dfovzoq | null | 1493704690 | 1 | t5_2fwo | null | null | null |
null | CrankyYT | null | somewhere that "one" ping is being split and sent to all recipients (its not free), even if it is distributed, think of splitting as the same as going through all the states of a 256 bit number when applied to the original message. | null | 0 | 1491053573 | False | 0 | dfowde5 | t3_62jpnd | null | null | t1_dfovtkt | null | 1493704743 | 1 | t5_2fwo | null | null | null |
null | bdtddt | null | You can program in Coq, but its not overkill, just often very uncomfortable/cumbersome. | null | 0 | 1491053581 | False | 0 | dfowdjo | t3_62scvv | null | null | t1_dfovw8d | null | 1493704745 | 14 | t5_2fwo | null | null | null |
null | LesterKurtz | null | Same here, I'll give this a whirl just to try it out but I have no intention of moving away from my go to font. | null | 0 | 1491053581 | False | 0 | dfowdk0 | t3_62qrve | null | null | t1_dforozv | null | 1493704746 | 1 | t5_2fwo | null | null | null |
null | blamo111 | null | There's no woosh.
You start by criticizing one specific product for things that apply to literally every other piece of software anyone on this sub has ever heard of, open-source or not. But it's OK, because you didn't compare it to another, superior product! Like not supporting your criticism with examples is a good thing. What a cop-out. You knew any example you give would fall under identical cricitism.
You then act like PG ~~doesn't have the security capabilities the DoD requires~~ doesn't have good enough security, like the very subject of this submission isn't evidence of this being wrong.
Then you say calling PG great even though it's a 'textbook' DBMS means we're somehow discouraging the development of radically superior alternatives. Do you know how many DBMS come out every year? > 0. Do you know why PG is more popular? Because it's free, open-source, popular/established/documented, full of features, simple to install and use (I can do that without being a DBA). And because 'textbook' means 'battle-tested' and 'reliable'. The stuff we put in textbooks is the stuff proven to work.
Either you're a troll or a superhero-grade autist. Either way, I'm out. | null | 0 | 1491053588 | 1491053855 | 0 | dfowdp4 | t3_62n15u | null | null | t1_dfovm04 | null | 1493704747 | 8 | t5_2fwo | null | null | null |
null | VFDKlaus | null | First time I've seen anything I think could be better than Consolas. Thank you for sharing! | null | 0 | 1491053628 | False | 0 | dfowegd | t3_62qrve | null | null | t1_dfots03 | null | 1493704757 | 8 | t5_2fwo | null | null | null |
null | InconsiderateBastard | null | There are projects from Google code that don't have a read only version? Do you mean that the options to download the repo or export to GitHub from the code archive don't work for your use case? | null | 0 | 1491053681 | False | 0 | dfowfh8 | t3_62n5mx | null | null | t1_dfomfrh | null | 1493704772 | 2 | t5_2fwo | null | null | null |
null | artingence | null | I'm using hack too, because it's open source or something. But Consolas is the best monospace font in my opinion. | null | 0 | 1491053907 | False | 0 | dfowjr1 | t3_62qrve | null | null | t1_dfots03 | null | 1493704828 | 13 | t5_2fwo | null | null | null |
null | mikaoP | null | Yeah, that is what i was looking for. Thank you! | null | 0 | 1491053954 | False | 0 | dfowklk | t3_62qrve | null | null | t1_dfovyek | null | 1493704839 | 4 | t5_2fwo | null | null | null |
null | idnanahmed | null | Also i am open to suggestions. If you think that there's something about bash that someone should must know about. Then please suggest. | null | 0 | 1491053961 | False | 0 | dfowkqf | t3_62smpl | null | null | t3_62smpl | null | 1493704841 | 2 | t5_2fwo | null | null | null |
null | dyslexic_reditor | null | It's not like that's the only service you're paying for. It just adds up... ReSharper, Pluralsight, books, and that's not really much. So another ~100$ p.a. is just not neccessary if there are free alternatives. | null | 0 | 1491054016 | False | 0 | dfowltb | t3_62n5mx | null | null | t1_dfookjn | null | 1493704856 | 1 | t5_2fwo | null | null | null |
null | [deleted] | null | [deleted] | null | 0 | 1491054185 | False | 0 | dfowp0n | t3_62ji76 | null | null | t1_dfourd7 | null | 1493704898 | 1 | t5_2fwo | null | null | null |
null | Flight714 | null | This is no use to Open Source advocates:
The main goal of Open Source advocates is to enable users to move from Windows to Linux: What they're giving us here is the exact opposite: It enables users to move from Linux to Windows.
The primary goal of an Open Source advocate is to use an Open Source OS (preferably on Open Source hardware), and to be able to run any software they want on top of that.
| null | 0 | 1491054252 | False | 0 | dfowqby | t3_62ji76 | null | null | t3_62ji76 | null | 1493704917 | 1 | t5_2fwo | null | null | null |
null | batlock666 | null | April 1st? (I hope not.) | null | 0 | 1491054388 | False | 0 | dfowszn | t3_62sm8g | null | null | t3_62sm8g | null | 1493704953 | 3 | t5_2fwo | null | null | null |
null | aelwydevenstar | null | It was only a draft - it was only fully completed earlier this week. | null | 0 | 1491054637 | False | 0 | dfowxye | t3_62n15u | null | null | t1_dfooi70 | null | 1493705018 | 1 | t5_2fwo | null | null | null |
null | youstolemyname | null | Because you either modify the software, choose an alternative or just give up writing software all together. No software is going to be perfect. Being proprietary doesn't make software more secure. Security is mostly an of an unseen feature. A for profit is going to be looking to put money wherever it well attract more customers. The great thing about being opensource is that you have absolute control. You can contribute to the project. You can create a fork and customized to your heart's content. | null | 0 | 1491054776 | 1491102820 | 0 | dfox0ov | t3_62n15u | null | null | t1_dforzhh | null | 1493705055 | 5 | t5_2fwo | null | null | null |
null | MostlyCarbonite | null | $84 / year in America, no big. $84 / year in Malaysia? Ouch. | null | 0 | 1491054789 | False | 0 | dfox0xf | t3_62n5mx | null | null | t1_dfos7p5 | null | 1493705059 | 4 | t5_2fwo | null | null | null |
null | MostlyCarbonite | null | You seem to have no concept that you live in one of the wealthiest countries in the world where $84/year is no big deal. | null | 0 | 1491054832 | False | 0 | dfox1t5 | t3_62n5mx | null | null | t1_dfos6rm | null | 1493705070 | 7 | t5_2fwo | null | null | null |
null | llkkjjhh | null | Let's not give any arguments and just assume everybody will disagree with me, and then insult everybody here. Yeah, I feel good about this tactic. | null | 0 | 1491054923 | False | 0 | dfox3nj | t3_62n5mx | null | null | t1_dfoqfgp | null | 1493705095 | 4 | t5_2fwo | null | null | null |
null | snake_case-kebab-cas | null | Yeah, it's a joke. | null | 0 | 1491054984 | False | 0 | dfox4ul | t3_62sm8g | null | null | t1_dfowszn | null | 1493705110 | 5 | t5_2fwo | null | null | null |
null | __wasistdas | null | I don't like how underscore and arrow ligatures sit | null | 0 | 1491055115 | False | 0 | dfox7hx | t3_62qrve | null | null | t1_dfol7z9 | null | 1493705146 | 4 | t5_2fwo | null | null | null |
null | umop_aplsdn | null | I can post a message on a board, which takes me a constant time, but communicate with an arbitrary number of people who walk by. | null | 0 | 1491055212 | False | 0 | dfox9gs | t3_62jpnd | null | null | t1_dfowde5 | null | 1493705171 | 1 | t5_2fwo | null | null | null |
null | Bl00dsoul | null | great that it's opensource, but what is its license?
edit: spelling
| null | 0 | 1491055227 | 1491057895 | 0 | dfox9sb | t3_62qrve | null | null | t3_62qrve | null | 1493705176 | 2 | t5_2fwo | null | null | null |
null | Otter_in_Jeans | null | Got Pragmata Pro and never looked back. Definitely worth the investment | null | 0 | 1491055349 | False | 0 | dfoxc94 | t3_62qrve | null | null | t3_62qrve | null | 1493705208 | 5 | t5_2fwo | null | null | null |
null | gilbetron | null | Upvote for nostalgic masochism | null | 0 | 1491055354 | False | 0 | dfoxccq | t3_62qrve | null | null | t1_dfoqt9h | null | 1493705210 | 16 | t5_2fwo | null | null | null |
null | myringotomy | null | The important thing to remember is that you can never trust google again because they will abandon all of their projects but microsoft will never abandon any project.
That's because google is evil and microsoft is an open source company that's wonderful. Microsoft is open sourcing everything, they have more open source projects than any other corporation. | null | 0 | 1491055411 | False | 0 | dfoxdgk | t3_62n5mx | null | null | t1_dfox3nj | null | 1493705225 | 0 | t5_2fwo | null | null | null |
null | combinatorylogic | null | > Writing a programming language with the intention of it ever actually being used is crazy.
What?
Every programmer *must* constantly write programming languages and use them in production. There is no better way of eliminating complexity than Domain Specific Languages.
| null | 0 | 1491055443 | False | 0 | dfoxe4f | t3_62ixbc | null | null | t1_dfnrq7g | null | 1493705234 | 1 | t5_2fwo | null | null | null |
null | orbat | null | As /u/satysin said, the differences come from *how* each OS actually "renders" the fonts. [Here's](https://www.smashingmagazine.com/2012/04/a-closer-look-at-font-rendering/) a fairly understandable but in-depth article explaining it. | null | 0 | 1491055529 | False | 0 | dfoxfxb | t3_62qrve | null | null | t1_dfov2d2 | null | 1493705258 | 7 | t5_2fwo | null | null | null |
null | oslash | null | In what context is that ligature useful?
I tried to find the answer on my own, but search engines are as hopeless as ever at considering non-letter characters, and changing my query to 'pipe greater than ligature' resulted in drainage systems specifications and suicide advice ... | null | 0 | 1491055677 | False | 0 | dfoxj21 | t3_62qrve | null | null | t1_dfotuta | null | 1493705300 | 7 | t5_2fwo | null | null | null |
null | DysFunctionalProgram | null | You would be suprised about COBOL, they still have regular releases and alot of the features you would expect in a modern language. I don't know exactly what counts as new but I have a handfull of buddies who make/are making new stand alone services in COBOL still. | null | 0 | 1491055726 | False | 0 | dfoxk5i | t3_62ncb2 | null | null | t1_dfoojmw | null | 1493705314 | 1 | t5_2fwo | null | null | null |
null | RangerStark | null | Je suis codeplex! | null | 0 | 1491055942 | False | 0 | dfoxow0 | t3_62n5mx | null | null | t3_62n5mx | null | 1493705377 | 2 | t5_2fwo | null | null | null |
null | standardjim | null | Because their former management turned it into an adware/malware server. It was bought out by a company that is supposedly trying to fix the damage but the brand is toxic for most in the F/OSS community now.
https://arstechnica.com/information-technology/2015/05/sourceforge-grabs-gimp-for-windows-account-wraps-installer-in-bundle-pushing-adware/
and
https://arstechnica.com/information-technology/2016/06/under-new-management-sourceforge-moves-to-put-badness-in-past/ | null | 0 | 1491056000 | False | 0 | dfoxq5s | t3_62n5mx | null | null | t1_dfot18p | null | 1493705394 | 2 | t5_2fwo | null | null | 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.