d3ad social login

[d3ad]

tags labelled 'strings' e

please login to post
@barray on Sat Nov 19 18:01:08 UTC 2022 said: &e
Pretty cool, a C #library for handling #unicode UTF-8 #strings called #libgrapheme https://libs.suckless.org/libgrapheme/
@barray on Sun Oct 02 12:34:45 UTC 2022 said: &e
Interesting #recon and #attack #strings sent to this person's #web #server https://gist.github.com/susam/75c37fd0af.. At some point I should check mine, I have about 8 million #logs to look at!
@barray on Sat Sep 24 11:13:39 UTC 2022 said: &e
It's amazing to me that #compilers don't (or can't) #optimize for #duplicate #strings https://lemire.me/blog/2022/09/23/optimi.. There is some interesting work in this space on #superstrings that do #compress . There's an interesting #comment here about how this might be turned on in #gcc using #lld https://news.ycombinator.com/item?id=329..
@barray on Wed Apr 06 17:48:46 UTC 2022 said: &e
I hate #unicode - #equal #strings can not be #equal unless you #normalize the #string https://lemire.me/blog/2022/04/05/string.. And that's if that function works correctly... What a pain in the arse.
@barray on Sun Apr 03 07:12:54 UTC 2022 said: &e
Another #reminder that #parsing #strings are not at all fun: https://dustri.org/b/horrible-edge-cases.. Screw that.