|
Or people who want to have a chat about EDI, especially after having banned and almost forgotten EDI.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.
"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."
If software development were a circus, we would all be the clowns.
|
|
|
|
|
What frustrates me the most is that I don't know what "EDI" stands for. There are too many TLAs in computing.
|
|
|
|
|
Pretty sure it's "Erectile Dysfunction Interface".
Not that I have any direct experience mind you... it's just what I heard... from a friend... not really a friend, an acquaintance... actually an acquaintance of an acquaintance of a one time friend. Long ago...
In this present crisis, government is not the solution to our problem; government is the problem. ~ Ronald Reagan
|
|
|
|
|
OMG - WTF! IMHO, LOL.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
OriginalGriff wrote: WTFE
FTFY
... such stuff as dreams are made on
|
|
|
|
|
FYI, TMI. BFN!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
The continued existence of EDI is appalling to me; it was the reason XML was invented, and was rendered obsolete 20 years ago.
Will Rogers never met me.
|
|
|
|
|
I respectfully disagree.
EDI is a much more concise format than XML. When human readability doesn't matter, then EDI is fantastic. When human readability does matter (by which I mean standard humans, not us large brained developer types that can actually read the crap,) XML only gets you part of the way there... XLST that doc into HTML and now you have something worth using.
XML has too much faff for my tastes. I don't need a named node or an attribute to tell me what every little piece of data represents. That's what software is for. Taking data in format X that humans can't easily read, and transforming it into format Y which humans can easily read. XML straddles the line of machine and human readability, in my opinion, needlessly.
Also, with enough experience, EDI becomes more readable than XML, due to not having to skip over all of the non-informational formatting that exists in XML. After working with 837/835 files for several years, I can now read one of those nearly as well as I read English (opinions on my English skills vary )
I'll admit that there's a (sometimes rather steep) learning curve with EDI (since you need documentation to make heads or tails of anything in them...) but it absolutely still has its uses.
|
|
|
|
|
For a while now, I've been noticing that the left-right cursor key navigation of menus on my C# apps that use MenuStrip is backwards -- I press the right arrow at the top level menu, and the menu to the left is selected, and vice versa.
So after appropriate google-fu (which was a bit difficult because the search terms hit all sorts of irrelevant results for what I was looking for) I found this helpful SO:
This is a bug/misfeature in MenuStrip.
Looking at the ToolStripDropDown.ProcessArrowKey implementation with Reflector shows that the arrow keys get reversed depending on SystemInformation.RightAlignedMenus. That's not right. It should depend on the right-to-left mode of the menu strip itself, which may sometimes (usually?) match SystemInformation.RightAlignedMenus, but not always, and not on my system.
SystemInformation.RightAlignedMenus is user-configurable via Control Panel, Tablet PC Settings, Other, Handedness, and indeed if I change that to Left-handed, I get the menus to behave correctly.
So, sure enough, on my laptop, the "handedness" was set to "right-handed." Setting it to "left-handed" fixes my menu problem.
WTF Microsoft?
Now, what I really love is the accompanying description in the Tablet PC Settings dialog:
Right-handed: Menus appear to the left of your hand.
Left-handed: Menus appear to the right of your hand.
Uh, no. When I change the setting to "left-handed", the menus still are on the left, thankfully.
What an elephanting mess.
Marc
|
|
|
|
|
|
I thought the handedness thing was a ridiculous feature, anyway.
My laptop has a touch screen, and I foolishly set it to right-handed, so when I click with a mouse, the menu comes out the wrong side, and setting it to left-handed, as you say, doesn't do anything.
I wanna be a eunuchs developer! Pass me a bread knife!
|
|
|
|
|
It's not a bug! It's a feature!
I don't find this surprising considering the bass ackwardness of M$ thinking patterns.
It was broke, so I fixed it.
|
|
|
|
|
Unfortunately, in the past they have made a mistake like this and then people get used to it so it is adopted as standard behavior and they never correct it.
|
|
|
|
|
ahso ...
The rise of the anti-Pavlovian Skinnerian paradigm dying in the arms of a Humanistic psychology.
This could be a noise of the day!
|
|
|
|
|
I didn't need a password to log into the WookieTab, and I skip it on the desktop.
Not any more ... WookieTab is now asking for my password and won't accept blank any more. At a guess it's my MS ID password it wants.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
Run it as a local user -- bearing in mind that winio will often "forget" that you want to run it as a local user, and fire it up with your MS ID.
When I rebuilt my laptop, I didn't even give it my MS ID, so it can't fark me around like that, any more.
I wanna be a eunuchs developer! Pass me a bread knife!
|
|
|
|
|
You have been Appled again?
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.
"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."
If software development were a circus, we would all be the clowns.
|
|
|
|
|
OriginalGriff wrote: my MS ID password with 100+ bits of entropy, I trust.
Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
It's an elephanting GUID ... and paste doesn't work ...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
OriginalGriff wrote: and paste doesn't work ...
I honestly have a way around this...
Ending the Era of Weak Passwords: Never Type A Password Again (Never Memorize A Password Again)[^]
That's way too much info, but take a look at the first image in the article.
I build you a device that you simply connect to an available USB port.
You connect via bluetooth with whatever device you wish.
You send the text that you want typed into the field.
The device is seen as a keyboard so it works with every field.
No drivers are installed when you attached the USB device. none. Works on macOS, Linux, Windows with nothing installed because the computer it's attached to just thinks it is a keyboard.
Next, you just need an Android app that stores whatever common text you want to send over bluetooth to your device. Pick one, press send in Android app and it is typed in the target field.
Easy as pie!
If you want one of those, I will build it and send it to you free just so you can try it.
You'll never have to type a password again, if you don't want to.
I use my app / device on my work computer every day to type 64 character passwords for me.
This is way too long but I just thought it might all be a fun thing for you to try.

|
|
|
|
|
It's interesting - I use strong passwords and a password store so most of the time I'm fine: open the store, find the site, press "copy", and paste it in. It's just this stupid login that gives problems...
It's not a bad idea you have there - I'd second the comment suggesting a Kickstarter campaign, you need to get it down to the size of a small USB flash drive: SanDisk Ultra Fit 64 GB USB Flash Drive[^] so it can be permanently inserted, I think. I'd also suggest that the Android / iOS / Windows phone or tablet uses a dedicated app (which encrypts over the Bluetooth link). Then it could really sell well, if you come up with a cool name! Passworks? iForgot?
The article got my +5 anyway!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
Thanks for checking out my article and upvoting.
My app that currently works with the device (allows you to send via bluetooth which is encrypted) is available for free on Google Play : CYaPass @ Google Play[^]
My "clever" name is C'Ya Pass a play on (C-Y-A** Pass) and C'Ya (later) Passwords.
Obviously, I'm an engineer, not a marketer. 
|
|
|
|
|
Have you tried entering your credit card number?
... such stuff as dreams are made on
|
|
|
|
|
I use the option to log in with a PIN. Much quicker!
Get me coffee and no one gets hurt!
|
|
|
|
|
And on certain apps commentsections people still argue that win10 is superior to win 7.
I thought it was pretty clear that it's classified as malware.
|
|
|
|