Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: attribute Clear Filter

Virtual 6NF

One of the goals of this substack is to research ways of removing historical cruft from the way relational model is taught. One thing that puzzles me particularly is why Sixth Normal Form (6NF) is historically treated so... reverently? Lots of texts on the internet consider 6NF to be “exotic”, “academic”, “never used in practice”, etc., etc. As software developers, we can solve any problem by adding one level of abstraction, and database modeling is not an exception. I’m going to show that any

Errors found in US judge’s withdrawn decision stink of AI

is a news writer focused on creative industries, computing, and internet culture. Jess started her career at TechRadar, covering news and hardware reviews. A US district court judge has withdrawn his decision in a biopharma securities case after lawyers noted that his opinion referenced fake quotes and other erroneous case information — mistakes mirroring errors in other legal cases that have been attributed to artificial intelligence tools. In a letter sent to New Jersey Judge Julien Xavier N

SVGs that feel like GIFs

The moving image below is only 49Kb and has an incredibly high resolution. It's similar to a GIF but instead of showing moving images, it shows moving SVGs! The best part: Github supports these in their README.md files! Getting these to work involves asciinema and svg-term-cli. After uploading the asciinema you can use the tool to download a file that you can immediately click and drag into a README. It's something that I'm using extensively on bespoken. How it works? I was surpised to learn

TIL you can make "GIFs" with SVGs for GitHub README.md files

The moving image below is only 49Kb and has an incredibly high resolution. It's similar to a GIF but instead of showing moving images, it shows moving SVGs! The best part: Github supports these in their README.md files! Getting these to work involves asciinema and svg-term-cli. After uploading the asciinema you can use the tool to download a file that you can immediately click and drag into a README. It's something that I'm using extensively on bespoken. How it works? I was surpised to learn