# Offtopic

**URL:** https://discourse.julialang.org/c/offtopic/29.md?no_subcategories=false&page=22

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 23

---

## [How is the adoption of Julia at MIT?](https://discourse.julialang.org/t/how-is-the-adoption-of-julia-at-mit/46972)

<div class="topic-metadata">

**Author:** [@Yifan\_Liu](https://discourse.julialang.org/u/Yifan_Liu)\
**Replies:** 8\
**Last updated:** [September 21, 2020, 2:32pm UTC](https://discourse.julialang.org/t/how-is-the-adoption-of-julia-at-mit/46972 "2020-09-21T14:32:56Z")

</div>

My personal understanding is that Julia has a deep root at MIT. Are there a lot of guys at MIT converting to Julia from other languages? Just curious about that.

---

## [FYI: fast.ai's "fastcore \[adds\] to Python features inspired by other languages we’ve loved, like multiple dispatch from Julia"](https://discourse.julialang.org/t/fyi-fast-ais-fastcore-adds-to-python-features-inspired-by-other-languages-we-ve-loved-like-multiple-dispatch-from-julia/46794)

<div class="topic-metadata">

**Author:** [@Palli](https://discourse.julialang.org/u/Palli)\
**Replies:** 1\
**Last updated:** [September 17, 2020, 5:49pm UTC](https://discourse.julialang.org/t/fyi-fast-ais-fastcore-adds-to-python-features-inspired-by-other-languages-we-ve-loved-like-multiple-dispatch-from-julia/46794 "2020-09-17T17:49:05Z")

</div>

On their homepage: Python is a powerful, dynamic language. Rather than bake everything into the language, it lets the programmer customize it to make it work for them. fastcore uses this flexibility to add to Python fe…

---

## [Are there people doing coding live streams?](https://discourse.julialang.org/t/are-there-people-doing-coding-live-streams/46734)

<div class="topic-metadata">

**Author:** [@andre1sk](https://discourse.julialang.org/u/andre1sk)\
**Replies:** 3\
**Last updated:** [September 17, 2020, 7:05am UTC](https://discourse.julialang.org/t/are-there-people-doing-coding-live-streams/46734 "2020-09-17T07:05:12Z")

</div>

Like Jon Gjengset for Rust?

---

## [A review article about Numpy was published in Nature](https://discourse.julialang.org/t/a-review-article-about-numpy-was-published-in-nature/46739)

<div class="topic-metadata">

**Author:** [@peters](https://discourse.julialang.org/u/peters)\
**Replies:** 6\
**Last updated:** [September 17, 2020, 3:58am UTC](https://discourse.julialang.org/t/a-review-article-about-numpy-was-published-in-nature/46739 "2020-09-17T03:58:43Z")

</div>

A review article about Numpy was published in Nature. Even though Julia already has superior support for array programming, I think Julia developers can learn something useful from the article. https://www.nature.com/ar…

---

## [Upwind advection scheme with periodic boundary conditions](https://discourse.julialang.org/t/upwind-advection-scheme-with-periodic-boundary-conditions/46658)

<div class="topic-metadata">

**Author:** [@ElOceanografo](https://discourse.julialang.org/u/ElOceanografo)\
**Replies:** 0\
**Last updated:** [September 15, 2020, 7:53pm UTC](https://discourse.julialang.org/t/upwind-advection-scheme-with-periodic-boundary-conditions/46658 "2020-09-15T19:53:41Z")

</div>

---

## [Basic question about Hidden Markov Models](https://discourse.julialang.org/t/basic-question-about-hidden-markov-models/46453)

<div class="topic-metadata">

**Author:** [@mthelm85](https://discourse.julialang.org/u/mthelm85)\
**Replies:** 6\
**Last updated:** [September 13, 2020, 10:56am UTC](https://discourse.julialang.org/t/basic-question-about-hidden-markov-models/46453 "2020-09-13T10:56:34Z")

</div>

I don’t have any experience with Hidden Markov Models but I have a problem that I’m trying to solve that I believe fits within the HMM framework. I’ve been reading about HMMs (this resource is particularly nice) and I’ve…

---

## [What IDE for Julia + other languages?](https://discourse.julialang.org/t/what-ide-for-julia-other-languages/46208)

<div class="topic-metadata">

**Author:** [@anon92994695](https://discourse.julialang.org/u/anon92994695)\
**Replies:** 26\
**Last updated:** [September 12, 2020, 4:32pm UTC](https://discourse.julialang.org/t/what-ide-for-julia-other-languages/46208 "2020-09-12T16:32:58Z")

</div>

Does anyone know what IDE’s are preferred for multilanguage development? I have to brush up on python right now. Experiences so far… Atom + Juno: Open a Py file, and Juno doesn’t toggle off to say ide-python or somethin…

---

## [Merging two git histories of two versions of a repo...?](https://discourse.julialang.org/t/merging-two-git-histories-of-two-versions-of-a-repo/46331)

<div class="topic-metadata">

**Author:** [@Datseris](https://discourse.julialang.org/u/Datseris)\
**Replies:** 5\
**Last updated:** [September 9, 2020, 4:01pm UTC](https://discourse.julialang.org/t/merging-two-git-histories-of-two-versions-of-a-repo/46331 "2020-09-09T16:01:35Z")

</div>

Although this is not a Julia question, but a git question, I think it is likely that someone has already done something similar, given how Julia packages are git repos. Anyways, we have two versions of the package Clima…

---

## [How to choose a GPU - Please forgive the total noob question](https://discourse.julialang.org/t/how-to-choose-a-gpu-please-forgive-the-total-noob-question/44339)

<div class="topic-metadata">

**Author:** [@RussBowdrey](https://discourse.julialang.org/u/RussBowdrey)\
**Replies:** 23\
**Last updated:** [September 8, 2020, 4:27am UTC](https://discourse.julialang.org/t/how-to-choose-a-gpu-please-forgive-the-total-noob-question/44339 "2020-09-08T04:27:20Z")

</div>

So, I figured there would be some very well informed opinions on here for this rather basic (but essential question). I’ve had a quick look and can’t find a similar question. I appreciate the answer is likely to be “it …

---

## [Regx what wrong?](https://discourse.julialang.org/t/regx-what-wrong/46059)

<div class="topic-metadata">

**Author:** [@programista](https://discourse.julialang.org/u/programista)\
**Replies:** 18\
**Last updated:** [September 6, 2020, 3:16pm UTC](https://discourse.julialang.org/t/regx-what-wrong/46059 "2020-09-06T15:16:50Z")

</div>

Why last row is wrong ? v=\["sp. z o.o. asdas" "sp. z o.o asdasd" "sp. z oo asdas" "sp. zo.o. asdasd" "sp. zoo. asddfa" "sp. z o.o. afdasf" "sp zoo. afdasf" "sp.zoo. afdasf" "spzoo afdasf"\] julia\> occursin.(r"sp.+z.+o"…

---

## [Number of the Beast](https://discourse.julialang.org/t/number-of-the-beast/46102)

<div class="topic-metadata">

**Author:** [@StevenSiew](https://discourse.julialang.org/u/StevenSiew)\
**Replies:** 4\
**Last updated:** [September 6, 2020, 2:45am UTC](https://discourse.julialang.org/t/number-of-the-beast/46102 "2020-09-06T02:45:10Z")

</div>

julia\> using Colors julia\> Colors.color\_names Dict{String,Tuple{Int64,Int64,Int64}} with 666 entries: “darkorchid” =\> (153, 50, 204) “chocolate” =\> (210, 105, 30) Now what are the odds of that!!!

---

## ["Python is undoubtedly faster in helping programmers express their concept in fewer lines of code"](https://discourse.julialang.org/t/python-is-undoubtedly-faster-in-helping-programmers-express-their-concept-in-fewer-lines-of-code/45872)

<div class="topic-metadata">

**Author:** [@DaymondLing](https://discourse.julialang.org/u/DaymondLing)\
**Replies:** 27\
**Last updated:** [September 4, 2020, 12:48pm UTC](https://discourse.julialang.org/t/python-is-undoubtedly-faster-in-helping-programmers-express-their-concept-in-fewer-lines-of-code/45872 "2020-09-04T12:48:30Z")

</div>

Julia vs Python: Which is best for Data Science? | TechGig says “Python is undoubtedly faster in helping programmers express their concept in fewer lines of code”. Really? I find Julia can express mathematical ideas ve…

---

## [Vscode: wrapping git commit messages](https://discourse.julialang.org/t/vscode-wrapping-git-commit-messages/45820)

<div class="topic-metadata">

**Author:** [@tim.holy](https://discourse.julialang.org/u/tim.holy)\
**Replies:** 2\
**Last updated:** [September 1, 2020, 1:44pm UTC](https://discourse.julialang.org/t/vscode-wrapping-git-commit-messages/45820 "2020-09-01T13:44:54Z")

</div>

Is it just me, or is there really no easy way to have vscode automatically apply word-wrap to commit messages? This is one of the few things I find deeply annoying about vscode, so if there’s a good fix I’d love to hear …

---

## [Fastest way to get started on a new machine](https://discourse.julialang.org/t/fastest-way-to-get-started-on-a-new-machine/45725)

<div class="topic-metadata">

**Author:** [@mohamed82008](https://discourse.julialang.org/u/mohamed82008)\
**Replies:** 3\
**Last updated:** [August 29, 2020, 7:29pm UTC](https://discourse.julialang.org/t/fastest-way-to-get-started-on-a-new-machine/45725 "2020-08-29T19:29:27Z")

</div>

Hi, I am curious what people’s recommended workflows for getting started on a new machine are, installing all the software and drivers you normally use. I am mostly interested in Linux but I am curious if better workflo…

---

## [Julia got in the "most loved languages" of the StackOverflow Survey](https://discourse.julialang.org/t/julia-got-in-the-most-loved-languages-of-the-stackoverflow-survey/45260)

<div class="topic-metadata">

**Author:** [@natema](https://discourse.julialang.org/u/natema)\
**Replies:** 26\
**Last updated:** [August 25, 2020, 3:15pm UTC](https://discourse.julialang.org/t/julia-got-in-the-most-loved-languages-of-the-stackoverflow-survey/45260 "2020-08-25T15:15:53Z")

</div>

One of the thing which was keeping me hesitant in starting learning Julia few months ago was the fact that it was not mentioned in StackOverflow’s 2019 survey. The situation changed a lot with this year’s survey. That’…

---

## [What do you think about the programming language NIM?](https://discourse.julialang.org/t/what-do-you-think-about-the-programming-language-nim/18369)

<div class="topic-metadata">

**Author:** [@Juan](https://discourse.julialang.org/u/Juan)\
**Replies:** 27\
**Last updated:** [August 24, 2020, 9:31am UTC](https://discourse.julialang.org/t/what-do-you-think-about-the-programming-language-nim/18369 "2020-08-24T09:31:00Z")

</div>

While looking for different benchmarks I’ve found It’s supposed to be faster than Julia for many operations, though it doesn’t have so many libraries: https://forum.nim-lang.org/t/3388

---

## [Suggestions for very quiet keyboard](https://discourse.julialang.org/t/suggestions-for-very-quiet-keyboard/44609)

<div class="topic-metadata">

**Author:** [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)\
**Replies:** 34\
**Last updated:** [August 14, 2020, 7:35pm UTC](https://discourse.julialang.org/t/suggestions-for-very-quiet-keyboard/44609 "2020-08-14T19:35:28Z")

</div>

Now that working from home is becoming the new normal, I would like to minimize the noise impact of late night coding on others. I am currently using a Dell KB216 which is am satisfied with when it comes to typing and f…

---

## [Julich - Alpha Numerics Zero](https://discourse.julialang.org/t/julich-alpha-numerics-zero/44730)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 1\
**Last updated:** [August 11, 2020, 7:48am UTC](https://discourse.julialang.org/t/julich-alpha-numerics-zero/44730 "2020-08-11T07:48:31Z")

</div>

Cool project title. Someone tell them to code it in Julia? The objective of this project is to rethink numerical methods on high-performance computers. Traditionally, a lot of effort goes into the design, implementatio…

---

## [A Survey of Numerical Methods Utilizing Mixed Precision Arithmetic](https://discourse.julialang.org/t/a-survey-of-numerical-methods-utilizing-mixed-precision-arithmetic/44479)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 0\
**Last updated:** [August 7, 2020, 7:59am UTC](https://discourse.julialang.org/t/a-survey-of-numerical-methods-utilizing-mixed-precision-arithmetic/44479 "2020-08-07T07:59:39Z")

</div>

Paper here https://www.icl.utk.edu/files/publications/2020/icl-utk-1392-2020.pdf

---

## [Right to left indenting](https://discourse.julialang.org/t/right-to-left-indenting/44355)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 1\
**Last updated:** [August 6, 2020, 9:17am UTC](https://discourse.julialang.org/t/right-to-left-indenting/44355 "2020-08-06T09:17:44Z")

</div>

Cmon now… we already index from 1 so we are pariahs already…

---

## [A rant about C++ containers](https://discourse.julialang.org/t/a-rant-about-c-containers/44269)

<div class="topic-metadata">

**Author:** [@heetbeet](https://discourse.julialang.org/u/heetbeet)\
**Replies:** 2\
**Last updated:** [August 5, 2020, 9:53am UTC](https://discourse.julialang.org/t/a-rant-about-c-containers/44269 "2020-08-05T09:53:42Z")

</div>

I always forget how much I struggle with C++'s patterns for using their data containers. This is how much code you have to write to find the intersection between two sets: auto intersec = set\<int\>(); std::set\_intersecti…

---

## [Xkcd Scientist Tech Help](https://discourse.julialang.org/t/xkcd-scientist-tech-help/44284)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 15\
**Last updated:** [August 5, 2020, 8:31am UTC](https://discourse.julialang.org/t/xkcd-scientist-tech-help/44284 "2020-08-05T08:31:33Z")

</div>

---

## [A Python rant about types](https://discourse.julialang.org/t/a-python-rant-about-types/43294)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 22\
**Last updated:** [July 24, 2020, 4:47pm UTC](https://discourse.julialang.org/t/a-python-rant-about-types/43294 "2020-07-24T16:47:50Z")

</div>

Permit me a Python rant. with relevance to Julia. I have been stuck for over two days on running a Python script written by a colleague. The script runs the system command ‘lscpu’ and split the output into lines then p…

---

## [The Newtonian Casino](https://discourse.julialang.org/t/the-newtonian-casino/44173)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 3\
**Last updated:** [August 3, 2020, 12:58pm UTC](https://discourse.julialang.org/t/the-newtonian-casino/44173 "2020-08-03T12:58:12Z")

</div>

I would recommend the book The Eudamonic Pie to everyone here. Published as the Newtonian Casino in the UK. It is a thrilling tale of hackers who go to Vegas with computers concealed in their shoes. I cannot help but t…

---

## [Great resource for understanding ML concepts](https://discourse.julialang.org/t/great-resource-for-understanding-ml-concepts/43913)

<div class="topic-metadata">

**Author:** [@mthelm85](https://discourse.julialang.org/u/mthelm85)\
**Replies:** 1\
**Last updated:** [July 29, 2020, 7:55pm UTC](https://discourse.julialang.org/t/great-resource-for-understanding-ml-concepts/43913 "2020-07-29T19:55:12Z")

</div>

I just stumbled upon this amazing site: There are only a couple dozen articles right now but I just read the one on Gaussian Processes and found it to be really amazing. Hope this helps someone out there …

---

## [The cognitive bias of low-probability events](https://discourse.julialang.org/t/the-cognitive-bias-of-low-probability-events/43867)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 5\
**Last updated:** [July 29, 2020, 1:12pm UTC](https://discourse.julialang.org/t/the-cognitive-bias-of-low-probability-events/43867 "2020-07-29T13:12:57Z")

</div>

Just a tough reading the news about Madonna endorsing hydroxychloroquine. The problem is when one has to judge the difference between distributions that differ in the tail, like a Bernoulli with p=0.95 and p=0.99. Peop…

---

## [Do you git or hub](https://discourse.julialang.org/t/do-you-git-or-hub/43671)

<div class="topic-metadata">

**Author:** [@tbeason](https://discourse.julialang.org/u/tbeason)\
**Replies:** 4\
**Last updated:** [July 25, 2020, 4:31pm UTC](https://discourse.julialang.org/t/do-you-git-or-hub/43671 "2020-07-25T16:31:20Z")

</div>

Now that hub has been out a bit longer, I’m curious how many people make use of it versus just using the standard git cli (or something else). What is your preferred way to use GitHub? poll

---

## [Thought Experiment: Open-source AI project \`The Julia\` religion](https://discourse.julialang.org/t/thought-experiment-open-source-ai-project-the-julia-religion/43284)

<div class="topic-metadata">

**Author:** [@YongHee-Kim](https://discourse.julialang.org/u/YongHee-Kim)\
**Replies:** 17\
**Last updated:** [July 19, 2020, 6:42am UTC](https://discourse.julialang.org/t/thought-experiment-open-source-ai-project-the-julia-religion/43284 "2020-07-19T06:42:11Z")

</div>

Introduction I’m in my thirties and like many people of my generation, I’ve often imagined the rise of artificial intelligence and its consequences. Terminator2 was the first movie I’ve watched to be dealing with this su…

---

## [Code giving wrong answer for Advent of Code 2015 day 6](https://discourse.julialang.org/t/code-giving-wrong-answer-for-advent-of-code-2015-day-6/43194)

<div class="topic-metadata">

**Author:** [@Sanji\_Vinsmoke](https://discourse.julialang.org/u/Sanji_Vinsmoke)\
**Replies:** 2\
**Last updated:** [July 17, 2020, 8:52am UTC](https://discourse.julialang.org/t/code-giving-wrong-answer-for-advent-of-code-2015-day-6/43194 "2020-07-17T08:52:07Z")

</div>

I was trying to write a solution to Advent of Code 2015 day 6 and I am getting a wring answer. Can someone please help whats going wrong. function solve() path = pwd() \* "/AoC/input.txt" instructions = readline…

---

## [Workshop on System Level Engineering for Exascale - today](https://discourse.julialang.org/t/workshop-on-system-level-engineering-for-exascale-today/43035)

<div class="topic-metadata">

**Author:** [@johnh](https://discourse.julialang.org/u/johnh)\
**Replies:** 3\
**Last updated:** [July 15, 2020, 12:10pm UTC](https://discourse.julialang.org/t/workshop-on-system-level-engineering-for-exascale-today/43035 "2020-07-15T12:10:00Z")

</div>

https://excalibur-sle.github.io/workshop1.html Sorry for the short notice. If you register late ping me for a link to the Zoom session

[Previous page](https://discourse.julialang.org/c/offtopic/29.md?no_subcategories=false&page=21)

[Next page](https://discourse.julialang.org/c/offtopic/29.md?no_subcategories=false&page=23)
