linux kernel map via Noiz
LIDA is a tool to automatically explore data, generate visualizations and infographics from data using large language models like ChatGPT and GPT4
via Salim, much interechting
Temptations of an open-source browser extension developer #670
I got some help from support. The key piece was to run "chattr -R -i ~/Dropbox" which revealed the problem files. I had created symbolic links from my dotfile settings in .config, .themes, and .local and placed the actual files in dropbox folders so that some of my settings would get backed up to dropbox. One of the applications put unchangeable files in dropbox and that is what caused the problems. Since I reinstalled fresh, once I was able to find the problem files via chattr and move them out of Dropbox, syncing resumed and is now fixed.
does the trick
chattr -R -i ~/Dropbox 2> /dev/stdout|rg -io '/home/CHANGEME/Dropbox.*'
via Nico
Andrew Kelley, creator of Zig, picks up where Mike Acton left off to teach us practical ways to apply data-oriented design
References:
- CppCon 2014: Mike Acton "Data-Oriented Design and C++": youtube.com/watch?v=rX0ItVEVjHc
- Handmade Seattle: handmade-seattle.com/
- Richard Fabian, 'Data-Oriented Design': dataorienteddesign.com/dodbook/
- IT Hare, 'Infographics: Operation Costs in CPU Clock Cycles': ithare.com/infographics-operation-costs-in-cpu-clock-cycles/
- The Brain Dump, 'Handles are the better pointers': floooh.github.io/2018/06/17/handles-vs-pointers.html