I'll be honest, knowing how to use functions is kinda hot
Neat code is sexy
#phm#ryland grace#rocky the eridian#project hail mary spoilers





seen from United States

seen from Malaysia
seen from Yemen
seen from China
seen from United States
seen from Yemen

seen from United States
seen from South Africa
seen from Saudi Arabia

seen from Malaysia

seen from United States

seen from Germany
seen from South Africa
seen from South Africa

seen from South Korea
seen from Sweden

seen from Malaysia
seen from United States

seen from Germany
seen from China
I'll be honest, knowing how to use functions is kinda hot
Neat code is sexy

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
The open source world can write its own rules for AI… and nobody has to ask permission
"Tell us what you used, and actually understand the code you're submitting"… you can't stop people from using AI tools, but you can make them own it. LLM-Assisted contribution policies from the EFF, and MicroPython. 🧠🔓
https://blog.adafruit.com/2026/02/20/the-open-source-world-can-write-its-own-rules-for-ai-and-nobody-has-to-ask-permission/
playing with my m5 cardputer, wrote a software audio mixing library in micropython and made a crude sequencer with it
Testing Dark Castle with audio on the RP2350 Fruit Jam 🕹️🏰
Jepler spent a bunch of time this week working on getting audio working on the pico-umac port https://github.com/jepler/pico-mac/tree/rp2350-fruitjam to Fruit Jam
Coming soon! Sign up to be notified when these are in stockWe were catching up on a recent hackaday hackchat with eben upton and learne
. Audio on the hardware we're emulating is pretty straightforward: every scanline of the video generator also pops out one byte of PWM data. We have 370 horizontal lines—352 visible and 18 during the vsync—and a 60.15 Hz refresh rate for 22.255 KHz audio approximately. That data is written to $1FD00 http://www.mac.linux-m68k.org/devel/plushw.php . That data is being piped over I2S to the MAX98357
Listen to this good news - we now have an all in one digital audio amp breakout board that works incredibly well with the Raspberry Pi!
and to a speaker for now.
So, of course, the first thing we have to try out is Dark Castle
Dark Castle is a 1986 computer game for the Macintosh published by Silicon Beach Software, later ported to various platforms, where it was p
: famous for great audio and being a surprisingly hard game to play! The audio sounds really good though :)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Hi, I just got into tech (actually 1 year in but I still feel like I don't know anything).
I learnt python, R, SQL, Tableau and concepts in Data Structures, Algorithms.
[Just the Basic level of the listed.]
But I can't write my own programs on python or create anything.
I was hella impressed by your microprocessor project, and when I took up tech (ai and data science) I assumed I would do something like that or at least code.
Now, I am just venting but where do I start, how do I make projects what are some interesting projects, what should I learn? A lot of my seniors tell me to have a wide range of knowledge like focus on one thing by depth but add other things. For example: you can study data analytics in depth but have some knowledge in ethical hacking and web development etc. Like an all rounder.
Wow ok a lot to unpack here, I'll get started
Lots of places recommend that you start with Arduino, as there are a lot of good tutorials out there. I somewhat disagree
I think that raspberry pi is better because it's usually a lot cheaper to buy the stuff you want to play around with
But an even cooler way to do it, go to wokwi.com and start a project on a Raspberry Pi Pico (make sure it's the micropython version) and then you can get started there
Google something like "Blink led with Pi Pico micropython" and there will be a tutorial or two
Then, once you've played around for a while you can buy a Pi Pico for very little money and see your stuff work irl!
If you need any more help or have any questions, feel free to DM me and I'll see what I can do
Hey new moot ^^ What's your favourite programming language? Or programming style if you only really use one lang
I am a python/micropython girly
And as for style, I write my code almost entirely in functions, my main loop code is just calling a massive string of functions
Its real nice and neat and i take pride in that :3
ESP32 ItsyBitsy is in final testing zOne!
OK, after a long hiatus, the ESP32 Itsy Bitsy prototypes are built and ready for testing! We first designed this board Feb 20, 2020 - and it's been waiting oh so patiently for its turn. The ESP32 Pico module packs 8 MB of flash and 2 MB of PSRAM. Despite its small size this board can handle fairly complex programs. This board is very small but has lots of pins, with a USB-serial converter, NeoPixel, reset and user button, Stemma QT connector, and a 5V-logic output specifically for driving NeoPixels. to do my final 'all in one' test we're reading temperature and humidity from an I2C sensor, sending it to IO, then reading back the onboard NeoPixel color from the dashboard. It's an excellent way to make sure the whole thing is working the way we like. Last up, we'll do a low-power test, and then it'll be ready for fabrication!