Walt-O-Matic

19 Followers
78 Following
137 Posts
Sr. Principal Software Engineer that loves programming languages, technical books, table top and board games, clever humor and comics, close up magic, beauty photography, and large chunks of uninterrupted time to code.
#nerd #boardgames #humorist #magic #photography #comics
Keybase.iohttps://keybase.io/wls
Tech Ramblingshttps://mach3.wwco.com/~wls/ramblings/
Deploy a fast and open-source spam filtering system for email servers

@ngaylinn It’s like being asked to watch a magic show to convince you the magician really does have magical power, even when you know how the performance is done.

I live this every day. Not the magic, the LLM illusion-believers. Language models are not AI. For that matter, linear regression is not AI.

#LLM

My friend seems genuinely baffled that I am an AI researcher who refuses to use AI! Not only that, but I argue against it from theory, not experience. Why don't I just give it a try for a while, and see what it's really about before I judge it?

I guess I see where he's coming from. Part of the problem is the word "AI." LLMs are not my research focus, so it's less of a contradiction than it sounds. But I admit, being a non-user makes my arguments against LLMs less credible.

I just don't understand why I owe it to anybody to give AI a shot. I know how LLMs work in gory detail, and I don't trust them. I've seen the mediocre work they produce. I've read studies about the seductive illusion of competence and caring they create, and how people fall for that. I know it's all built on an incredibly exploitative business model.

I feel entirely justified in not giving them a chance. I guess I'm just as baffled by how badly he wants me to try it, and how sure he seems to be that it would change my mind.

Python’s power lies in its rich ecosystem of libraries and frameworks.

From machine learning (TensorFlow, PyTorch, Scikit-Learn) to web development (Django, Flask), automation testing (PyTest, Robot), web scraping (BeautifulSoup, Scrapy), game development (PyGame, Panda3D), and image processing (OpenCV, Scikit-Image)—Python enables innovation across industries.

📕 https://ebokify.com/python

#Python #Programming #AI #MachineLearning #WebDevelopment #Automation #DataScience

I studied Artificial Intelligence for four years, and I am not touching LLM AIs with a ten-foot pole.

It's not really about the insane electricity demands, the water usage, tho that's a good reason. It's not even, if I'm honest, about the disastrous effect on the sum of all human art and knowledge.

It's because a) I've studied enough AI to know it's a trick, a sort of linguistic illusion, and b) I've studied enough everything else to understand that I'm not immune to such illusions.

Let's be controversial: In modern #PHP, you should never type-hint an array.

https://peakd.com/php/@crell/php-never-type-hint-on-arrays

PHP: Never type hint on arrays | PeakD

Let's be controversial: In modern PHP, you should never type-hint an array. Before you start throwing tomatoes, hear me... by crell

PeakD

I just published a small project called PocketBook on github:

https://github.com/sieste/pocketbook

A python script minifies Project Gutenberg books, for printing on standard office paper, to fold into a book the size of a credit card that you can carry around in your pocket.

Please let me know if you try it out, especially if something doesn't work.

Also feel free to request your favourite books, and I'll try to add them to the repository.

@gutenberg_org #books #bookstodon #python #github #minimalism

#GamingNews picks of the day:

( 📣 All accounts have posted recently! If it looks blank/old, follow it and new posts will show up. More info at https://fedi.tips/why-does-someones-account-page-look-completely-blank-is-it-really-blank )

➡️ @[email protected] - Worker-owned gaming news site by former employees of Polygon

➡️ @[email protected] - News about cosy video games

➡️ @[email protected] - Gaming news for older gamers

➡️ @[email protected] - Blog about cultural significance of video games

➡️ @[email protected] - Video game industry newsletter

➡️ @[email protected] - Retro gaming news blog

➡️ @[email protected] - Video game reviews

🧵 1/6

Why does someone’s account page look completely blank? Is it really blank? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse

An unofficial guide to using Mastodon and the Fediverse

@LeonianUniverse install uv and let uv manage your python

Advanced Programming in the Unix Environment

Week 6: Memory Layout of a Process

Let's talk about the details of a process. We start with a visual representation of a process in memory and create a program that prints out the addresses of different elements of a program and observe the alignment of the text, data, and bss segments as well as the placement of the heap and stack. We also illustrate what a stack overflow looks like.

https://youtu.be/aHmcowhoOzU

#apue #unix #programming