HN user

olavolav

20 karma

Computational neuroscience & AI, physics, and building agile product and tech teams for startups.

Posts3
Comments20
View on HN

Is agile the right approach for cross-functional teams of AI researchers and software developers? Here's what I learned from 10 years of leading such teams

That's right, I'm using the 2x2 characters and some off-center horizontal line characters.

Note aware of Unicode expansions, though more and more fonts seem to support the above.

Sparklines in the terminal sounds very cool, did you end up coding something?

Note that one other popular alternative (see for example the Unicode plotting lib for Julia) is using Braille characters, which probably have an even better support across fonts

Thanks for the question! So the labels only depend on the limits of the plotting window, which you can supply as a keyword option. In that sense, and together with using the same gridlines options, you could have the same background in some sense.

What uniplot cannot do today is to have multiple vertical axis (like weight and head circumference in your example).

Hope this helps!

P.S.: Regarding your PDF question, for that in fact I think that some plotting library to graphics (rather than the terminal) might be better

I'm guessing that's because they measured the return rate of institutions:

"Wallets were returned to one of five societal institu- tions: (i) banks, (ii) theaters, museums, or other cultural establishments, (iii) post offices, (iv) hotels, and (v) police stations, courts of law, or other public offices."

The actual article may be less garbage than the headline of the news post suggests:

Our model controlled for experiences with other classes of psychoactive substances (cannabis, dissociatives, empathogens, popular legal drugs) as well as common personality traits that usually predict drug consumption and/or nature relatedness (openness to experience, conscientiousness, conservatism).

(that's from the abstract)

Of course we won't know for sure – all praise the paywalls of science!

That, great news, I'm especially curious about this line here:

[ExUnit] Show code snippet from test source file in case of test errors

ExUnit backtraces have historically been a bit hard to read sometimes IMHO.

Regarding that last bit: You will clearly get better results by using A/B tests than by having humans take a guess as to what works best – but as you already pointed out, those are not the only two possibilities. Different varieties of mutli-armed/contextual/etc. bandits, and then the new wave of reinforcement learning tricks (i.e. AI) are much better suited to the problem.

(Full disclosure: I didn't write the article, but I am the CTO of the company that the article is about.)