[WTS] [$1.5K USD] Encrypted Graphene OS Pixels Fully Setup
PIXEL 6, 6a, 6 Pro, 7a, 7, 7 Pro, 8a, 8 Pro
Link: https://moneromarket.io/listing/e6cd0a03-238b-434f-9a25-382e8da30725
u/Encrypto84 (MoneroMarket.io) ⌘ Read more
everoddandeven releases monerod-gui v1.0.0 ‘Tenacity’
everoddandeven1 has announced2 the first stable release (v1.0.0 Tenacity 3) of Monero node manager monerod-gui 4:
Changes overviewRPM package now available. Donations are appreciated, including to the bounty5 for this project
Add WOW donations
Get battery level implementation
Optimize rpc traffic
RPM build workflow implementation
Linux fixes [..]
Consult the Github repos … ⌘ Read more
Europa Clipper
⌘ Read more
Coles to trial AI-powered trolleys in Australia-first move
Supermarket giant Coles is trialling AI-powered trolleys so customers can skip the checkout altogether. ⌘ Read more
How to Turn Off Bluetooth in iOS 18 on iPhone
The iOS 18 update is a fun one with some intriguing new features, mostly for visual tweaks like adding dark mode icons and color hues, and of course there’s Apple Intelligence AI features if your iPhone is new enough to support those features. One of the other major changes in iOS 18 and iPadOS 18 … Read More ⌘ Read more
A Conversation with Astrophysicist J. Richard Gott III ⌘ Read more
Albanese’s $15b tech fund gets ready to write first cheques
Two years after it was first legislated to beef up Australia’s competitiveness in technology and manufacturing, the National Reconstruction Fund is about to make its first investments. ⌘ Read more
A look at the Cilium CNCF project journey report
We’re excited to share the Cilium project journey report! Cilium is an open source platform designed for cloud-native networking, security, and observability, leveraging eBPF technology. It provides secure, high-performance network connectivity and deep visibility for Kubernetes… ⌘ Read more
Formula One’s Innovative Plan to Reaching Net-Zero🏁 ⌘ Read more
Jaeger v2 released: OpenTelemetry in the core!
Project post by the Jaeger maintainers Jaeger, the popular open-source distributed tracing platform, has had a successful 9 year history as being one of the first graduated projects in the Cloud Native Computing Foundation (CNCF). After… ⌘ Read more
Cloud Native Computing Foundation Announces cert-manager Graduation
Open source security project automates highly secure, encrypted data communications in cloud native environments SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 12, 2024 – The Cloud Native Computing Foundation® (CNCF®), which… ⌘ Read more
Cloud Native Computing Foundation Announces Dapr Graduation
Dapr provides a set of integrated APIs for building reliable and secure distributed applications, increasing developer productivity by 20-40% SALT LAKE CITY, Utah – KubeCon + CloudNativeCon North America – November 12, 2024 – The Cloud… ⌘ Read more
Managing threat intelligence in Falco
Falco has become a vital tool for security practitioners seeking to safeguard containerized and cloud-native environments. Leveraging the power of eBPF (Extended Berkeley Packet Filter), Falco monitors system calls and audit events, allowing it to detect… ⌘ Read more
Cost-Effective DART-MX91 SoM with 1.4GHz NXP i.MX 91 Processor Available from $35
Variscite has introduced the DART-MX91 System on Module, a compact and cost-effective solution within the DART Pin2Pin family, targeting edge devices for IoT, smart cities, industrial applications, and more. Powered by a 1.4 GHz Cortex-A55 NXP i.MX 91 processor, the DART-MX91 supports up to 2GB of LPDDR4 memory and offers eMMC storage options ranging from […] ⌘ Read more
Modern CPUs Assign Registers To Speed Up Your Code - Computerphile ⌘ Read more
Better Together: Understanding the Difference Between Sign-In Enforcement and SSO
Learn how Docker Desktop’s sign-in enforcement and single sign-on (SSO) features work together to enhance security and streamline user management, ensuring proper authentication and access control while unlocking Docker’s full suite of tools. ⌘ Read more
Celeron Powered Fanless Mini PC with Dual 4K Display Support and M.2 2280 Slot
The EMP-100 is a compact, fanless mini PC built for versatile applications, including digital signage, industrial control, and retail environments. Designed with an aluminum chassis and VESA mounting support, it provides silent performance, dual 4K display support, and storage expansion via an M.2 2280 slot. The EMP-100 series offers a choice between Intel Celeron processors, […] ⌘ Read more
Accelerating AI Development with the Docker AI Catalog
Docker’s AI Catalog simplifies AI development by offering a curated platform that helps developers and publishers easily integrate AI capabilities into applications. ⌘ Read more
CNCF welcomes wasmCloud to the CNCF Incubator
The CNCF Technical Oversight Committee (TOC) has voted to accept wasmCloud as a CNCF incubating project. wasmCloud, an open source project from the Cloud Native Computing Foundation (CNCF), enables teams to build and run polyglot applications… ⌘ Read more
Exposing the Lawyers Who Threatened Me ⌘ Read more
App Store Connect for Developers Gains Refreshed UI, Feature Notifications and More
Apple today overhauled the App Store Connect app designed for developers, introducing version 2.0. Developers use App Store Connect to distribute and manage their apps for the iPhone, iPad, Mac, Apple Watch, [Apple TV](https:// … ⌘ Read more
Go 中祕而不宣的數據結構 CacheLine:精細優化
在現代多核處理器中,高效的緩存機制極大地提升了程序性能,而 “僞共享” 問題卻常常導致緩存機制的低效。背景----- cacheline 本文中有時又叫做 緩存行在現代多核處理器中,三級緩存通常分爲三級:L1、L2 和 L3,每一級緩存的大小、速度和共享方式都不同:L1 緩存:這是速度最快的緩存,通常每個 CPU 核心都有獨立的 L1 緩存。L1 緩存分爲兩個部分:一個用於存儲指令(L1I),另 ⌘ Read more
用 Go 語言如何實現將中文轉化爲拼音
有這麼一個需求:新用戶入職 創建一系列賬號比較麻煩,打算通過接口傳入姓名進行初始化。想把姓名轉化成拼音。因爲有些賬號即需要中文也需要英文。下面看看用 Go 語言如何去解決的。要將用戶的姓名轉換爲拼音,可以使用 Go 語言的第三方庫,比如 github.com/mozillazg/go-pinyin,這是一個流行的庫,專門用來將漢字轉換爲拼音。你可以通過它生成拼音格式的英文名稱,用於初始化賬戶時的多 ⌘ Read more
只改變一個字符就能使 Golang 程序提速 42-
虎哥來聊聊怎麼用一個小小的改動,給你的 Golang 代碼提速 42%!很多時候,程序性能優化就是這樣:只要動一個字符,就可能帶來出人意料的提升。今天咱們就從切片傳遞優化、變量聲明優化和字符串拼接優化入手,看看怎麼改動這麼一個字符能讓 Golang 飛起來!🚀切片傳遞優化先來說說切片。切片在 Go 語言中用得特別多,因爲它們既靈活又方便。然而,切片的傳遞會帶來性能問題,尤其是當切片非常大時。原始代 ⌘ Read more
Apple Faces Epic Games-Style China Lawsuit Over App Store Practices
A Chinese court has agreed to hear a lawsuit against Apple from Beijing Bodyreader, a developer seeking around $420,000 in damages after their children’s posture correction app was removed from the App Store in 2020.
_[Bloomberg](https://www.bloomberg.com/news/articles/2024-11-12/apple-fights-fortnite-like-china-lawsuit-ov … ⌘ Read more
Cuprate Meeting scheduled for 19 November 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, November 19 2024 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.
Agenda overviewCuprate is an effort to create an alternative Monero node implementation.
Greetings
Updates: What is everyone working on?
Project: What is next for Cuprate?
Any other business
The meeting’s moderator should be Boog9003. Consult the Cuprate co … ⌘ Read more
Haveno adds support for USDT
woodser1 has released Haveno2 version 1.0.133 with support for Tether (USDT)4, various improvements, updates, and bug fixes.
”`
Support USDT (ERC20 & TRC20)
Refactor tabs for simplicity
Update Tails script to retry download using wget
Improve backup recovery if wallet cache is corrupt
Fix sorting Buy or Sell XMR > Amount column
Update price nodes to support USDT
Other stability improvements and bug fixes [..]
... ⌘ [Read more](https://monero.observer/haveno-v1.0.13-released-support-tether-usdt/)“
j-berman posts CCS progress report after 397 hours of dev work
j-berman1 has published a second progress report2 for his full-time 2024 (part 8) Monero/Seraphis dev work CCS proposal3:
Work overviewGoals for the remainder of the CCS: Enable starting to build the tree from a wallet’s arbitrary restore height, rather than require sync from genesis.
”`
- Implemented building the tree for fcmp++ in wallet2
- Fixed the migration code to resize the db … ⌘ Read more”`
How to Fix Spotlight Search Issues on MacOS Sequoia
A fair number of Mac users have discovered that Spotlight Search is not working well in MacOS Sequoia, either missing files, apps, and sometimes not working at all to find any local file. For some users the issues with Spotlight happens right after they update to MacOS Seqouia, and for others it may happen later … Read More ⌘ Read more
Exploring the world of Avowed with Developer Ryan Warden
Ryan Warden, Production Director for the upcoming fantasy game Avowed, sits down with 9News.com.au to talk all about the latest journey into the world of Eora. Avowed is coming to Xbox Series X|S in February. ⌘ Read more
Beta 3 of iOS 18.2, iPadOS 18.2, MacOS Sequoia 15.2, Available for Testing
The third betas of iOS 18.2, iPadOS 18.2, and MacOS Sequoia 15.2, are available for beta testers of Apple system software. The latest betas continue to emphasize on new Apple Intelligence features, including ChatGPT integration, Genmoji custom Emoji creation, Image Playground for AI image generation, and more. These new AI features are in addition to … [Read More](https://osxdaily.com/202 … ⌘ Read more
A beginners guide to contributing to CNCF open source projects
Member post originally published on the Redpill Linpro blog by Amelie Löwe Open source is not just a way of building software; it’s a philosophy that promotes collaboration, transparency, and community. Many of us use open… ⌘ Read more
Apple Continues to Prepare for Next-Generation CarPlay in iOS 18.2 Beta
It has been nearly two and a half years since Apple first previewed next-generation CarPlay at WWDC 2022, and it has still yet to become available in any vehicles. Fortunately, though, Apple continues to work on the software system.
Within the co … ⌘ Read more
What Now For Australia? ⌘ Read more
Nos dirigeants se foutent ouvertement de nous, à la télé, en direct et en différé
La République prendrait-elle conscience que son avenir (sinon politique, au moins financier) est en jeu ? En tout cas, c’est ce qu’on peut charitablement croire en apprenant la convocation récente des ex-ministres Attal et Le Maire par une commission du Sénat afin de comprendre comment un trou de plus de 100 milliards d’euros a pu apparaître […] ⌘ Read more
Apple Vision Pro 2 With M5 Chip May Not Launch Until 2026
Apple’s second-generation Vision Pro headset with the M5 chip could launch as late as 2026, according to Bloomberg’s Mark Gurman.
In the latest edition of his [“Power On” newsletter](https://www.bloomberg.com/news/newsletters/2024-11-10/apple-s-expansion-plan-glasses-home-devices-mixed-real … ⌘ Read more
Gin 框架怎麼驗證綁定到結構體的字段?
大家好,我是 frank。「Golang 語言開發棧」公衆號作者。01 介紹在使用 Gin 框架開發項目時,通常我們選擇模型綁定的方式接收請求參數,我們在上一遍文章中,已經介紹過使用 Gin 框架接收請求參數的常用方式。本文我們主要介紹怎麼驗證綁定到結構體的字段,順便補充關於模型綁定的一些內容。02 模型綁定關於 Gin 框架的模型綁定,我們在上一篇文章中介紹了 ShouldBind 方法,該 ⌘ Read more
Radxa Introduces the Palmshell SLiM X4L with Intel N100 Processor and 2.5GbE RJ45 Port
The Radxa X4L, also known as the Palmshell SLiM X4L, is a compact device powered by Intel’s quad-core N100 processor. With features like a 2.5GbE LAN port, Wi-Fi 6E, and dual 4K@30Hz display support, it’s well-suited for multimedia and general-purpose use. Unlike the Palmshell SLiM X2L released this year, the X4L integrates the Intel Alder […] ⌘ Read more
[WTS] [$665] Pixel 9 (Cheaper than Google & Brand-New)
Link: https://xmrbazaar.com/listing/5Ve2/
simplifiedprivacy.com ⌘ Read more
nahuhh releases ‘basicswap-bash’ v0.14.1
nahuhh (ofrnxmr)1 has released basicswap-bash 2 version 0.14.13:
Changes overviewA suite of bash scripts to install and manage BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora
* placeorders: use python to check offer size
* setup: update tails
* fix $PATH detection
* fix restore from seed
* install: xfce .profile use in .xsessionrc
Installation instructions are available on the Github release page3.
… ⌘ Read more
Geometriphylogenetics
⌘ Read more
Radxa Enhances Compact RK3582-Based Networking Device with Dual 2.5GbE Ports
Radxa recently introduced a compact networking device powered by the hexacore Rockchip RK3582 System-on-Chip. This new model builds on the design of the previous Radxa E20C but features dual 2.5GbE RJ45 ports, enhancing its networking capabilities. The Radxa E52C is built on the Rockchip RK3582 SoC, which includes a 6-core CPU composed of a dual-core […] ⌘ Read more
Generative AI Doesn’t Have a Coherent Understanding of the World, MIT Researchers Find
Long-time Slashdot reader Geoffrey.landis writes: Despite its impressive output, a recent study from MIT suggests generative AI doesn’t have a coherent understanding of the world. While the best-performing large language models have surprising capabilities that make it seem like the models are implicitly learn … ⌘ Read more
Deals: M2 MacBook Air with 16GB RAM for $749.99 ($250 Off!)
Amazon is selling the M2 MacBook Air 13″ model with 16GB RAM for just $749.99, taking $250 off the $999 retail price from Apple. Like many great Amazon deals, they tend to shift quickly, so if you’ve been thinking of getting a 16GB model MacBook Air now might be the time. To get the deal … Read More ⌘ Read more
From OpenAI to WiseTech: Does sector have a governance problem?
Some of the most powerful and influential companies remain in the hands of the executives who founded them and who are almost impossible to remove. ⌘ Read more
‘Inhospitable environment’: Tech Council launches plan to retain women
The diversity initiative follows a string of recent high-profile instances of harassment and inappropriate behaviour plaguing the local sector. ⌘ Read more
I Made a Jam Jar Rocket Engine ⌘ Read more
Apple Likely to Announce Final Cut Pro Update This Week With These New Features
In its announcement video for the new Mac mini last month, Apple teased an “upcoming” version of Final Cut Pro for the Mac. Apple will likely announce the update during the annual Final Cut Pro Creative Summit, which begins this Wednesday. The conference is held in association with Apple, and attendee … ⌘ Read more
Apple’s new non-Pro desktops are powerful but not perfect
The Mac Mini and 24-inch iMac are better than ever when it comes to powerful mainstream computing, but there are a few annoying quirks. ⌘ Read more
Monero Dev Activity Report - Week 45 2024: 18 PRs, 12 Issues
This weekly report aims to provide a big picture view of Monero development activity, increase community support for existing devs and, hopefully, encourage new contributions.
Opened (13)
monero-project/monero:
[ANN] [Guide] As Easy as P, G, P
Link: https://blog.rottenwheel.com/posts/as-easy-as-pgp/
rottenwheel.com ⌘ Read more
[ANN] The States Active Attack On Monero
“The tools can and should aim towards reducing the particular currencies value, consequently inducing a voluntary outflow of their users.”
Link: https://farside.link/libreddit/r/Monero/comments/1go5yh1/
u/Lumpy-Initiative-779 (Reddit) ⌘ Read more
MoneroKon 2025 Planning Meeting scheduled for 16 November 2024 1700 UTC
The next MoneroKon 2025 Planning Meeting 1 is scheduled to take place on Saturday, November 16th 2024 at 17:00 UTC in the #monerokon 2 Matrix/IRC channels.
The meeting’s discussion topics should be available on agenda.monerokon.org 3.
Logs for the previous meeting are available on Monero Observer4.
_Note that the upcoming event will take place in Prague on June 20-22 20 … ⌘ Read more
rottenwheel publishes ‘Revuo Monero’ Issue href=”https://txt.sour.is/search?q=%23217”>#217**
rottenwheel1 has published Issue #2172’3 of the weekly Revuo Monero audience-funded newsletter, which covers October 31-7 November 2024 news:
Recent News
Upcoming Events
CCS Proposals
Price & Blockchain Stats
Volunteer Opportunities
Support
To support Revuo Monero, you can contribute XMR to the address listed in the footer of each issue and on the Support 4 page.
MoneroKon 2025 event to be held June 20-22 in Prague at La Fabrika/Second Culture
The fifth edition of the Monero Konferenco 1 annual meeting is set2 to take place place in Prague, Czech Republic on June 20-22 at the La Fabrika/Second Culture 3 venue (previously known as Paralelni Polis):
Save the date: MoneroKon will be held 20th - 22nd June 2025 [..] Sign up to our mailing list to be notified when tickets go on sale
The previous conference was also held in Pragu … ⌘ Read more
For $US130m, Musk bought himself a spot in Trump’s inner circle. But what exactly has he gained?
Months of budding bromance have culminated in this: a comprehensive election victory, one that firmly bears the mark of the world’s richest tech bro. ⌘ Read more
(Updated) Olimex Showcases Development Board Design Based on ESP32-P4 RISC-V SoC
Olimex Showcases Develoment Board Design Based on ESP32-P4 RISC-V SoC ⌘ Read more
[47°09′01″S, 126°43′35″W] Reading: 0.34000 PPM
New Raspberry Pi USB 3 Hub and Touch Display 2 Released with Enhanced Features
The Raspberry Pi community has launched two new accessories to enhance their single-board computers: the $12 USB 3 Hub, providing four-way USB 3.0 connectivity, and the $60 Touch Display 2, offering a higher-resolution, slimmer touch interface for interactive use. The USB 3 Hub provides high-speed data transfer up to 5 Gbps across four downstream USB […] ⌘ Read more
[47°09′15″S, 126°43′18″W] Raw reading: 0x672F4EC2, offset +/-3
Présidentielles : 18 milliards $ pour l’achat d’influence
Un article de Henry Bonner Les élections prennent fin aux États-Unis. Les journaux offrent des théories sur l’impact du résultat autour du monde. Par exemple, la rédaction du journal Le Monde affiche le point de vue suivant : “C’est la fin d’un cycle américain, celui d’une superpuissance ouverte et engagée dans le monde, désireuse de s’ériger […] ⌘ Read more
[47°09′08″S, 126°43′17″W] Raw reading: 0x672F1681, offset +/-3
Top Stories: M4 Mac Launch, iOS 18.2 Changes, and More
There’s been a lot to catch up since last week’s introduction of the M4 MacBook Pro, Mac mini, and iMac models, and we’ve learned more about the new machines as they’ve made their way into the hands of reviewers and now regular customers.
Apple is also rolling along on iOS 18.2 development with additional Apple Intelligence features, and it’s now in public beta as well … ⌘ Read more
[ANN] Sigmanero.org is closing down Monday 11th November
We launched sigmanero.org back in April but since then the adoption as not picked up. The concept of a betting exchange using multisig might be too early to take off just yet, especially since the handwork of building a network effect is yet to be done.
Links:
jeffro256 posts September-October 2024 Monero/Carrot dev update
jeffro2561 has posted the first progress report (M1/September-Otcober 2024)2 for their Monero/Carrot3 dev work CCS proposal4:
I spent a lot of time recently refactoring the design of the Carrot implementation to make it well documented and clear, as well as highly reusable. I also spent a lot of time removing dependencies so that it’s ready to be quickly parsed by future impleme … ⌘ Read more
[ANN] Monerujo: In-app exchanges are back!
We at the Monerujo headquarters are equal parts happy and relieved to finally release a new version that brings exchanges between Monero and other cryptos back into the app.
Links:
u/anhdres (Reddit) ⌘ Read more
Monero Observer Artistic Saturday Top 5 - Week 45, 2024
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.
Gingeropolous submits CCS proposal to upgrade ‘Monero Research Computing’ cluster
Gingeropolous1 has submitted a new CCS proposal2 looking to upgrade their Monero Research Computing cluster by installing 1TB of RAM3 to a new Epyc server:
This proposal is for funds for me to purchase 1 TB of ram to install in a new 2x 7h12 server (256 threads!) so monero researchers can stop fiddling with memory constraints when working or waiting for … ⌘ Read more
[47°09′36″S, 126°43′21″W] Reading: 0.46000 PPM
@wbknl@twtxt.net are you still in Russia? It could be hard mailing anything to there these days. I read your “russia is eternally cold”, and became curious. Patagonia is the only place I know on South America that it has rounded mountains, though they can be anywhere. Originally from Chile, or Argentina? My curiosity doesn’t need feeding, by the way. It’s all good if it doesn’t. :-)
How to Turn Off Find My Mac
Find My Mac is an incredibly valuable aspect of iCloud that allows you to find your Mac by using another Apple device’s Find My app, or through iCloud on the web. Aside from the obvious anti-theft aspects that make Find My Mac so important, the majority of users are more likely end up using Find … Read More ⌘ Read more
Kubernetes RBAC: improve the K8s security posture
Member post originally published on the Devtron blog by Siddhant Khisty TL;DR: Secure your Kubernetes cluster with Role-Based Access Control (RBAC) to define granular permissions for users and applications. This guide explains how to implement RBAC… ⌘ Read more
@eapl.me@eapl.me here are my replies (somewhat similar to Lyse’s and James’)
Metadata in twts: Key=value is too complicated for non-hackers and hard to write by hand. So if there is a need then we should just use #NSFS or the alt-text file in markdown image syntax
if something is NSFWIDs besides datetime. When you edit a twt then you should preserve the datetime if location-based addressing should have any advantages over content-based addressing. If you change the timestamp the its a new post. Just like any other blog cms.
Caching, Yes all good ideas, but that is more a task for the clients not the serving of the twtxt.txt files.
Discovery: User-agent for discovery can become better. I’m working on a wrapper script in PHP, so you don’t need to go to Apaches log-files to see who fetches your feed. But for other Gemini and gopher you need to relay on something else. That could be using my webmentions for twtxt suggestion, or simply defining an email metadata field for letting a person know you follow their feed. Interesting read about why WebMetions might be a bad idea. Twtxt being much simple that a full featured IndieWeb sites, then a lot of the concerns does not apply here. But that’s the issue with any open inbox. This is hard to solve without some form of (centralized or community) spam moderation.
Support more protocols besides http/s. Yes why not, if we can make clients that merge or diffident between the same feed server by multiples URLs
Languages: If the need is big then make a separate feed. I don’t mind seeing stuff in other langues as it is low. You got translating tool if you need to know whats going on. And again when there is a need for easier switching between posting to several feeds, then it’s about building clients with a UI that makes it easy. No something that should takes up space in the format/protocol.
Emojis: I’m not sure what this is about. Do you want to use emojis as avatar in CLI clients or it just about rendering emojis?
(Updated) Banana Pi Showcases BPI-CanMV-K230D Zero with Canaan K230D Chip Design
(Updated) Banana Pi Showcases BPI-CanMV-K230D Zero with Canaan K230D Chip Design ⌘ Read more
SolidRun HummingBoard i.MX8M IIOT SBC with NVMe, RS232, RS485, and LTE Support
SolidRun has launched a single-board computer tailored for Industrial Internet of Things and Human-Machine Interface applications, built around the i.MX8M Plus System-on-Module from NXP. Its carrier board includes features like RS232, RS485, dual CAN-FD, and dual 1Gb Ethernet and more. According to the official announcement, the HummingBoard i.MX8M IIOT carrier board is compatible with the … ⌘ Read more
Jack Dorsey’s Block Scraps ‘Web5’ Project
Block will abandon development of its Web5 decentralized internet project and reduce investment in music streaming service Tidal to focus on bitcoin mining hardware and self-custody wallets, the payments company announced in its third-quarter letter to shareholders. The Jack Dorsey-led firm cited strong market demand for its bitcoin mining products and Bitkey wallet as key drivers behind the st … ⌘ Read more
Two years with my new laptop 💻
It’s now about two years since I got my new laptop and replaced my Surface Go and my desktop computer with it to be more flexible when commuting. Here’s a small recap on why I’m so happy about my companion. ⌘ Read more
Hands On With Apple’s New M4 Mac Mini
Apple launched the new Mac mini, iMac, and MacBook Pro models with M4 chips today, and because the Mac mini is the only one of the machines that got a design update, we thought we’d check it out to see how it compares to the prior version.
_[Subscribe to the MacRumors YouTube channel](https://www.youtube.com/user/macrumors?sub_conf … ⌘ Read more
Et maintenant, l’effondrement français
Contre toute attente et contre les tombereaux de conseils avisés de France Inter ou de Libération, les Américains ont une nouvelle fois élu Donald Trump. Cela a immédiatement plongé la quasi-intégralité de la journalisticaillerie française dans un désarroi profond, empêchant nos fiers soldats de l’information juste et vérifiée de reporter quelques éléments sur la situation […] ⌘ Read more
使用 Go 構建 Web 應用:MVC 模式、Gin 框架、GORM 和 JWT
在本文中,我們將使用 Go 編程語言構建一個 Web 應用程序,利用 Gin 框架進行路由,GORM 進行數據庫交互,並使用 JWT(JSON Web Tokens)進行身份驗證。應用程序將採用 MVC(模型 - 視圖 - 控制器)設計模式,以促進關注點的清晰分離。前置條件—-在開始之前,請確保您具備以下條件:已在您的計算機上安裝 Go(版本 1.16 或更高)。 已設置 Postgre ⌘ Read more
Variable Aperture Rumored to Bring Major Camera Upgrade to iPhone 18 Pro
Apple’s iPhone 18 Pro models will feature a main rear camera with a variable aperture for the first time, according to Apple analyst Ming-Chi Kuo.
In a new [post on Medium](https://medium.com/@mingchikuo/舜宇光學可望顯著受益於未來兩年apple光學 … ⌘ Read more
[ANN] A faster alternative to blockchain consensus
Instead of confirmation coming from outside of transactions, it would be better for it to come from within them. Ideally, every output would be tied to the input that spends it, so it can’t be double-spent. But, this can’t be done before the input exists, so the output must be tied to an intermediary, which gets tied to the input after it’s created.
Link: https://github.com/monero-project/research-lab/issues/127
… ⌘ Read more
[ANN] ShopinBit Schweiz is live now: Switzerland’s new maximum orivacy department store, concierge & travel service with XMR
Links:
shopinbit.ch ⌘ Read more
geonic submits CCS proposal for MoneroTopia 2024 marketing campaign
geonic1 has submitted a CCS proposal2 looking to run a marketing and publicity campaign for the upcoming MoneroTopia3 event that will take place between November 14-17 in Mexico City:
As discussed in the previous community meeting, I am proposing that we spend the unused funds from the last Monero Outreach CCS4 on marketing & publicity for Monerotopia 2024, which starts ne … ⌘ Read more
Number Shortage
⌘ Read more
The Scummiest Job in History ⌘ Read more
Fast, secure, and simple: Istio’s Ambient Mode reaches General Availability in v1.24
Project post by Lin Sun, Solo.io, for the Istio Steering and Technical Oversight Committees Our latest release signals ambient mode – service mesh without sidecars – is ready for everyone. We are proud to announce that… ⌘ Read more
Forlinx FET MX95xx C System on Module for Industrial and IoT Applications
Forlinx Embedded has introduced the FET-MX95xx-C System on Module, built around the high-performance NXP i.MX95xx processor for industrial, automotive, and IoT applications. Key features include a 10GbE port, dual GbE ports, CAN interfaces, camera support, and multiple wireless protocols. Unlike the FET3562J-C SoM, this new Forlinx device is powered by the NXP i.MX95xx processor. It […] ⌘ Read more
Visiting the NASA Lab Looking for Life in Our Solar System ⌘ Read more
How to Install Windows 11 on Mac with UTM
You can install and run Windows 11 on a Mac, without having to overwrite the MacOS operating system, by installing Windows 11 into a virtual machine. Virtual machines are self-contained installations of operating systems that can be used for a variety of purposes, from testing to demonstrations, to running software that runs on Windows but … Read More ⌘ Read more
How to ace the Prometheus Certified Associate (PCA) exam
Community post originally published on Medium by Giorgi Keratishvili Introduction If you have worked on Kubernetes production systems at any time during the last 10 years and needed to check your pods or application uptime, resource consumption, HTTP error rates,… ⌘ Read more
Announcing Kyverno release 1.13!
Project post originally published on the Kyverno blog Kyverno 1.13 released with Sigstore bundle verification, exceptions for validatingAdmissionPolicies, new assertion trees, generate enhancments, enhanced ValidatingAdmissionPolicy and PolicyException support, and tons more! Wednesday, October 30, 2024 Kyverno… ⌘ Read more
T Display S3 AMOLED Plus with Enhanced 1.91″ Display and Real Time Clock
The T-Display S3 AMOLED Plus is an upgraded development board based on the ESP32-S3 microcontroller with a dual-core LX7 processor. It features a 1.91″ AMOLED display with a 240×536 resolution, using RM67162 IPS AMOLED technology for sharp colors and full viewing angles with QSPI interface support. Similar to the LILYGO T4 S3 launched last year, […] ⌘ Read more
Apple Consolidating Vision Pro Demo Areas in Stores Amid Rumors of Slowing Sales and Reduced Production
Apple is planning to consolidate the retail space dedicated to the Apple Vision Pro headset in some of its store locations, Bloomberg’s Mark Gurman said today.
![](https://images.macrumors.com/article-new/2024/01/Apple-Vision-Pro-Du … ⌘ Read more
[47°09′04″S, 126°43′21″W] Reading: 0.13 Sv
一文帶你看懂 Golang 最新特性
作者:騰訊 PCG 代碼委員會 經過十餘年的迭代,Go 語言逐漸成爲雲計算時代主流的編程語言。下到雲計算基礎設施,上到微服務,越來越多的流行產品使用 Go 語言編寫。可見其影響力已經非常強大。一、Go 語言發展歷史介紹Go 語言起源於 2007 年的 Google;創始人有三位,分別是 Ken Thompson、Rob Pike、Robert Griesemer;他們可謂是大佬中的大佬。最初的構 ⌘ Read more
Golang 編譯:靜態鏈接和動態鏈接
本文介紹了 Go 語言中靜態鏈接和動態鏈接的概念,解釋了它們的區別和各自優勢。通過示例,展示瞭如何生成靜態或動態鏈接的二進制文件,以及使用工具進行檢查。文章還討論了內部和外部鏈接器的區別,如何在編譯時選擇鏈接方式,以及在交叉編譯時處理 cgo 的方法。最後,提到了減小二進制文件大小的技巧和安全性方面的考慮。概述–Go 語言最大的優勢之一就是它的編譯器,它爲程序員抽象了許多細節,讓你可以輕鬆地爲幾 ⌘ Read more
MYC LR3576 SoM with Octa-Core RK3576 for Embedded Applications
MYC LR3576 SoM with Octa-Core RK3576 for Embedded Applications ⌘ Read more
OLED MacBook Air Could Be Delayed Beyond 2027, Claims Report
Apple’s plans to release a MacBook Air with an OLED display may face significant delays beyond its original expected 2027 launch window, according to a new report from The Elec.
Industry sources cited by the Korean outlet point to pricing concerns and supply chain challenges as key factors behind the … ⌘ Read more
Unstoppable Domains introduces personalized .XMR onchain domains
Unstoppable Domains 1 has announced2 the launch of personalized .XMR 3 onchain domains that can be used instead of long wallet addresses, seemingly in collaboration with Cake Wallet and the Monero project:
In partnership with @monero and @cakewallet, we’re making $XMR payments more secure and private. [..] .XMR domains let you transact securely on Monero and streamline payments in … ⌘ Read more