🔗 Links of the Week: e-ink and AI

Not AI Version 2 of my solar-powered, ePaper digital photo frame: This guy made an incredible solar-powered color epaper photo frame. It can only display white, black and red pixels so he implemented dithering. The result is really cool. Another color eink photo frame: This is more compact and uses a battery. Honestly I like the dithering; it gives an artistic quality to the images. Beepberry - a portable e-ink computer for hackers: This is one of those things I know would just collect dust after an initial honeymoon period but is still want it SO MUCH!...

May 21, 2023 · 2 min · 240 words · Botond

🔗 Links of the Week: A Windows Bug, Image Kernels, AWS, GitHub, and of course AI

Not AI How to lose your work using Undo Copy in Windows: Windows has a terrible surprise hidden in the context menu of Windows Explorer. Image Kernels Explained Visually: A technique used in image editors like Photoshop or Gimp and in computer vision is to apply image kernels (or convolution filters/matrices) to images to enhance or reducing certain features. This website allows you to try different kernels on an example image....

May 14, 2023 · 2 min · 301 words · Botond

🔗 Links of the Week: Programming, AI, AI, and even more AI

Not AI World Smallest Office Suite: Obviously impractical, but the way he implements the apps is very interesting. I found the best anagram in English: Perl veteran finds an interesting way to rank anagrams. AI Bing’s A.I. Chat: ‘I Want to Be Alive. 😈’: Microsoft’s new chatbot goes crazy after a journalist uses psychology to manipulate it. The article contains the full transcript and nothing else. It’s a fascinating read....

May 11, 2023 · 3 min · 441 words · Botond

🔗 Links of the week: AI, GPT, Prompt Engineering

OpenAI API: If you want to call OpenAI’s models (e.g. ChatGPT) programmatically or build AI-based products. Neural Networks: Zero to Hero: If you want to understand how GPT works from the ground up (I’ve only watched the first two videos but they’ve been fantastic). A simple Python implementation of the ReAct pattern for LLMs: How a simple plugin system works. Prompt injection: What’s the worst that can happen?: The most serious vulnerability of GPT-based applications....

May 1, 2023 · 1 min · 149 words · Botond