I’m also wondering what’s in the top-left. Is it a bowl of stones?
Wait! I figured it out.
You were close with C-section, but got the direction wrong. Clearly this is getting ready for urgent replacement of gizzard stones! :)
I’m a software engineering developer from Ottawa, Ontario, Canada.
I’m also wondering what’s in the top-left. Is it a bowl of stones?
Wait! I figured it out.
You were close with C-section, but got the direction wrong. Clearly this is getting ready for urgent replacement of gizzard stones! :)
In case anyone wants the real meanings: I am not a lawyer, read the f***ing manual, bank of america.
I definitely have the soapy gene, but don’t mind the taste. I blame thrills soap gum, I occasionally enjoyed that as a kid. My sister also has the gene and can’t stand the taste.
After years, and many languages, I still have to say Ada. Kotlin, Rust, Julia, and Nim are my current contenders to overtake, but here’s what Ada does well enough to still be my preferred tool when appropriate:
There are some situation where Ada shows its age:
func
/proc
(Nim) vs fun
(Kotlin) vs fn
(Rust) doesn’t make much difference to me, but function X returns Y
/procedure X
starts to add a lot of visual noise to a file.Here’s when I use the alternatives, and their biggest weaknesses:
Thank you for attending my TED talk :P. Any questions?
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”.