Skip to content

2024

Jade Rubick - Unusual tips to keep Slack from becoming a nightmare

Link: Jade Rubick - Unusual tips to keep Slack from becoming a nightmare: "Use the tips to improve your org's use of Slack: answers to questions should take longer than the time to look it up, notifications should go to a few people, the more people in a room, the more structured it should be. Plus a few more."

We use slack a lot at work. These are some helpful tips to reduce noise and increase communication. When there are four different ways to communicate (email, slack, sms, and posting to a forum) you have a lot of wasted time. Yes each way has a slightly different purpose and effect, but four are too many!

Handling Tasks in Asyncio Like a Pro

Link: Handling Tasks in Asyncio Like a Pro: "I first go over the basics of an Asyncio task object and then talk about all of the various ways to handle them and the pros and cons of each."

A great explanation of various ways to handle asynchrony in python. Basic stuff that we all should know about.

4 Simple Ways to Integrate AI into Your Class

Link: 4 Simple Ways to Integrate AI into Your Class: "Incorporating gen AI tools like ChatGPT into your course doesn’t have to disrupt your teaching methods or overhaul your syllabus. If you’re hesitant to try, here are four ways to seamlessly introduce AI and ensure your classes remain dynamic and relevant."

Really good idea. Try this prompt from this article: ““I am having a bit of a hard time with concepts related to early-stage financing. Please test me on the following: pre-money valuation, post-money valuation, investment size, and ownership stakes. I’d like you to ask me three questions in succession. Wait for my answer on each, and then assess my answer. Do not give me the answer, even if I ask. Instead, if I am struggling or get the wrong answer, please give me a hint. Start now with the first question.”

Cal.com | Pricing

Link: Cal.com | Pricing: "Open Source Scheduling: Send a link and meet or build an entire marketplace for humans to connect."

This looks quite interesting. I’ve been using calendly extensively for a few years. But it is kind of expensive. Is this a viable alternative?

An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python

Link: An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python: "Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you'll be creating a user interface with"

I’ve used this before, it’s very good. But there are limits, I mean, at a certain point it is weird to reproduce in the shell all the stuff that guis were invented for. Reminds me of the stone ages before guis and windows. We used to make quite elaborate text based user interfaces, but that was because there was no other choice!