KubeCon + CloudNativeCon Europe 2024 Day four: How cloud native is powering the AI movement (and other news)
It’s the last day, and so much has already happened! We’ve shown how amazing things can be created when we come together as a community. Here’s a look at the highlights from day 4 of KubeCon + CloudNativeCon… ⌘ Read more
Garbled Circuits - Computerphile ⌘ Read more
How to Setup a Timer on Mac with Clock App
Timers have arrived on the Mac with the addition of the Clock app coming to modern versions of MacOS. This is exciting if you’ve long wanted to use a timer on your Mac, whether to set a timer for a project, for your own pomodoro or work, cooking something, how long a break should take, … Read More ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Cloud Native Computing Foundation Announces the Winners of its First CloudNativeHacks Hackathon
First-ever hackathon showcases innovative and unique solutions to challenging sustainability challenges PARIS, France – KubeCon + CloudNativeCon Europe – March 22, 2024 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, today… ⌘ Read more
L’Union Européenne contre le reste du monde
De la même façon que s’asseoir sur un tabouret suppose d’avoir peut-être besoin, un jour, de se relever, le fait d’être en France suppose d’avoir peut-être besoin, un jour, d’envoyer des troupes armées en Ukraine afin de combattre la Russie. Mais si, c’est évident voyons. Pour les autres Européens, cette évidence est encore assez peu […] ⌘ Read more
Announcing the Kubestronaut program
CNCF is excited to announce the launch of the new Kubestronaut program. A Kubestronaut is someone who has passed all five of CNCF’s Kubernetes-related certifications: Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD), Certified Kubernetes Security Specialist… ⌘ Read more
Unleash your creativity: design the 10th anniversary logo for Kubernetes!
As we gear up to celebrate the remarkable 10-year journey of Kubernetes, we are thrilled to announce an exciting opportunity for the creative minds in our vibrant community. It’s time to capture the essence of a decade of… ⌘ Read more
[47°09′35″S, 126°43′24″W] Raw reading: 0x65FD1E61, offset +/-5
go 中更加強大的 traces
原文地址:More powerful Go execution traces 原文作者:Michael Knyszek 本文永久鏈接: https://github.com/gocn/translator/blob/master/2024/w12morepowerfulgoexecutiontraces.md 譯者:小超人 Go 版本: 1.22+ ru ⌘ Read more
OpenTelemetry Go 語言教程
本教程將演示如何在 Go 中使用 OpenTelemetry,我們將手寫一個簡單的應用程序,並向外發送鏈路追蹤和指標數據。準備示例應用程序——–創建一個扔骰子的程序。在本地新建一個dice目錄,並進入該目錄下。mkdir dicecd dice執行 go mod 初始化。go mod init dice在同一目錄下創建 main.go 文件,並添加以下代碼。package mainimp ⌘ Read more
Untitled ⌘ Read more
The Wreck of the Edmund Fitzgerald
⌘ Read more
Galaxies Beyond Our Horizon with Neil deGrasse Tyson ⌘ Read more
[47°09′50″S, 126°43′21″W] Raw reading: 0x65FC91C1, offset +/-5
iOS 17.4.1 Update Released for iPhone & iPad
Apple has issued iOS 17.4.1 update for iPhone, and iPadOS 17.4.1 update for iPad. The software updates include bug fixes and security enhancements for iPhone and iPad. Additionally, there’s an update available for Apple Vision Pro’s VisionOS 1.1.1, for users who have the spatial computing headset. How to Download & Install iOS 17.4.1 / iPadOS … Read More ⌘ Read more
KubeCon + CloudNativeCon Europe 2024 day 3: The power of sustainable computing
It’s a time of more: more data, more workloads, and more powerful technologies. So it’s critical to ask ourselves how cloud native can help improve our environmental footprint. Here’s what we heard at today’s keynotes. Keynotes: Revolutionize cloud… ⌘ Read more
How to Hide the Clock at MacOS Login Screen
The Mac login screen and lock screen displays a prominent large clock, with the date and time visible over the wallpaper or screensaver. While many users appreciate having the time and date right there at the login screen, other users may wish to hide the clock, date, and time, from the MacOS login screen. If … Read More ⌘ Read more
Insider newsletter digest: 4 things you didn’t know you could do with GitHub Projects
Unlock the secret to organization and collaboration magic with our GitHub Projects tips and tricks roundup.
The post Insider newsletter digest: 4 things you didn’t know you could do with GitHub Projects appeared first on [The GitHub Blog](https: … ⌘ Read more
[47°09′44″S, 126°43′04″W] Reading: 0.63 Sv
11 Years of Docker: Shaping the Next Decade of Development
Eleven years ago, Solomon Hykes walked onto the stage at PyCon 2013 and revealed Docker to the world for the first time. The world of application software development changed forever. ⌘ Read more
[47°09′16″S, 126°43′03″W] Reading: 1.88 Sv
Cloud Native Computing Foundation Announces CERN as the Top End User Award Winner
During KubeCon + CloudNativeCon Europe, research leader CERN is recognized as an exceptional end user of cloud native technologies PARIS, France – KubeCon + CloudNativeCon Europe – March 21, 2024 – The Cloud Native Computing Foundation® (CNCF®), which… ⌘ Read more
Erlang Solutions: Guess Less with Erlang Doctor
BEAM languages, such as Erlang and Elixir, offer a powerful tracing mechanism, and Erlang Doctor is built on top of it. It stores function calls and messages in an ETS table, which lowers the impact on the traced system, and enables querying and analysis of the collected traces. Being simple, always available and easy to use, it encourages you to pragmatically investigate system logic rather than guess about the reason for its behaviour.
This blog pos … ⌘ Read more
Cloud Native Computing Foundation and Udemy Announce New Partnership to Supercharge the Next Generation of Cloud Native Developers
The partnership seeks to help millions of current and aspiring developers upskill on key Kubernetes disciplines to enhance their level of cloud native proficiency PARIS, France – KubeCon + CloudNativeCon Europe –– March 21, 2024 –– The Cloud… ⌘ Read more
Honest Government Ad | Tasmanian Election 🥔 (Govt Approved Version) ⌘ Read more
DietPi March 2024 news (version 9.2)
DietPi, a lightweight and optimized software for single-board computers, has announced its latest update, version 9.2, released on March 16th, 2024. This new release introduces a range of enhancements and bug fixes, focusing on improving user experience and system stability. DietPi: DietPi is a lightweight and optimized OS based on Linux, specifically designed for single-board […] ⌘ Read more
Go 語言的宕機恢復,如何防止程序奔潰
Recover 是一個 Go 語言的內建函數,可以讓進入宕機流程中的 goroutine 恢復過來,recover 僅在延遲函數 defer 中有效,在正常的執行過程中,調用 recover 會返回 nil 並且沒有其他任何效果,如果當前的 goroutine 陷入恐慌,調用 recover 可以捕獲到 panic 的輸入值,並且恢復正常的執行。通常來說,不應該對進入 panic 宕機的程序做任何 ⌘ Read more
Renesas RA4E1/RA6M3 Reference Kits for AI & ML Applications
Renesas Electronics has recently unveiled two development kits featuring the RA4E1 and RA6M3 32-bit microcontroller units. These new kits are specifically designed to enable easy integration of AI and ML technologies into edge and other real-time applications. The first kit is called the RTK0EG0002 RA4E1 kit which is based on the RA4E1 32-bit MCU offering […] ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
Spring Equinox is here! ⌘ Read more
KubeCon + CloudNativeCon Europe 2024 day two: how cloud native is powering the AI movement (and other news)
We had an exciting and busy start to KubeCon + CloudNativeCon Europe 2024. Here’s a look at some of the key moments of the day (and, spoiler alert: AI was the subject of a lot of conversation). The… ⌘ Read more
Does ‘Find My’ Work Internationally? Using Find My iPhone/Mac/iPad Abroad
The “Find My” feature is a location tracking service available from Apple for most Apple devices, including iPhone, iPad, Mac, AirPods, and more. Find My is unique in that it can be used to share your location, keep track of your people’s locations like your friends, family, and loved ones who share their location, but … [Read More](https://osxdaily.com/2024/03/20/find-my-works-internationally-iphone-ip … ⌘ Read more
Found means fixed: Introducing code scanning autofix, powered by GitHub Copilot and CodeQL
Now in public beta for GitHub Advanced Security customers, code scanning autofix helps developers remediate more than two-thirds of supported alerts with little or no editing.
The post [Found means fixed: Introducing code scanning autofix, powered by GitHub Copilot and CodeQL](https://github.blog/2024-03-20-found-means-fixed-introducing-code-scanning-autofix … ⌘ Read more
PLEASE DO NOT TRY THIS AT HOME! ⌘ Read more
ROCKET TURBINE ENGINE SKATEBOARD ⌘ Read more
Ignite Realtime Blog: PionTurn plugin 1.0.0 released!
The Ignite Realtime community is happy to announce the release of version 1.0.0 of the PionTurn plugin.
This version brings in the new long-term authentication compatible with the TURN REST format, bringing security to the latest standard.
And it also brings in a new mechanism for resolving domain names, making it possible to run the Pionturn plugin in a dynamic IP environment without having to worry about updating the IP.
Last but not … ⌘ Read more
[47°09′14″S, 126°43′05″W] Reading: 0.36 Sv
Visit Tasmania | Government Approved Version href=”https://txt.sour.is/search?q=%23auspol”>#auspol** ⌘ Read more
Untitled ⌘ Read more
La déroute de Science Po et l’effondrement intellectuel de nos dirigeants
Tout avait pourtant bien commencé puisqu’il s’agissait tout simplement d’aller occuper le grand amphithéâtre de l’Institut d’études politiques de Paris : quel étudiant digne de ce nom en France n’a pas participé ou subi l’une de ces “occupations” universitaires semestrielles sans lesquelles l’enseignement supérieur français ne serait plus vraiment le même ? Malheureusement, les choses s … ⌘ Read more
45 New Members Join the Cloud Native Computing Foundation
As the community convenes at KubeCon + CloudNativeCon Europe in Paris, CNCF welcomes continued investment from organizations around the world PARIS, France – KubeCon + CloudNativeCon Europe – March 20, 2024 – The Cloud Native Computing Foundation® (CNCF®),… ⌘ Read more
CNCF and LF Training unveil four new cloud native courses
We are excited to announce that together with Linux Foundation Training and Certification, we now offer four additional courses to our community. DevOps and Workflow Management with Argo (LFS256) Argo provides a robust framework for managing complex GitOps… ⌘ Read more
Cloud Native Computing Foundation Member Akamai Upgrades Its Membership to Gold
The distributed cloud provider increases its investment in the cloud native ecosystem, earmarking $1 million in credits for CNCF compute infrastructure projects PARIS, France – KubeCon + CloudNativeCon Europe – March 20, 2024 – The Cloud Native Computing… ⌘ Read more
Untitled ⌘ Read more
Untitled ⌘ Read more
High-Torque Strain Wave Gear Actuator: Lynxmotion LSS-P-S1 for Advanced Robotics
The Lynxmotion’s Smart Servo PRO Standard Actuator (LSS-P-S1) is an innovative robotic actuator recently featured by RobotShop. This configurable servo motor is suited for both semi-professional and professional uses, including robot arms, animatronics, and research projects The company describes the Lynxmotion Smart Servos PRO series as a significant upgrade from the LSS hobby series … ⌘ Read more
[47°09′51″S, 126°43′01″W] Reading: 1.56000 PPM
Goroutine 調度器揭祕
你以前可能聽說過 Goroutine 調度器,但你對它的工作原理了解多少?它如何將 goroutine 與線程配對?不用着急理解上面的圖像, 因爲我們要從最基本的開始。goroutine 被分配到線程中運行, 這由 goroutine 調度器在後臺處理。根據我們之前的討論, 我們瞭解到以下關於 goroutine 的幾點:就原始執行速度而言, goroutine 並不一定比線程更快, 因爲它們需要 ⌘ Read more
NEXCOM’s 1U Rackmount Powered by Marvell OCTEON 10 Technology and 25GbE ports
NEXCOM has released the TCA 6710, a 1U rackmount appliance designed for edge and cloud computing, powered by the Marvell OCTEON 10 COM-HPC module. This latest offering marks an evolution from traditional COM-E technology, focusing on scalable computing solutions with enhanced server-class bandwidth, power, and performance. The heart of the TCA 6710 lies in its […] ⌘ Read more
Untitled ⌘ Read more
Moon Landing Mission Profiles
⌘ Read more
Untitled ⌘ Read more
Why Planets Are Round with Neil deGrasse Tyson ⌘ Read more
KubeCon + CloudNativeCon Europe 2024 day one: co-located events and announcements recap
If you couldn’t get to KubeCon + CloudNativeCon Europe 2024 this year, we’ve got you covered. Here are highlights from the first day, which included a number of exciting co-located events. Cloud Native AI Day Europe When it… ⌘ Read more
Grab This Beautiful Flower Petal Apple Logo Wallpaper
Apple is opening a new store in the Jing’an district of Shanghai, China, this spring, and to celebrate they’ve released a really beautiful wallpaper of unfolding white and yellow flower petals in the shape of an Apple logo. Anyone can enjoy this wallpaper right now on their Mac, iPhone, iPad, or even Windows PC or … Read More ⌘ Read more
Untitled ⌘ Read more
Fluent Bit v3 gives users greater control of their data and telemetry pipelines
This week at KubeCon + CloudNativeCon EU in Paris, we are announcing the release of Fluent Bit v3, which includes several new features as well as performance enhancements. The release adds support for: A huge thank you to… ⌘ Read more
Untitled ⌘ Read more
Due to OpenAI’s move to prepaid billing, I (finally) had to pay for using the OpenAI API. But this also allows me to finally use the gpt-4-turbo-preview model as I have reached tier 1. Now the AI-generated summaries on this blog will be created using this new model. 😄 ⌘ Read more
Go 語言的雙向鏈表、list 操作和雙向循環鏈表- 這些誰認識?
雙向鏈表1)雙向鏈表的結構雙向鏈表結構中元素在內存中不是緊鄰空間,而是每個元素中存放上一個元素和後一個元素的地址第一個元素稱爲(頭)元素,前連接(前置指針域)爲 nil 最後一個元素稱爲 尾(foot)元素,後連接(後置指針域)尾 nil 雙向鏈表的優點在執行新增元素或刪除元素時效率高,獲取任意一個元素,可以方便的在這個元素前後插入元素 充分利用內存空間,實現內存靈活管理 ⌘ Read more
更強大的 Go 執行跟蹤能力
runtime/trace 包 1] 包含了一個強大的工具, 可用於理解和調試 Go 程序。該功能允許我們在一段時間內對每個 goroutine 的執行進行跟蹤。使用 go tool trace 命令 [2), 我們就可以可視化和探索這些跟蹤數據。跟蹤的魔力在於, 它可以輕鬆揭示程序中一些通過其他方式很難發現的問題。例如, 大量 goroutine 在同一個 channel 上阻塞導致的併發瓶頸, ⌘ Read more
Kelly Clarkston Asks Neil About Rainbows #kellyclarkson href=”https://txt.sour.is/search?q=%23neildegrassetyson”>#neildegrassetyson** ⌘ Read more
Docker Partners with NVIDIA to Support Building and Running AI/ML Applications
At the NVIDIA GTC global AI conference, the latest release of NVIDIA AI Enterprise was announced, providing businesses with the tools and frameworks needed to build and deploy custom generative AI models with NVIDIA AI foundation models, the NVIDIA NeMo framework, and the just-announced NVIDIA NIM inference microservices. Learn about some of the Docker resources available to customers today. ⌘ Read more
Why Did My iPhone Alarm Stop Automatically & Turn Itself Off?
If you use your iPhone as an alarm clock, as many iPhone owners do, you may have discovered that if the iPhone alarm is sounding and ringing continuously on it’s own, eventually the iPhone alarm turns itself off automatically. While this may be confusing if you’re used to old analog alarm clocks that will ring … [Read More](https://osxdaily.com/2024/03/18/why-did-my-iphone-alarm-stop-automatically-turn-itself … ⌘ Read more
Erlang Solutions: Guess Less with Erlang Doctor
BEAM languages, such as Erlang and Elixir, offer a powerful tracing mechanism, and Erlang Doctor is built on top of it. It stores function calls and messages in an ETS table, which lowers the impact on the traced system, and enables querying and analysis of the collected traces. Being simple, always available and easy to use, it encourages you to pragmatically investigate system logic rather than guess about the reason for its behaviour.
This blog pos … ⌘ Read more
Gaining kernel code execution on an MTE-enabled Pixel 8
In this post, I’ll look at CVE-2023-6241, a vulnerability in the Arm Mali GPU that allows a malicious app to gain arbitrary kernel code execution and root on an Android phone. I’ll show how this vulnerability can be exploited even when Memory Tagging Extension (MTE), a powerful mitigation, is enabled on the device.
The post [Gaining kernel code execution on an MTE-enabled Pixel 8](https://github.blog/2024-03-18-gaining-kerne … ⌘ Read more
L’écologie punitive s’étend chaque jour à de nouveaux domaines
Les informations en provenance du terrain remontent petit-à-petit et l’horreur se précise, avec tout ce qu’elle peut comporter de scandaleux : l’écologie ne serait plus la préoccupation numéro un des Français et, par voie de conséquence insupportable, de toutes les entreprises en France ! Oui, vous avez bien lu et même si certains ultralibéraux mangeurs de chatons […] ⌘ Read more
AAEON’s Multi-PoE Fanless Appliance for Embedded In-Vehicle Solutions
Today, AAEON unveiled the VPC-5640S, a multi-PoE and fanless appliance, specifically designed for the embedded in-vehicle solutions market. This versatile device supports various 12th Gen Intel Core processors and is compatible with up to 64GB of DDR5 memory. The product specs list indicate that the VPC-5640S can be ordered with any of the following 12th […] ⌘ Read more
Moon Armor Index
⌘ Read more
Use an iPad as an HDMI Display with Orion & a USB-C Capture Card
You can turn your iPad into a portable HDMI display with the help of a neat app named Orion, plus a USB-C Capture Card. How this works is really straight forward; you connect the USB-C Capture Card dongle to the iPad Pro USB-C port, then you connect your device to that dongle via HDMI, that … Read More ⌘ Read more
More basement:
I completely forgot that DVD-RAM was a thing once. Found my old disks and they still work. 🤯 The data on them is from 2008, so they’re not that old. Still impressive.
The disks are two-sided. On the photo, that particular side of the disk on the left appears to be completely unused. 🤔
And then I read on Wikipedia that DVD-RAMs aren’t produced anymore at all today. Huh.
(I refuse to tag this as “retrocomputing”. Read/write DVDs that you can use just like a harddisk, thanks to UDF, are still “new and fancy” in my book. 😂)
Untitled ⌘ Read more
Am I Your New Favourite Zombie-Slaying Video Game Character?! ⌘ Read more
[47°09′42″S, 126°43′42″W] Reading: 1.16000 PPM
[47°09′28″S, 126°43′43″W] Raw reading: 0x65F6A302, offset +/-2
Thanks @prologic@twtxt.net, I also just manage to get my own version of webmentions working. Please have a read at Webmentions vs. Custom Mentions Spec for Twtxt/Yarn - HedgeDoc and User Lookup for Twtxt/Yarn - Webfinger or Decentralized Identifiers (DIDs) - HedgeDoc for how it sorta works
M5Stack’s Affordable Programmable Power Supply Module 13.2 Priced at $24.50
M5Stack presents a compact and affordable solution for various technical needs with their Programmable Power Supply Module 13.2. Ideal for DIY enthusiasts and developers, this module is a user-friendly and adjustable power supply for embedded system development and a variety of other projects. M5Stack states that the Module13.2-PPS utilizes advanced Step-down buck technology and operates […] ⌘ Read more
HolyBro Durandal Flight Controller Leverages STM32H7 MCU Series
The Holybro Durandal is a sophisticated flight controller designed for drone applications, compatible with both the Ardupilot and PX4 open-source frameworks. It features a built-in vibration isolation system and is equipped with a variety of onboard sensors. Additionally, it offers multiple I/O options for enhanced connectivity. The core of the Durandal flight controller is the […] ⌘ Read more
“Cloudflare loses 22% of its domains in Freenom .tk shutdown”
Reading about Freenom and .tk domains brings back memories: The first domains I registered were free .tk domains because I was too cheap to pay for domains as a high school student and also had no credit card to do so. ⌘ Read more
Extended content warning
I realized recently that I wrote some cringe (to put it mildly) posts in my late adolescent phase. On the one hand, I would of course like to banish these posts from my blog, after all, my opinion has changed completely in some cases since then. But on the other hand, it would be a shame to let this part of my personal development simply disappear. ⌘ Read more
What is fileproviderd on Mac & Why Does it Use High CPU?
A process named fileproviderd may be discovered by some Mac users, usually seen in Activity Monitor when someone has discovered that their Mac feels like it’s running slower than usual. There, fileproviverd may be using high amounts of CPU, and by using heavy system resources, the Mac slows down. What is fileproviderd? Fileproviderd is a … [Read More](https://osxdaily.com/2024/03/16/what-is-fileproviderd-on-mac-why-doe … ⌘ Read more
[47°09′42″S, 126°43′24″W] Reading: 0.43000 PPM
[47°09′13″S, 126°43′55″W] Reading: 1.88000 PPM
Untitled ⌘ Read more
Untitled ⌘ Read more
[47°09′51″S, 126°43′36″W] Raw reading: 0x65F53561, offset +/-1
Untitled ⌘ Read more
What Is The Hungry Judge Effect? ⌘ Read more
How to Find Universal Control Settings on MacOS Sonoma & Ventura?
Universal Control is one of the most useful features available for Mac users who have multiple Macs and iPads that they’d like to control with a single mouse and keyboard, it works really well and offers a great experience once it’s setup and working. But, like so many other recent changes to the Mac that … [Read More](https://osxdaily.com/2024/03/15/how-to-find-universal-control-settings-on-macos-son … ⌘ Read more
Ignite Realtime Blog: Openfire inVerse plugin version 10.1.7.1 released!
We have made available a new version of the inVerse plugin for Openfire! This plugin allows you to easily deploy the third-party Converse client in Openfire. In this release, the version of the client that is bundled in the plugin is updated to 10.1.7.
The updated plugin should become available for download in your Openfire admin console in the course of the next few hours. … ⌘ Read more
使用 mapstructure 高效解析 Go 語言中的動態數據結構
在處理數據流(如 JSON、Gob 等)過程中,我們可能不知道底層數據的結構,這時mapstructure庫就能大顯身手了。這款 Go 語言庫可以將通用 map 值解碼爲 Go 本地結構,也可執行反向操作,並提供有用的錯誤處理功能。今天,我們就深入瞭解這個庫,並列舉一些豐富的示例來幫助你掌握它的使用方法。簡介–mapstructure是一款 Go 庫,允許開發者將map[string]inter ⌘ Read more
Untitled ⌘ Read more
Faites attention, les Russes (et les supporters anglais) sont partout !
Au moins les choses sont claires tant elles sont expliquées partout, aux tribunes de nos parlements, sur nos plateaux télés et aux gros micros mous de nos plus belles radios : la République est menacée de toute part et par nuls autres que les Russes. Les offices de renseignement français ont travaillé d’arrache pied et sont […] ⌘ Read more