logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: b35b5f6d3eb284b72955c917923419e1a1cc7cfa
parent 8c167c614a56d836908b29c44ea94a52e19f2377
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 10 Aug 2019 01:34:40 +0200

2019-07 Summary: Clear up on nvidia-drivers issue

Diffstat:

Marticles/2019-07 Summary.xhtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/articles/2019-07 Summary.xhtml b/articles/2019-07 Summary.xhtml @@ -2,7 +2,7 @@ <a href="/articles/2019-07%20Summary"><h1>2019-07 Summary</h1></a> <p>So, third monthly summary, started it seriously late. It's something I want to do anyway, as I find regular work summaries to be very helpful. And I didn't do the draft thing I though about going in the previous one.</p> <h2>Wayland</h2> -<p>No real news on this one other that I hate NVidia GPUs and being completely stuck with nouveau because it's on the legacy branch 340.xx of nvidia so I can't really check if my bugs are hardware issues or not. At least I moved to and AMDGPU on my desktop in late April and it's been quite an improvement even in pure performances (OpenCL vs. CUDA, hardware support for HEVC, less wattage).</p> +<p>No real news on this one other that I hate NVidia GPUs and being completely stuck with nouveau because it's on the legacy branch 340.xx of nvidia which is stuck on a old kernel branch so I can't really check if my bugs are hardware issues or not. At least I moved to and AMDGPU on my desktop in late April and it's been quite an improvement even in pure performances (OpenCL vs. CUDA, hardware support for HEVC, less wattage).</p> <h2>Badwolf</h2> <p>I'm slowly designing a library to parse <abbr title="XML Bookmarks Exchange Language">XBEL</abbr> files as Foreign Function Interfaces from C (badwolf) to another languages are quite bad. I want it to be a good one so I looked at other implementations of XBEL and similar data storage libraries.</p> <p>I've been thinking of adding history to badwolf, one which WebKit wouldn't have access to (this one should be basic since at least Snowden…), could be in XBEL format as I want to have at least the timestamp, URL and title, might just be a log file that is to be used against syslog and/or logrotate. I just wanted it to be with XBEL so this way I don't have more stuff to do, but knowing how long XBEL is probably going to take…</p>