RSS Parrot

BETA

🦜 juliabloggers.com

@www.juliabloggers.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

A Julia Language Blog Aggregator

Your feed and you don't want it here? Just e-mail the birb.

Site URL: www.juliabloggers.com

Feed URL: www.juliabloggers.com/feed

Posts: 11

Followers: 33

Julia 1.11: Top Features and Important Updates

Published: October 10, 2024 15:46

A new version of the Julia programming language was just released! Version 1.11 is now the latest stable version of Julia. This release is a minor release, meaning it includes language enhancements and bug fixes but should also be fully compatible wi...

In-Place Modifications

Published: September 25, 2024 00:00

In this post I explore some differences between R, python, julia, and APL in terms of mutability, and try to make something that probably shouldn’t exist. I watched this code_report video which describes a leetcode problem; You are given an integer ar...

Everything you need to know about the Gemini API as a developer in less than 5 minutes

Published: September 22, 2024 00:40

Get started building with the Gemini APIImage by AuthorGemini is Google’s family of frontier generative AI models, built from the ground up to be multi-modal and long context (more on this later). Gemini is available across the entire Google suite, fro...

Alpha Capture and Acquired

Published: September 19, 2024 00:00

People are never short of a trade idea. There is a whole industry of researchers, salespeople and amateurs coming up with trading ideas and making big calls on what stock will go up, what country will cut interest rates and what the price of gold will ...

Is Basketball a Random Walk?

Published: August 18, 2024 01:36

About two years ago, I attended a seminar given by Dr. Sid Redner of the Santa Fe Institute titled, “Is Basketball Scoring a Random Walk?” I was certainly skeptical that such an exciting game shared similarities with coin flipping, but, nevertheless, Dr.…

Installing Julia 1.10 and VSCode

Published: August 9, 2024 00:00

Introduction Installing Julia is easy, but perhaps you also want to install an integrated development environment (IDE) or a version control system (e.g. git), therefore I give some hints how to do that in this blog post.