Deals: Apple Watch Series 9 from $299, MacBook Air 15″ 512GB for $1199, iPhone 15 Pro for $0.01, etc
Amazon has some great Apple deals today, particularly on select colors of Apple Watch Series 9 at just $299, and M2 MaceBook Air 15″ 512GB model for just $1199. These are substantial discounts, but stock is changing quickly depending on color, so if you see the deal, act fast, otherwise you might try refreshing the … [Read More](https:/ … ⌘ Read more
Ignite Realtime Blog: Non-SASL Authentication Openfire plugin 1.1.0 released!
We’ve just released version 1.1.0 of the Non-SASL Authentication plugin for Openfire! This release fixes a compatibility issue with Openfire 4.8.0.
The Non-SASL Authentication plugin provides an implementation for authentication with Jabber servers and services using the jabber:iq:auth namespace, as specified in XEP-0078: Non-SASL Authentication. … ⌘ Read more
DFRobot Coin-Sized ESP32-C6 Board with RISC-V Core, Priced at $4.90
The Beetle ESP32-C6 is a compact and versatile IoT development board by DFRobot, designed for Arduino enthusiasts and developers looking to explore low-power IoT solutions. This tiny gizmo offers up to 16x I/Os and an array of communication protocols including Wi-Fi 6, Bluetooth 5, Zigbee 3.0, and Thread 1.3. This device utilizes the same Espressif […] ⌘ Read more
DietPi January 2024 news (version 9.0)
DietPi’s latest release, version 9.0, rolled out today, marks a significant update for the lightweight Linux OS, renowned for its efficiency on single-board computers. This release phases out support for the older Debian Buster version, introduces compatibility with the new 1.5 GB Orange Pi Zero 3, and brings several enhancements and bug fixes across the […] ⌘ Read more
Ignite Realtime Blog: HTTP File Upload plugin 1.4.0 released
The HTTP File Upload plugin is a plugin for Openfire that allow users to easily share files (such as pictures) in a chat
A new release is now available for this plugin: version 1.4.0.
This release introduces a couple of interesting security improvements:
- an additional guard has been added that should prevent scripts embedded in data to be executed without the recipient’s approval
- It is now possible to configure a viru … ⌘ Read more
Ignite Realtime Blog: Presence Service plugin v1.7.2 release
The Presence Service plugin is a plugin for Openfire. It provides a service that provides simple presence information over HTTP. It can be used to display an online status icon for a user or component on a web page or to poll for presence information from a web service.
A new release is now available for this plugin: version 1.7.2.
In this release, an incompatibility with the recently released Openfire 4.8.0 was fixed. Als … ⌘ Read more
基於 go 實現 lsm tree 之主幹框架
0 導讀去年 4 月的時候,我和大家分享了一篇文章——初探 rocksDB 之 lsm tree,和大家一起探討了 lsm tree 結構的底層實現原理. 秉着 【基於源碼支撐原理】 的一貫原則,從本期開始,咱們把源碼篇的坑填上.接下來我將開啓一個新的專題——基於 go 語言從零到一實現 lsm tree,本專題共分爲下述四篇內容:• 基於 go 實現 lsm tree 之主幹框架(本篇) ⌘ Read more
Rust Embedded Working Group Announces Embedded-HAL v1.0
The Rust Embedded Working Group has announced a significant milestone with the release of embedded-hal version 1.0, marking a new chapter in the Rust embedded ecosystem. This release, alongside companion crates like embedded-hal-bus, embedded-hal-async, and embedded-hal-nb, represents a culmination of efforts since 2020 to stabilize and refine the embedded-hal traits. Embedded-HAL is a Rust-based framework […] ⌘ Read more
Ignite Realtime Blog: Openfire 4.8.0 Released!
The Ignite Realtime community is happy to be able to announce the immediate availability of version 4.8.0 of Openfire, its cross-platform real-time collaboration server based on the XMPP protocol!
This is the first major release of Openfire in about two years, and that shows: 199 tickets have been closed against this release! As a fun fact: the oldest of these issues was raised in 2015, the youngest: three days ago. Some of the highlights in this relea … ⌘ Read more
FireBeetle 2 Upgraded with RISC-V Based ESP32-C6 SoC Featuring Zigbee 3.0 and Thread 1.3 Connectivity
DFRobot has announced the launch of the updated FireBeetle 2, now incorporating the latest ESP32-C6 System-on-Chip from Espressif Systems. This enhanced development board integrates standard I/Os, includes comprehensive battery support, and offers advanced connectivity options with Zigbee 3.0 and Thread 1.3. Unlike the FireBeetle 2 (ESP32-S3) … ⌘ Read more
v3.0.0-beta.5 | Gitness ⌘ Read more
v3.0.0-beta.5 | Gitness ⌘ Read more
v3.0.0-beta.5 | Gitness ⌘ Read more
v3.0.0-beta.5 | Gitness ⌘ Read more
v2.22.0 ⌘ Read more
FreshRSS 1.23.0 ⌘ Read more
1.23.0 ⌘ Read more
1.23.0 ⌘ Read more
Go map 讀寫性能優化 - 分片 map
基本在所有的編程語言中,都有 map 這種數據結構,Go 語言也不例外。我們知道 Go 是一門對併發支持得比較好的語言,但是 map 並不支持併發讀寫。比如,下面這種寫法是錯誤的:var m = make(map[int]int)var wg sync.WaitGroupwg.Add(2)// 啓動兩個協程序同時寫入 mapgo func() { for i := 0; i < 100; i ⌘ Read more
Ignite Realtime Blog: Smack 4.5.0-alpha2 released
We are happy to announce the release of the second alpha release of Smack’s upcoming 4.5 version.
This version fixes a nasty bug in Smack’s reactor, includes support for XMPP over WebSocket connections and much more. Even though Smack has a good test coverage, due its comprehensive unit test suite and integration test framework, we kindly ask you to test pre-releases and report feedback.
As always, [this Smack release is available via Maven C … ⌘ Read more
Upgrading GitHub.com to MySQL 8.0
GitHub uses MySQL to store vast amounts of relational data. This is the story of how we seamlessly upgraded our production fleet to MySQL 8.0.
The post Upgrading GitHub.com to MySQL 8.0 appeared first on The GitHub Blog. ⌘ Read more
v2.21.0 ⌘ Read more
2023 年 Go 併發庫的變化
2023 年來, Go 的併發庫又有了一些變化,這篇文章是對這些變化的綜述。小細節的變化,比如 typo、文檔變化等無關大局的變化就不介紹了。sync.Once———Go 1.21.0 中增加了和 Once 相關的三個函數,便於 Once 的使用。func OnceFunc(f func()) func()func OnceValueT any T) func() Tfunc Once ⌘ Read more
Ignite Realtime Blog: More Openfire plugin maintenance releases!
Following the initial batch of Openfire plugin releases that we did last week, another few have been made available!
Version 1.0.1 of the Spam Blacklist plugin was released. This plugin uses an external blocklist to reject traffic from specif … ⌘ Read more
Go 淺析主流日誌庫:從設計層學習如何集成日誌輪轉與切割功能
前言在現有的日誌庫中,包括 go 1.21.0 引入的 slog 日誌庫,它們通常都支持對日誌文件進行輪轉與切割,只不過這些功能並不直接被內置,而是需要我們主動配置來啓用。本文將探討幾個熱門的日誌庫如 logrus、zap 和官網的 slog,我將分析這些庫的的關鍵設計元素,探討它們是如何支持日誌輪轉與切割功能的配置。 淺析 logrus、zap 和 slog 的設計在對 logrus、zap 和 ⌘ Read more
Yesterday, I used a rental car to avoid problems with Deutsche Bahn. Today, trying to do another trip with DB, the train is 50 minutes delayed. Karma? 🙃 Or it’s the weather again, DB’s infrastructure isn’t working well at temperatures below 0 °C. 🤷♂️ ⌘ Read more
0_0
Live at Bush Hall, Scaring the Hoes, 10,000 gecs, and Isn’t It Now were all this year as well…
This really feels like an unusual amount of cool new music ⌘ Read more
Ignite Realtime Blog: External Service Discovery plugin 1.0.2 released!
Version 1.0.2 of the External Service Discovery plugin has been released!
This Openfire plugin allows your users to use external STUN and TURN services, optionally making use of temporary credentials for those services. It often is a prerequisite for being able to set up audio or video calls with Openfire.
This version brings better compatibility with TURN services other than those implemented by CoTur … ⌘ Read more
Pinellas County - Junk: 0.65 miles, 00:10:25 average pace, 00:06:48 duration
called it early due to spicy food.
#running
Ignite Realtime Blog: Openfire 4.8.0 beta release!
It is exciting to be able to announce the immediate availability of the beta release of Openfire 4.8.0!
It has been 667 days ago since we released the 4.7.0. That was the last time that a release was made from the same source code branch. And, that shows: we have closed almost 180 issues against this release! I’ll reserve the details for a blogpost on the 4.8.0 (non-beta) release, but some of the highlights are:
- We’ve dropped support for Jav … ⌘ Read more
«Мы считаем это совершенной версией первого поколения»: Valve о Steam Deck OLED
При этом в компании уверены, что Steam Deck 2.0 необходим.
SPRF Pelikids: 0.84 miles, 00:10:10 average pace, 00:08:31 duration
ran with ace. she did great with only a couple of walk breaks. definitely had me working hard! pretty cool to run on the rowdies field, too!
#running #race
Subtext 3.0 Released ⌘ Read more
Redshift
⌘ Read more
Redshift
⌘ Read more
v3.0.0-beta.4 | Gitness ⌘ Read more
v3.0.0-beta.4| Gitness ⌘ Read more
jazigo 0.13.0 - Go tool for retrieving configuration for multiple network devices
Jazigo is a tool written in Go for retrieving configuration for multiple network devices, similar to rancid, fetchconfig, oxidized, Sweet.
Jazigo 0.13.0 adds support for setting ciphers for SSH transport.
1 point … ⌘ Read more
Isode: M-Link 19.4 Limited Release
M-Link 19.4 provides a very significant update and in particular provides the M-Link User Server product. It also provides M-Link MU Server, M-Link MU Gateway and M-Link Edge. It does not provide M-Link IRC Gateway, which remains M-Link 17.0 only.
M-Link 19.4 Limited Release is provided ahead of the full M-Link 19.4 release. M-Link 19.4 Limited Release is fully supported by Isode for production deployment. There is one significant difference with a standard Isod … ⌘ Read more
FreshRSS 1.22.0 ⌘ Read more
BlueSCSI Wi-Fi DA 1.0 Released ⌘ Read more
FreshRSS 1.22.0 ⌘ Read more
FreshRSS 1.22.0 ⌘ Read more
v3.0.0-beta.3 | Gitness ⌘ Read more
Wikipedia Reader 1.0 Released ⌘ Read more
v3.0.0-beta.2 | Gitness ⌘ Read more
v3.0.0-beta.2 | Gitness ⌘ Read more
Security Advisory: High Severity Curl Vulnerability
The maintainers of curl, the popular command-line tool and library for transferring data with URLs, will release curl 8.4.0 on October 11, 2023. This version will include a fix for two common vulnerabilities and exposures (CVEs), one of which the curl maintainers rate as “HIGH” severity and described as “probably the worst curl security flaw in a long time.” In the meantime, you can prepare ahead of exploitability details being released … ⌘ Read more
iOS 17.0.3 Released to Fix Overheating iPhone 15 Pro Problem
Apple has released iOS 17.0.3 for iPhone to address an issue where many iPhone 15 Pro users were experiencing overheating iPhones and slow performance sometimes along with rapid battery drain. The update is recommended for all iPhone users to install, even though apparently the overheating issue is limited to iPhone 15 Pro devices. While a … [Read More](https://osxdaily.com/2023/10/04/ios-17-0-3-released-to-fix-o … ⌘ Read more
v3.0.0-beta.1 | First Gitness Release (Beta) ⌘ Read more