Nobody is forcing people to upgrade - you’re free to stick with an older version of any OS, although possibly at the cost of the OS going out of support from the vendor. Why such a decision seems to lead to these long winded opinion pieces on the internet is weird - don’t these authors have something better to do than opine about how what they want doesn’t line up exactly with what some vendor is giving them for free?
HN user
ms013
Why not just use the wolfram engine for developers? It’s available for the “insanely expensive” cost of $0. (See: https://www.wolfram.com/engine/)
That’s a relatively recent change. When I first learned MMA around 1995, it was just Mathematica. It was still just Mathematica 10 years later. Then in the last decade they decided to give the language a name independent of Mathematica: I assume with the rollout of their other services/tools beyond the desktop client that use the same language.
The NPR planet money podcast also had an interesting episode from 2012 that recently replayed that talked about the origins of the double entry accounting scheme. Pretty interesting history that I didn’t know.
https://www.npr.org/2019/05/15/723715402/episode-407-a-mathe...
Ken died like 15+ years ago. Contact John Mellor-Crummey instead: he still does compiler/language work there AFAIK.
Interesting, but I’m not sure why I’d use this over processing/p5.js augmented with a library to provide the fast compute part on an accelerator. I already do this for compute intensive things: I have a library for agent based models that I give to students that provides fast data structures and algorithms that they use from processing. I don’t see the benefit of a whole new language. The primary feature that it seems to add is live updating of the code, but I’m not convinced about that either (similar ideas have been kicked around for years in computational science contexts with respect to online tweaking/steering of models, and rarely have had any traction in practice.)
Yup. I dug deep into the technology recently when I taught a class on the science of sound at a local college. When you look at media not only from the mathematical perspective (Nyquist, etc), but the physical (grain density and size on tape), it’s pretty clear that past technologies did have fundamental limits. It’s hard to disentangle the technical appeal of certain recording media from the nostalgia for a rosier looking past when reading some of these articles.
They owe nothing for anything they legitimately use: that’s the consequence of open source licensing as a developer. If a developer expects a project to get a fair share of revenue from projects that use it, they are free to adopt a licensing model that dictates that. That is a perfectly reasonable licensing model.
I get it: I had an open source project that HP built a product around many years ago, but modulo a couple of patches from them, we saw nothing. Didn’t bother me: we knew when we open sourced it, anything that was done with it was out of our hands.
The best I’d expect from a company using open source is that they be good open source citizens and contribute back. Apple has. clang, WebKit, etc....
Not really. With recent articles talking about their push more deeply into health, privacy is a core feature and basis of trust. Very different than the marketing speak we get from other gigantic companies that are fundamentally ad brokers: privacy is at odds with their core business. Privacy is not at odds with where Apple is or is going, so there isn’t the business incentive there for them to violate it.
F# for ecosystem. Most stuff you’d need is available via nuget. Plus, interop with C# is trivial, so all of that ecosystem is there too. Ocaml has opam for package finding, but it’s a bit sparser.
That said, I don’t tend to use a huge number of 3rd-party modules, so it’s not a big differentiator for me. Too much of a liability to have dependencies on some rando from the internet: for work, we tend to stick to modules from trusted sources in the rare chance we use them (eg, Jane street).
F# is extremely similar. To put it in perspective how similar, I just ported a project for work over from F# to ocaml in a few days - mostly adding "in" for let blocks and parenthesizing nested match blocks where necessary, and replacing data structures with their ocaml equivalent. Large chunks of that code base didn't require any modification - I'd drop a 500 line source file in, run it through the ocaml compiler and have to deal with a handful of syntax tweaks to make it go through.
Ocaml is a bit easier to reason about w.r.t. performance (time/space complexity), and the code is a bit clearer if you're coming in cold after not having seen parts of a codebase for a while. Spent ~10 years at a Haskell shop, and currently at an Ocaml one, and was a Standard ML hacker prior to the Haskell job. Done some F# in there too, although for the most part that just feels like ocaml w/ some cleaned up syntax and a nice interop with the rest of the .net ecosystem.
From a nontechnical perspective, some changes in the Haskell community and ecosystem also turned me off on it starting around 2011, and I find the ocaml one to be a bit more up my alley.
I use ocaml daily for work - our core product is written in it. We actively avoid anything that deviates from the base language for reasons of clarity. No camlp4, no lwt, no fanciness other than some of the batteries libraries that improve on the std library. It does occasionally mean we type in more than we would if, say, we used extensions to give us Haskell-like do notation for monadic code, but at the end of the day we err on the side of being very conservative.
You sound like you’re just not the target audience. That doesn’t make it bad. I personally welcome more specialized news aggregator sites. HN is too diluted and a bit of a fad-following monoculture. This kind of site looks refreshing.
I think I got bit by that last night - working with sound in Mathematica, a simple MIDI tune was playing and then my MBP made a horrendously loud noise. Didn't damage the speakers, which surprised me given how loud it was. Probably the fastest I've mashed CMD-Q to quit a program though.
The Fortran language defines a pretty clean FFI to bind to other languages. It’s not really any harder than binding to C code, which is why it’s called BIND(C) and ISO_C_BINDING. That was introduced in F03. The only period when it was murky how to interoperate was in the 90s and early 00s when compiler vendors had their own array descriptor structures that didn’t agree with each other. I worked on a language interop tool back then and spent way more time than I’d have liked reverse engineering those undocumented data structures for all of the compilers at the time.
Interesting to see this come up again. Here’s a small model for this system written in Haskell from a few years back:
http://syntacticsalt.com/blog/2011-08-27-harmonic-motion.htm...
Posting on arxiv is useful for making results available early, and to make published work available in some form that isn’t pay walled, but posting on arxiv on its own is not publishing as it isn’t peer reviewed.
Nope. Nobody in the review or author role gets paid. And personally, that doesn’t bother me. I put in time to review papers with the understanding that someone else will put in time to review mine. My employer (I’m in industry) understands that this is a reasonable use of my time given that they see value in me being engaged in the academic world. Prior to industry when I was an academic, it was also part of my paid job. It’s usually called service. The trope that it’s all unpaid labor is a bit deceiving and not entirely accurate.
The problem isn’t technical. The current flaws in the publishing system are not due to lack of indexing, data distribution, provenance, or filtering. And please, please, please, don’t turn reviews into some user driven drivel like amazon product reviews or other systems that are easily gamed or prone to the whims of the masses. We already have problems with gaming and personal agendas making reviews less than impartial: don’t make something that makes it 10x worse. (CS academic publishing and refereeing for 20+ years here).
Same for my PhD advisor and current/past students. Unfortunately, this HN post seems to be full of the usual cohort of passionately opinionated HN readers who don’t have a deep understanding about that which they’re passionately opinionated about.
Instagram seems to be coming up a lot as a place people are leaving to from facebook. It’s owned by facebook. I wouldn’t say that is eroding facebook’s access to social data as much as it may seem.
Yup. A likely result is that if you pick one and spend the time to learn it and use it for a project, there's a non-trivial chance that the choice you make will be join the ever growing collection of library abandon-ware in the not too distant future.
This is why my favorite Python visualization tools are not Python - I've been burned too many times by libraries coming and going, and I just don't have the time to spend farting around trying to track the latest library fads.
Reminds me of a project (not in medicine) I had a couple years ago where my group was in the data science role for another group. We helped out with experimental design, data acquisition, and analysis. After all of our work, when we crunched the numbers, we found that the hypothesis being tested didn’t hold. The people funding the work were not at all happy, and went so far as to claim that “the plots must be wrong”. We showed them everything we had done, and nobody could find any issues with the analysis. But, they were irritated because we didn’t want to play the dishonest game of farting around with plots and numbers to make it look like the experiment worked. So, they angrily broke up with us. On the plus side, when I looked a year or two after, it looks like the grumpy people haven’t made any progress and are either out of business or something.
Exactly my thoughts. That’s where I landed for my site, and it’s really simple. Edit file, pandoc, scp to server, done.
Try pandoc. Pandoc lets you write in markdown, and intersperse LaTeX formatted equations as needed. It does take a lot of the pain of the overall document formatting away, while retaining the concise notation LaTeX provides for equations themselves.
I gave up on these a while ago when I realized a very small amount of scripting (<100 lines) and pandoc gave me everything I wanted to maintain my site.
Usually “production” in those contexts means running on a cluster or supercomputer somewhere. That, or code being run on a machine not controlled by the developer by users who do not write code but just run a pre-existing program with different inputs. That’s how I (and colleagues) typically use the term ‘production’ in the academic/research environment that I work in. The issue with things like MATLAB in production is the lack of a license on the machine you want to run on - often people have it on their workstation, but if you get time at a supercomputing center or department cluster, odds are your local license doesn’t translate over to the system you want to run on.
Exactly. In one recent case, someone published a paper about an interesting graph centrality metric that I was interested in trying out. Unfortunately, their description in the paper was far too vague to be useful - "implemented as a simple extension of Brandes' algorithm". In attempting to reproduce it, that meant I needed to go read up on the algorithm they extended, and then try to figure out how they actually extended it. In the end, I couldn't actually reproduce the work, and never heard back about the code that the authors used in their published work. That severely degrades the utility of the paper. Yes - the paper does contain some knowledge that they shared with the world, but it was difficult to build upon and replicate since they failed to describe what amounts to the experimental apparatus and setup that was used to obtain the results they published. Unfortunately, this is relatively common in CS (at least, the corners of CS where I work).
Yes. We can send papers to whomever we want. At one point, when you published a paper in a journal you’d get a stack of printed copies of your paper in the mail from the publisher that you were free to share with anyone. I think I have a few of those stacks around from papers I published 20 years or so ago.
Even if you technically aren’t allowed to share, that has NEVER stopped someone from sharing in my career. The only time I’ve had trouble with people sharing is if I ask for code to reproduce what they published. That usually is met with silence.