favicon here hometagsblog

My experience with Julia



Soc Virnyl Estela | 2022-12-12 | reading time: ~5min

Julia code that renders a Julia logo glyph which can only work perfectly with JuliaMono. Thanks cormullion! JuliaMono looks amazing!


using REPL
REPL.REPLCompletions.latex_symbols["\\julialogo"] = "\ue800"

println("Welcome to ")

For nearly 2 years, I have used Julia as my main hobby language of choice. I am not an expert nor a magician of this language but it really is a fun language to play with.

As a past Python user, Julia gave me a new perspective of languages I didn't know since highschool. Features such as multiple dispatch, abstract types and composite types, I recently learned it in this language. I know there are a lot of blogs about Julia so how is this post any different? Let's dive in.

Community§

As a person with no formal CS knowledge nor any in-depth understanding of CS theories at all, I am surprised that the Julia community welcomes any people from different backgrounds.

I was very shy at first, but I was readily welcomed and with such a warm welcome, I was very enthusiastic to learn more about the language during my free time.

Thanks to aru, the Discord admin/dictator of Humans of Julia, I became a Community Lead/Moderator there. Mark, Tom Kwong, Scott Jones, Ricardo Rosa, Franku, Aazare and Aaron where very active during the early days of HoJ. Unfortunately, due to work and personal stuff, most of these people are not as active as before. I do hope the energy to do so comes back but alas, I as well succumbed to that because of the same reason. Nonetheless, there are other Julia communities too, and the one I lurk the most is in Julia Zulip.

So much to learn§

Every now and then when I lurk both in HoJ or in Julia Zulip, I met a lot of people who are more knowledgeable than me. Clemapfel, also known as Clementine, was very helpful in the ask-for-help channels in HoJ. Clemapfel is the author of jluna, a Julia-C++ wrapper. There is another person too that I noticed that are actually so helpful, Yuuhi. I know there are others but every time I lurk, these are the two people I usually notice.

These people gave me more motivation to learn more about Julia even as to poke around the internals. But my lack of C knowledge is the only thing that is holding me back. But I am not discouraged. I can learn Julia without knowing those and those gaps of knowledge, I can just ask around people the why's, what's, and how's of the language.

An ambitious project§

I really want to learn Julia, that's why I plan to contribute as much as I can for the community and the language even if it's just small issues on GitHub1 or just helping newcomers in HoJ.

I also as much as possible increase Julia's visibility on my favorite distribution, openSUSE, by becoming a packager for Juliaup.

But one thing I still lack is a project I can call my own and proudly say I learned Julia the best way possible - and that's where SBOL3.jl comes in.

I have not started anything yet on the project but I plan to do it around the March 2023. If you want to know what SBOL is you can go to https://sbolstandard.org/

So far, there is nothing much I can say here since there is nothing significant progress on the project yet.

Planning to join a GSoC/JSoC to improve my Julia§

I am planning to join GSoC/JSoC next year as a student. But the only issue is I get easily intimidated because I am not very bright and smart nor I have the necessary knowledge to tackle the projects.

But a friend of mine, William encouraged me to join even if I lacked some of the necessary knowledge because mentors exist for a reason. So yes, I decided to join GSoC/JSoC even if I don't have a very good base because I want to learn and I want to learn more.

Thanks again Firstyear for encouraging me and teaching me a lot of things in openSUSE 🥰

Conclusion§

Now to end this in a positive note, I am really glad that I discovered this language. But it's not actually the language that hooked me in, it was the helpful and knowledgeable people around me that taught me a lot about being in a community and being a contributor. And that being passionate means there is so much more to learn and to love.

1

I mainly use codeberg now but I still use my github account to contribute and star some projects.

Articles from blogs I follow around the net

Perma-Vuln: D-Link DIR-859, CVE-2024-0769

Recently Sift caught an interesting payload. As it turns out, the exploit was CVE-2024-0769, which is now tagged here: D-Link DIR-859 Information Disclosure Attempt . This vulnerability is a path traversal leading to information disclosure. But, perhaps mo…

via GreyNoise LabsJune 25, 2024

Synergy Greg

Synergy Greg would like to see you in His office, it is the one down the hall, past the cubicles and dreary faces, uplifted only when He deigns to venture forth. You will know Him when you see Him, He is the one composed, of a thousand writhing forms,…

via LudicityJune 22, 2024

Status update, June 2024

Hi all! This status update will be shorter than usual because I had a lot less free time for my open-source projects than usual this month. Indeed, I recently joined SNCF Réseau (the company responsible for the French railway infrastructure) to work on OSR…

via emersionJune 18, 2024

Why People are Angry over Go 1.23 Iterators

NOTE: This is based on, but completely rewritten, from a Twitter post: https://x.com/TheGingerBill/status/1802645945642799423 TL;DR It makes Go feel too “functional” rather than being an unabashed imperative language. I recently saw a post on Twitter showi…

via Articles on gingerBillJune 17, 2024

My RSS feed has been upgraded ✨

I did some integration work to include posts written for other publications in my RSS feed. Apologies if you see some duplicated items! 📪

via Rob O'LearyJune 15, 2024

Programming at the edge with Fastly Compute

So you’ve heard about computing at the edge, and you’ve heard that Fastly let’s you run JavaScript, Go, Rust and any other language that compiles to Wasm at the edge… well, let’s take a look and while we’re at it let’s try and understand how caching works …

via Posts on integralistJune 12, 2024

Generated by openring-rs