Jason Stewart
Jason Stewart
@danilobuerger What is the downside to just rolling your own struct composition and overriding Value()?
Seems to go through the file for several passes, setting highlights for each color class (hex, rgb, rgba). A consolidated one-pass matcher would speed this up considerably. That, and vim...
@mauromorales, is this any better? https://github.com/BourgeoisBear/clrzr
I can generate 58K worth of text and run a profiler well enough, but I was wondering if your 58K pathological case is something you can share? Sometimes the devil...
FWIW, the King James Bible (114,567 lines) took ~3 to 4 sec with my pure vimscript implementation. Just changed it to use `awk` instead, which reduces processing time down to...
Thanks Daniel! I *think* most systems do fallbacks for missing glyphs (I look at a lot of Japanese script, even though DaddyTimeMono has no Japanese glyphs), so I'm not sure...
Thank you for the input @mwolff44! This configuration set was posted as part of a presentation on making a basic home firewall/router with OpenBSD. Adding an Unbound configuration would have...
@mwolff44, For my own firewall, I use Team CYMRU's bogons list (http://www.team-cymru.org/bogon-reference.html), along with geo-ip blocking that I compile nightly from the RIRs (https://eggplant.pro/ip-by-country.php). I just have a cron job...
Found them in a later version of vim. Sorry!
@kPshi Any opinion on serialization format? I'm using hex since that's how my query tool displays binary fields. Base64 would be more compact though.