What ChatGPT’s Voice and Image Capabilities Mean for Educators
Link: What ChatGPT’s Voice and Image Capabilities Mean for Educators: "ChatGPT’s latest features offer educators new ways to expand how they’re using generative AI in the classroom to engage students and help them learn. These use cases also allow students to practice important skills they’ll need for their futures."
Another great article with ideas for using chatGPT in the classroom.
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!
How hard is it to cheat with ChatGPT in technical interviews? We ran an experiment.
Link: How hard is it to cheat with ChatGPT in technical interviews? We ran an experiment.: "As an experiment, we asked interviewees to cheat with ChatGPT during their interviews and share who got away with it."
This is really interesting experiment conducted to detect cheating in interviewing. It also has a lot of thoughts about how to do a good technical interview. Worth reading.
Easing Equations
Link: Easing Equations: ""
I know it seems that all I am doing these days is noting servo easing equations!
Prettymaps
Link: Prettymaps: "A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t..."
Honestly this looks pretty awesome! Haven’t tried it yet.
marceloprates/prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
marceloprates/prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. –A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t…
Guide to Strings in Python
Link: Guide to Strings in Python: "We've come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundame..."
Tour the force review of strings in python
STM32 Servo Motor Control With PWM - Servo Library Example Code
Link: STM32 Servo Motor Control With PWM - Servo Library Example Code: "STM32 Servo Motor Control With PWM. STM32 Servo Library Example Code and Complete Tutorial. Using STM32F4, STM32F103 Blue Pill Servo HAL"
One of the best explanations I’ve seen about servo hardware and firmware.
Smooth Servo Motion For Lifelike Animatronics
Link: Smooth Servo Motion For Lifelike Animatronics: "Building an animatronic robot is one thing, but animating it in a lifelike fashion is a completely different challenge. Hobby servos are cheap and popular for animatronics, but just letting it move…"