Searching txt.sour.is

Twts matching #reading:
Sort by: Newest, Oldest, Most Relevant

GitHub Copilot now available in github.com for Copilot Individual and Copilot Business plans
With this public preview, we’re unlocking the context of your code and collaborators—and taking the next step in infusing AI into every developer’s workflow.

The post [GitHub Copilot now available in github.com for Copilot Individual and Copilot Business plans](https://github.blog/news-insights/product-news/github-copilot-now-available- … ⌘ Read more

⤋ Read More

Sensor Watch Pro: Hackable ARM Cortex M0+ Upgrade for Casio F-91W
Crowd Supply recently launched the Sensor Watch Pro campaign, an upgrade for Casio’s F-91W and A158W models. This drop-in replacement adds an ARM Cortex M0+ processor, offering modern capabilities while preserving the classic digital watch design. The SAM L22 microcontroller in the Sensor Watch Pro provides ample memory and performance for custom watch faces, sensors, […] ⌘ Read more

⤋ Read More

Kicking off Cybersecurity Awareness Month: Researcher spotlights and additional incentives!
For this year’s Cybersecurity Awareness Month, GitHub’s Bug Bounty team is excited to offer some additional incentives to security researchers!

The post [Kicking off Cybersecurity Awareness Month: Researcher spotlights and additional incentives!](https://github.blog/security/vulnerability-research/kicking-off-cybersecurity-awareness-mo … ⌘ Read more

⤋ Read More

On removing content
I recently read this short post by Kev Quirk. It’s about removing content from the web. While Manuel Moreale is against deleting content from the web, Kev thinks he would probably delete things if he feels bad about them. ⌘ Read more

⤋ Read More

The state of security in cloud native development 2024
Earlier this year, The Linux Foundation surveyed 200 organizations to understand how they’re tackling security in cloud native application development.  At a time when security breaches are increasing in frequency and in impact – the average breach now… ⌘ Read more

⤋ Read More

Erlang Solutions: Erlang Concurrency: Evolving for Performance
Some languages are born performant, and later on tackle concurrency. Others are born concurrently and later build on performance. C or Rust system’s programming are examples of the former, Erlang’s Concurrency is an example of the latter.

A mistake in concurrency can essentially let all hell loose, incurring incredibly hard-to-track bugs and even security vulnerabilities, and a mistake in performance can leave a product tr … ⌘ Read more

⤋ Read More

As the fallout from the tomato virus outbreak continues, how could it affect prices at the checkout?
The outbreak has already led some states to impose bans on SA tomatoes and fanned growers’ fears the restrictions could cause more harm than the virus itself. ⌘ Read more

⤋ Read More

游戏《冰汽时代2》中的“暖券”是什么?在现实中有类似的通货么?
终于写完了,6000 字长文解读游戏中的「暖券」设定。

《冰汽时代2》游戏中的「暖券」

直接看游戏中给的标准答案吧: 暖券是城市中使用的货币。它最初只是用于兑换固定热能的票证,后来才发展成为通用的交换手段

Image

「暖券」这个概念在 Frostpunk 一代中还没有出现(冰汽时代 1 中只有资源,没有货币),到二代中暖券就已经成为了事实上的货币。所以如果仅考虑 Frostpunk 2 游戏的话,直接简单理解: 暖券 = 钱。不妨再看一下游戏中对暖券的详细介绍:

![](https://picx.zhimg.com/v2-75055a618596dea267f5611ee14afa43_720w.jpg?source= … ⌘ Read more

⤋ Read More

Quick Fix for Messages Slowing a Mac
The Messages app for Mac is incredibly useful in that it allows Mac users to seamlessly communicate over iMessage with other Macs, iPhones, and iPads, and it allows Mac users to send text messages to Android users too, but the latest versions of Messages on the Mac are known for randomly using high amounts of … Read MoreRead more

⤋ Read More

Mark Zuckerberg shows off ‘the most advanced glasses the world has ever seen’
Meta debuted its first pair of augmented reality glasses, a key step in chief executive officer Mark Zuckerberg’s goal of one day offering a hands-free alternative to the smartphone. ⌘ Read more

⤋ Read More

KubeCon + CloudNativeCon North America 2024 co-located event deep dive: AppDeveloperCon
Co-chairs: Naina Singh, Mark Fussell, Evan AndersonNovember 12, 2024Salt Lake City, Utah AppDeveloperCon is specifically targeting software developers who are using cloud native technologies to solve problems for their end-user customers.  While much of KubeCon focuses on how… ⌘ Read more

⤋ Read More

Meta Unveils ‘Orion’ Augmented Reality Glasses
Facebook parent company Meta today unveiled “the most advanced pair of AR glasses ever made,” called Orion. Meta claims Orion looks and feels like a regular pair of glasses, but with augmented reality capabilities.

Image

The glasses have been in development for the last five years, and Meta describes them as lightweight and great for indoor and outdoor use. Unlike a VR heads … ⌘ Read more

⤋ Read More

已经掌握独立建造第三代核电站的技术的国家有哪些?
谢邀@央视新闻

我是“华龙一号”总设计师邢继。10年之后的我们,可以非常确定地回答题主:

这个名单里,有中国。

这是一道来自2011年11月的提问,就在这道问题提出的8个月前,我们中国自主的百万千万级核电技术的梦想,刚刚被一场发生在日本福岛的核泄漏事故击得粉碎。

那时候,承载了几代核工业人梦想的型号CP1000即将开工,10多台推土机已经抵达现场开始挖土,仅仅3天之后,事故发生,项目被按下了暂停键。

福岛核事故对整个核工业发展的影响非常深远。中国作为一个负责任的大国,在核事故发生5天后,国务院发出声明,针对核安全问题提出四条指导性意见,其中有一条就是 中国未来新建的核电站必须满足国际最高安全标准。

中核集团在第一时间组织专家进行评估后,主动放弃了CP1000,转向全力推进第三代核电技术ACP1000,也就是后来“华龙一号”的自主研发。

放弃“CP1000”,这个决心下得非常果断,我们的核电站必须要能够应对所有“假设可能会发生” … ⌘ Read more

⤋ Read More

Go 語言與 SQL 數據庫的交互方式
Go 語言作爲一門簡潔高效的語言,在與關係型數據庫交互方面也擁有着豐富的選擇。本文將深入探討 Go 語言中幾種常見的與 SQL 數據庫交互方式,並通過示例代碼、優缺點分析和擴展知識點,幫助你更好地理解和選擇適合你的方案。Go 語言與 SQL 數據庫交互的常見方式———————Go 語言標準庫提供了database/sql包,它是一個基礎的 SQL 數據庫驅動接口,爲各種 ⌘ Read more

⤋ Read More

La lutte contre le sentiment d’insécurité bat son plein
On y est, pas de doute : avec le nouveau gouvernement Barnier “état neuf peu serviable”, les priorités ont été clairement définies et, parmi elles, l’insécurité est devenu un sujet qui a immédiatement été pris à bras le corps par nos nouveaux ministres. Avec Retaillaud d’un côté et Migaud de l’autre, le succès des prochaines politiques […] ⌘ Read more

⤋ Read More

Radxa Reveals Specs for Siengine SE1000-I Single Board Computer with Linux Support
The SiRider S1 is an upcoming industrial-grade single-board computer jointly developed by Radxa, Siengine Technology, and Arm China. It features the Siengine SE1000-I System-on-Chip, a powerful AIoT application processor built using 7nm technology. According to Radxa’s Wiki pages, this SE1000-I SoC has a dual-cluster CPU architecture. The first cluster includes four high-performa … ⌘ Read more

⤋ Read More

Reverse-o1:OpenAI o1原理逆向工程图解
OpenAI o1的推出称为横空出世不为过,尽管关于Q*、草莓等各种传闻很久了,用了强化学习增强逻辑推理能力这个大方向大家猜的也八九不离十,但是融合LLM和RL来生成Hidden COT,估计很少人能想到这点,而且目前看效果确实挺好的。

OpenAI奔向Close的路上越走越远,你要从o1官宣字面来看,除了“强化学习生成Hidden COT”外,基本找不到其它有技术含量的内容。Sora好歹还给出了个粗略的技术框架图,字里行间也透漏不少隐含的技术点,细心点总能发现很多蛛丝马迹,串起来之后整个背后的技术就若隐若现(若对此感兴趣可看下我之前写的分析: 技术神秘化的去魅:Sora关键技术逆向工程图解 )。而且,尽管目前有不少公开文献在用LLM+RL增强大模型的推理能力,但几乎找不到做Hidden COT生成的工作,所以可供直接参考的内容非常少,这为分析o1进一步增添了难度。

那是否就没办法 … ⌘ Read more

⤋ Read More

Golang 實用技巧:使用 go-nanoid 高效生成唯一隨機 ID
作爲一名程序員,我們經常會遇到需要生成唯一標識符(ID)的場景。不管是創建用戶 ID、訂單號還是其他需要唯一性的數據,生成隨機且唯一的 ID 是保證系統健壯性的基礎之一。在 Go 語言中,有很多方法可以實現這一功能,今天我想和大家聊聊如何使用 go-nanoid 這個庫來生成隨機的唯一 ID。go-nanoid 是一個 Go 語言庫,用來高效地生成唯一的隨機 ID(類似於 UUID),並且生成的 ⌘ Read more

⤋ Read More

Apple Card Savings Account Receives Another Interest Rate Cut
The Apple Card’s high-yield savings account received an interest rate cut overnight, the second time it has done so this year.

Image

The ‌Apple Card‌ savings account’s annual percentage yield (APY) dropped from 4.4% to 4.25%, in line with the US Federal Reserve approving an aggressive rate c … ⌘ Read more

⤋ Read More

How to Downgrade from iOS 18 Back to iOS 17
If you have recently installed iOS 18 on iPhone, or iPadOS 18 on iPad, and you’re not thrilled with the experience, or maybe you’ve encountered something that is incompatible with your workflow, you can still downgrade from iOS 18 back to iOS 17. Specifically, currently you can downgrade an iPhone or iPad with iOS 18 … Read MoreRead more

⤋ Read More
In-reply-to » And finally the legibility of feeds when viewing them in their raw form are worsened as you go from a Twt Subject of (#abcdefg12345) to something like (https://twtxt.net/user/prologic/twtxt.txt 2024-09-22T07:51:16Z).

(#2024-09-24T12:45:54Z) @prologic@twtxt.net I’m not really buying this one about readability. It’s easy to recognize that this is a URL and a date, so you skim over it like you would we mentions and markdown links and images. If you are not suppose to read the raw file, then we might a well jam everything into JSON like mastodon

⤋ Read More

A weekend with my family
This past weekend, I visited my family in the south of Germany. I wasn’t there for quite some time. On one day, we went to Biel in Switzerland, walking through the Taubenloch (“pigeonhole”, a canyon right next to the city) and sitting on a boat that took us across Lake Biel. It was quite picturesque. ⌘ Read more

⤋ Read More

Kubestronaut in Orbit: Camila Soares Câmara
Get to know Camila This week’s Kubestronaut in Orbit, Camila Soares Câmara, is a Senior Cloud Engineer at Wellhub in Brazil with experience in Cloud and DevOps, working with technologies such as Kubernetes, CI/CD, AWS, and Infrastructure as… ⌘ Read more

⤋ Read More

2024 Docker State of Application Development Survey: Share Your Thoughts on Development
Take the 2024 Docker State of Application Development Survey now. The survey is open from September 23rd, 2024 (7AM PST) to November 20, 2024 (11:59PM PST). ⌘ Read more

⤋ Read More
In-reply-to » And finally the legibility of feeds when viewing them in their raw form are worsened as you go from a Twt Subject of (#abcdefg12345) to something like (https://twtxt.net/user/prologic/twtxt.txt 2024-09-22T07:51:16Z).

Aggred. But reading twtxt in raw form sounds… I can’t do this

⤋ Read More

Apple Releases Second iOS 18.1, iPadOS 18.1, and macOS Sequoia Public Betas With Apple Intelligence
Apple today released the second public betas of iOS 18.1, iPadOS 18.1, and macOS Sequoia 15.1, allowing non-developers to test the software ahead of its October launch. The second beta comes a day after Apple provided the software to developers.

Image

Public beta t … ⌘ Read more

⤋ Read More

你一直坚持热爱的事情是什么?坚持了多久?
谢邀 @央视新闻

知乎的朋友们好啊,我是打了50多年的乒乓球的运动员倪夏莲。

常常有年轻的朋友来问我是怎么坚持下来的,诚实地讲,我也搞不清楚。从没想过自己能打这么久,想放弃的时刻也多到数不清,但兜兜转转了这么些年,自己还是没能离开这颗小球。

你说坚持是因为热爱吗?肯定是的。但这五十多年里,在热爱之外,夹杂了太多其他东西。

上学那会儿,从电视里看到乒乓球赛的转播,拿冠军的人就像英雄一样,可威风了。加上学校条件比较好,有八个乒乓球台,于是我就报名去打球。

那时候我也喜欢唱歌,中间一度跑去了合唱队,但去了三天又后悔,总是想着那颗球。我特别幸运,老师觉得我是棵好苗子,又给了我一次机会。

那是我第一次重新回到球台。

后来,我每天六点爬起来训练,技术也好。当时我被推荐到江湾少体校,但教练组嫌我个子矮,就没有要我。我从小要强,做什么 … ⌘ Read more

⤋ Read More

中国制造能否诞生「奢侈品」?
谢邀 @央视新闻

什么是从中国制造中诞生的「奢侈品」?

这是一个来自2011年的提问,为了回答这个问题,我们有必要先穿越时空,一起回顾一下,「中国制造」到底走过了怎样的路。

不妨把时间线拉得再长一些。

75年,对于一个人,很长,意味着从垂髫小儿到黄发老者的一生;对于一个国家,很短,不过才经历了一代人一生的岁月。

75年前的中国,能造什么?

在“一辆汽车、一架飞机、一辆坦克,甚至是一辆拖拉机都造不出来”的75年前,他们一定这样幻想过这样的未来——「总有一天」。

那一年的大典上,我们没有一架自己制造的飞机,要成为航空强国就必须先造出飞机的“心脏”——航空发动机。直到1954年8月,新中国第一台活塞式航空发动机——M-11试制成功。

如今,中国研制的“太行”、“玉龙”、AES100等多型发动机为我国各类飞机、直升机提供了强 … ⌘ Read more

⤋ Read More

独立游戏在中国 插曲:手游版号办理完全攻略
2017.1.14更新了账号承诺书部分和注意事项里一则自朋友反馈的实践经历,以后会继续补充。

一、照例写在前面

最近因为之前那篇关于版号的文章 关于手游审批:大限已过,无号上线的手游都怎么样了? _)_,收到一些私信,也认识了不少新朋友,其中不少对我们帮助很大。感谢的话放在后面,值得一提的是,大多数新朋友们频繁地问我同一个问题,那就是: 版号究竟该怎么办

我这才意识到之前关于版号新政的问题写得太潦草,毕竟版号问题至今依然是独立开发者或独立开发团队面临的难题之一。

今晚趁着干完活的空当在这儿详细写一下流程,并且会贴出所需的所有资料和撰写范本,希望能帮到大家。

二、如何选择机构

先简单复述下版号定义

游戏版号就是“游戏出版备案”。它是由国家新闻出版总署批准的游戏出版运营的批准文号。

找谁办理?

目前有 两种方式 非常适合独立游 … ⌘ Read more

⤋ Read More

如何评价《黑神话:悟空》这款游戏?它到底好不好玩?
用上亿美元甚至数亿美元的预算,做出值得被提名为年度游戏的杰作,是世界上最好的游戏研发团队才能做到的事情。

乐观估计,这样的团队全世界不超过20个。

更多的游戏团队,就算拿到了上亿甚至数亿美元的预算,也只能做出8分、7分甚至6分的游戏。

即便是这样的团队,也都是经验丰富的行业中坚。

那么,当一个团队的开发预算注定只有8分游戏的规模时,他们要怎么办?

当研发团队的预算,人力,周期都注定不可能做出一款完美的游戏时,他们要如何决断?

这就是《黑神话悟空》的故事。

在黑神话全盛期的争议过后,现在是可以从一个相对客观的角度来讨论这个游戏的设计得失的时候了。这是一个在极其有限的资源之下,关于正确决断和大胆放弃的奇迹。

不止一位熟识的朋友都抨击旗舰总是倾向结论先行而略过大量前提;所以,这次我尝试一下和以往略有区别的,“登高远眺”的写法,争取把所有的判断前提和数据来源都写进来——当然,这会导致文章长度变得更长。

注意:本文长达25000 … ⌘ Read more

⤋ Read More

Eyewatering supermarket grape prices expected to drop dramatically as local season approaches
If you have baulked at the price of table grapes at the supermarket lately the good news is they could drop by up to $10/kg when the Australian season brings locally-grown produce to the shelves. ⌘ Read more

⤋ Read More

x86 Embedded Controller with PC/104 Compatibility for Legacy Systems
The VDX3-6757 PC/104 family of low-power x86 embedded controllers meets PC/104 specifications, offering backward compatibility for projects facing end-of-life x86-based controllers. It is suited for applications like data acquisition, industrial automation, process control, and automotive control. Powered by a DM&P Vortex86DX3 1GHz dual-core CPU with 32KB L1 cache and 512KB L2 cache, the VDX3-6757 supports … ⌘ Read more

⤋ Read More

iOS 18: Capture iPhone Audio Playback When Shooting Video
In iOS 18, Apple has introduced a new feature that allows you to continue playing audio from your iPhone’s speakers while recording video in the Camera app. Whether you’re creating a music video or simply want background music for your recordings, this new option offers you greater creative control over your ‌iPhone‌ videos.

![](https://images.macrum … ⌘ Read more

⤋ Read More

Gorm 自定義數據類型
在處理數據庫交互時,我們經常會遇到將數據在 Go 結構體和數據庫關係之間來回轉換的需求。今天,我們將深入探討 Gorm 中的自定義數據類型,這是一種強大的工具,可以幫助我們實現靈活的數據映射和自定義邏輯。使用場景:處理軍官等級———–爲了更好地理解自定義數據類型的用途,我們以一個現實的例子來說明:構建一個軟件來存儲和讀取美軍軍官的等級信息。這個例子中,我們定義了兩個結構體:Go 結構 ⌘ Read more

⤋ Read More

Go 語言併發編程之互斥鎖 sync-Mutex
大家好,我是 frank。「Golang 語言開發棧」公衆號作者。01 介紹Go 標準庫 sync 提供互斥鎖 Mutex。它的零值是未鎖定的 Mutex,即未被任何 goroutine 所持有,它在被首次使用後,不可以複製。我們可以使用 Mutex 限定同一時間只允許一個 goroutine 訪問和修改臨界區。02 使用在介紹怎麼使用 Mutex 之前,我們先閱讀 sync.Mutex 源碼 ⌘ Read more

⤋ Read More

5th Beta of iOS 18.1, MacOS Sequoia 15.1, iPadOS 18.1 with Apple Intelligence, Available for Testing
Apple has released the 5th beta versions of iOS 18.1, macOS Sequoia 15.1, and iPadOS 18.1, with Apple Intelligence support. The Apple Intelligence features that are included with these releases are mostly Writing Tools, summaries, and new Siri features, which allow you to do things like summarize emails, offer Smart Replies in Mail and Mes … ⌘ Read more

⤋ Read More

Kubernetes governance: the great policy for innovation
Member post by Kyuho Han, SK Telecom Background : Age of collaboration Since the World Economic Forum (WEF) 2021, The great reset of our society through digital transformation has been accelerating. In Korea, digital transformation is accelerating not… ⌘ Read more

⤋ Read More

如何评价游戏《废土3》?

Image

现在我的咽喉仍在被滚烫的火药烟灼烧,左手无名指在科罗拉多雪原的苦寒中不知何时起已经枯死失去知觉,复合装甲破碎的纤维在我全身半愈合的伤口中盘根错节。我的战友们为之流血牺牲的科罗拉多平原上,有人视我们为英雄,有人则欲除我们而后快,这似乎和我们刚刚到来时没有太大区别,我们到底给这片土地带来了什么?我的智慧远不足以让我从这段经历中立刻获得启迪,但我手中羔羊的血仍温热,这段故事应当在寒风中的血和泪被和平的歌声冲散前传承下去。

先做一个 前情提要 吧。

在游戏初代,失控AICochise以消灭人类并为自身谋取生存空间为目的,诱发核战摧毁了现代文明。原计划在核大战之后用机器大军接管地球的Cochise母机被毛子一发偏航的核弹破坏了对外通讯能力,于是只得默默蛰伏。废土 … ⌘ Read more

⤋ Read More

Apple Seeds Fifth Developer Betas of iOS 18.1 and iPadOS 18.1 With Apple Intelligence
Apple today provided developers with the fourth betas of iOS 18.1 and iPadOS 18.1 to continue testing Apple Intelligence features. The fifth betas come two weeks after Apple seeded the fourth iOS 18.1 and iPadOS 18.1 betas.

Image

The updates can be downloaded from the S … ⌘ Read more

⤋ Read More

有人可以把《战锤2:全面战争》的背景故事和人物关系讲清楚吗?
既然题主这样问了,应该是想尽快了解战锤全战的背景。我尝试用最概括性的形式介绍一下。

篇幅比较长,感兴趣的朋友可以点个收藏,或者按照目录进行选择性阅读。

有些内容可能会出现记忆偏差,还望发现的朋友能在评论区及时指出。

首先,《战锤:全面战争》取材自英国桌游模型厂商 GamesWorkshop(简称GW) 的IP 《中古战锤》。该IP在2014年左右宣布灭世(就是背景上世界毁灭了,模型不卖了)。《战锤全战》改编自该IP,但背景设定上有所修改。

本文主要计划分为五个部分——【各族势力介绍】、【大背景以及关于ET的说明】、【主要人物传记】、【重要背景人物介绍】、【中古战锤与战锤AOS】 希望能够帮助各位全战玩家快速了解中古战锤的世界观。 持续更新中——! 前言

中古战锤,总的来说是一个标准的西方奇幻世界观。除人类、精灵、矮人御三家之外,还有各种各样稀奇古怪的种族。而所有种族则都 … ⌘ Read more

⤋ Read More

France : des dirigeants en roue libre
Ah, ça y est ! Grâce à Super Barnier, nous disposons à présent d’un fort beau gouvernement état neuf, très peu servi. Et vu les cadors qui le composent, on sait que le pays va sortir en chantant de l’ornière dans laquelle son président l’avait malencontreusement fourré : en effet, grâce à la pirouette de la dissolution, […] ⌘ Read more

⤋ Read More

OpenAI o1 self-play RL 技术路线推演
OpenAI的self-play RL新模型o1最近交卷,直接引爆了关于对于self-play的讨论。在数理推理领域获得了傲人的成绩,同时提出了train-time compute和test-time compute两个全新的RL scaling law。作为领域博主,在时效性方面肯定卷不过其他营销号了,所以这次准备了大概一万字的内容,彻底深入分析并推演一遍其中的相关技术细节。

Image

o1,而今迈步从头越

首先要说一下,o1是一个多模态模型,很多人包括 Jim Fan 都忽略了这一点:

Image

因此他继续叫做o,作为omni系列是没有任何疑问的。只不过这次发布是过于低调了,很多人都没有注意到 … ⌘ Read more

⤋ Read More

10 Reasons to Wait for Next Year’s iPhone 17
Apple’s iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models simultaneously, which is why we sometimes get rumored feature leaks so far ahead of launch. The iPhone 17 series is no different – already we have some idea of what to expect from Apple’s 2025 smartphone lineup.

![](https://images.macrumors.com/article-new/2024/08/iPhone-17-Slim-Feature-Single-Camer … ⌘ Read more

⤋ Read More

MS-CF16 Fanless Low-Power Pico-ITX SBC with Alder Lake-N and Amston Lake Processors
The MS-CF16 is a compact Pico-ITX single-board computer designed for fanless, low-power, high-performance applications in harsh environments. Powered by Intel Alder Lake-N or Amston Lake Series SoCs, the board features a 2.5GbE LAN port, a GbE LAN port, and SATA 3.0 for storage. Unlike the previously covered MS-CF17, this model offers configurable Intel processors, each […] ⌘ Read more

⤋ Read More
In-reply-to » Okay folks, I've spent all day on this today, and I think its in "good enough"™ shape to share:

@prologic@twtxt.net Thanks for writing that up!

I hope it can remain a living document (or sequence of draft revisions) for a good long time while we figure out how this stuff works in practice.

I am not sure how I feel about all this being done at once, vs. letting conventions arise.

For example, even today I could reply to twt abc1234 with “(#abc1234) Edit: …” and I think all you humans would understand it as an edit to (#abc1234). Maybe eventually it would become a common enough convention that clients would start to support it explicitly.

Similarly we could just start using 11-digit hashes. We should iron out whether it’s sha256 or whatever but there’s no need get all the other stuff right at the same time.

I have similar thoughts about how some users could try out location-based replies in a backward-compatible way (append the replyto: stuff after the legacy (#hash) style).

However I recognize that I’m not the one implementing this stuff, and it’s less work to just have everything determined up front.

Misc comments (I haven’t read the whole thing):

  • Did you mean to make hashes hexadecimal? You lose 11 bits that way compared to base32. I’d suggest gaining 11 bits with base64 instead.

  • “Clients MUST preserve the original hash” — do you mean they MUST preserve the original twt?

  • Thanks for phrasing the bit about deletions so neutrally.

  • I don’t like the MUST in “Clients MUST follow the chain of reply-to references…”. If someone writes a client as a 40-line shell script that requires the user to piece together the threading themselves, IMO we shouldn’t declare the client non-conforming just because they didn’t get to all the bells and whistles.

  • Similarly I don’t like the MUST for user agents. For one thing, you might want to fetch a feed without revealing your identty. Also, it raises the bar for a minimal implementation (I’m again thinking again of the 40-line shell script).

  • For “who follows” lists: why must the long, random tokens be only valid for a limited time? Do you have a scenario in mind where they could leak?

  • Why can’t feeds be served over HTTP/1.0? Again, thinking about simple software. I recently tried implementing HTTP/1.1 and it wasn’t too bad, but 1.0 would have been slightly simpler.

  • Why get into the nitty-gritty about caching headers? This seems like generic advice for HTTP servers and clients.

  • I’m a little sad about other protocols being not recommended.

  • I don’t know how I feel about including markdown. I don’t mind too much that yarn users emit twts full of markdown, but I’m more of a plain text kind of person. Also it adds to the length. I wonder if putting a separate document would make more sense; that would also help with the length.

⤋ Read More

Low-cost Makerdiary board with iMX RT1011 Crossover MCU and Zephyr Support
Makerdiary recently introduced the iMX RT1011 Nano Kit, a compact, high-performance development board featuring NXP’s iMX RT1011 Crossover MCU. With an Arm Cortex-M7 core running at up to 500 MHz, it delivers strong CPU performance and real-time responsiveness The iMX RT1011 Nano Kit includes 128 KB of on-chip RAM, configurable as Tightly Coupled Memory or […] ⌘ Read more

⤋ Read More

Protectli Vault V1410: Fanless 4-Port 2.5GbE Network Appliance with Intel N5105
The Protectli Vault V1410 is a fanless network appliance designed for applications that demand robust performance and reliable connectivity. Key features include four 2.5GbE Ethernet ports and multiple expansion slots, making it a versatile solution for a wide range of networking environments. The device comes equipped with the Intel N5105 processor, a quad-core Celeron chip […] ⌘ Read more

⤋ Read More

Open-Source Oscilloscope with 1 GS/s High-Speed Data Streaming and Flexible Measurement Capabilities
Crowd Supply recently launched a campaign for ThunderScope, an oscilloscope that combines powerful hardware with open-source software. It captures data at 1 GS/s and streams it to a computer via Thunderbolt, USB4, or PCI Express for real-time processing, offering greater flexibility for complex measurements across various timescales. The Thunde … ⌘ Read more

⤋ Read More
In-reply-to » @falsifian Do you have specifics about the GRPD law about this?

@movq@www.uninformativ.de @falsifian@www.falsifian.org @prologic@twtxt.net Maybe I don’t know what I’m talking about and You’ve probably already read this: Everything you need to know about the “Right to be forgotten” coming straight out of the EU’s GDPR Website itself. It outlines the specific circumstances under which the right to be forgotten applies as well as reasons that trump the one’s right to erasure …etc.

I’m no lawyer, but my uneducated guess would be that:

A) twts are already publicly available/public knowledge and such… just don’t process children’s personal data and MAYBE you’re good? Since there’s this:

… an organization’s right to process someone’s data might override their right to be forgotten. Here are the reasons cited in the GDPR that trump the right to erasure:

  • The data is being used to exercise the right of freedom of expression and information.
  • The data is being used to perform a task that is being carried out in the public interest or when exercising an organization’s official authority.
  • The data represents important information that serves the public interest, scientific research, historical research, or statistical purposes and where erasure of the data would likely to impair or halt progress towards the achievement that was the goal of the processing.

B) What I love about the TWTXT sphere is it’s Human/Humane element! No deceptive algorithms, no Corpo B.S …etc. Just Humans. So maybe … If we thought about it in this way, it wouldn’t heart to be even nicer to others/offering strangers an even safer space.
I could already imagine a couple of extreme cases where, somewhere, in this peaceful world one’s exercise of freedom of speech could get them in Real trouble (if not danger) if found out, it wouldn’t necessarily have to involve something to do with Law or legal authorities. So, If someone asks, and maybe fearing fearing for… let’s just say ‘Their well being’, would it heart if a pod just purged their content if it’s serving it publicly (maybe relay the info to other pods) and call it a day? It doesn’t have to be about some law/convention somewhere … 🤷 I know! Too extreme, but I’ve seen news of people who’d gone to jail or got their lives ruined for as little as a silly joke. And it doesn’t even have to be about any of this.

P.S: Maybe make X tool check out robots.txt? Or maybe make long-term archives Opt-in? Opt-out?
P.P.S: Already Way too many MAYBE’s in a single twt! So I’ll just shut up. 😅

⤋ Read More

Upcoming I-Pi SMARC Embedded Prototype Kit Adopts Intel Amston Lake CPU
The I-Pi SMARC Amston Lake is a prototyping kit built on Intel’s Amston Lake architecture, designed to accelerate embedded system development. Key features include dual 2.5GbE LAN ports with Time-Sensitive Networking support and CAN interfaces for industrial applications. This kit includes the I-Pi SMARC Plus carrier and the LEC-ASL SMARC module, which features an Intel […] ⌘ Read more

⤋ Read More