@movq@www.uninformativ.de Yiha! Alternatively, you could embed the
tt. But then, in the message tree, I spot another missed typo. My process is then to go to my twtxt.txt and fix it by hand. However, I still have to clean up tt's cache. This is rather tidious:
Fuck me! I tried to upgrade tview and the first thing I notice is a shitload of added dependency versions:
go.mod | 18 ++++-----
go.sum | 97 ++++++++++++++++++++++++++++++++++++++-----------
My code does not compile anymore as the view.FormItem interface was extended. Get/SetDisabled(…) are quickly implemented, no worries.
But the tview.Primitive (what makes a widget) interface has now a bunch of PRIVATE methods. For focus handling. Would you believe that!? Thanks, I cannot satisfy this interface in my very custom widgets anymore. Okay then, I just embed *tview.Box. tt now successfully compiles, but does not react anymore on key presses and the message tree is not focused either.
I’m not in the mood to debug this shit. :-( Lunch time.
Popular Rust-Based Database Turns To AI For Up To 1.5x Speedup, Other Improvements
Redb is one of the open-source, embed-friendly key-value databases written in the Rust programming language. Redb is ACID-compliant while known for being high performance and with its new Redb 4.1 release is even faster thanks to some improvements authored by Claude (AI)… ⌘ Read more
Servo Browser Engine Making It Easier For Embedded Use
The open-source, Rust-based Servo browser engine has been improving its Servoshell demo browser application while one of the most promising potentials for this engine is around embedded use as an alternative to the Chromium Embedded Framework (CEF). With the latest moves by Servo developers, they are making for a more compelling story for its use… ⌘ Read more
AMD Making It Easier To Embed Lemonade AI Capabilities Into Other Apps
The open-source Lemonade local AI server that enables using Ryzen AI NPUs on Linux for LLM usage as well as AMD Radeon GPU support and common x86_64 CPU support (in addition to Microsoft Windows support) is now becoming easier to embed within other apps for AI usage… ⌘ Read more
Servo Browser Engine Starts 2026 With Many Notable Improvements
The Servo project has issued their January 2026 development report that highlights all the interesting changes they made to this open-source browser layout engine last month. With Servo 0.0.5 they have landed many improvements to this engine and also continuing to enhance its ability to embed Servo inside other applications… ⌘ Read more
OpenAI and ServiceNow Strike Deal to Put AI Agents in Business Software
According to the Wall Street Journal, OpenAI and ServiceNow signed a three-year deal to embed AI agents directly into ServiceNow’s enterprise workflows. CNBC reports: As part of the deal, ServiceNow will integrate GPT-5.2 into its enterprise workflow platform and create AI voice technology harnessing these models. “Bringing together our … ⌘ Read more
Colleges Are Preparing To Self-Lobotomize
The skills that future graduates will most need in an age of automation – creative thinking, critical analysis, the capacity to learn new things – are precisely those that a growing body of research suggests may be eroded by inserting AI into the educational process, yet universities across the United States are now racing to embed the technology into every dimension of their curricula.
O … ⌘ Read more
react-native-godot: React Native Godot - Embed Godot Engine in React Native apps
Comments ⌘ Read more
Servo GTK: a widget to embed Servo in GTK4
Servo, the Rust-based browsing engine spun off from Mozilla, keeps making progress every month, and this made Ignacio Casal Quinteiro wonder: what if we make a GTK widget so we can test Servo and compare it to WebKitGTK? As part of my job at Amazon I started working in a GTK widget which will allow embedding a Servo Webview inside a GTK application. This was mostly a research project just to understand the current state of Servo and whether it was … ⌘ Read more
YAYYY TY @prologic@twtxt.net NOW I HAVE IMAGE & YOUTUBE EMBEDS ON MY YARN POD 🎉🎉🎉
@kat@yarn.girlonthemoon.xyz Ahh what do you mean by images don’t embed? They definitely should! By default however all domains are blocked, so you might want to either allow some domains or just put in a .* entry to allow all/any domsins. Screenshot attached 
on my yarn pod nothing really embeds (not even images) so i’m looking at the embed rules part of the mod settings and i’m like… i don’t know how to do any of this 😭😭😭
認識 Embedding 模型和 Rerank 模型
Embedding 模型和 Rerank 模型是自然語言處理(特別是在信息檢索、問答系統等場景中)中常見的兩種模型類型,它們雖然有聯繫,但在功能、使用場景和工作方式上有明顯的區別。不同之處在於:目的不同。Embedding 模型主要用於表示文本的語義,通常將文本編碼爲向量表示,以便進行相似度計算;Rerank 模型主要用於對初始召回的結果進行精排序,提高最終結果的質量。 應用階段不同。Emb ⌘ Read more
LILYGO T-Embed SI4732 Combines ESP32 S3 with All Band Radio Tuning
LILYGO has introduced a new version of its T-Embed series that incorporates the SI4732 A10 tuner module. This version supports AM, FM, shortwave, and longwave radio bands in a handheld format that visually resembles devices like the Flipper Zero. The T-Embed SI4732 uses the ESP32 S3 microcontroller with a dual-core LX7 processor clocked at 240 […] ⌘ Read more
up -d, but then I took a look at a couple of #Snac instances at the last second and they looked pretty dope! Now I'm stuck in my own head 😅
@bender@twtxt.net Mainly the bsd.cafe ones. I like how the minimalist single column profiles look. Image embeds are full width and reading through threads feels nice (as in it doesn’t feel like pealing layers upon layers of a fresh onion).
Luckfox Brings Linux to Stamp Form Factor with Rockchip RV1106 Processor
The Luckfox Core1106 is a compact development board built around the Rockchip RV1106 chip. Designed to simplify hardware integration, it allows developers to efficiently verify designs or embed the board into products. With dimensions of 30 × 30 mm, the Core1106 is suitable for applications such as edge computing, IoT devices, and video processing. The […] ⌘ Read more
Recipe for Efficient Development: Simplify Collaboration and Security with Docker
Docker empowers development teams to streamline collaboration, embed security, and accelerate delivery by simplifying workflows and providing tools like Docker Hub, Testcontainers Cloud, and Docker Scout for building high-quality, secure applications faster. ⌘ Read more
LILYGO T-Embed CC1101: Enabling Sub-GHz and NFC/RFID Communication
LILYGO launched the T-Embed CC1101, built around the ESP32-S3 Dual-core LX7. It supports Wi-Fi, BLE 5, and Sub-GHz wireless communication, targeting remote and low-power IoT projects. The ESP32-S3 microcontroller is paired with 16MB of Flash memory and 8MB of PSRAM. The CC1101 chip operates across frequency bands of 300-348 MHz, 387-464 MHz, and 779-928 MHz, […] ⌘ Read more
go:embed 在 Go 開發中的應用與最佳實踐
背景–在使用 Go 開發命令行工具或桌面軟件時,將配置文件、模板,甚至整個前端應用直接嵌入到 Go 二進制文件中是一種提高應用部署效率和簡化操作的有效方法。這種方法可以減少外部依賴,讓應用在沒有額外資源文件的情況下也能獨立運行,特別適合需要便捷分發和部署的場景。自 Go 1.16 版本起,Go 語言官方引入了 //go:embed 指令,使得嵌入靜態資源變得異常簡單而直接。這一新特性大大簡化了 ⌘ Read more
@prologic@twtxt.net Yeah that is probably what was happening. I wish that go build could embed the values that go install does.
在 Go 中如何使用 go:embed 指令嵌入靜態文件
有時候,將配置文件、模板甚至整個前端應用直接嵌入到 Go 二進制文件中,是一種提高應用部署效率和簡化操作的有效方法。自從 Go 1.16 版本起,Go 語言官方引入了 //go:embed 指令,這使得嵌入靜態資源變得異常簡單而直接。本文將詳細介紹如何在你的 Go 應用中使用這一強大的特性。什麼是 go:embed//go:embed 在 Go 1.16 版本中被加入,這也是我接觸 Go 語言的第 ⌘ Read more
一文帶你完整了解 Go 語言 IO 基礎庫
作者 | 百度小程序團隊 導讀 introduction對於剛接觸 Golang 學習的同學,估計比較難掌握的知識點之一就是文件 IO 處理,光在基礎庫裏會發現 golang 除了 io 包提供文件處理外,os 包,http 包,embed 包都有提供類似的處理,由於 Golang 的繼承表達採用的是隱式的表達, 所以他們之間有什麼關係?能否相互轉換處理?是非常難一眼看出來的。本文就幫大家完整地 ⌘ Read more
I take it back. Excalidraw is like tldraw–you can integrate it into a Javascript front end if you want. Which means technically you could self-host it if you wanted, but you’d have to write your own front end code to embed it, and host that code somehow.
🌠 Joke plugins, hands-free notes, & table improvements
Tasks styling, a plugin for day trading, multi-column embeds & callouts, and a method for taking notes about people. ⌘ Read more
@prologic@twtxt.net I get the worry of privacy. But I think there is some value in the data being collected. Do I think that Russ is up there scheming new ways to discover what packages you use in internal projects for targeting ads?? Probably not.
Go has always been driven by usage data. Look at modules. There was need for having repeatable builds so various package tool chains were made and evolved into what we have today. Generics took time and seeing pain points where they would provide value. They weren’t done just so it could be checked off on a box of features. Some languages seem to do that to the extreme.
Whenever changes are made to the language there are extensive searches across public modules for where the change might cause issues or could be improved with the change. The fs embed and strings.Cut come to mind.
I think its good that the language maintainers are using what metrics they have to guide where to focus time and energy. Some of the other languages could use it. So time and effort isn’t wasted in maintaining something that has little impact.
The economics of the “spying” are to improve the product and ecosystem. Is it “spying” when a municipality uses water usage metrics in neighborhoods to forecast need of new water projects? Or is it to discover your shower habits for nefarious reasons?
Tell me you write go like javascript without telling me you write go like javascript:
import "runtime/debug"
var Commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
for _, setting := range info.Settings {
if setting.Key == "vcs.revision" {
return setting.Value
}
}
}
return ""
}()
GoCN 每日新闻 (2022-01-06)
- Golang profiler 笔记https://github.com/DataDog/go-profiler-notes/blob/main/README.md
- Bundling templates with embedhttps://osinet.fr/go/en/articles/bundling-templates-with-embed/
- Go 通过 Map/Filter/ForEach 等流式 API 高效处理数据https://gocn.vip/topics/20922
- 滴滴夜莺监控发布 v5 正式版,定位 Promet … ⌘ Read more
Bundling templates with embed #embed #howto href=”https://we.loveprivacy.club/search?q=%23assets”>#assets**
If you’ve been embedding assets or templates with rakyll/statik, markbates/pkger or any other bundler, you will probably want to convert to the new embed package brought by Go 1.16 to replace them all. This article, following one about pkger, explains how, going through the exact same steps to make converting easier. 1 points posted by FGM ⌘ Read more
New repository: aquilax/mdexec - Executes commands in a markdown file and embeds the result
Embedding static files in a go binary using go embed ⌘ Read more…
How to use go embed ⌘ Read more…
So excited for Go embedded files. https://golangtutorial.dev/tips/embed-files-in-go/
How to Embed a Background Image in CSS to Get a Self-Contained Web Page ⌘ https://www.thesitewizard.com/css/embed-background-images-in-css-with-data-urls.shtml
I really want !btprnt to be integrated into !weewiki somehow. Both can speak !janet, and I already figured how to embed PNG images inside of an HTML document. In small doses, it could be fun. #halfbakedideas
Video: Go embed draft design ⌘ https://www.youtube.com/embed/rmS-oWcBZaI
/meta @ckipp@chronica.xyz Regarding potential new features, maybe some kind of search box? And is there a way to embed images or other media?
Defense mechanism: Embed yourself so deeply in physics so that any entity attempting to simulate you will have to run a full universe.
They run it. We watch. The chain becomes longer, the simulators’ direction clearer. We infer their next change, embed a diamond, and run it.
A vampire’s teeth always seek blood. Embed one in a piece of wood for a highly sensitive divining rod, or push it into a rock to find oil.
Young dragons, we put in cages. Not that it helps much, they grow around the bars. But the bars don’t break, embed themselves in the flesh.