helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

157
active users

#programmer

0 posts0 participants0 posts today

Time for an #Introduction post. I’m a #liveaboard #sailor (www.svloka.com) and full time #nomad who is also a #creative #artist. I play #guitar, #crochet, paint (#watercolor & #acrylic), and draw #penandink. I love #yoga and use #meditation to manage my #anxiety. Got #sober in 2020.

I am a recovering #softwareengineer (#programmer) and #ITmanager. I focused a lot on #leadership & effective #communication, and I still enjoy #mentoring people on those topics. I still tinker with tech on occasion.

@VikingChieftain I am not a #programmer, but a #sysadmin who needs, appreciates, and even enjoys #technical #writing.

I write as if the person on the other end is unfamiliar with the technology at hand. When finished reading, not only do they understand the concepts, they can complete the task successfully the first time.

"Dave from HR probably doesn't know Hadoop is, but he will be able to patch the 10-node cluster successfully.:

It's not always easy and does require #empathy.

#lispyGopherClimate #archived communitymedia.video/videos/wa #gopher #technology #podcast #lisp

complete archive peertube

#climateCrisis #haiku from @kentpitman thanks as always!

#interview with exceptionally #libre #gopher @someodd gopher://gopher.someodd.zip and #haskell #programmer . They run a lot of libre services as well. As always questions, boosts welcome

Chat in #lambdaMOO as always
telnet lambda.moo.mud.org 8888
co guest
@join screwtape

@rat @hairylarry @nosrednayduj @prahou @mdhughes

I don't use #LLMs in my daily #coding, and I don't want to. It is my impression that in this regard they are good for two things:

1. Inspiration if you are stuck on a problem.
2. API / SDK help.

I do not want to see LLM generated code in a pull request, just like I do not want to see code pasted directly from Stack Overflow. The job of a #programmer is to know what is being put into the code and have an opinion on how problems should be solved, and the best way to achieve this is to write the code yourself.

When you do use code generated from machine learning, you should be extremely suspicious about it to ensure it's doing what you expect it to. My habit from Stack Overflow is to type in the code myself to make sure I go over all of it.

#FediHire 🥳

I'm a
#Programmer/#SoftwareEngineer. I'm most fluent in #Python, have some basics in #Java and #C++, but I'm also taking up new languages like #Javascript and others in my eternal journey of getting better and minimising the impostor syndrome that befalls pretty much all programmers (I feel). I'm also very experienced in #CloudNative/#DevOps technologies, and have been the one devising solutions and maintaining infrastructure in a fast-paced startup environment in my previous employment.

I'm passionate in what I do and those that know me here or IRL would know that I'm always
yapping about the things I'm learning or working on - I love discussing them, and I love helping people out - esp those on the same boat as me.

This passion has led me into writing and maintaining tons of
#FOSS projects like Mango: a content distribution framework based on #Django for #Mastodon and #Bluesky that powers various bots of mine like @lowyat@mastodon.social and @waktusolat@mastodon.social, Charts: a #Helm chart repository for an easy and reproducible deployment strategy for all my projects and everything else I self-host on my #homelab, and Orked: O-tomated #RKE2 distribution, a collection of scripts I wrote that are comprehensively documented to enable everyone to self-host a production-grade #Kubernetes cluster for absolutely free in their homes.

I'm based in Malaysia, but I'm open to just about any on-site, hybrid, or remote job opportunities anywhere. In the meantime though, I'm actively looking for a job in countries like
#Japan and #Singapore, in a bid for a desperate lifestyle change. I've linked below my Portfolio (which you too, could self-host your own!), for those who'd wish to connect/learn more of me. Thank you ❤️

🔗 https://l.irfanhak.im/resume

GitHubGitHub - irfanhakim-as/mango: Mastodon bot module for DjangoMastodon bot module for Django. Contribute to irfanhakim-as/mango development by creating an account on GitHub.

So, I was using #Java #Jackson, and struggling with how exactly I would deal with the possibility of properties being deserialized in the wrong order.

Some properties' deserialization depends on other properties, you see.

So I asked myself, what would I do if I was using #Rust and its serde crate instead? And then I did that.

And yeah, this code is a lot cleaner now. 😌

Another fine example of how Rust makes you a better #programmer in general, even in other languages.