|
Classic versus Quantum algorithms. Applications.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
Suddenly there are thousands of votes, and all seem to vote for all choices.
Some robot that visited this page?
|
|
|
|
|
I've posted it to the Sugs'n'bugs forum for Chris to have look at.
Thanks!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
it's even teached on university these days.
Very challenging, a completely different approach with very different technologies used (shaders for instance, you can't even do a for loop with varying iterations, you must know beforehand - through constants - how often the loop shall run, this is due to the parallelism on the gpu)
i do this now for several years and did not have a single boring day since then. that's where i belong.
|
|
|
|
|
Phone app programming for Android (or using a multiplatform framework - I really don't care about Iphone, but if an app can be run on Android AND Iphone, I could consider supporting it).
Only thing is that I really don't have the time, and I don't have any use for it either.
But I'm surprised it wasn't on the list considering how attached people are to their phone nowadays...
Anything that is unrelated to elephants is irrelephant Anonymous
- The problem with quotes on the internet is that you can never tell if they're genuine Winston Churchill, 1944
- Never argue with a fool. Onlookers may not be able to tell the difference. Mark Twain
|
|
|
|
|
I did Android development for a living for six years.
It's an interesting framework, Java and Android Studio are a very cool environment (for mobile dev), but tbh, since I left, i didn't miss it a single day.
|
|
|
|
|
I building native Android apps using C#, .NET and Xamarin!
/ravi
|
|
|
|
|
...then I think, it's time to retire.
None of them interests me even slightly.
|
|
|
|
|
Not even 'Other'?
|
|
|
|
|
Missing "None of the above"...
Anything that is unrelated to elephants is irrelephant Anonymous
- The problem with quotes on the internet is that you can never tell if they're genuine Winston Churchill, 1944
- Never argue with a fool. Onlookers may not be able to tell the difference. Mark Twain
|
|
|
|
|
Together with the 'Other' alternative, that should rather be 'None at all'
|
|
|
|
|
Yeah, that comes close
|
|
|
|
|
... of which there are many I wish to utilize/write ... to add to the list Classical Mechanics , Quantum Mechanics , Electricity & Magnetism and if I have time before the universe ends General Relativity ... and that's just for starters
|
|
|
|
|
CListCtrl?
veni bibi saltavi
|
|
|
|
|
Now there's a name I haven't heard in a long time... A long time.
Software Zen: delete this;
|
|
|
|
|
Liar! We spoke last week!
veni bibi saltavi
|
|
|
|
|
I would like to know more about F# and C# Reactive programming model. Reactive concepts can also be used in rxjs (as ex. in Angular). ReactiveUI for example is a great library to handle complex UIs in C# scope (WinForms, WPF, etc but also mobile).
|
|
|
|
|
What can I say? I love a good chuckle.
|
|
|
|
|
Favorite geek humor site: https://geek-and-poke.com/[^]
The last year or so, the activity has been rather low, but look back in the history: Some of its pearls have everlasting value.
|
|
|
|
|
The main thing I would like to learn more about is efficient/advance multi-processor use. Specifically scalable scheduling/synchronising & inter-processor communications.
|
|
|
|
|
GerryB_UK wrote: Specifically scalable scheduling/synchronising And not the least: How to reduce the need for (tight) synchronization.
|
|
|
|
|
any language will do: algol, scheme, scala, v, lua, tcl, bash, basic, julia, perl, forth, modula... whatever
|
|
|
|
|
If you find base of comprehensive learning material for ALGOL, please forward the link!
|
|
|
|
|
|
Thanks - I will pick them up, and read them, just for fun.
But then: Algol 68 is a completely different animal from Algol 60! Algol 68 was like a sophisticated experimental language for academic playfulness. E.g. syntactical tokens were abstract, and could be mapped onto a somewhat arbitrary set of concrete symbols. There was an all-German Algol 68 compiler.
When did ragged arrays make it into the mainflow of programming languages? In Algol 68, each row of an array could have a different number of columns from the other rows; each column could have a different number of rows.
Algol60 had nothing of that; it was a 'structured programming' version of Fortran functionality, more or less, although with a few (essential) extensions.
Admittedly, Algol60 is slightly boring for me and others who grew up with the original Pascal (which is little more than a brushed-up Algol60). I guess it will be a much greater delight to pick up for a nostalgic re-study the playfulness and creativity of Algol68!
|
|
|
|