Radxa ROCK 2F: An Upcoming Compact 4K Computer with Rockchip RK3528A and Wi-Fi 6
Radxa ROCK 2F: An Upcoming Compact 4K Computer with Rockchip RK3528A and Wi-Fi 6
The Radxa ROCK 2F is a small computing device designed for a wide range of uses, from development projects to multimedia setups. It’s packed with features, including multiple GPIOs and an HDMI port that supports 4K video at 60 fps, making it versatile for technology enthusiasts. ⌘ Read more
Cloud Native Glossary — the Turkish version is live! (blog in English + Turkish)
The Cloud Native Glossary is a project led by the CNCF Business Value Subcommittee. Its goal is to explain cloud native concepts in clear and simple language without requiring any previous technical knowledge. We are in the process… ⌘ Read more
I feel like complexity is measured differently at different levels of a project..
- at the function level you use cyclomatic complexity or how many branches internally and how much you need to keep in mind as it calls out to other functions.
- at a file/module level is a balance of the module doing too much against being so granular that you have cross dependency across modules. I have trouble with keeping things dry at this level because it can lead to parts being so abstract or generalized that it adds complexity.
- at a project level i suppose its a matter of how coupled things are across sub-modules.
How an AI Assistant Can Help Configure Your Project’s Git Hooks
Make Git hooks easier to configure and use by providing project-specific context to Docker’s AI Assistant. ⌘ Read more
On my blog: Developer Diary, Queen Yun https://john.colagioia.net/blog/2024/07/15/yun.html #programming #project #devjournal
As we reach mid-year 2024, a look at CNCF, Linux Foundation, and top 30 open source project velocity
Staff post by Chris Aniszczyk Date/Time: July 11 at 8am For the last several years we have tracked open source project velocity, which has enabled us to monitor the trends and technologies that resonate with developers and end… ⌘ Read more
On my blog: Developer Diary, Emancipation Day (observed) https://john.colagioia.net/blog/2024/07/08/emancipation.html #programming #project #devjournal
The XMPP Standards Foundation: The XMPP Newsletter June 2024
XMPP Newsletter Banner
Welcome to the XMPP Newsletter, great to have you here again!
This issue covers the month of June 2024.
The XSF has been accepted as a hosting organisation at GSoC in 2024 again!
These XMPP projects have received a slot and have kicked-off with … ⌘ Read more
After that talk about the Ladybird browser the other day, I see this article just pop up:
Seems it’s gaining some recognition and support, I hope it can gain traction as we sure as anything need some genuine alternatives.
NixOS commits “purge” of “Nazi” contributors, forces abdication of founder
The Linux project descends into chaos as political activists enforce extremist politics. ⌘ Read more
Ignite Realtime Blog: Openfire 4.8.2 Release
Openfire 4.8.2 has landed!
This release addresses a number of issues in the real time collaboration server created by the Ignite Realtime Community that aim to reduce bugs and increase stability and performance.
Interested in getting started? You can [download installers of Openfire here](https://igniterealtime.org/downloads/#op … ⌘ Read more
@Prologic@twtxt.net No, haven’t had the need to. We’re sticking to trusted and true over latest and sleekest in this project. Perhaps next year.
Using Generative AI to Create Runnable Markdown
Explore the innovative realm of AI developer tools with Docker’s GenAI Docker Labs series. Join us as we dive deep into the potential of AI. Discover how generative AI can assist with documentation, project-specific tasks, and more throughout the software lifecycle. Stay updated and get involved with Docker’s latest projects and tools. ⌘ Read more
On my blog: Developer Diary, Canada Day https://john.colagioia.net/blog/2024/07/01/canada.html #programming #project #devjournal
Swift on RISC-V: Launch of New Toolchain for RISC-V Hardware
The Swift programming community has taken a significant step towards embracing open architecture with the announcement of the first Swift toolchain release for RISC-V hardware. This new project, Swift on RISC-V, introduces a complete toolchain that can be installed and used on RISC-V platforms, including the VisionFive 2 single-board computer. As RISC-V’s open-source instruction set […] ⌘ Read more
ReadMeAI: An AI-powered README Generator for Developers
The ReadMeAI tool allows users to upload a code file and describe their project. The tool generates documentation in Markdown code for immediate preview and editing. ⌘ Read more
Fun: Get a Bouncy Ball to Play With on Your Mac Screen
Ball is a super fun project for Mac that is goofy, simple, and wildly creative. It’s, well, a virtual bouncy ball. Ball lives in your Mac Dock, and when you click on the Dock icon, the bouncy ball pops out and drops onto your screen. The big red bouncy ball has decent physics too, so … Read More ⌘ Read more
Vitess 20 is now Generally Available
Project post by the Vitess Maintainer Team We’re delighted to announce the release of Vitess 20 along with version 2.13.0 of the Vitess Kubernetes Operator. Version 20 focuses on usability and maturity of existing features, and continues to… ⌘ Read more
Bad Map Projection: Exterior Kansas
⌘ Read more
Bad Map Projection: Exterior Kansas
⌘ Read more
Ignite Realtime Blog: Openfire restAPI plugin version 1.11.0 release
Earlier today, version 1.11.0 of the REST API plugin for Openfire was released!
The REST API Plugin provides the ability to manage Openfire (the real-time communications server created by the Ignite Realtime community) by sending an REST/HTTP request to the server. This plugin’s functionality is useful for applications that need to administer Openfire outs … ⌘ Read more
Beginner’s guide to GitHub repositories: How to create your first repo
Git started on your first repository in the third installment of GitHub for Beginners. Discover the essential features and settings to manage your projects effectively.
The post Beginner’s guide to GitHub repositories: How to create your first repo appeared first on [The GitHub Blog](https … ⌘ Read more
On my blog: Developer Diary, Inti Raymi https://john.colagioia.net/blog/2024/06/24/inti-raymi.html #programming #project #devjournal
Fun: Emulate a Macintosh 128k on a Raspberry Pi Pico Microcontroller
There are no shortage of interesting projects and things to do with Rasbperry Pi devices, but this one will be particularly intriguing to fans of retro Macintosh and emulation; you can emulate a Macintosh 128k complete with VGA video and keyboard/mouse input, using nothing but a Pico Microcontroller! Are there simple to use emulators and … [Read More](https://osxdaily.com/2024/06/23/fun-emulate-a-m … ⌘ Read more
** The story of life **
Or at least the story of life as I implemented it in swift recently as a little learning project because I haven’t written any swift since walking away from mobile dev a few years ago (no regrets)!
First there was the universe! Well, first there was some requisite boilerplate, but then there was the universe! A 2 dimensional grid, an array of 10 columns and 10 rows.
”`hljs swift
import Foundation
let rows: IntRead more”`
Execute commands by sending JSON? Learn how unsafe deserialization vulnerabilities work in Ruby projects
Can an attacker execute arbitrary commands on a remote server just by sending JSON? Yes, if the running code contains unsafe deserialization vulnerabilities. But how is that possible? In this blog post, we’ll describe how unsafe deserialization vulnerabilities work and how you can detect them in Ruby projects.
The post [Execute c … ⌘ Read more
CNCF celebrates successful mentees from LFX Program Term 1 2024!
Congratulations to CNCF’s 2024 Term 1 (March – May) LFX Program mentees who have finished the program successfully! Following a three-month program working with 28 different Graduated, Incubating, and Sandbox projects, including Antrea, Istio, KubeEdge, OpenTelemetry, and Prometheus… ⌘ Read more
International farm workers armed with cameras capture everyday lives for photography exhibition
A photography projects offers new insight into the lives of seasonal fruit pickers, including the lighter parts of a job known for its tough working conditions. ⌘ Read more
Experiment in Digital minimalism
I recently read Cal Newport’s book Digital Minimalism. It really
resonated with me, despite (or because of?) being glued to my computer
many hours of the day.
Cal suggests a month of digital decluttering, at first cutting off
everything that your job and other obligations don’t depend on. At the
end of the month you evaluate what, if anything, is to be let back
inside.
I did a decluttering plan for April. It ended up being an ongoing
project when I’m writing this in June.
On my blog: Developer Diary, Desertification and Drought https://john.colagioia.net/blog/2024/06/17/drought.html #programming #project #devjournal
LXC vs. Docker: Which One Should You Use?
Explore the key differences between Docker and LXC, including use cases and technical requirements, to determine which containerization technology best suits your project needs. ⌘ Read more
On my blog: Developer Diary, Art Nouveau Day https://john.colagioia.net/blog/2024/06/10/art-nouveau.html #programming #project #devjournal
Tulip Creative Computer: ESP32-Based Board for Music and Coding Projects
The Tulip Creative Computer is a development platform aimed at enthusiasts of coding, music, and digital arts. Based on the powerful ESP32-S3 chipset, the Tulip features a 7-inch touchscreen with a 1024 x 600 resolution for custom graphical user interfaces. The Tulip Creative Computer is powered by the ESP32-S3 chip, which includes a 32-bit LX7 […] ⌘ Read more
Generative AI for Kubernetes: meet K8sGPT open source project
Ambassador post originally published on the Logz.io blog by Dotan Horovits Troubleshooting within Kubernetes environments can be a daunting task. If we could only have a magical artificial intelligence advisor that could gather all the data about what… ⌘ Read more
The voice of Kubernetes experts report 2024: the data trends driving the future of the enterprise
Guest post by Rajiv Thakkar, Director of Product Marketing, Portworx, Pure Storage (LinkedIn) Today, June 6, marks the 10th anniversary of Kubernetes. Kubernetes originally began as a project in Google and was released as open source in June… ⌘ Read more
Build Your Own AI-Driven Code Analysis Chatbot for Developers with the GenAI Stack
We dive into a winning Docker AI/ML Hackathon submission, Code Explorer, in the hope that it sparks project ideas for you. ⌘ Read more
Develop Kubernetes Operators in Java without Breaking a Sweat
Discover testing possibilities that let developers consider Java as the language of choice for Kubernetes-related projects. ⌘ Read more
The Tech Industry Hates You
White? Male? Straight? Religious? Conservative? Centrist? Big Tech, Tech Foundations, and Open Source Projects hate your guts. ⌘ Read more
@prologic@twtxt.net i’ve used it on some small side projects and it was great. my 8-5 gig isn’t too keen on it yet which wasn’t surprising.
On my blog: Developer Diary, World Bicycle Day https://john.colagioia.net/blog/2024/06/03/bicycle.html #programming #project #devjournal
M5Stack CoreS3 SE with 2.0″ Capacitive Touch Display and 16-bit I2S Amplifier
M5Stack CoreS3 SE with 2.0” Capacitive Touch Display and 16-bit I2S Amplifier
The M5Stack CoreS3 SE, a streamlined version of the third-generation CoreS3 unit from the M5Stack series, is engineered for IoT applications, smart home systems, and industrial automation. This device supports key programming platforms such as Arduino and UIFlow, enhancing its adaptability for diverse project requ … ⌘ Read more
On my blog: Developer Diary, Memorial Day https://john.colagioia.net/blog/2024/05/27/memorial.html #programming #project #devjournal
Happy 7th Birthday, Istio!
Project post originally published on the Istio blog by Lin Sun, Solo.io, for the Istio Steering Committee Celebrating Istio’s momentum and exciting future. On this day in 2017, Google and IBM announced the launch of the Istio service mesh…. ⌘ Read more
RISC-V Based MaixCAM With 1TOPS NPU Performance and 5MP Camera Support
RISC-V Based MaixCAM With 1TOPS NPU Performance and 5MP Camera Support
The Sipeed MaixCAM is a specialized hardware platform designed for AI vision and AIoT applications, powered by the SOPHO SG2002 processor. This versatile board supports both Linux and RTOS environments, making it suitable for a range of embedded projects. ⌘ Read more
2024 GitHub Accelerator: Meet the 11 projects shaping open source AI
Announcing the second cohort, delivering value to projects, and driving a new frontier.
The post 2024 GitHub Accelerator: Meet the 11 projects shaping open source AI appeared first on The GitHub Blog. ⌘ Read more
Say goodbye to your sidecars: Istio’s ambient mode reaches Beta in v1.22
Project post originally published on the Istio blog by Lin Sun, Solo.io, for the Istio Steering and Technical Oversight Committees Layer 4 & Layer 7 features are both now ready for production. Today, Istio’s revolutionary new ambient data plane mode… ⌘ Read more
Play Apple Music in Retro Mac OS X Fashion with QuickTune
Apple Music may be a modern offering from Apple, but a super fun project from developer Mario Guzman offers a very nostalgic interface to Apple Music, giving it a QuickTime lookalike appearance from 2005. Aptly named QuickTune, you’ll find QuickTune has a super simple and fun retro brushed metal interface to interact with Apple Music … [Read More](https://osxdaily.com/2024/05/21/play-apple-music-in-retro-mac-os-x-fashi … ⌘ Read more
Today’s project: Put 2 failing hard drives in RAID 0 and boot from it. What could go wrong?
Cloud Native Glossary — the Russian version is live!
Community post by Kirill Kononovich, Dmitry Shurupov, Timur Tukaev The Cloud Native Glossary is a project led by the CNCF Business Value Subcommittee. Its goal is to explain cloud native concepts in clear and simple language without requiring… ⌘ Read more
On my blog: Developer Diary, World Metrology Day https://john.colagioia.net/blog/2024/05/20/metrology.html #programming #project #devjournal