Out of curiosity, what is the original?
Lambda
I’m a software engineering developer from Ottawa, Ontario, Canada.
- 2 Posts
- 22 Comments
Lambda@lemmy.cato Ask Lemmy@lemmy.world•What game from your childhood is most nostalgic for you?3·1 month agoAny of the cluefinders games, or gizmos and gadgets. Plenty of other edutainment classics do it too. Outside of edutainment, only NHL2000 and Halo: CE come to mind.
Lambda@lemmy.cato Ask Lemmy@lemmy.world•People who use non-QWERTY keyboards: what do you use?4·3 months agoDvorak with caps lock as a dead key here. No programmer’s Dvorak despite being a programmer… Never quite made the leap
Can someone spell this one out for me? I can’t remember any of their names :/
I think self hosting the proxy with the services at hobbyist scale mitigates most of the security risks. The single point of failure risk is another matter. I once had to effectively reverse-hack my services by uploading a Jenkins test job through an existing java project to regain access. Ever since then, I maintain a separate ddns address that’s just used for emergency ssh access.
I’m the bottom, so is my wife. Only difference is she does it DURING the movie. It can be pretty annoying, hard to get used to.
I believe it stands for Free/Libre Open Source Software. I think the idea is to explicitly indicate both free as in beer and free as in speech. However, to me it just sounds like throwing in a romance term for the sake of it. But maybe I’m just ill versed on the whole free/libre divide?
Lambda@lemmy.cato Canada@lemmy.ca•How to watch the 2024 U.S. presidential election in Canada3·8 months agoSo we meet at diefenbunker.ca? Sounds like a plan! 🍁
Lambda@lemmy.cato Programming@programming.dev•What are your favorite statically typed, compiled, memory safe programming languages?253·9 months agoAda, hands down. Every time I go to learn Rust I’m disappointed by the lack of safety. I get that it’s miles ahead of C++, but that’s not much. I get that it strikes a much better balance than Ada (it’s not too hard to get it to compile) but it still leaves a lot to be desired in terms of safe interfacing. Plus it’s memory model is more complicated than it needs to be (though Ada’s secondary stack takes some getting used to).
I wonder if any other Ada devs have experience with rust and can make a better comparison?
I use fslint myself. Basically a linter for files :)
Sadly front end, like “High Level” is a very relative term. For example, in compiler design, the bit that parses code is called the “front end” since the “back end” is what emits machine code. I think that’s what they mean here, the “front end” that understands D3D8 code has been added, presumably there is also a “back end” that converts the parsed/analyzed D3D8 code into valid opcodes for consumption by GPU/CPUs.
In the other direction, a UI/UX is sometimes called a “back end” when it is part of a more complex embedded project where physical controls are the “front end”.
I still use Ada daily for my personal projects after having used it at work. I find it compliments my thinking patterns well. My only gripe with it is that they ate too much of their own dog food at AdaCore and now it can be hard to install Ada and gprbuild (due to a circular dependency). Plus gprc stole libgpr and broke some stuff too.
Lambda@lemmy.cato Lemmy@lemmy.ml•Suggestion: An ActivityPub and Lemmy codebase reading clubEnglish15·1 year agoThat would be an excellent idea. But I feel like an even broader community should be created. Like a generic book club, but for code bases! Could even have a small handful of different code bases on the go at a time. I’d love to get to know lemmy’s, but also e.g. neovim, or even unciv :)
Maybe one day it could even start tackling Moby Dick!
Lambda@lemmy.cato Programmer Humor@programming.dev•git commit -m "minor fixes" +26858 -6942921·1 year agoAll praise our lord and saviour
git rebase -i
!
Lambda@lemmy.caOPto Showerthoughts@lemmy.world•Leaving the bidet on "feminine" mode is the female equivalent of leaving the toilet seat up.123·1 year agoAnswering both: dial image for reference to what the “modes” are, and my dial is gross. Plus that was the best image I could find describing it, but had trouble getting a clean download. Google images can suck that way. If you get me a clean link, I’d update the post.
In case anyone wants the real meanings: I am not a lawyer, read the f***ing manual, bank of america.
Beej’s guides are absolute classics. The networking guide is also amazing. Definitely worth the read.
Lambda@lemmy.cato Programming@programming.dev•What languages are well suited for testing SDKs written in multiple other languages?2·2 years agoYeah, that’s pretty much what I was thinking too. The combination of a c API and a JVM API (and maybe .NET if you’re in Microsoft land?) Hits most FFI available in languages I’ve seen. I can’t think of any language I’ve used that couldn’t Interop with either a c library (.a or .so) or JVM library (.jar). However I’ve never used any .NET system seriously, so I don’t know about them.
FWIW I regularly remake the same API based game whenever I start a new job working in a new environment to test that my environment is “up to snuff” with my development methodologies. I’ve never needed to port more than API.a and API.jar to play around in any language. I’ve ported that system to at least 100 languages over the years, and while some have more friction than others, and often the c/JVM paradigm doesn’t line up well with the target language, it is always effective.
Lambda@lemmy.cato Medicine@mander.xyz•How a suction cup delivers medications to the bloodstream3·2 years agoThis is really exciting, as a needle-phobe myself. Still can’t replace an IV line though, but good progress nonetheless!
How is #6 not specific to IDEs? I’ve never had vim, np++, or any other dedicated editor freeze; and I’ve used them to edit multi-gigabyte log files before.