|
Wordle 1,178 4/6*
โฌโฌโฌ๐จ๐จ
๐จโฌโฌ๐จโฌ
๐จ๐จโฌโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
|
|
|
|
|
Wordle 1,178 5/6
โฌโฌโฌ๐จ๐ฉ
โฌโฌ๐จโฌ๐ฉ
๐จโฌโฌ๐ฉ๐ฉ
โฌ๐ฉโฌ๐ฉ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
|
|
|
|
|
My UPS went out and I need to get another on. There are so many different flavors. I'm not really sure what I need. What I'm really looking for is something to kick in & keep me powered if the power goes out.
I'm looking on Amazon and I see many different ones with XXX Amps & xxx Volts. Some say 'Surge & Battery', and some say just 'Surge'. Some are a mix of both. Some have a 'data line' option.
What's the basic idea? What do I really need?
In theory, theory and practice are the same. But in practice, they never are.โ
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
|
|
|
|
|
|
Thanks
In theory, theory and practice are the same. But in practice, they never are.โ
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
|
|
|
|
|
It's mistaken for actual intelligence. It's the same thing tiny children do.
For instance, I go to a master carpenter and tell them how to do their job because I saw one YouTube video telling me something and the carpenter didn't use that trick on my home. Maybe it's a cool trick. Maybe I don't know the context. Maybe the carpenter doesn't need to use that trick due to raw skill. Maybe the carpenter can pick up a new trick. Who knows...
But, I'm a pseudo intellectual with no self-awareness. And, I'm here to argue baby... even though I have no idea what I'm doing. I watched one YouTube video. Kneel before me my knowledge. I must know more than the master carpenter with decades of experience.
Welcome to the Internet!
Jeremy Falcon
|
|
|
|
|
Carpentry is less risky, but for medical symptoms, search engines should start showing Statutory Warning in bold red letters:
"This is only a computer diagnosis. However advanced my AI is, please please please consult a human doctor before taking medicine, and don't prompt or suggest to that human doctor with my computer diagnosis".
|
|
|
|
|
Hey all, long time passive viewer of all things CP, but especially the Daily Insider. Over the last ~10 days I haven't had one Daily Insider come through, which means ... withdrawal symptoms . Looks like I'm still subscribed, and not going to Spam, so I was just wondering if anyone else is having this issue?
Cheers
|
|
|
|
|
|
Same here! I'm also going through withdrawal. I verified it's not come in for me since August 29th. What's up?
|
|
|
|
|
After a ton of work hacking away at plutovg and integrating its functionality, I came up with this API
using color_t = color<TYPE>;
const int width = 80;
const int height = 80;
bmp = create_bitmap<TYPE>(size16(width,height));
bmp.fill(bmp.bounds(),color_t::blue);
float center_x = width / 2.f;
float center_y = height / 2.f;
float face_radius = 35;
float eye_radius = 5;
float mouth_radius = 25;
float eye_offset_x = 12;
float eye_offset_y = 10;
float eye_x = center_x - eye_offset_x;
float eye_y = center_y - eye_offset_y;
canvas c(size16(width,height));
c.on_write_callback([](const rect16& bounds, rgba_pixel<32> color, void* state){
return bmp.fill(bounds,color);
});
c.on_read_callback([](point16 location,rgba_pixel<32>* out_color, void* state){
return bmp.point(location,out_color);
});
c.initialize();
c.arc({center_x,center_y},face_radius,0,math::two_pi,0);
c.fill_color(color_t::yellow);
c.stroke_color(color_t::black);
canvas_stroke_style style = c.stroke_style();
style.width = 5;
c.stroke_style(style);
c.render();
c.arc({eye_x,eye_y},eye_radius,0,math::two_pi,false);
c.arc(pointf(eye_offset_x+center_x,eye_y),eye_radius,0,math::two_pi,false);
c.stroke_paint_type(canvas_paint_type::none);
c.fill_color(color_t::black);
c.render();
c.arc({center_x,center_y},mouth_radius,0,math::pi,0);
c.fill_paint_type(canvas_paint_type::none);
c.render();
print_ascii(bmp);
free(bmp.begin());
This draws a smiley face, all pretty and anti-aliased.
Unfortunately it's more complicated to use than I'd like owing to all the capabilities and options.
Either way, I'm thrilled to have gotten this far. I had to gut plutovg, and I'll probably do more.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
This message has been flagged as potential spam and is awaiting moderation
|
|
|
|
|
Retro camera[^]
"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,177 4/6*
๐จ๐ฉโฌโฌโฌ
โฌ๐ฉ๐ฉ๐จโฌ
โฌ๐ฉ๐ฉโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
"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!
|
|
|
|
|
โฌ๐ฉ๐ฉ๐จโฌ
โฌ๐ฉ๐ฉโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
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
|
|
|
|
|
Wordle 1,177 4/6*
๐จโฌโฌ๐จโฌ
โฌโฌ๐ฉ๐จโฌ
๐ฉ๐ฉ๐ฉโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
|
|
|
|
|
Wordle 1,177 5/6
๐จ๐จโฌ๐จโฌ
โฌ๐จ๐จ๐จโฌ
โฌโฌ๐ฉ๐จ๐จ
๐ฉ๐ฉ๐ฉโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
Ok, I have had my coffee, so you can all come out now!
|
|
|
|
|
Wordle 1,177 5/6
โฌ๐จโฌโฌโฌ
๐จโฌโฌโฌโฌ
โฌโฌ๐ฉ๐จ๐จ
๐ฉ๐ฉ๐ฉโฌ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
Within you lies the power for good - Use it!
|
|
|
|
|
Wordle 1,177 4/6
โฌโฌ๐ฉโฌโฌ
โฌโฌ๐ฉโฌโฌ
โฌ๐ฉ๐ฉ๐ฉ๐ฉ
๐ฉ๐ฉ๐ฉ๐ฉ๐ฉ
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
It seems impossible to get a fraction with more than 10 in the denominator from these fonts. Certainly someone has produced such a font.
|
|
|
|
|
|
I don't have a specific recommendation but I go to fontsquirrel.com to get my fonts.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
Do the fractions you want exist in Unicode? I would think that if not, then no font will have them.
|
|
|
|
|
|
For really complicated math things, I use Latex and embed the generated PDF extract into my Word doc.
|
|
|
|