|
Anyone else notice the ads have disappeared from CP?
|
|
|
|
|
Yes ... it's the lights slowly turning off...
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
|
After a week of pouring over code, and working closely with the authors of two different projects whose source I incorporated into mine, I've finally got my new graphics library running on IoT:
"BengalLovinAss" is the name of a fellow moderator at a site I moderate.[^]
I made a png for her using my lib, and then some smart aleck decided to tell me to put it on a cheap low resolution TFT.
Well I tried. The ESP32 threw a stack tantrum. I massaged the code for another day, and this is the result.
I feel like I just trekked through a mountain range.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
Anyone know of a site where we can at least setup a group and stay in touch - I think it's very inconsiderate of whoever is running the show to leave us in the dark like this. WE ARE FAMILY
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
Is groups.io anything like what you're thinking of? A couple of mailing lists I was on moved there when yahoo killed groups.
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
I'm not really thinking of anything Peter just kicking the can
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
If CP disappears at some point, I'm am hoping that it will be after I've disappeared.
Though I agree, it would be nice to hear from the new leadership as to the future of CP.
|
|
|
|
|
Marc Clifton wrote: Though I agree, it would be nice to hear from the new leadership as to the future of CP.
100% agree ...
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
Wordle 1,211 2/6*
๐จโฌโฌ๐จโฌ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
Now, that was a lucky guess!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Wordle 1,211 3/6
โฌโฌ๐ฉ๐จโฌ
โฌ๐จโฌโฌ๐จ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
I don't know how you do it with just two letters in the wrong place - are you psychic ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
I can't even read my own mind ...
Today was lucky: I use three words to cover all vowels (plus Y) and the most common consonants - if I get no green or yellow on the first word, I try the second. (I play in "hard mode" which prevents me entering words without letters I've already discovered)
Today, I got a vowel and a consonant, so I looked for a word containing them plus another vowel with common consonants - and I was very lucky!
You understand I'm trying really hard to not give hints here?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
modified 5hrs ago.
|
|
|
|
|
I don't think hints matter at this time of day - I always start with Crane then Pious
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
AROSE, TUNIC, GLYPH for me.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
And that was over-confidence after a good start. Abandoned letter finding and went straight into word guessing on the second try. My last guess was lucky as there were still several possibilities.
Wordle 1,211 6/6
๐ง๐ง๐งโฌโฌ
๐ง๐ง๐งโฌโฌ
๐ง๐ง๐งโฌโฌ
๐ง๐ง๐งโฌโฌ
๐ง๐ง๐งโฌโฌ
๐ง๐ง๐ง๐ง๐ง
|
|
|
|
|
Yes todays was difficult because it was easy.
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
Likewise ...
Wordle 1,211 2/6
โฌ๐จ๐จโฌ๐จ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
|
|
|
|
|
The main reason I prefer C++ over C is template ** and constexpr . Recently they've added constexpr to the latest C standard, but I don't know how deep it goes - if it's as functional as it is in C++.
I have very little reason to use C++ otherwise. I'd actually prefer things if I wasn't dealing with classes with things like non-trivial constructors, destructors, and assignment operators.
Why?
Because RAII isn't very practical without exceptions, and if you're working with multiple different heaps at runtime.
I actually like C's simplicity, but dislike the preprocessor. I'd much prefer something typed, and with specializations and recursion.
** They'd have to allow template function specializations, or allow static functions in template structures in order to be particularly useful though. Not sure which route they'd take.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
modified 6hrs 15mins ago.
|
|
|
|
|
Interesting, but not for the reason you think. I just checked the moderation queue and three messages there were latched onto your post.
|
|
|
|
|
Yeah some presumably "AI" powered spambot hit my inbox.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
I found CodeProject.com after evaluating several other similar sites. You guys are a good crowd.
As for these other sites, what's out there? I suppose we have Reddit, StackOverflow, GitHub, and several others, but they don't compare. Hypothetically, if CP never came to be, where would you be?
|
|
|
|
|
I went to GitHub first because I had a lot of code to publish. But it wasn't until I wrote articles here that my software started being viewed and downloaded, either here or on GitHub, far more often. Having a place to publish articles also encouraged me to fill in a lot of documentation gaps that needed filling in. Reddit, and especially StackOverflow, are good for getting answers to very focused technical questions, but they don't come close to the breadth of coverage that you sometimes find in articles here, and their culture is sometimes rather snotty.
|
|
|
|
|
I'd probably be in a ditch somewhere getting drunk and talking to dogs while trying to steal the town folk's newspapers for shelter... oh wait, I'm doing that now. Clickety
Jeremy Falcon
|
|
|
|
|
I've been with CP for over 20 years, was "Old Timer" in my first iteration.
Before that I had been away from programming for many years and I used CP to catch up. I tried but I had lost too much and couldn't compete with the younguns coming out of school. But I still enjoy programming and probably die at the keyboard.
A home without books is a body without soul. Marcus Tullius Cicero
PartsBin an Electronics Part Organizer - Release Version 1.4.0 (Many new features) JaxCoder.com
Latest Article: EventAggregator
|
|
|
|