Jun 10, 2025 from Steve Blank Teaching National Security Policy with AI The videos embedded in this post are best viewed on steveblank.com International Policy students will be spending their careers in an AI-enabled world. We wanted our students to be prepared for it....
Jun 10, 2025 from Jordi Villar 2025W23 Thrive in obscurity — Creative success often starts in obscurity, with many creators spending years sharing their work with few or no viewers. To stay motivated, focus on creating what you love ins...
Jun 10, 2025 from Julia Evans Using `make` to compile C programs (for non-C-programmers) I have never been a C programmer but every so often I need to compile a C/C++ program from source. This has been kind of a struggle for me: for a long time, my approach was basically “install the d...
Jun 09, 2025 from Ryan Bagley Cisco Live 2025 Although Cisco Live suffers from zeitgeist mania, with this year being AI, there are still a lot of value from sessions and the tribal excitement of being with your industry peers. Either by outrig...
Jun 09, 2025 from Muffin Man Origami jumping frog This is a simple origami frog that jumps when you press on it. I was taught to make it by my parents when I was really young, so it holds a very dear place in my heart. There are other versions on ...
Jun 08, 2025 from Chris Short DevOps Newsletters Essential weekly reads covering AWS, SRE, programming, and DevOps trends for professional development.
Jun 08, 2025 from Victor Blomqvist's blog 8 Dos and Don'ts for the tech interview I have been on the recruiting side a fair number of times and I hope to cover some common pitfalls and advice to help you land a nice job! Before we start I want to say this is advice from my own j...
Jun 07, 2025 from Daryl Sun's Journal Special Edition — Take Two Special Edition — Take Two TL;DR:If I had another chance, I would have started this blog earlier. This blog post has approximately 307 words and may take 2 minutes to read. This post was submitted ...
Jun 06, 2025 from Rock and Null Vibe Coding AI has already transformed the landscape of software engineering. Not just coding, and that distinction matters. While it's easy to get models to write code, software engineering is a different cha...
Jun 06, 2025 from Fatbobman's Blog 【Tips】Faster Swift 6 Builds: Enabling SwiftSyntax Prebuilts Is compiling Swift Macros slowing you down? Learn how to enable SwiftSyntax Prebuilts in Swift 6.1+ to significantly slash Xcode build times.
Jun 05, 2025 from fasterthanli.me Introducing facet: Reflection for Rust I have long been at war against Rust compile times. Part of the solution for me was to buy my way into Apple Silicon dreamland, where builds are, like… faster. I remember every time I SSH into an x...
Jun 04, 2025 from ℤ→ℤ Improving Product Discovery of Tabletop RPG Maps (Preliminary Investigation) As catalogs for digital marketplaces grow in size, customers have greater difficulty in finding products that meet their needs. Marketplace owners might improve product discovery by adding new cate...
Jun 04, 2025 from Rock and Null Introducing number and currency formaters (and more) for KMP in pale-blue-kmp-core Native-backed currency and number formatters, plus a type-safe KmmResult wrapper that works seamlessly across iOS and Android. These additions fill long-standing gaps in the Kotlin Multiplatform to...
Jun 04, 2025 from (Fabio Alessandro Locati|Fale)'s blog Leverage Red Hat Ansible to automate your IBM Power Systems
Jun 03, 2025 from Improve Something Today A real hoot: notes for May 2025 Documenting institutional collapse. The curse of knowledge & cursed knowledge. Workshops on connecting measurement to strategy.
Jun 03, 2025 from Muffin Man Preserving text size when scaling SVGs SVGs support non-scaling strokes using the vector-effect attribute, which we can even use to draw non-scaling rectangles and circles. For example, in graphs and charts, text can become too small or...