Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

Weylyn Cadwell

@Weylyn Cadwell
About
Posts
73
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Keystroke recognition uses Wi-fi signals to snoop
    W Weylyn Cadwell

    Wouldn't that be hard to do with different keyboard layouts (like the ergonomic keyboards)? I can see that working for a single type of keyboard, but with different types it would become much harder.

    The Insider News com tutorial

  • This explains it...
    W Weylyn Cadwell

    RyanDev wrote:

    What did ads ever do to you except provide you with free content?

    Malware, some auto-play loudly, make me accidentally click on a link to their page with stupid tactics so I lose my place on the page, etc. Ads are good for allowing free content, but they've gotten too aggressive. If ads were simply images that load somewhere on the side of the screen I'd be okay, but they get in your face with their cheap tactics and make me hate them more.

    The Lounge

  • Do experienced programmers use Google frequently?
    W Weylyn Cadwell

    Kornfeld Eliyahu Peter wrote:

    To be experienced programmer doesn't mean you know the exact syntax of every method of every class of every language you ever worked with

    But it does mean you know how to find it!

    The Insider News question com

  • Here’s how Google makes sure it (almost) never goes down
    W Weylyn Cadwell

    Really? I don't have any problem reading the article, and I have both uBlock AND adBlock running.

    The Insider News com question

  • Github Atom
    W Weylyn Cadwell

    While most of my work is done in Visual Studio, any web work is definitely done in Atom. It's just a better version of Sublime IMHO.

    The Lounge question

  • Apple's San Bernardino fight is officially over as government confirms working attack
    W Weylyn Cadwell

    Not only do they most likely know about it, but probably found a way to fix it for the most part. The phone that they were trying to get into was an older model anyway.

    The Insider News ios com security

  • Good grief, but MS move fast!
    W Weylyn Cadwell

    Maybe they implemented their suggestion inbox as a stack, rather than a queue!

    The Lounge visual-studio csharp com collaboration help

  • Standing can also be bad for you, says scientist studying desk set-up
    W Weylyn Cadwell

    We have these "standing desks" that have electronic extending legs, so the user can just press a few buttons on the small control panel to raise/lower the desk to a comfortable height.

    The Insider News com career

  • What's your opinion on the StackOverflow website?
    W Weylyn Cadwell

    It's basically the same as any mainstream/popular website where people go to get questions. After sites get popular, you get the people who start to go there simply to get internet points, and don't really care if they're actually helping or not. From my experience, if I can't find a question that was previously answered, I'm not posting my question there. Depending on the question/language you ask in, you can get some really poor answers, but sometimes I've seen those extremely good ones.

    The Lounge question

  • The advent of the citizen developer
    W Weylyn Cadwell

    ZDNet

    albeit simplified -- software development can be carried out by almost anyone with only a little technical know-how.

    Well, if by simplified you mean undocumented, horribly indented, clunky software with more security holes than an caveman's computer, than yeah.

    The Insider News com

  • This makes my blood boil.
    W Weylyn Cadwell

    I pay almost $60 for about 20mbps on a good day. I'm lucky enough to have a provider that isn't Comcast or TWC (although they're not much better). Some people in the cities pay ridiculous amounts for like 50mbps. I'm not sure 150mbps would even be considered.

    The Lounge question

  • Airbus patents designs for convertible plane
    W Weylyn Cadwell

    Didn't they do the same thing with the "round seated" plane design? I'm assuming it's an idea that someone wrote on a paper airplane and threw it, then they made a patent "just in case."

    The Lounge com question announcement

  • What sort of things require elevated privileges on your machine?
    W Weylyn Cadwell

    At the place I work, a lot of computers can barely even open non-approved executeables without specific privileges. A lot of the computer is locked down for specific users if they don't have a specific need to use a lot of things. They even let us install python to monkey around with, and I wasn't even able to run it outside of IDLE. Makes sense though, as it can prevent a lot of unapproved programs from running and loading the computer with viruses.

    The Lounge visual-studio help question csharp com

  • Learn to code, it’s harder than you think
    W Weylyn Cadwell

    kmoorevs wrote:

    The last I heard was that he changed his major back to mechanical engineering!

    I've always seen mechanical engineering to be 1000 times harder for me than software programming. I guess it must have just been his cup of tea!

    The Insider News html com help question

  • Stop typing periods in text messages and Tweets. (You insincere jerk.)
    W Weylyn Cadwell

    I've always noticed that people think I'm a complete jerk when I use punctuation, even though I'm younger. I either seem really smart, or a jerk.

    The Insider News html com

  • Learnt something "new" about C/C++
    W Weylyn Cadwell

    I've had to use this knowledge before for an interview. They wanted me to explain how an array could be a constant lookup, and how they worked. This example is extremely good for just being able to understand how an array stores memory and how is accesses it.

    The Lounge question c++ com hosting cloud

  • Does it feel like you've forgotten something?
    W Weylyn Cadwell

    Finders Keepers!

    The Lounge debugging question

  • Protect your productive time
    W Weylyn Cadwell

    I'm always surprised after a day of doing nothing but focusing on work. It usually ends up being "I did that in a single day?!." Also when you concentrate, you're less likely to produce bugs by simply forgetting about what you're doing half-way through.

    The Insider News com

  • Interesting Article on the demise of StackOverflow as being useful for beginners
    W Weylyn Cadwell

    Dave Kreskowiak wrote:

    How about opposite? "I got this error message ... How do I fix it?" and don't show the code at all. Well, you might want to start with showing us the code that threw it!

    I think this one can be a matter of wording for a lot of people. There are times where I'm simply looking for what an error code means, and what could usually cause it. Kinda like when I first ran into "Object reference not set to an instance of an object" error, I was beginning and had NO IDEA what this even meant. I asked how to fix it, and I was given the fix without even being told what the error was. Lately, if I have an error code question, I just ask what might throw the error code, so I can learn to fix it on my own.

    The Lounge com design data-structures

  • Upgrades
    W Weylyn Cadwell

    I have found that the "safe boot" mode that is on newer laptops is pretty good at preventing changes in the operating system. Upgrading to Win7 from Win8 was terrible, and going to Win10 from Win7 was almost impossible for me.

    The Lounge question css hardware
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups