Old habits die hard, that’s the first alias on my list in .zshrc!
leviosa
- 1 Post
- 18 Comments
leviosa@programming.devto
Programming@programming.dev•The future of back-end development
81·3 years agoPython is already popular so Mojo making that ecosystem much faster, safer and easier to deploy could be game changing when it’s fully formed. There are also armies of existing Python developers out there for businesses to tap into and it’s an easy language to pick up.
On their roadmap page, it looks like C++ interop is going to be a first class citizen too, further opening up the ecosystem to existing high performance libraries:
Integration to transparently import Clang C/C++ modules. Mojo’s type system and C++’s are pretty compatible, so we should be able to have something pretty nice here. Mojo can leverage Clang to transparently generate a foreign function interface between C/C++ and Mojo, with the ability to directly import functions:
from "math.h" import cos print(cos(0))
leviosa@programming.devto
Programmer Humor@programming.dev•single binary executable and dlls
4·3 years agoLike how OOP was the best thing ever for everything, and just now 30 years later is proven to be actually bad.
Alan Kay coined the term 57 years ago and we have to look at the landscape back then to see just how much OOP has actually influenced pretty much all languages, including ones that distance themselves from the term now. Avoiding shared global state. Check. Encapsulating data and providing interfaces instead of always direct access. Check. Sending signals to objects/services for returned info. Check check check.
leviosa@programming.devto
Programmer Humor@programming.dev•single binary executable and dlls
2·3 years agoWindows shared libs could do with having an
rpathequivalent for the host app. I tried to get their manifest doohickeys working for relative locations but gave up and still justsplatinstall them in the exe directory.Aside from that shared libraries are great. Can selectively load/reload functions from them at runtime which is a fundamental building block of a lot of applications that have things like plugin systems or wrappers for different hardware etc. Good for easier LGPL compliance as well.
leviosa@programming.devto
Programming@programming.dev•Rumbles of a programing error causing the Russian Lunar mission failure.
21·3 years agoEven the phrase “Russian sympathizer” is propaganda. Simple messaging sinks in.
I just have an interest in the wars around the world that the West (the UK, USA, Israel, France) are magically omnipresent in and around. With of course completely coincidental geopolitical prizes to win, as ‘we’ play Team NATO World Police around the world after the first rounds of our Confessions of an Economic Hitman tactics fail. The same old players pop up in every new episode of their perpetual war plan.
This is another episode. All wrapped up in a completely independent narrative with a different cartoon mad man to fight and a nice humanitarian angle so that people get all emotionally attached and don’t join the dots.
leviosa@programming.devto
Programming@programming.dev•Rumbles of a programing error causing the Russian Lunar mission failure.
43·3 years agoIf this is anyone’s propaganda it’s Ukraine’s, in which case I’m happy to participate.
Why is that? It’s a blood bath and we shouldn’t support any propaganda that perpetuates wars.
leviosa@programming.devto
Programming@programming.dev•Rumbles of a programing error causing the Russian Lunar mission failure.
72·3 years agoI would take what our jingoistic media and talking heads say with a very large pinch of salt. It’s quite disrespectful to Ukrainian soldiers to say they’ve been facing an “antique show of an invasion”, not to mention Russian engineers. Propaganda aside, both sides have fought hard in what has been a very modern war.
leviosa@programming.devto
Programming@programming.dev•Rumbles of a programing error causing the Russian Lunar mission failure.
102·3 years agoEvery country uses a combination of older and newer equipment in any war. The war propaganda wizards just try to make things like that look unique to Russia.
leviosa@programming.devto
JavaScript@programming.dev•Google Announces Project IDX, an Experiemental AI-Focused Full-Stack IDE
7·3 years ago… a browser-based development experience built on Google Cloud…
Fuuuuuck thaaaat.
I’d never heard of that, thanks for the link!
brainfuck is a member of an exclusive club of languages where it’s much easier to write a compiler for it than to read a program written in it.
I use Manjaro (kindof btw) with the Gnome desktop and didn’t know there were that many. Not all are installed by default here anyway.
I’ve wondered what their figures are looking like now that alternative platforms are gaining popularity. Possible shrinkage of users? I know that a lot of content creators are publishing on multiple platforms now. When that happens a company typically starts to milk existing customers for more money to maintain shareholder value (short term).
Yes, or something like [murena]{https://murena.io} which is a free (for 1GB or pay for more storage) cloud service that runs on NextCloud. It’s what /e/OS uses for storing/syncing calendar etc.
leviosa@programming.devto
Programming.dev Meta@programming.dev•FYI: Lemmy.world and other instances were hacked. Beehaw.org took itself down to mitigate risks
1·3 years agoThe developers aren’t trustworthy on the account of their extremist ideology…
What do you mean by that? Are they hell bent on using Rust Nightly and making overly-judicious use of
.unwrap()?edit: I see that you mean they are Marxist-adjacent.
leviosa@programming.devto
Programmer Humor@programming.dev•xkcd #1987: Python Environment
6·3 years agoHopefully Mojo will sort it all out. Maybe even inspiring a new, positive streak of xkcd strips in the future?
They really do deserve success with their business model, it’s great to see cases being made available that turn the used mobos into ‘new’ computers as well.




Are there precisely 37 developers in that team??