155 reputation
111
bio website
location
age
visits member for 1 year, 3 months
seen 12 hours ago
stats profile views 18

1d
revised Xcode dynamic library linking: How to properly set run paths, search paths, and install names
edited body
May
6
awarded  Popular Question
May
3
comment multi-threaded avahi resolving causes segfault
Thank you for the reference. It would be nice if they'd elaborate on the "known issues" they mention.
May
2
comment multi-threaded avahi resolving causes segfault
@CraigMcQueen "You can't really have more than one Zeroconf responder on a system". Says who? I know that it is not recommended, since it is technically duplicate functionality and increases network traffic, but I haven't seen it break anything in my tests. You just need to remember not to bind to the the multicast ports exclusively or Avahi won't be able to set itself up alongside the embedded version(s) to receive the same mDNS packets.
Apr
15
comment Is the use of CSS generated content (i.e. pseudo elements) more efficient (i.e. parsed/rendered faster) than adding more DOM elements?
@MikeMcCaughan Agreed, but in my particular scenario how the data is represented in the markup is less of a concern to me than is efficiency. I'm wanting to understand the performance relationship between different types of DOM nodes and how they might affect layout/flow time and DOM traversal time via javascript. If less is accessible via JS and CSS, then perhaps this might improve performance?
Apr
15
comment Is the use of CSS generated content (i.e. pseudo elements) more efficient (i.e. parsed/rendered faster) than adding more DOM elements?
In developing native-like embedded web applications (which is my use case), performance is critical. I am willing to tolerate certain CSS accessibility limitations if the overall technique can make the application more responsive.
Apr
15
comment Is the use of CSS generated content (i.e. pseudo elements) more efficient (i.e. parsed/rendered faster) than adding more DOM elements?
@ricardohdz But is this method of DOM manipulation more efficient than manipulation via javascript?
Apr
15
asked Is the use of CSS generated content (i.e. pseudo elements) more efficient (i.e. parsed/rendered faster) than adding more DOM elements?
Apr
15
answered how to create inline style with :before and :after
Apr
11
answered Phonegap contact list with alphabetical quick scroll?
Apr
6
comment multi-threaded avahi resolving causes segfault
@JohanLundberg Nope. I gave up and decided to compile in an embedded version of Bonjour instead. I used the open-source uMundo project as a guide. Not necessarily an easy task but perhaps my only move since the Avahi community appears to be dying (almost all questions go unanswered on the mailing-list; the creators are silent). If this trend continues, I think the Linux distros should switch.
Feb
8
answered How to bind 'touchstart' and 'click' events but not respond to both?
Feb
1
revised embedded bonjour mdnsresponder for android not working (error -65563; daemon not running)
forgot formatting on sub-steps for #2
Feb
1
suggested suggested edit on embedded bonjour mdnsresponder for android not working (error -65563; daemon not running)
Feb
1
awarded  Organizer
Feb
1
revised embedded bonjour mdnsresponder for android not working (error -65563; daemon not running)
added 158 characters in body; formatted; corrected spelling and grammar; added android-ndk tag
Feb
1
revised embedded bonjour mdnsresponder for android not working (error -65563; daemon not running)
deleted 14 characters in body
Feb
1
suggested suggested edit on embedded bonjour mdnsresponder for android not working (error -65563; daemon not running)
Feb
1
awarded  Informed
Feb
1
awarded  Enthusiast