- Joined
- Sep 10, 2021
At least a couple of folks remember Haxe, Northgard and that new Dune RTS were written with it.
It's just not as relevant as it once was with Flash going the way of all standards Apple refuses to adopt.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
At least a couple of folks remember Haxe, Northgard and that new Dune RTS were written with it.
flash isn't really a "standard" and apple starting the process that would put it out of its misery was one of the few good things it didFlash going the way of all standards
I mean, it was never codified as an actual ANSI standard, sure, but it was the defacto way of doing things for 20 some-odd years. It definitely outlived Silverlight, Chrome Sodium plugins, Java Applets, and the rest of the browser/native-code plugin ecosystem.flash isn't really a "standard" and apple starting the process that would put it out of its misery was one of the few good things it did
them not adopting stuff like vulkan is turbo gay though
haxe can compile to a number of non-flash things though so it's fine
It was really amazing how little Adobe did to protect one of its cash cows. You'd think they would have bought a source obfuscator (or written their own) and released the Flash runtime to licensees as shrouded code to get around Apple's restrictions, but they just let it die instead.flash isn't really a "standard" and apple starting the process that would put it out of its misery was one of the few good things it did
to keep the shitty discussion about slop language going, there are smalltalk compilers that work with javascriptI've been lately getting into smalltalk (a long time forth and lisp affectionado, so it isn't really all that alien to me on a conceptual level) and I have sort of an existential crisis because the various smalltalk images are what I always wanted emacs to be. I'm astonished it's not popular at all. Really, Lisp/Forth seems downright mainstream in comparison. What a world!
I'll take What is Adobe AIR, for 500 Alex.It was really amazing how little Adobe did to protect one of its cash cows. You'd think they would have bought a source obfuscator (or written their own) and released the Flash runtime to licensees as shrouded code to get around Apple's restrictions, but they just let it die instead.
I have a suspicion that knowing react version whatever isn't useful to the ffmpeg or VLC projects...View attachment 7737246
Wew, that is one retarded take by theo.
How much LLM-aided dev have you done? The more you've done, the less you'll be particularly concerned about LLM software development. At least, that was my experience. A good portfolio is never a bad idea. The difference between you and AiFag42069 is that you can explain (probably) most of your code. As a driver dev, you're probably even more keenly aware of exactly what your code does than most. As a mere mortal, (insofar as a Prolog lover/user can be considered a mere mortal) the notion that you do driver work intimidates me.It's not that I don't have my own portfolio of personal web apps but to be honest in the age of AI, they are basically meaningless.
I literally don't use AI in my day to day since it is simply just dangerous in kernel but I will spare you from my spergout about how it conflates linux kernel and NT kernel and just straight up lies to you.How much LLM-aided dev have you done? The more you've done, the less you'll be particularly concerned about LLM software development. At least, that was my experience. A good portfolio is never a bad idea. The difference between you and AiFag42069 is that you can explain (probably) most of your code. As a driver dev, you're probably even more keenly aware of exactly what your code does than most. As a mere mortal, (insofar as a Prolog lover/user can be considered a mere mortal) the notion that you do driver work intimidates me.
I expect LLM development is a bit of a fad. Some folks will use it in perpetuity to improve their development process, but it's far from the revolution the higher ups in Silicon Valley are trying to market it as. Folks who use it well will get faster, folks who use it poorly will go slower.
What I do see is all the AI hype driving people away from programming as a career, so those of us with proven skills have a skill set that is only going to improve with time. But this is the same as it's ever been, I guess.
My last year as a payrolled-professional developer was in 2016. Been mostly doing blue collar work since then. I can recommend it. A programmer will have zero problem with electrical. Consider HVAC. You're clearly good at tech.
i would like to personally congratulate whoever runs this xitter account for grinding this javascript imbecile into the dirt where he belongsView attachment 7737246
Wew, that is one retarded take by theo.
you know it probably makes errors like that in webshit toohow it conflates linux kernel and NT kernel and just straight up lies to you.
>" What's a challenging problem you solved?"
>"I had to disassemble Microsoft's own driver to understand what undocumented DDI marks memory to not be invalidated during hibernation."
I'd obviously rephrase to be less autistic but my point is that my examples already alienate your typescript and .net developers which dominate my area.
idk maybe try it perhaps they will be intimidated into hiring you because you know what a pointer isProblem is, that project is never relevant to a job listing so gets glossed over during interviews, even with the complexities being generic computer science problems.
OH MY SOYENCELet's see the languages used in FFMPEG... Oh... It ain't looking good for Theo.
View attachment 7738046
In my undergrad, being irresponsibly responsible, I took drugs and did basically an undergraduate semester's worth of x86 ASM assignments in a day, not even a super long one, bit over 12h. Was rather a disappointment. People act like it's hard when it isn't. I'm not that much slower in x86 ASM than I am in C, but they both have the same kinds of footguns.fucking computer illiterate "programmers" thinking assembly is some sort of forbidden art and being all scared of it
the x86 instruction set is a bit of a high level language itself according to some retardsIn my undergrad, being irresponsibly responsible, I took drugs and did basically an undergraduate semester's worth of x86 ASM assignments in a day, not even a super long one, bit over 12h. Was rather a disappointment. People act like it's hard when it isn't. I'm not that much slower in x86 ASM than I am in C, but they both have the same kinds of footguns.
Asm can get pretty annoying when doing spectre mitigation stuff tbh (no, its not as simple as chucking in lfence instructions everywhere lol)the x86 instruction set is a bit of a high level language itself according to some retards
still even a risc will be less "black magic" and more "well i want to do this formula with these bits of memory, which registers should i use for this one, and how should i schedule all of the instructions so the pipeline doesn't -ACK itself"
the compiler usually does it well enough that you'd spend your time better writing in c instead of 4 different assembly languages and maybe another in the future when some dipshit has a bright idea to make a new architecture
asm is really one of the simplest languages: you just have a handful of registers, some memory, maybe a stack, and a decent length of rope to hang yourself