Feed digilinux.ru [copy] http://digilinux.ru/feed/ has loading error: cURL error 22: The requested URL returned error: 403 Forbidden
Feed freepost [copy] https://freepo.st/rss/new has loading error: cURL error 6: Could not resolve host: freepo.st
AI Training Shouldn't Erase Authorship
In a world of infinite automation and infinite surveillance, survival is going to depend on being the least boring person. Over my career I've written and attached my name to thousands of public source code files. I know they are being scraped from the web and used to train AIs. But if I ask something like Claude, "what sort of code has Justine Tunney wrote?"...
The Origins of Emacs, uncovered.
Interesting read:
https://onlisp.co.uk/On-the-Origin-of-Em...-1976.html
Face Recognition with DeepFace: From Easy to Advanced
Face Recognition and Face Detection in Python
Continue reading on Artificial Intelligence in Plain English »
TTAritsan 250/F5.6 Reflex Lens — A 1979 Idea For Modern Cameras
This Affordable Lens is Surprisingly Good
Continue reading on Medium »
So you want to compete with or replace open source
We are living through an interesting moment in source-available software.1 The open source movement has always had, and continues to have, a solid grounding in grassroots programmers building tools for themselves and forming communities around them. Some looming giants brought on large sums of money – Linux, Mozilla, Apache, and so on – and other giants made do without, like GNU, but for the most part if anyone thought about open source 15 years ago they were mostly thinking about grassroots communities who built software together for fun. With the rise of GitHub and in particular the explosion of web development as an open platform, commercial stakeholders in...
text coordinate systems
Interesting discussion of some of the subtleties which come up when writing code to display and manipulate text:
https://zed.dev/blog/zed-decoded-text-co...te-systems
Much of this echoes Finseth's classic book on implementing emacs-style editors, but with updates to reflect our Unicoded world.
(Many people will avoid dealing with these issues by simply dropping in whatever text widget their favorite library provides, but I enjoy cooking from scratch.)