Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What about using AI to optimize compiler code generation? Pin
trønderen18-Oct-23 12:41
trønderen18-Oct-23 12:41 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jschell19-Oct-23 5:00
jschell19-Oct-23 5:00 
GeneralRe: What about using AI to optimize compiler code generation? Pin
trønderen17-Oct-23 7:27
trønderen17-Oct-23 7:27 
GeneralRe: What about using AI to optimize compiler code generation? Pin
jmaida17-Oct-23 11:59
jmaida17-Oct-23 11:59 
Generalworldle 633 1/6 Pin
jmaida16-Oct-23 16:44
jmaida16-Oct-23 16:44 
GeneralCode telepathy Pin
honey the codewitch16-Oct-23 15:53
mvahoney the codewitch16-Oct-23 15:53 
GeneralRe: Code telepathy Pin
David O'Neil16-Oct-23 16:56
professionalDavid O'Neil16-Oct-23 16:56 
GeneralRe: Code telepathy Pin
honey the codewitch16-Oct-23 17:16
mvahoney the codewitch16-Oct-23 17:16 
I figured it out. What I did in this case, is sort of create structures that shadow my final structures, keeping the same data as the final structures, plus additional data. These structures are used for building the document, and thrown away once the associated shape structures that use them are inserted into the final shape list for the SVG rasterizing engine.

So now instead of creating an svg_gradient you're creating an svg_gradient_info. However, to do this, I "poisoned" my structures all the way up to svg_shape_info - basically what I mean by that, is I had to spin off these shadow/"info" structures all the way up the hierarchy. It's somewhat unfortunate, but no less efficient than anything else I would have had to do, and the usability of it is what I need.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Code telepathy Pin
jmaida16-Oct-23 17:06
jmaida16-Oct-23 17:06 
GeneralRe: Code telepathy Pin
honey the codewitch16-Oct-23 17:13
mvahoney the codewitch16-Oct-23 17:13 
GeneralRe: Code telepathy Pin
jmaida16-Oct-23 19:00
jmaida16-Oct-23 19:00 
GeneralRe: Code telepathy Pin
englebart18-Oct-23 2:20
professionalenglebart18-Oct-23 2:20 
GeneralWordle 850 Pin
StarNamer@work16-Oct-23 13:05
professionalStarNamer@work16-Oct-23 13:05 
GeneralRe: Wordle 850 Pin
Amarnath S16-Oct-23 14:27
professionalAmarnath S16-Oct-23 14:27 
GeneralRe: Wordle 850 Pin
GKP199216-Oct-23 18:14
professionalGKP199216-Oct-23 18:14 
GeneralRe: Wordle 850 Pin
Shane010316-Oct-23 18:44
Shane010316-Oct-23 18:44 
GeneralRe: Wordle 850 Pin
GuyThiebaut16-Oct-23 19:30
professionalGuyThiebaut16-Oct-23 19:30 
GeneralRe: Wordle 850 Pin
Sandeep Mewara16-Oct-23 20:13
mveSandeep Mewara16-Oct-23 20:13 
GeneralRe: Wordle 850 Pin
OriginalGriff16-Oct-23 20:31
mveOriginalGriff16-Oct-23 20:31 
GeneralRe: Wordle 850 - 4 4 me Pin
pkfox16-Oct-23 20:57
professionalpkfox16-Oct-23 20:57 
GeneralRe: Wordle 850 Pin
Sander Rossel16-Oct-23 21:27
professionalSander Rossel16-Oct-23 21:27 
GeneralRe: Wordle 850 Pin
ChandraRam16-Oct-23 21:28
ChandraRam16-Oct-23 21:28 
GeneralRe: Wordle 850 Pin
Cp-Coder17-Oct-23 1:29
Cp-Coder17-Oct-23 1:29 
GeneralRe: Wordle 850 3/6 Pin
jmaida17-Oct-23 12:06
jmaida17-Oct-23 12:06 
GeneralMajor breech in Windows security Pin
Member 1079883218-Oct-23 9:59
Member 1079883218-Oct-23 9:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.