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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
code-witchC

code-witch

@code-witch
About
Posts
29
Topics
11
Shares
0
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • Formatting of articles - hard to read the code
    code-witchC code-witch

    I'm not sure if this applies to every language, but at least for C++ it looks like the code theme was designed for a dark background. Particularly the light greens do not show up well against the white. It makes it very hard to read.

    I'd suggest darkening the background of the code sections. Something other than blinding white.

    Site Bugs / Suggestions

  • My articles are being attributed to other people
    code-witchC code-witch

    Thanks!

    Site Bugs / Suggestions

  • Still cannot change my username (repeat)
    code-witchC code-witch

    I posted about this a week or two ago.

    The profile editor will not let me change my username and y'all assigned me the wrong username.

    My username is honey the codewitch.

    Since i can't change it myself, can you change it?

    It's important. It's my brand. It's what people know me by across the internet. I need my content attributed appropriately.

    Site Bugs / Suggestions

  • My articles are being attributed to other people
    code-witchC code-witch

    This article, for example is mine
    https://main.codeproject.com/articles/Dynamically-Updating-Firmware-from-Arbitrary-Sourc
    It says it's by Deeksha Shenoy

    PLEASE fix this. I don't know how many articles are affected. This is just what I found when I first hit the site

    Site Bugs / Suggestions

  • How not to make a cup of coffee.
    code-witchC code-witch

    Yeah this one is strictly drip, although it can do over ice, and a couple of other brew styles. In the drip coffee maker world, it's kinda pricey. As espresso machines go, not so much, but it isn't one.

    The Lounge

  • How not to make a cup of coffee.
    code-witchC code-witch

    I've had a Breville. Frankly, I don't like paying for garbage that I end up having to throw away, so I will never buy another. I had a terrible experience with them. Hope yours is better.

    So I bought myself a Ninja - and I liked it so much I bought one for my sister and her family. It's not for espresso (though they make those too). I'd offer the model # but it looks like they don't manufacture it anymore. Shame. Still, they sell it on amazon currently: https://www.amazon.com/Ninja-Specialty-Fold-Away-Frother-CM401/dp/B07PFLM2LK

    It's expensive. It's also worth it. It's one of those things that's so well engineered that you appreciate it every time you use it.

    The Lounge

  • Small problems posting messages?
    code-witchC code-witch

    Testing extended markdown for support: H~2~O

    Edit: damn

    Site Bugs / Suggestions

  • Non-US letters
    code-witchC code-witch

    'MURICA!

    /hides

    The Lounge

  • Teams meetings and Groucho
    code-witchC code-witch

    Groucho became such a fixture at our regular meetings for one project that in his absence people would ask where he was and if he was okay. But also Groucho goes out of his way to be the center of attention and generally impossible to ignore.

    The Lounge

  • Teams meetings and Groucho
    code-witchC code-witch

    Groucho is a a little show off. He likes to catch toy mice, and then strut around with them in his mouth, yowling with his mouth full: "Look at me! Look at me! I'm a ferocious hunter"

    Yeah sure, Nimrod. If I was a toy mouse I'd be terrified. He likes an audience and so he has taken a keen interest in interrupting my Teams meetings to the point where I have to preface my presence with a disclaimer about my cat.

    groucho-mouse.png

    The Lounge

  • If you think regex is already difficult...
    code-witchC code-witch

    @Richard-Andrew-x64 accurate

    The Lounge

  • Just got moderated on reddit A post of mine in r/cpp got deleted
    code-witchC code-witch

    @kmoorevs I use reddit in doses mostly for technical content - things like r/esp32 and r/embedded are great resources - not as a social media hub, although I have met a couple of online friendos that way.

    The Lounge

  • Just got moderated on reddit A post of mine in r/cpp got deleted
    code-witchC code-witch

    @Richard-Andrew-x64 It was a very popular post. I posted it around the time CP went dark, and up until it was removed I'd still get a few replies a month

    The Lounge

  • If you think regex is already difficult...
    code-witchC code-witch

    ...you won't like the following problem.

    The object: Eliminating lazy matches from a regular expression by replacing them with the equivalent greedy expression:
    C block comment:
    lazy:

    /\*(.|\n)*?\*/
    

    vs greedy equivalent:

    /\*([^\*]|\*+[^*/])*\*+/
    

    lazy:

    f(u|o)*?bar
    

    vs greedy equivalent:

    f([^uob]|(u|o)+[^b]|(u|o)*b[^a]|(u|o)*ba[^r])*bar
    

    The thing that will cost me sleep is I can almost see the pattern enough to implement it. Almost doesn't really count though, and that's the frustrating part. May as well be the moon.

    169af173-2737-4203-83e0-28d50f803791-image.png

    The Lounge

  • I can't change my username
    code-witchC code-witch

    The box to enter my current password is permanently disabled.

    Site Bugs / Suggestions

  • Is there a Keep Me Logged in type of feature?
    code-witchC code-witch

    I have to second this. It's quite irritating to be logged out periodically and have to click through to log back in, although I guess that cloudfare protection probably contributes to the issue.

    Site Bugs / Suggestions

  • Just got moderated on reddit A post of mine in r/cpp got deleted
    code-witchC code-witch

    And I couldn't be happier about it.

    The post was titled "codeproject.com is no more =("

    and it was removed as outdated.

    the internet rejoices

    The Lounge

  • Save water: delete your emails!
    code-witchC code-witch

    @Sander-Rossel You got this in my head "Sycophants is on the prowl so I don't need to do laundry
    I'll dry myself with paper towels"

    It's from a song called Syrup by Aesop Rock, and it's basically about agoraphobia.

    The Lounge

  • Daily dose of XKCD
    code-witchC code-witch

    e709c09c-df1d-4cc9-866f-2d242a7a3b02-image.png

    The Lounge

  • Hide and Seek Cache
    code-witchC code-witch

    Caching is always great to deal with when it comes to debugging. Always so helpful it is, serving out valid, stale requests that don't reflect what is actually happening on the ground.
    image.png

    The Weird and The Wonderful
  • Login

  • Don't have an account? Register

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