Michael - Data Guy
michael.sinax.be
Michael - Data Guy
@michael.sinax.be
🚀 Launching AI Nexus Beta

Stop switching between ChatGPT, Claude, and API calls.

One interface for 100+ AI models, with:
→ Projects & shared context
→ Smart context management
→ €5/month BYOK pricing

Free 30-day beta (no CC):
getainexus.com

Built for pros who've outgrown basic chat.
AI Nexus
getainexus.com
October 29, 2025 at 12:23 PM
😑One of the most frustrating problems with AI chat tools is hitting token limits in the middle of important conversations.

So we built Intelligent Context Management to solve this.

www.indiehackers.com/post/we-buil...

#ai #prompt-engineering #llm
October 28, 2025 at 1:03 PM
Qwen has some great models. I recently used qwen3-next-80b-a3b-thinking as a drop-in replacement for GPT-4.1-mini in an agent workflow. Cost 4 times less for input and half for output, instant cost savings.
As far as I can measure, system output has kept the same quality. #qwen #ai #agentic
September 24, 2025 at 12:22 PM
I'm just reading up on the new macOS 26 "Tahoe" release. My god - prepare for a rant 😑

First off - what the f*ck is this Apple?
#apple #macos #tahoe #rant
September 16, 2025 at 9:41 AM
Share your #Excel style conventions and best practices! #ExcelStyle
May 26, 2025 at 10:22 AM
Reposted by Michael - Data Guy
QotW: Who or What is in your Data Hall of Fame?

Plus:

🤷🏻‍♂️Trying to start the pod without Wyn
🚳Bike Thief #YouveBeenHumbled
😠Giles Issue with Cheat Sheets explored
🤔Is it still worth writing blog posts?
🎶Jingle Theft!

Links to Video and Podcast: unpivot.bio.link
Unpivot Show
A fun podcast about Excel and Power BI
unpivot.bio.link
May 24, 2025 at 4:44 AM
Since uBlock stopped working in Chrome I've experienced the shitty internet we're forced to use in 2025. 😱

My god what a horrible mess we've created. Are developers, marketeers and business owners even realizing how terrible their websites really are?
May 15, 2025 at 10:05 AM
🟦 Power BI friends, ever feel swamped by a sprawling semantic model? 😵‍💫 Here’s a quick hack: split your Model View into multiple layouts.
Organize tables by subject and relationships. Give your model the clarity it deserves! 🚀 #PowerBI #DataTips
May 15, 2025 at 8:17 AM
⚡A highly underrated skill for Data Engineers is documentation 📋 If you did any sort of work where you had to ingest, extract, process or handle data, you know it can be a mess. Trial and error to get things right. When you're done, think of your future self and write some documentation! 💪
February 4, 2025 at 8:54 AM
Spent the better part of my afternoon replacing USERELATIONSHIP with TREATAS in some of my reports. For some reason the Power BI Service decided to complain about RLS and USERELATIONSHIP. This is after those reports have worked perfectly for over a year... 😤
#DAX #PowerBI
February 3, 2025 at 3:36 PM
January 31, 2025 at 10:18 AM
This is a test of XPoster. https://sinax.be (9794917)
January 31, 2025 at 10:16 AM
💡When dealing with large models in Power BI, create new 𝗟𝗮𝘆𝗼𝘂𝘁𝘀 in the 𝗠𝗼𝗱𝗲𝗹 𝗩𝗶𝗲𝘄. Now you can easily organize your tables when creating relationships without too much tables cluttering your view 👍

#powerbi #quicktip
January 31, 2025 at 8:55 AM
The effect of the Deepseek AI model painfully highlights something a lot of people are ignoring: There is very little value in AI that is tangible at the moment. 📉 Historically high stock prices for companies like Nvidia are obliterated when a free model is released.
January 28, 2025 at 7:20 AM
I’ve outlined some best practices for styling your Excel models to ensure they are clear, consistent, and easy to use.

What styling techniques do you use to make your spreadsheets stand out? Let’s share ideas in the comments! 👇

#Excel #Spreadsheets #DataVisualization #Productivity #ExcelTips
Best Practices for Styling Your Excel Spreadsheet Models
Microsoft Excel is often used for modeling, such as financial modeling. Excel can be a powerful way to analyze data, forecast outcomes, and show critical insights. However, an often-overlooked aspe…
sinax.be
January 24, 2025 at 2:15 PM
Reposted by Michael - Data Guy
Stop Forcing A.I. into Fucking EVERYTHING!
December 24, 2024 at 3:11 AM
Features like this is why I love PyCharm for #python programming.
November 14, 2024 at 7:23 AM
#PowerBI wishlist: a decent M-Code editor instead of the spartan 'Advanced Editor' we new get under Transform Data.
November 13, 2024 at 3:41 PM
Quality of life improvement I didn't know: You can run #dbt models with all their dependencies using

`dbt run -s +mymodel` - notice the '+' in front of the model name
or run all downstream dependencies with
`dbt run -s mymodel+`
November 13, 2024 at 3:27 PM