Click here to Skip to main content
15,887,027 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ΓΈ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 
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 
The good news is I don't have to come up with my own. SVG dictates all of that mess.

The bad news is I can't just come up with my own. SVG dictates all of that mess. Smile | :)

Fortunately, I have a reference implementation (ugly, unmaintained C code, but it works)

I'm just rearchitecting it and separating concerns of parsing and building the document, such that I can build the documents programmatically - initially the code was just a parser and a rasterizer, so I refactored about 5000 lines, and started producing builder interfaces.

I'm debating about replacing the parser code to use my builder code instead of building the end structures itself as i'm kind of duplicating efforts there. On the other hand, the parser needs a lot more information like tag ids and stuff that aren't used in the final structures, so I need to make up my mind on that score.

But that's another can of worms. Right now I just need to get the gradients to work, but I bring up the parser, because the parser is where all of that gradient logic currently resides, and oh boy is it ugly.

So this is fun. And I've got a cold, so my ability to focus has been compromised, but I need to keep occupied right now or I'll just be miserable.
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 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 
GeneralRe: Major breech in Windows security Pin
jeron116-Oct-23 9:34
jeron116-Oct-23 9:34 
GeneralRe: Major breech in Windows security Pin
dandy7216-Oct-23 9:46
dandy7216-Oct-23 9:46 

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.