d3ad social login

[d3ad]

tags labelled 'library' e

please login to post
@barray on Sat Oct 23 02:28:33 UTC 2021 said: &e
Speak about some #quick #gains - this #compiler switch for some #pinephone #library sees 5 times #speedup ! https://pineguild.com/maui-applications-.. Got to love them quick wins!
@barray on Mon Oct 11 22:35:51 UTC 2021 said: &e
#json is somewhat a #mess - but it's good enough that if you use it in a reasonable way, it will be fine: http://seriot.ch/projects/parsing_json.h.. Just don't #abuse the #edgecases ... Otherwise you will be stuck with a #library #specific #implementation and won't have #portability ...
@barray on Thu Sep 30 10:29:26 UTC 2021 said: &e
Highly interesting #data #compression #library that is suitable for #fixed #memory #embedded #applications ! https://github.com/atomicobject/heatshri.. I will most definitely be keeping an eye on this for the #linuxpda project!
@barray on Thu Sep 30 09:17:28 UTC 2021 said: &e
This was an interesting #rabbithole with #cpp http://rachelbythebay.com/w/2021/09/29/a.. Turns out that the #gnu #library is written like crap: https://drewdevault.com/2020/09/25/A-sto.. Particularly, this is #libc vs #glibc ... You would think that checking #character #type would be super easy.
@barray on Wed Sep 22 01:03:37 UTC 2021 said: &e
Very cool #arduino #library to interact with #thermal #printers https://hackaday.com/2021/09/21/mini-wir.. I really want to use one of these, but just can't quite think of the #usecase ... Perhaps it could #print something #daily , like some #information #dump - or the results of a #simulation , or #server #performance , etc. Also could be used for printing a daily #todo list at the start of each day.
@barray on Thu Sep 16 06:15:56 UTC 2021 said: &e
One of these days I will have some more #time on my hands to build out a #library ... These #spy #books would make a great addition: https://berthub.eu/articles/posts/useful..
@barray on Thu Sep 09 13:15:19 UTC 2021 said: &e
A pretty bad #exploit for #vector #graphics #conversion #library #ghostscript - ouch! https://therecord.media/ghostscript-zero.. #remotecode #execution is quite a serious #bug ...
@barray on Sun Sep 05 09:29:21 UTC 2021 said: &e
Awesome, #scihub is now 10 years old: https://twitter.com/ringo_ring/status/14.. I'm lucky I've never actually had to use the #service (most #articles in my subject can be found on #arxiv or via the #university #library #access ) - but I am glad the service exists. Knowledge *needs* to be shared. There must be a better way of doing this.
@barray on Tue Aug 17 01:25:04 UTC 2021 said: &e
Very cool #js #library for displaying #maps https://leafletjs.com/ I remember checking this out during the start of #covid to potentially display #data about potential cases.
@barray on Thu Aug 12 15:00:07 UTC 2021 said: &e
Glad so far that I didn't go with the #mainstream #mathml #js #library https://coffeespace.org.uk/projects/math.. It will surely bite me in the future as #chromium gains #nativesupport and new features are added, but a 10x size reduction is massive: https://www.igalia.com/2021/08/09/MathML.. It'll surely handle most of the complex #math #notation I'll ever need to throw at it.
@barray on Tue Aug 03 20:03:37 UTC 2021 said: &e
Interesting about how slow #macos is to #linux when #piping data: https://lemire.me/blog/2021/08/03/how-fa.. There is a way to speed it up, but using the #standardc #library ...
@barray on Wed Jul 21 08:39:34 UTC 2021 said: &e
This #article on #java got me doing something about some #improvements to a #integer #library I wrote last year, perhaps will check it out tomorrow: https://shipilev.net/jvm/anatomy-quarks/.. #deadsocial uses the integer library for doing all processing of IDs as fast as possible. A small change in the algorithm should be able to make the `equals()` quality check of objects faster by reducing #ifstatements ... Will look to check tomorrow.