Jared Schwartz's Avatar

Jared Schwartz

@jared-du-jour.bsky.social

Data Scientist @ Utah Medicaid || #rstats User || Train Enthusiast Developer of RuleMiner.jl— a fast data mining library in #julialang: https://github.com/JaredSchwartz/RuleMiner.jl

348 Followers  |  826 Following  |  25 Posts  |  Joined: 01.11.2024  |  2.1118

Latest posts by jared-du-jour.bsky.social on Bluesky

AAS 247: Registration | American Astronomical Society

Would you or your colleague like to improve the performance of your data analysis? Then please join us at our @julialang.org workshop at the 247th @aas.org meeting on Jan 3, 2026 in Phoenix, AZ. The regular registration deadline is Nov 7.

aas.org/meetings/aas...

#aas247 #JuliaLang #astrocode

29.10.2025 15:55 — 👍 15    🔁 8    💬 1    📌 1
Preview
Rust x Julia Meetup Eindhoven, Tue, Mar 25, 2025, 5:30 PM | Meetup Join us for an evening full of fun talks and meeting new people at the joint Rust and Julia meetup! This meetup will take place at Sioux labs in Eindhoven. **Schedule** 17

Can I get a #julialang @juliacon.bsky.social boost for a Rust x Julia local meetup in Eindhoven?

www.meetup.com/rust-nederla...

05.03.2025 16:42 — 👍 23    🔁 7    💬 1    📌 1
Preview
[Workgroup] JuliaHealth Meeting (Americas/Europe/Africa) -- January 29th, 2024 Hi Everyone! 👋 It is a new year and it is time to have our first JuliaHealth monthly meeting! This month’s meeting will be a little different: we are running for 2 hours to reflect on this past year, ...

Hi folks!

Our first JuliaHealth meeting of the year is taking place this Wednesday 12 - 2PM EST! We will be reflecting on last year, the coming year, and planning for @juliacon.bsky.social!

Come with your thoughts and give the agenda a look! Hope to see you there!

#julialang #medsky #academicsky

27.01.2025 21:40 — 👍 5    🔁 3    💬 1    📌 1
Post image

Julia is on a remarkable #growth trajectory! Over the past 5 years:
- #Discourse views increased by +494% (136M+)
- #GitHub stars grew by +412% (511K+)
- Published citations rose by +391% (8K+)
- Registered packages expanded by +322% (11K+)
juliahub.com/blog/newslet...
#JuliaLang #OpenSource

20.01.2025 15:02 — 👍 22    🔁 2    💬 0    📌 0
Preview
Tidier.jl with Karandeep Singh - Julia Dispatch Julia Dispatch is a podcast about all that matters about Julia. We'll meet the wonderful people who contribute to the community and the language ecosystem. Hear their stories, learn what brought them ...

Great interview with @kdpsingh.bsky.social on the latest #julialang dispatch #data #tidyverse pca.st/episode/76ff...

31.12.2024 14:00 — 👍 15    🔁 5    💬 0    📌 0

Excited to say that for the first time ever, JuliaHealth will be hosting a mini-Symposium at @juliacon.bsky.social 2025!

More details to come but we are looking forward to hearing from YOU! Excited to hear submissions about talks, demos, and tutorials! 🧪 🛟🩺

#medsky #julialang

22.12.2024 23:52 — 👍 15    🔁 5    💬 0    📌 0
Post image

Day 12 of #AdventOfCode with #JuliaLang

13.12.2024 03:33 — 👍 4    🔁 0    💬 0    📌 0
Post image

Day 11 of #AdventOfCode with #JuliaLang

This one felt a lot like the work I do in my data mining package-- Trying to limit the performance impact of exponential growth.

Also another recursive(recursive(recursive())) solution.

12.12.2024 04:53 — 👍 5    🔁 0    💬 1    📌 0
Post image

Day 10 of #AdventOfCode with #JuliaLang

This one was recursion all the way down, with tracking both the total paths and tracking the unique nines in the same function

12.12.2024 04:53 — 👍 3    🔁 0    💬 1    📌 0
Post image

Life happens and I haven't had time to get to #AdventOfCode for the last couple days. Here's me catching up on my #JuliaLang solutions:

Day 9: I was able to unify my solutions by making the block size 1 on the first part and the size of the file on the second.

12.12.2024 04:53 — 👍 2    🔁 0    💬 1    📌 0
Post image

Day 8 of #AdventOfCode with #JuliaLang

Julia's CartesianIndex objects made this problem a lot easier!

08.12.2024 20:49 — 👍 4    🔁 0    💬 1    📌 0
Post image

Spent some time optimizing and parallelizing #AdventOfCode day 7 this afternoon. Part 1 runs in ~15ms and part 2 runs in ~600ms.

The biggest performance boost I found came from this trick where you use modulo and division to generate/track permutations using just two Int values.

#JuliaLang

07.12.2024 23:26 — 👍 1    🔁 0    💬 0    📌 0
Post image

