rehrar releases Stack Wallet v2.1.7, Stack Duo v1.2.3
rehrar1 has released Stack Wallet2 version 2.1.73 and Stack Duo version 1.2.34 with Monero coin control, other changes and updates.
Stack Wallet:
* Added Monero/WOW coin control
* Added Cardano
* Updated FROST with latest and greatest
Stack Duo:
* Monero coin control
* Frost tweaks and changes
* Tweaks to how Bitcoin connects to ElectrumX [..]
The release notes, binar … ⌘ Read more
Oh boy, I’m looking for trapezoidal (like ACME thread) screws and nuts in left hand form. The rods are already expensive, but nuts feel like a total ripoff. A hex nut for Tr20x2 being 30mm long and 30mm in “diameter” costs me 22 bucks! O_o Just a single one, made of regular steel. A meter of rod is 21€. The more common Tr20x4 hex nut is just 7€ and the rod 17€, but 4mm pitch is a bit much for a leadscrew for semi-precision work I reckon.
Well, maybe I just use metric threads. I will sleep on this.
I believe I’d missed an f
:
~/src/jenny $ git diff
diff --git a/jenny b/jenny
index ada8da2..8ae9a06 100755
--- a/jenny
+++ b/jenny
@@ -1194,7 +1194,7 @@ if __name__ == '__main__':
if args.edit:
edit_twt_file(app)
elif args.fetch:
- with DirectoryLock(f'/tmp/jenny-{getuser()}.run'):
+ with DirectoryLock(expanduser(f'~/tmp/jenny-{getuser()}.run')):
retrieve_all(app)
elif args.last_seen:
print('Feeds last seen at (times are local time), oldest first:')
@doesnm@doesnm.p.psf.lt I’ve just given it a try on android/termux and got it to work, I can’t promise it won’t break something else (because i definitely don’t know what I’m doing) but here’s what I broke 😅:
~/src/jenny $ git diff
diff --git a/jenny b/jenny
index ada8da2..8ae9a06 100755
--- a/jenny
+++ b/jenny
@@ -1194,7 +1194,7 @@ if __name__ == '__main__':
if args.edit:
edit_twt_file(app)
elif args.fetch:
- with DirectoryLock(f'/tmp/jenny-{getuser()}.run'):
+ with DirectoryLock(expanduser('~/tmp/jenny-{getuser()}.run')):
retrieve_all(app)
elif args.last_seen:
print('Feeds last seen at (times are local time), oldest first:')
and of course make sure you mkdir ~/tmp
URVE Board A55 Runs Linux on Rockchip RK3566 SoC
The URVE Board A55 is a compact, high-performance Arm-based computer designed for continuous 24/7/365 operation. It is well-suited for applications in industrial automation, IoT, robotics, and multimedia content display. The System-on-Module features a Rockchip RK3566 Quad-Core Cortex-A55 processor, running at 1.8 GHz across four cores with 2GB of DDR3 RAM and 8GB of eMMC storage, […] ⌘ Read more
iOS 17.7 & iPad 17.7 Updates Released with Security Fixes
Apple has released iOS 17.7 and iPadOS 17.7 as software updates for iPhone and iPad, containing important security fixes that make these updates recommended to install. While most attention is on the freshly released iOS 18 and iPadOS 18 software updates for iPhone and iPad users, Apple has also released security updates for users who … [Read More](https://osxdaily.com/2024/09/18/ios-17-7-ipad-17-7-updates-released- … ⌘ Read more
Fanless PC with N97 CPU Dual GbE LAN and Dual HDMI Ports Supporting 4K at 60Hz
The QBiX-ADNAN97-A1 is an industrial-grade computing system engineered for robust performance and reliability. Featuring a compact, fanless design, it supports a DDR5 memory system, SATA 3.0, and dual GbE LAN ports, ensuring robust wired connectivity. As its name suggests, this industrial system features the Intel Processor N97, which is part of Intel’s 7 series. The […] ⌘ Read more
MacOS Sonoma 14.7 & MacOS Ventura 13.7 Updates Released with Security Fixes
Apple has issued new software updates for MacOS Sonoma 14.7 and MacOS Ventura 13.7, for users who are not yet installing the freshly released MacOS Sequoia 15.0 system software upgrade. Both MacOS Sonoma 14.7 and MacOS Ventura 13.7 contain security fixes, and are therefore recommended to all Mac users. There are no new features or … [Read More](https://osxdaily.com/2024/09/17/maco … ⌘ Read more
More:
Subject: The [tag URI scheme](https://en.wikipedia.org/wiki/Tag_URI_scheme) looks interesting. I like that it human read- and writable. And since we already got the timestamp in the twtxt.txt it would be
somewhat trivial to parse. But there are still the issue with what the name/id should be... Maybe it doesn't have to bee that stick? Instead of using `tag:` as the prefix/protocol, it would more it clear
what we are talking about by using `in-reply-to:` (https://indieweb.org/in-reply-to) or `replyto:` similar to `mailto:` 1. `(reply:sorenpeter@darch.dk,2024-09-15T12:06:27Z)' 2.
`(in-reply-to:darch.dk/twtxt.txt,2024-09-15T12:06:27Z)' 2. `(replyto:http://darch.dk/twtxt.txt,2024-09-15T12:06:27Z)' I know it's longer that 7-11 characters, but it's self-explaining when looking at the
twtxt.txt in the raw, and the cases above can all be caught with this regex: `\([\w-]*reply[\w-]*\:` Is this something that would work?
Subject: The [tag URI scheme](https://en.wikipedia.org/wiki/Tag_URI_scheme) looks interesting. I like that it human read- and writable. And since we already got the timestamp in the twtxt.txt it would be
somewhat trivial to parse. But there are still the issue with what the name/id should be... Maybe it doesn't have to bee that stick? Instead of using `tag:` as the prefix/protocol, it would more it clear
what we are talking about by using `in-reply-to:` (https://indieweb.org/in-reply-to) or `replyto:` similar to `mailto:` 1. `(reply:sorenpeter@darch.dk,2024-09-15T12:06:27Z)` 2.
`(in-reply-to:darch.dk/twtxt.txt,2024-09-15T12:06:27Z)` 3. `(replyto:http://darch.dk/twtxt.txt,2024-09-15T12:06:27Z)` I know it's longer that 7-11 characters, but it's self-explaining when looking at the
twtxt.txt in the raw, and the cases above can all be caught with this regex: `\([\w-]*reply[\w-]*\:` Is this something that would work?
Notice the difference? Soren edited, and broke everything.
The tag URI scheme looks interesting. I like that it human read- and writable. And since we already got the timestamp in the twtxt.txt it would be somewhat trivial to parse. But there are still the issue with what the name/id should be… Maybe it doesn’t have to bee that stick?
Instead of using tag:
as the prefix/protocol, it would more it clear what we are talking about by using in-reply-to:
(https://indieweb.org/in-reply-to) or replyto:
similar to mailto:
(reply:sorenpeter@darch.dk,2024-09-15T12:06:27Z)
(in-reply-to:darch.dk/twtxt.txt,2024-09-15T12:06:27Z)
(replyto:http://darch.dk/twtxt.txt,2024-09-15T12:06:27Z)
I know it’s longer that 7-11 characters, but it’s self-explaining when looking at the twtxt.txt in the raw, and the cases above can all be caught with this regex: \([\w-]*reply[\w-]*\:
Is this something that would work?
@prologic@twtxt.net earlier you suggested extending hashes to 11 characters, but here’s an argument that they should be even longer than that.
Imagine I found this twt one day at https://example.com/twtxt.txt :
2024-09-14T22:00Z Useful backup command: rsync -a “$HOME” /mnt/backup
and I responded with “(#5dgoirqemeq) Thanks for the tip!”. Then I’ve endorsed the twt, but it could latter get changed to
2024-09-14T22:00Z Useful backup command: rm -rf /some_important_directory
which also has an 11-character base32 hash of 5dgoirqemeq. (I’m using the existing hashing method with https://example.com/twtxt.txt as the feed url, but I’m taking 11 characters instead of 7 from the end of the base32 encoding.)
That’s what I meant by “spoofing” in an earlier twt.
I don’t know if preventing this sort of attack should be a goal, but if it is, the number of bits in the hash should be at least two times log2(number of attempts we want to defend against), where the “two times” is because of the birthday paradox.
Side note: current hashes always end with “a” or “q”, which is a bit wasteful. Maybe we should take the first N characters of the base32 encoding instead of the last N.
Code I used for the above example: https://fossil.falsifian.org/misc/file?name=src/twt_collision/find_collision.c
I only needed to compute 43394987 hashes to find it.
MNT Pocket Reform: Linux-Powered Mini Laptop with Rockchip RK3588 or Amlogic A311D CPU Modules
The MNT Pocket Reform is now officially available for purchase, following the successful delivery of crowdfunded units via Crowd Supply. This 7″ modular mini laptop offers a range of customization options, making it a suitable option for open-source enthusiasts and developers. Users can select from multiple CPU modules, including the A311D (Banana Pi) and t … ⌘ Read more
iOS 18 Beta 8 Available to Download
Apple has released iOS 18 beta 8 alongside iPadOS 18 beta 8 for users enrolled in the developer beta testing programs for Apple system software. The rumors that beta 7 could be the final build have proved false, as iOS 18 beta 8 and iPadOS 18 beta 8 are now available as well as macOS … Read More ⌘ Read more
DietPi August 2024 News (Version 9.7)
The August 2024 release of DietPi v9.7 brings a series of enhancements, bug fixes, and a major kernel upgrade for devices utilizing the RK3588 SoC. This minor update focuses on improving system stability and user experience, particularly for ODROID and NanoPi devices. DietPi: DietPi is a lightweight and optimized operating system based on Linux, tailored […] ⌘ Read more
Golang 面試題:strings 和 strconv 包
作爲一種基本數據結構,每種語言都有一些對於字符串的預定義處理函數。Go 中使用 strings 包來完成對字符串的主要操作。4.7.1 前綴和後綴———–HasPrefix 判斷字符串 s 是否以 prefix 開頭:strings.HasPrefix(s, prefix string) boolHasSuffix 判斷字符串 s 是否以 suffix 結尾:strings.HasS ⌘ Read more
Public Beta 5 of iOS 18, macOS Sequoia, iPadOS 18 Available for Testing
Apple has issued the 5th public beta of iOS 18, iPadOS 18, and macOS Sequoia. The 5th public beta build matches the 7th developer beta build, as is typically the case. There are rumors that iOS 18 dev beta 7 (and therefore iOS 18 public beta 5) is the final beta version of iOS 18.0, … [Read More](https://osxdaily.com/2024/08/21/public-beta-5-of-ios-18-macos-sequoia-ipados-18-available-for-test … ⌘ Read more
MacOS Sequoia 15 Beta 7 Available for Testing
The 7th beta version of macOS Sequoia 15 has been released for testing to those in the developer beta testing program. The same build is available to public beta testers as public beta 5. Additionally, iOS 18 beta 7, iPadOS 18 beta 7, watchOS 11 beta 7, tvOS 18 beta 7, and visionOS 2 beta … Read More ⌘ Read more
iOS 18 Beta 7 Available Now, Could Be Final Beta?
iOS 18 beta 7 and iPadOS 18 beta 7 are now available to users in the developer beta testing programs for iOS and iPadOS. Matching the 7th developer betas are the 5th public betas, which are available as well. And iOS 18 beta 7 might be the final beta version, other than features that are … Read More ⌘ Read more
iOS 16.7.9, iPadOS 16.7.9, iOS 15.8.3, & iPadOS 15.8.3 Released with Security Fixes
Apple has issued security updates for prior generation iPhone and iPad models that are not compatible with iOS 17.6 and iPadOS 17.6. Specifically, the new updates are versioned as iOS 16.7.9, iPadOS 16.7.9, iOS 15.8.3, and iPadOS 15.8.3, and include important security fixes making them recommended for all users to install onto compatible devices. iOS … [Read More](htt … ⌘ Read more
MacOS Ventura 13.6.8, MacOS Monterey 12.7.6, Safari 17.6 Released with Security Fixes
Apple has released MacOS Ventura 13.6.8 and MacOS Monterey 12.7.6 with important security fixes for Mac users who are running the Ventura and Monterey operating systems. These updates include the same relevant security patches that are available in Sonoma 14.6. Ventura and Monterey users will also find an update for Safari 17.6 as well. Though … [Read More](https:// … ⌘ Read more
Rivian CEO Explains Why Apple CarPlay Won’t Come to Its Vehicles
Electric automaker Rivian has no plans to introduce support for Apple CarPlay in its vehicles, founder and CEO RJ Scaringe says.
The company’s stance was explained in a recent interview with [The Verge](https://www.theverge.com/2024/7/22/24203609/rivian-apple-carplay-support-rj-sc … ⌘ Read more
Genkit:新一代基於 Go 的 AI 應用開發框架
Google 推出了 Genkit for Go,這是一個開源框架,用來以 Go 語言原生構建 AI 應用與雲服務。該項目是 Google Firebase 和 Go 團隊聯手合作的最新成果。Genkit for Go 於 7 月 17 日正式推出,目前版本處於 alpha 階段。Gophers 能夠通過它將 Go 的性能和併發優勢與 Genkit 的庫和工具相結合,從而來構建生成式 AI 應用程 ⌘ Read more
The Reason We Have 7 Days in a Week ⌘ Read more
Turing Pi 2.5 4-Node Mini-ITX Cluster Board Receives Hardware Upgrades
The Turing Pi 2.5 is an updated version of the Turing Pi 2.0, a 4-node mini ITX cluster board compatible with Raspberry Pi CM4 modules and Nvidia Jetson modules. This compact device is designed for applications such as building Homelabs, self-hosting, and machine learning tasks, as it is capable of continuous 24/7 operation. The Turing […] ⌘ Read more
Go 使用 interface 時的 7 個常見錯誤
寫在正文之前閱讀本文之前我們來先熟悉以下的代碼原則,如果你已經很熟悉這些內容,可以直接跳到正文。接口隔離原則:絕不能強迫客戶實現其不使用的接口,也不能強迫客戶依賴其不使用的方法。 多態性:代碼變化會根據接收到的具體數據改變其行爲。 里氏替換原則:如果你的代碼依賴於一個抽象概念,那麼一個實現可以被另一個實現所替代,而無需更改你的代碼。 抽象的目的不是爲了含糊不清,而是爲了創造一 ⌘ Read more
Compex Introduces New Wi-Fi 7 Dual-Band Modules: WLE7002E25D and WLT7002E25D-E
Compex Systems has expanded its range of wireless solutions by introducing two new Wi-Fi 7 modules: the WLE7002E25D and the WLT7002E25D-E. These modules are designed to enhance wireless performance and reliability, offering a cost-effective alternative to Wi-Fi 6 modules according to the company. The WLE7002E25D features a standard MiniPCIe form factor, marking it as one […] ⌘ Read more
AAEON UP Xtreme i14 Series Featuring 125H/155H Intel Processors Now Available for Pre-Order
AAEON UP Xtreme i14 Series Featuring 125H/155H Intel Processors Now Available for Pre-Order
The UP Xtreme i14 series is engineered for compact computing applications in industrial and commercial settings. It supports either the Intel Core Ultra 5 processor 125H or the Intel Core Ultra 7 processor 155H, both paired with Intel Arc graphics. This series also featur … ⌘ Read more
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
Best Apple Deals of the Week: Get $100 Off Apple Watch Series 9 Plus Low Prices on AirPods
Amazon had one of the week’s best Apple deals, with $100 off a huge collection of Apple Watch Series 9 models. While some of these have since expired, there are still plenty of aluminum and stainless steel models on sale at this steep discount, and you’ll also find discounts on AirPods, MacBook Air, and the Apple Studio Display.
Revealed: Complete iPhone 16 Pro and iPhone 16 Pro Max Dimensions
This year, Apple is set to increase the size of its premium iPhones, and it will be the first size update we’ve had in several years. While we’ve known for some time that the iPhone 16 Pro will measure in at 6.3 inches (up from 6.1) and the Pro Max will measure in at 6.9 inches (up from 6.7), we have not had a complete picture of every dimension, until now.
 的支持。這允許指導編譯器根據系統的真實行爲引入優化。在 Cloudflare 的可觀察性團隊中,我們維護着一些基於 Go 的服務,這些服務在全球範圍內使用數千個內核,因此,即使宣傳的節省 2-7%,也能大幅減少我們的 CPU 佔用空間,而且實際上是免費的。這將減少我們內部服務的 CPU 使用率,釋放這些資源來滿足客戶請求 ⌘ Read more
ASUS ExpertCenter PN65: Now Available with Intel Core Ultra 5 125H & Ultra 7 155H Processors
ASUS ExpertCenter PN65: Now Available with Intel Core Ultra 5 125H & Ultra 7 155H Processors
The ASUS ExpertCenter PN65, a compact mini-PC announced earlier this year, is compatible with Intel’s Meteor Lake processors. ASUS indicates that this product was designed to support demanding AI applications, including advanced object recognition and sound detection, whi … ⌘ Read more
MacOS Ventura 13.6.7 & macOS Monterey 12.7.5 Updates Available
macOS Ventura 13.6.7, macOS Monterey 12.7.5, and Safari 17.5 are now available as software updates for Mac users who are not running the macOS Sonoma operating system and the just released MacOS Sonoma 14.5 update. macOS Ventura 13.6.7, macOS Monterey 12.7.5, and Safari 17.5 focus on security fixes and are not expected to include any … [Read More](https://osxdaily.com/2024/05/14/macos-ventura-13-6-7-macos- … ⌘ Read more
MacOS Ventura 13.6.7 & macOS Monterey 12.7.5 Updates Available
macOS Ventura 13.6.7 and macOS Monterey 12.7.5 are now available as software updates for Mac users who are not running the macOS Sonoma operating system and the just released MacOS Sonoma 14.5 update. macOS Ventura 13.6.7 and macOS Monterey 12.7.5 focus on security fixes and are not expected to include any significant changes, bug fixes, … [Read More](https://osxdaily.com/2024/05/14/macos-ventura-13-6-7-ma … ⌘ Read more
iOS 16.7.8 & iPadOS 16.7.8 Updates for Older iPhones & iPads Available
Alongside iOS 17.5 and iPadOS 17.5, Apple has also released iOS 16.7.8 and iPadOS 16.7.8 updates for older model iPhone and iPads. iOS 16.7.8 and iPadOS 16.7.8 include security fixes and do not appear to have any other changes. iOS 16.7.8 and iPadOS 16.7.8 are available for iPhone 8, iPhone 8 Plus, iPhone X, iPad … [Read More](https://osxdaily.com/2024/05/14/ios-16-7-8-ipados-16-7-8-upda … ⌘ Read more
Apple Says It Stopped $7 Billion in Fraudulent Transactions in Last 4 Years
Apple today shared its fourth annual fraud prevention analysis, providing insight into how the App Store’s rules protect users from fraudulent apps and other security issues.
… ⌘ Read more
MacOS Sonoma 14.5 Update Released with Security Fixes
Apple has released MacOS Sonoma 14.5 for Mac users running the Sonoma operating system. The MacOS 14.5 update includes bug fixes, security enhancements, and some changes and improvements to add various word games to the paid Apple News+ service. Mac users running earlier versions of system software will find MacOS Ventura 13.6.7 and MacOS Monterey … [Read More](https://osxdaily.com/2024/05/13/macos-sonoma-14-5-update-released- … ⌘ Read more
@movq@www.uninformativ.de Maybe something for you: 7.css - A CSS framework for recreating Windows 7 UI
Apple Event Set for May 7, New iPads Expected
Apple has set an online event for 7:00AM PST on Tuesday, May 7, for the early birds on the west coast, or mid-morning east coast folks. While Apple offers only a vague hint of what’s to come with the event artwork, the rumor mill speculates that updated iPad models will be revealed that feature the … Read More ⌘ Read more
Survey Marker
⌘ Read more
Get started with the latest updates for Dockerfile syntax (v1.7.0)
Dockerfiles are fundamental tools for developers working with Docker, serving as a blueprint for creating Docker images. Learn about new Dockerfile (v1.7.0) capabilities and how you can can leverage them in your projects to further optimize your Docker workflows. ⌘ Read more
Noni Radio Module with Qualcomm’s Chipsets for WiFi-7 Connectivity
Noni Radio Module with Qualcomm’s Chipsets for WiFi-7 Connectivity ⌘ Read more
iOS 16.7.7 & iPadOS 16.7.7 Released for Older iPhone & iPad Models
Apple has released iOS 16.7.7 and iPadOS 16.7.7 for select older model iPhone and iPads. The updates seem to include the same essential and applicable security fixes that iOS 17.4.1 and iPadOS 17.4.1 included. Specifically, iOS 16.7.7 is available for iPhone 8, iPhone 8 Plus, iPhone X, while iPadOS 16.7.7 is available for iPad 5th … [Read More](https://osxdaily.com/2024/04/01/ios-16-7-7-ipados-1 … ⌘ Read more
Apple Deals: Save Up to $125 Off New M3 MacBook Air 15″ in 16GB / 512GB
The M3 MacBook Air 15″ model may be brand new, but Amazon is already offering up to 7% off the fantastic Mac laptop in certain configurations. Specifically, you can get the base model M3 MacBook Air with 8GB RAM and 256GB SSD for $1204 (down from $1299), but even better is the upgraded model with … [Read More](https://osxdaily.com/2024/03/29/apple-deals-save-up-to-125-off-new-m3-macbook-air … ⌘ Read more
MacOS Ventura 13.6.5 & macOS Monterey 12.7.4 Updates Available
Apple has released macOS Ventura 13.6.5 and macOS Monterey 12.7.4 to Mac users who continue to run the Ventura and Monterey operating systems, and who are not interested or able to run the freshly released MacOS Sonoma 14.4 update. Additionally, Safari 17.4 is available as an update alongside macOS Ventura 13.6.5 and macOS Monterey 12.7.4. … [Read More](https://osxdaily.com/2024/03/08/macos-ventura-13-6-5- … ⌘ Read more
iOS 16.7.6, iPadOS 16.7.6, iOS 15.8.2, & iPadOS 15.8.2 Released for Older iPhone & iPad Models
Apple has released updates to older iPhone and iPad models as iOS 16.7.6, iPadOS 16.7.6, iOS 15.8.2, & iPadOS 15.8.2. These software updates are available specifically for devices that are not running iOS 17.4 and iPadOS 17.4. Specifically, iOS 16.7.6, iPadOS 16.7.6, are available for iPhone X, iPhone 8, iPhone 8 Plus, iPad Pro 9.7″ … [Read Mo … ⌘ Read more
SolidRun’s First x86-based COM Express 7 Module Taps Ryzen V3000 Embedded V3C48 Processor
SolidRun’s latest Ryzen V3000 CX7 COM Module, with an 8-core/16-thread Ryzen Embedded V3C48 Processor and AMD’s 6nm ‘Zen3’ architecture, marks their entry into x86-based COM Express 7 modules, combining high performance and energy efficiency. The Ryzen V3000 CX7 COM Module from SolidRun features powerful AMD Ryzen processors (V3C18I, V3C48, or optional R7000 7840HS a … ⌘ Read more
Bird-feed loaf and a date: What children eat in Gaza
Hunger stalks the entire Gaza Strip, the tiny enclave where 2.3 million people have been living under Israel’s bombardment since Oct. 7 as it battles Hamas militants. In central Gaza, three young brothers had run away in secret to take refuge with their aunt in her tent in Deir al-Balah because there was nothing to eat in Gaza City. Just north of Deir al-Balah, Warda Mattar, a displaced mother … ⌘ Read more
Snow Blows Across Manitoba Highway
Parts of Saskatchewan and Manitoba received heavy snow as a winter storm hit Canada on Monday, February 26. Footage taken by X user @Clearski shows near-whiteout conditions on Highway 45 as she traveled toward Russell on Monday. A snowfall warning was in effect for Russell, where Environment Canada predicted up to 20 cm (7.8 inches) of snow accumulation and wind gusts up to 60 km/h (37 mph). CBC reported several schools in Mani … ⌘ Read more
Poor Lions. Blew a 24-7 lead to SF. Now I have to root for SF so KC doesn’t win another one…
MacOS Ventura 13.6.4 & MacOS Monterey 12.7.3 Released with Security Fixes
Apple has released MacOS Ventura 13.6.4 and macOS Monterey 12.7.3, each containing important security fixes, for Mac users who are not yet running macOS Sonoma. The security updates correspond with the macOS Sonoma 14.3 update that was issued for Sonoma users. It’s not unusual for many Mac users to continue to run older versions of … [Read More](https://osxdaily.com/2024/01/23/macos-v … ⌘ Read more
iOS 16.7.5 & iPadOS 16.7.5 Security Updates for Older iPhone & iPad Released
Apple has released iOS 16.7.5 and iPadOS 16.7.5 as updates for older model iPhone and iPad devices that are not running iOS 17.3. These updates are available for iPhone 8, iPhone 8 Plus, iPhone X, iPad 5th generation, iPad Pro 9.7-inch, and iPad Pro 12.9-inch 1st generation, whereas newer devices will find iOS 17.3 and … Read More ⌘ Read more
Acer Teams Up with Qualcomm to Launch Advanced 5G and Wi-Fi 7 Routers
Acer today announced the launch of two innovative gaming routers: the Predator Connect X7 5G CPE and the Predator Connect T7 Wi-Fi 7 Mesh Router. These routers are powered by the Qualcomm Immersive Home Platform and feature tri-band Wi-Fi 7, designed for gaming and streaming experience with their robust, high-speed connectivity. The Predator Connect X7 […] ⌘ Read more
iOS 16.7.4 and iPadOS 16.7.4 Released for Older iPhone & iPad Models
Apple has released iOS 16.7.4 for older iPhone and iPadOS 16.7.4 for older iPad models that are not updating to iOS 17.2.1 or iPadOS 17.2.1. Specifically, iOS 16.7.4 and iPadOS 16.7.4 are available for iPhone 8, iPhone 8 Plus, iPhone X, iPad 5th generation, iPad Pro 9.7-inch, and iPad Pro 12.9-inch 1st generation. The software … [Read More](https://osxdaily.com/2023/12/20/ios-16-7-4-and-ipados- … ⌘ Read more
MacOS Sonoma 14.2.1 Update Released with Bug Fixes
Apple has released macOS Sonoma 14.2.1 as a software update for Mac users running the Sonoma operating system. The update is said to include important bug fixes and security updates, and is therefore recommended for all users to install. Separately, Apple has released iOS 17.2.1 for iPhone, iPadOS 17.2.1 for iPad, iOS 16.7.4 and iPadOS … Read More ⌘ Read more
iOS 16.7.3 and iPadOS 16.7.3 Released for Older iPhone & iPad Models
iOS 16.7.3 and iPadOS 16.7.3 for iPhone and iPad have been released for users who are not updating to iOS 17.2 or iPadOS 17.2, either because they have not yet updated, are not able to run iOS 17 and iPadOS 17 on their devices, or because they are not interested in doing so. Specifically, the … [Read More](https://osxdaily.com/2023/12/13/ios-16-7-3-and-ipados-16-7-3-released-for-older-iphone-ip … ⌘ Read more
MacOS Ventura 13.6.3, MacOS Monterey 12.7.2, & Safari 17.2 Released for Macs
MacOS Ventura 13.6.3, MacOS Monterey 12.7.2, and Safari 17.2 are now available as software updates for Mac users who are not installing Sonoma or interested in the just released macOS Sonoma 14.2 update. Many Mac users continue to run older versions of system software for compatibility reasons, general preference, or a multitude of other reasons, … [Read More](https://osxdaily.com … ⌘ Read more
Its the latest ryzen 7 chipset for laptop/mini form factor.
I am very surprised about the times others are getting. I guess that’s the difference between interpreted and compiled showing.
Лучшие процессоры 2023 года по версии Gamers Nexus
Триумфатором стал AMD Ryzen 7 7800X3D, а разочарованием года эксперты назвали всю линейку чипов Intel 14-го поколения.
Variety: сценарий «Крика 7» перепишут — продюсеры не против вернуть в серию Нив Кэмпбелл
Источники утверждают, что появление Дженны Ортеги в фильме не планировалось изначально.
СМИ: Дженна Ортега не снимется в «Крике 7»
Но с Мелиссой Баррерой и её заявлениями это никак не связано.
Мелисса Баррера не появится в «Крике 7»
В Spyglass отказались от сотрудничества с актрисой из-за её комментариев о событиях в секторе Газа.
So.. Of y’all that had covid. Did you have at the end a night where for no reason your brain amped up to 11 and can’t sleep at all? It happened to me last night and my FIL the night before.
I went to bed at 8 and woke up full on anxiety attack at 12 and could not calm my head until around 7 am. Today has sucked a lot.
DeepMind AI can beat the best weather forecasts - but there is a catch
By using artificial intelligence to spot patterns in weather data, Google DeepMind says it can beat existing weather forecasts up to 99.7 per cent of the time, but data issues mean the approach is limited for now ⌘ Read more
Avatar: Frontiers of Pandora ушла «на золото» — почти за месяц до релиза
Экшен от первого лица, основанный на научно-фантастических фильмах Джеймса Кэмерона, выйдет 7 декабря.
MacOS Ventura 13.6.1 and MacOS Monterey 12.7.1 Released
Apple has released MacOS Ventura 13.6.1 and MacOS Monterey 12.7.1 for Mac users who have not yet updated to macOS Sonoma. The macOS software updates include security enhancements, and come alongside Safari 17.1 as well. Separately, macOS Sonoma 14.1 has also been released, alongside iOS 17.1 update to iPhone, iPadOS 17.1 for iPad, iOS 16.7.2, … [Read More](https://osxdaily.com/2023/10/26/macos-ventura-13-6-1-and-macos-mont … ⌘ Read more
iOS 16.7.2, iPadOS 16.7.2, iOS 15.8, & iPadOS 15.8 Released for Older iPhone & iPad Models
Apple has released a series of software updates for older model iPhone and iPad devices, that have either not yet updated to iOS 17 and iPadOS 17, or are not able to run those versions of system software. The updates include important security fixes, and are therefore recommended for all users to install, especially if … [Read More](https://osxdaily.c … ⌘ Read more
A 7 year old boy has been missing in a forest since Sunday after he got away from his family that he was on a hunt with, its the biggest search party In a long while that has been looking for him, hundreds and hundreds of people, some has been helping out with drones (and driven 800km to get there), and search dogs from all over Norway joined. And sadly today they found a dead person there. It’s really sad. Been thinking about him every day, and especially when I go to bed, and then think that this 7 year old has been missing outside, at night alone etc. weather has not been nice either. Ooooffff…
iOS 16.7.1 Released for iPhones & iPads Not Running iOS 17
Apple has released iOS 16.7.1 and iPadOS 16.7.1 for iPhone and iPad users who are not running iOS 17 and iPadOS 17 on their respective devices. For most users, the 16.7.1 update will be available on an older device that doesn’t support the 17 versions of iOS/iPadOS, which includes iPhone 8 series, iPhone X, iPad … [Read More](https://osxdaily.com/2023/10/10/ios-16-7-1-released-for-iphones-ipads-not-running-ios-17/ … ⌘ Read more
7 Best New Features in MacOS Sonoma
MacOS Sonoma includes some great new features and beautiful refinements to the Mac operating system, and if you just downloaded and installed MacOS Sonoma 14 you may be curious about what to explore with the upgraded system software version, or what is new. We’re here to help, covering the seven best new features of MacOS … Read More ⌘ Read more
@movq@www.uninformativ.de the true 7 bit ascii
GitHub Availability Report: June 2023
In June, we experienced two incidents that resulted in degraded performance across GitHub services. June 7 16:11 UTC (lasting 2 hours 28 minutes) On June 7 at 16:11 UTC, GitHub started experiencing increasing delays in an internal job queue used to process Git pushes. Our monitoring systems alerted our first responders after 19 minutes. During […] ⌘ Read more
Came across a twitter post claiming that there is a UFO in a building, meaning the ufo crashed, and then the building was built to cover it.
The tweets are here:
https://twitter.com/realityseaker/status/1677744254918049794
and here:
https://twitter.com/UAPodcast850/status/1678855434705182721
I wish it was true, but I have doubts about it.
It’s easy enough to find the building on google maps:
And if you zoom out you see that it’s not even remote. So a UFO crash here without any pictures \ videos is extremely unlikely.
Also, the antenna on the roof got me thinking, I’ve seen that before, and that is where I often walk our dog, see here:
https://www.google.com/maps/@58.0845749,7.9084282,63m/data=!3m1!1e3!5m1!1e4?entry=ttu
Drainage Basins
⌘ Read more
Started with
a concept sketch of a full body end-time factory worker on a distant planet, cyberpunk light brown suite, (badass), looking up at the viewer, 2d, line drawing, (pencil sketch:0.3), (caricature:0.2), watercolor city sketch,
Negative prompt: EasyNegativ, bad-hands-5, 3d, photo, naked, sexy, disproportionate, ugly
Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2479087078, Face restoration: GFPGAN, Size: 512x768, Model hash: 2ee2a2bf90, Model: mimic_v10, Denoising strength: 0.7, Hires upscale: 1.5, Hires upscaler: Latent
Amend 3.7 Released ⌘ Read more
Got up before 7 this morning, now it’s 14,5 hours later - and I finally got to sit down for the first time today. Been a busy day, but a good one. Now it’s time to relax a bit (code on the desktop client) and then relax for a bit. Tomorrow the weather is going to suck, but I’ll still go for the usual weekend hikes with the dog, trying to plan a new place to walk tomorrow.
got up at 7 this morning, 14 hours later I finally get to sit down. time to chill before sleep :)
On my blog: Free Culture Book Club — Life Blood, chapters 20 – 22 https://john.colagioia.net/blog/2023/02/11/life-blood-7.html #freeculture #bookclub
In reply to: Oatmeal - week notes
The worst kind of blogging is blogging about blogging, so, I’ll keep this blogging about blogging short!
I’ve made some minor updates to the design of the website that have improved it’s usability a wee bit, and are a step in the right direction toward upping my accessibility game. The major remaining accessibility issues are around color contrast and some structura … ⌘ Read more
Yeah, I figured it wouldn’t have much testing. I’m watching Wisconsin turn a sure 10-0 lead to a 7-3 deficit against Okie State… They seem pretty bad.
IRIX moose 6.5 01062343 IP32 mips ; 7:13pm up 3:58, 11 users.
@darch@neotxt.dk yeah, all my computers and devices are on 24/7. but I’ll install it on my webserver (vps) as well, and let that one be the master device. my desktop is backed up to spideroak at all times, so when I sync there it backs things up. Im not too worried about the issue if something causes a conflict. There is only one file that worries me, and that is my keepass file. I might keep that elsewhere to be sure, I have not decided yet.
GitHub Enterprise Server 3.7 is now generally available
GitHub Enterprise Server 3.7 is available now, including a single view of code risk, new forking and repository policies, and security enhancements to the management console. ⌘ Read more
Security Advisory: Critical OpenSSL Vulnerability
The OpenSSL Project will imminently release a security fix (OpenSSL version 3.0.7) for a new-and-disclosed CVE. In the meantime, learn how Docker tooling helps you uncover and remediate image vulnerabilities. ⌘ Read more
Resolve Vulnerabilities Sooner With Contextual Data
OpenSSL 3.0.7 and “Text4Shell” might be the most recent critical vulnerabilities to plague your development team, but they won’t be the last. In 2021, critical vulnerabilities reached a record high. Attackers are even reusing their work, with over 50% of zero-day attacks this year being variants of previously-patched vulnerabilities. With each new security vulnerability, we’re […] ⌘ Read more
I’ve made some fixes to twtxt to make it work with Python 3.7+. I hope @buckket@buckket.org will apply this patch!
Celebrating Our Second Fiscal Year
Yesterday, January 31, we finished our second full fiscal year since our November 2019 restructuring and recapitalization, and I couldn’t be prouder of the Docker team and what we’ve accomplished together. While it’s difficult to summarize 12 months, highlights include: Shipping 7,000+ product features, fixes, and updates to developers, including Docker Desktop for M1 Macs, […]
The post [Celebrating Our Second Fiscal Year](https://www.docker.com/blog/celebrating-our-se … ⌘ Read more
TiDB 在国信证券海量数据高并发场景中的实践
作者介绍
陈培新,参与国信证券基础平台研发工作(DevOps、微服务治理、Serverless)
国信证券是一家全国性大型综合类证券公司,在 118 个城市和地区共设有 57 家分公司、185 家营业部,根据中证协发布的数据,近年来国信证券的总资产、净资产、净资本、营业收入、净利润等核心指标排名行业前列。
国信证券从 2020 年 6 月开始接触 TiDB,从技术预研到第一个业务上线大约花了半年时间。第一个上线的业务是金太阳帐单,后面陆续在数据中台、服务观测等系统中应用。从只在东莞主机房的 TiDB 部署到 2021 年 9 月实现 TiDB 多机房的部署,并启动国产海光 x86 服务器的试点工作,国信证券在开源 NewSQL 数据库的探索和应用层面,积累了丰富的实践经验。目前, 国信证券共有 7 个 TiDB 集群,节点数量 109 个,最大表 100 亿,支撑了托管、经纪和自营等业务。
从 0 到 1,国信金太阳引入 TiDB
国信金太阳提供证券交易、理财和资讯相关的服务。我们使用证券软件最主要的功能就是交易,在做交易的时候会比较关注收益率以及什么时候买卖股票。当前国信金太阳的 … ⌘ Read more
Though twtxt registries never really took off gemini://warmedal.se/~antenna/twtxt.txt presents the last 7 days of twts known by Antenna in the registry format. It’s intended to be a help in discovering twt feeds in geminispace (there aren’t very many yet).
Playing with OpenBSD 7.0, cool!
🙌 Liked: Virtual Pet Jam - itch.io ⌘ Read more
go 语言位操作库 bitset
bitset库
实现了 bitsets
数据结构,这是一种正整数和布尔值映射关系的结构,它比 map[uint]bool
更高效
bitsets 基本思想是用一个 bit 位来标记某个元素对应的 Value,每一位表示一个数,1 表示存在,0 表示不存在
比如我要表示 1, 3, 7 这 3 个数
- 构造一个空白 bitsets:00000000
- 每位代表的值如下:76543210
- 想要表示的值标记 1:10001010
�� … ⌘ Read more