home tags blog microbio cv tech cv

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

Decrypting FortiOS 7.0.x

Introduction Decrypting Fortinet’s FortiGate FortiOS firmware is a topic that has been thoroughly covered, in part because of the many variants and permutations of FortiOS firmware, all differing based on hardware architecture and versioning — we may have …

via GreyNoise Labs April 23, 2024

Copyleft licenses are not “restrictive”

One may observe an axis, or a “spectrum”, along which free and open source software licenses can be organized, where one end is “permissive” and the other end is “copyleft”. It is important to acknowledge, however, that though copyleft can be found at the …

via Drew DeVault's blog April 19, 2024

What Precious Things Does The Corporate World Steal From Us?

It has been about a year and a half of working three days a week in response to burnout. It took me six months to regain the ability to do anything beyond resting the moment I was done working, and in the past year I have recovered much of my ability to fu…

via Ludicity April 15, 2024

Generated by openring-rs