Day 7 of #AdventOfCode with #JuliaLang

We've got functional programming patterns today, folks.

07.12.2024 07:44 — 👍 4    🔁 0    💬 2    📌 0
Post image

Day 6 of #AdventOfCode with #JuliaLang

Gave up trying to be clever and just tuned the step counter maximum manually until the output stopped going down

07.12.2024 01:40 — 👍 1    🔁 0    💬 1    📌 0
Post image

Day 5 of #AdventOfCode with #JuliaLang

Lots and lots of broadcasting today.

Definitely not an efficient solution, but hey, it works.

05.12.2024 16:53 — 👍 7    🔁 0    💬 1    📌 0

Glad you’re finding value in me screaming into the void haha

I picked up Julia in earnest in June of this year, so I’m still learning new stuff all the time as well!

05.12.2024 02:25 — 👍 1    🔁 0    💬 0    📌 0
Post image Post image

Day 4 of #AdventOfCode with #JuliaLang
Spent some time optimizing to make my initial solution faster. I was able to speed things up ~40x.

Turns out, quick Julia and fast Julia are not necessarily the same

04.12.2024 20:25 — 👍 5    🔁 0    💬 1    📌 0

Ooh, I hadn't heard of PaddedView.jl before. That's super useful!

04.12.2024 19:52 — 👍 0    🔁 0    💬 0    📌 0
Screenshot showing the puzzle solution in Julia

Screenshot showing the puzzle solution in Julia

Day 3 of #AdventOfCode with #JuliaLang

Writing regex always feels like writing some sort of magical spell

03.12.2024 06:34 — 👍 4    🔁 0    💬 2    📌 0
Screenshot showing the Julia code used to solve the puzzle

Screenshot showing the Julia code used to solve the puzzle

Day two of #AdventOfCode with #JuliaLang

Broadcasting makes the code so clean! Definitely one of my favorite features in Julia

02.12.2024 19:02 — 👍 9    🔁 0    💬 1    📌 0
Advent of Code 2024

adventofcode.com

01.12.2024 22:04 — 👍 0    🔁 0    💬 1    📌 0
Day 1 - Advent of Code 2024

I've completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1

My #JuliaLang solutions are here: github.com/JaredSchwart...

01.12.2024 14:54 — 👍 11    🔁 0    💬 2    📌 0

I think I'm going to try to do #AdventOfCode in Julia this year. We'll see how it goes

30.11.2024 18:22 — 👍 8    🔁 0    💬 2    📌 0

Time to restart the discourse cycle about whether it’s okay to harvest data from the Bluesky API

28.11.2024 04:39 — 👍 2    🔁 0    💬 1    📌 0
Preview
[Workgroup] JuliaHealth Meeting -- November 28th, 2024 Hi folks! 👋 Our next JuliaHealth meeting is this Thursday, November 28th! We have some major community planning happening this time as we are talking about: hosting a mini-symposia at JuliaCon 2025!!...

Next JuliaHealth meeting is Thursday, November 28th 12 - 1PM EST!

We will be planning our first ever mini-symposium at @juliacon.bsky.social!

Come ready with your thoughts! 🧪

(Agenda and details in link!)

#medsky #julialang #academicsky

26.11.2024 17:57 — 👍 12    🔁 7    💬 0    📌 1
Julia REPL which activates the Bluesky project, and calls a function which simulates creating a new post on the julialanguage Bluesky account!

Julia REPL which activates the Bluesky project, and calls a function which simulates creating a new post on the julialanguage Bluesky account!

Hello @bsky.app from the #JuliaLang community!

We're excited to start posting here on Bluesky in addition to our other social media, all of which can be found here: julialang.org

We'll keep you updated on our fantastic community, our conferences, #JuliaLang updates, and more on this profile!

25.11.2024 16:26 — 👍 159    🔁 58    💬 3    📌 5

Or some handle bars so you can ride it like a scooter

21.11.2024 20:25 — 👍 1    🔁 0    💬 1    📌 0

Another tip: put the massive desktop on casters so it’s easy to move around

21.11.2024 02:26 — 👍 2    🔁 0    💬 1    📌 0

The JuliaCall R package allows for running Julia code, but you still have to install Julia and ensure the code’s dependencies are installed.

There’s a lot of work going on at the moment to statically compile Julia, so it can serve as a packaged, compiled backend like C, C++ or Rust

18.11.2024 18:14 — 👍 1    🔁 0    💬 1    📌 0
Video thumbnail

Zotero is great and I think that anyone who needs to organise and cite more than a handful of references should be using it. Here's an intro to Zotero that I made for my undergrad students (but the info is relevant for anyone new to Zotero).

Full vid [13 mins]: youtu.be/SlUHjOqVCyU
Preview ⬇️

15.11.2024 07:49 — 👍 425    🔁 141    💬 29    📌 9

@jared-du-jour is following 20 prominent accounts