I’m still in a mechanical engineering world so just saying INT and FLOAT has people running away. Excel is the “safe zone” for them, sadly it means that I’ll just be doing the VBA part and oh gawd please get me out of here…
I’m still in a mechanical engineering world so just saying INT and FLOAT has people running away. Excel is the “safe zone” for them, sadly it means that I’ll just be doing the VBA part and oh gawd please get me out of here…
Can confirm. Was quite unhappy in my mechanical engineering job, had an opportunity to develop something nice in python, was told we’d do it in excel/vba instead, still unhappy.
I remember those questions! As soon as I read high school my mind went from “working for Canonical would be nice” to “let’s justify not writing an essay by reading everything bad about Canonical”.
Lucky for me it was easy as r/recruitinghell was full of post about people doing the whole process and being rejected. Also the CEO had a reddit account and the way he was justifying this process didn’t jive with me, at all.
Just tried both and I don’t know which one made me feel better
One felt like being run over by a train, the other felt I was a legless puppy in front of a kindergarten.
Having to install things mostly through flatpaks works seamlessly until it doesn’t. Then you’re stuck in dependency hell where you have to open holes in your containers to allow access to files or binaries.
I’m at a point where I layer enough software that I don’t know If there is still value added.
Another solution is to do z-hop inlay
+1… Started using Zola and built on top of it to learn scss, javascript, and HTML. All that extra building was not required for a running site but was still a great learning experience.
Some bloggers have experimented and used Mastodon as a medium to comments on their blog posts. Works quite well.
https://danielpecos.com/2022/12/25/mastodon-as-comment-system-for-your-static-blog/
The lack of overly vulgar dialogue in the trailer really solidified my lack of expectations. Not that I really need that level of vulgarity to enjoy a movie but I mean, is it really borderland without it?
Damn, rust really embrace the “Hey, Can I copy your homework?” Meme. I like rust btw, it’s just funny how often I see something along the line of “it’s like X, but in rust!”
Fedora 39
The main issue is programming in a specific language limit who can contribute to those who speaks that language. In that sense English makes sense as it is already a widely used language in a work context. It would probably limit those who are willing to use the software as it makes auditing harder.
While maybe not professional IT people but Linux users are quite known to be passionate about finding solutions. It’s quite recent that you can have a hands off experience with Linux, it was always a tinkerer’s OS before.
I remember in high school having friends who were going crazy at the chance to be the one who could solve an OS issue, like an IT medal of honor.
It’s just too bad it doesn’t render properly on mobile because reading it backward made no sense.
From personal experience making the jump from Python to Julia was overall painless, it was probably made to be as well. I do agree that rust on the other end is something else. Even after clearing the whole rustlings course I was still brute forcing my way through code by relying on the compiler to tell me where borrowers were missing. Spoiler: everywhere!
First thing I’d do is to look at the client (fedora) journal for anything funky happening.
‘sudo systemctl status nfs-client’
Since it’s random I assume you won’t have any timeout in your /etc/fstab but it might be worth taking a look anyway.
Be aware that if the network drops the NFS will be disconnected and won’t auto-reconnect so this could also be the issue.
I don’t know if it plays well with container mounted volume, but looking at autofs could be a solution to auto-remount the share. I use it profusely for network mounted home directories.