The main issue I see with this is how to make sure that while you're away someone doesn't unplug the charger, plug it into their own car, charge for a few minutes, and drive off. I haven't seen the spec, but including the ability (if not making it mandatory) that when unplugging the charger the transaction ceases sounds like a good idea. That opens its own problems to pranking, but I'd think most people would prefer not having a fully-charged car to having a fully-charged car and also paying for someone else's fully-charge car.
Yes, the charging stops when either side of the cable gets unlocked. Not so much due to theft, but for electricity safety - there's lot of current running down the line and it would be dangerous to plug the connector under load. Public charging spots usually require authorization before charging starts, e. g. via RFID card.
Disclosure: I develop control and monitoring software for major EV charging infrastructure in Europe
That will display a dialog with "5" in it because newObj and myObj are basically the same object which is the opposite of how it works in most other languages that are commonly used these days.
No, C++ is only one other language commonly used these days. Which other language has this copy on assignment semantics?
Re:LISP a bad choice as a starter language.
on
Land of Lisp
·
· Score: 1
Are you aware that you made no syntax errors in C listing, compared to two in LISP one?
I think general problem with LISP or functional languages in general is, that there are not enough teachers who have proper undeerstanding of them. As a result, students only remember them as languages with awkward syntax, and strange workarounds to do things essential in procedural ones.
Oh, the typical Apple innovation... so far I thought, that iBalls serve for completely different purposes. Hopefully they will not use your own iBalls as replacement...
Why do Visa's systems have the bandwitdh to *allow* 23 quadrillion dollars to make it to a credit card bill.
Is there anyone, at all, anywhere, who's gonna carry a balance of even a megabuck?
6.2, really. That's all they needed.
Probably because there are other currencies in the world and you can get Visa with other base currency than USD.
And some reports do sum over account balances and need enough precision for that.
I also ended my linux audio production journey at Reaper (and Windows). However, I do not understand your reference to "jack" - it's like blaming ASIO or CoreAudio. So did you mean some specific application, or specific hardware that is not working with jack?
When we're talking about misusing the term MVC, SAP's Web Dynpro "MVC" must be mentioned as of the prominent cases:
View is subclass of controller (it is actually called View Controller)
All controllers except View Controller can raise events (I still have no idea what they can be used for)
Component Controller (the one that should stand for "C") does not have control about what is displayed on screen. Instead, view controller can fire navigation plug, which must be linked to another view
Models are generaly meant as wrappers around ABAP functions at R/3 backend. You can create them around POJOs, but updating the model after you modify the class is bit of voodoo.
After week of use, I mentally mapped their terms Model, View, Controller to Stick, Carrot, Snowman, and it doesn't confuse me since.
The main issue I see with this is how to make sure that while you're away someone doesn't unplug the charger, plug it into their own car, charge for a few minutes, and drive off. I haven't seen the spec, but including the ability (if not making it mandatory) that when unplugging the charger the transaction ceases sounds like a good idea. That opens its own problems to pranking, but I'd think most people would prefer not having a fully-charged car to having a fully-charged car and also paying for someone else's fully-charge car.
Yes, the charging stops when either side of the cable gets unlocked. Not so much due to theft, but for electricity safety - there's lot of current running down the line and it would be dangerous to plug the connector under load. Public charging spots usually require authorization before charging starts, e. g. via RFID card.
Disclosure: I develop control and monitoring software for major EV charging infrastructure in Europe
You've picked the wrong region – Slovakia is Central European country. But you're completely right on living costs.
An information that appears to be missing in this discussion is, that according to Release notes, they went for option 2.
That will display a dialog with "5" in it because newObj and myObj are basically the same object which is the opposite of how it works in most other languages that are commonly used these days.
No, C++ is only one other language commonly used these days. Which other language has this copy on assignment semantics?
I think general problem with LISP or functional languages in general is, that there are not enough teachers who have proper undeerstanding of them. As a result, students only remember them as languages with awkward syntax, and strange workarounds to do things essential in procedural ones.
I believe you meant antimalware vendors. Though I can imagine many malware uses as well...
It's not dead! There, he moved!
Oh, the typical Apple innovation... so far I thought, that iBalls serve for completely different purposes. Hopefully they will not use your own iBalls as replacement...
Thanks for explaining, from the summary I had impression, that l33t h4xorz misspell google as "legoo"...
Why do Visa's systems have the bandwitdh to *allow* 23 quadrillion dollars to make it to a credit card bill.
Is there anyone, at all, anywhere, who's gonna carry a balance of even a megabuck?
6.2, really. That's all they needed.
Probably because there are other currencies in the world and you can get Visa with other base currency than USD. And some reports do sum over account balances and need enough precision for that.
I also ended my linux audio production journey at Reaper (and Windows). However, I do not understand your reference to "jack" - it's like blaming ASIO or CoreAudio. So did you mean some specific application, or specific hardware that is not working with jack?
African or European?
I think loaded vs. unloaded would make bigger difference...
After week of use, I mentally mapped their terms Model, View, Controller to Stick, Carrot, Snowman, and it doesn't confuse me since.