Skip to content

The Weird and The Wonderful

It was the best of code, it was the worst of code. Coding Horrors, Worst Practices, and flashes of brilliance

This category can be followed from the open social web via the handle the-weird-and-the-wonderful@forum.codeproject.com

1.8k Topics 20.7k Posts
  • RA8875 has ridiculous registers

    15
    0 Votes
    15 Posts
    47 Views
    honey the codewitchH
    Usually these IoT display controllers allow you to rotate any direction due to the screen orientation being unknown in advance. In any case, thanks to FueledByDecaf I worked it out by adjusting both the write order and the scan direction both. Real programmers use butterflies
  • Cursed Project: WasmWinforms

    csharp question winforms com adobe
    4
    0 Votes
    4 Posts
    22 Views
    L
    den2k88 wrote: If such things can be conceived there is still hope for VB7 The official name for VB7 is "C#". Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
  • A career first for me

    hardware css debugging json performance
    19
    0 Votes
    19 Posts
    99 Views
    O
    Been there done this rewrite. Only in my case it was my boss's code that I rewrote. He had four entry points and I whittled them down to two - add() and delete(). Had to track down all the instances where he used the four entry points and rework those as well. Final code not only was about two thirds the size it executed about a third faster (very disk intensive).
  • Reversing a logical ( OR )

    11
    0 Votes
    11 Posts
    65 Views
    M
    But, what's the utility of using this type of syntax to "exec-undo" "dual-values"? :confused:
  • CSS: [ ] selector

    tutorial css com architecture question
    14
    0 Votes
    14 Posts
    78 Views
    K
    😘😘😘😘
  • Another Bug Report, Another Denial

    help html com question
    11
    0 Votes
    11 Posts
    59 Views
    K
    ..A big amen to you brother.. ..please let me know when you make it big.. 🤩🤩🤩🤩
  • 0 Votes
    8 Posts
    45 Views
    K
    ..who's fault it is now?.. ..the one who loaded the gun?.. ..or the one who pulled the trigger?.. 🤏🤏🤏🤏
  • 0 Votes
    10 Posts
    60 Views
    K
    ..yes you can..il send you my pp acct.🤪🤪🤪🤪
  • Are you tired of keeping up with the latest changes?

    question
    6
    0 Votes
    6 Posts
    31 Views
    O
    This is why good developers and development shops intercept the CxO postal mail looking for malware such as CIO Magazine.
  • This is a joke, but still...

    question javascript com adobe architecture
    5
    0 Votes
    5 Posts
    30 Views
    B
    but still ... it's a funny joke
  • Strange Microsoft Windows behavior

    csharp com
    6
    0 Votes
    6 Posts
    25 Views
    M
    no, blue screen has occurs yet :) کلینیک فیزیوتراپی
  • 0 Votes
    6 Posts
    44 Views
    honey the codewitchH
    I use a variant of one his algorithms in my code, but it's not fast enough for me for the devices I want to target. Then again, 640x448x3bits is taxing for any IoT device, even without dithering and color matching. :doh: I'm not even sure if that screen is practical at all though and I won't know until it arrives. It could be that the Pi is the only thing I have that will run it. Real programmers use butterflies
  • This is a really neat website for converting file formats

    html com
    10
    0 Votes
    10 Posts
    48 Views
    honey the codewitchH
    I totally put it in the wrong place tho. Again. *hangs head in shame* Still, I'm glad you found it helpful. I use it all the time. Real programmers use butterflies
  • RLIOTD

    visual-studio
    16
    0 Votes
    16 Posts
    52 Views
    1
    At these days, we were working in PL1, which allowed free format, like C, with columns 9-72 of every card filled with a code. One programmer from our team liked to fill all this area with a code. Probably to save punched cards. To fix a bug, he needed to retype everything from the buggy card to the end. He didn't like a bugs in the beginning.
  • Me too :-)

    com
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • So this is fun. My poor code!

    regex tutorial
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • Absolutely Horrific

    question com adobe architecture
    19
    0 Votes
    19 Posts
    92 Views
    I
    Building a web scraper I had the pleasure to abuse JavaFX's WebView browser module by modifying byte code to hook onto http requests and the trick of this post to get at the url in an intercepted UrlLoader call. I wouldn't care using it in production. But also in test, I'd like to mention.
  • For your consideration

    question
    6
    0 Votes
    6 Posts
    31 Views
    R
    To the rest of the world (who actually speak English ;) ), the Orient is a (somewhat dated) way to refer to the Far East. It's where oriental is derived. "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.
  • SqlFiddle : Test your sql online

    database javascript mysql postgresql sql-server
    10
    0 Votes
    10 Posts
    44 Views
    raddevusR
    Good to know. Thanks. I've been reading about it and will do more research.