Trenz Electronic Eval Board with Adaptive AMD Versal SoC and High-Speed I/Os
Trenz Electronic presents the TE0950-03-EGBE21A, an evaluation board incorporating the AMD Versal AI Edge VE2302 System-on-Chip. Designed for embedded applications requiring reliable serial connectivity, this embedded board is engineered to deliver consistent performance across various commercial and industrial applications. At the heart of the board lies the AMD Versal AI Edge XCVE2302-1LS … ⌘ 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
Milk-V Duo S: Dual-Core RISC-V SBC Open for Pre-Order Starting at $11.00
The Milk-V Duo S is another tiny Single Board Computer that combines the open-source RISC-V instruction set architecture with the widely used ARM architecture. This dual-core design offers flexibility and performance for embedded computing. Scheduled to ship in March 2024, this board has improved specifications and features compared to the Duo Classic, and it supports […] ⌘ Read more
(Updated) Banana Pi teases RK3588-powered Single Board Computer with dual 2.5GbE
Banana Pi recently provided details about a new Single Board Computer with Pico ITX form-factor and built around the Rockchip RK3588 quad-core processor, Arm Mali-G610 Graphics Processing Unit and a 6TOPS Neural Processor Unit. This new embedded device joins Banana Pi’s lineup featuring the RK3588 SoC seen in other Banana Pi products like the BPI-W3 […] ⌘ Read more
Microchip Launches Affordable PolarFire SoC Kit, Expanding Access to RISC-V and FPGA for Embedded Engineers
Today, Microchip unveiled the PolarFire SoC Discovery Kit, a cost-effective and versatile tool catering to a wide range of users, including students, beginners, and seasoned professionals. This user-friendly kit facilitates quick testing of application ideas, firmware development, programming, and debugging, making it suitable for … ⌘ Read more
FRDM-MCXN947 Development Board for Embedded Applications with MCX N94/N54 MCUs
The FRDM-MCXN947 by NXP Semiconductors is an advanced development board, engineered specifically for swift prototyping with MCX N94X and N54X Microcontrollers. This board is an ideal tool for developing applications in fields such as Industrial Automation, AI and Machine Learning, Security Systems, and Smart City and Home technologies. At the heart of the FRDM-MCXN947 is […] ⌘ Read more
Forlinx Embedded FET-D9360-C SoM Accommodates D9-Pro Processor and Up to 16GB RAM
In partnership with SemiDrive, Forlinx Embedded has introduced the FET-D9360-C System on Module (SoM), featuring the D9-Pro high-performance industrial processor. This SoM is designed for industrial applications demanding multi-display capabilities with resolutions up to 2K@60Hz. The SoM utilizes the SemiDrive D9 Pro processor, which includes six ARM Cortex-A55 high-performance cor … ⌘ Read more
LicheeRV Nano: Affordable Thumb-Sized Embedded RISC-V Computer with Upcoming Linux Support
Sipeed introduces four compact open-source development boards powered by the SOPHGO SG2002 with RISC-V architecture. These innovative boards come equipped with camera support, RJ45 connectivity with 100Mbps capability, and dual-band Wi-Fi 6/Bluetooth 5 for robust wireless performance. The product page mentions that this device features the dual core SOPHGO SG2002 processo … ⌘ Read more
lmdb looks like it might make a wonderful embedded replacement for redis in astrid instruments!
Ignite Realtime Blog: HTTP File Upload plugin 1.4.0 released
The HTTP File Upload plugin is a plugin for Openfire that allow users to easily share files (such as pictures) in a chat
A new release is now available for this plugin: version 1.4.0.
This release introduces a couple of interesting security improvements:
- an additional guard has been added that should prevent scripts embedded in data to be executed without the recipient’s approval
- It is now possible to configure a viru … ⌘ Read more
Jetway Unveils 3.5” SBC with Dual 2.5GbE Ports and Triple 4K@60Hz Display Support
Jetway unveiled this week the JF35-ADN1 which is a 3.5” SubCompact single-board computer powered by the Intel Processor N97 CPU. This new embedded device aims at the field of industrial robotics payment systems, machine vision and beyond with its DDR5 memory support and extensive I/O interfaces. The product announcement highlights that the JF35-ADN1 is configurable […] ⌘ Read more
Rust Embedded Working Group Announces Embedded-HAL v1.0
The Rust Embedded Working Group has announced a significant milestone with the release of embedded-hal version 1.0, marking a new chapter in the Rust embedded ecosystem. This release, alongside companion crates like embedded-hal-bus, embedded-hal-async, and embedded-hal-nb, represents a culmination of efforts since 2020 to stabilize and refine the embedded-hal traits. Embedded-HAL is a Rust-based framework […] ⌘ Read more
Affordable $12.99 ESP32-S3 Gizmo with Compact USB Flash Drive Form-Factor
The Waveshare ESP32-S3 GEEK, designed as a compact and versatile embedded device, caters to both developers and hobbyists with its USB Flash drive form factor. Enhancing its functionality, this innovative gadget features a small yet interactive 1.14-inch LCD display, adding a visual component to its array of capabilities. At its core, the ESP32-S3 GEEK Board […] ⌘ Read more
PEP 723: Embedding pyproject.toml in single-file scripts
This PEP specifies a metadata format that can be embedded in single-file Python scripts to assist launchers, IDEs and other external tools which may need to interact with such scripts. ⌘ Read more
@abucci@anthony.buc.ci excellent work on embedding the YO in Hello
Erlang Solutions: Unleashing the Power of SNMP: Exposing Your Embedded Elixir/Erlang (Nerves, GRiSP) Apps to the World
Did you know that Erlang/OTP ships with built-in SNMP (Simple Network Management Protocol) support? Using SNMP is a great way to integrate your Elixir or Erlang application into an industrial environment. This will be of particular interest for those working with embedded … ⌘ Read more
@prologic@twtxt.net The hackathon project that I did recently used openai and embedded the response info into the prompt. So basically i would search for the top 3 most relevant search results to feed into the prompt and the AI would summarize to answer their question.
How GitHub accelerates development for embedded systems
In a world where software and hardware is ubiquitous, GitHub can help enable secure development for mission-critical embedded systems. ⌘ Read more
5 tips for embedding security into your workflows
Having a robust security plan is key to innovation. These tips will empower you to gain the upper hand on cyberattacks, so you can ship quickly and innovate with ease. ⌘ Read more
I started working on plugins for GoBlog using a Go module I recently discovered: yaegi. It still feels like magic, because Go is typically a compiled language and yaegi makes it dynamic by embedding an interpreter. Is this overkill for GoBlog or does this possibly enable flexibility like WordPress plugins? ⌘ Read more
pepe extending hand to wojak meme for embedded vs. dualistic agents
GoCN 每日新闻 (2022-1-15)
- https://jogendra.dev/writing-maintainable-go-code Writing maintainable Go code
- https://mp.weixin.qq.com/s/h8vhy8IJKnA8aNbTlCoQtg 理解 go 中空结构体的应用和实现原理
- https://juejin.cn/post/7053109648223633438 Go 并发写 map 产生错误能够通过 recover() 恢复吗?
- [https://soulteary.com/2022/01/15/explain-the-golang-resource-embedding-solution-part-1.html](https://soulteary.com/2022/01/15/exp … ⌘ 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
GoCN 每日新闻 (2022-1-1)
- https://eli.thegreenplace.net/2021/go-https-servers-with-tls/ Go HTTPS servers with TLS
- https://eli.thegreenplace.net/2020/embedding-in-go-part-3-interfaces-in-structs/ interfaces in structs
- https://mp.weixin.qq.com/s/Ec1nuR5Q_QgaC3FqeX1gLg 最简单的服务响应时长优化方法
- [https: … ⌘ Read more
[WIP] Query any data source using SQL, building Presto or AWS Athena alternative
xyr is a very lightweight, simple, and powerful data ETL platform that helps you to query available data sources using SQL.
- Simple Presto Alternative.
- Simple AWS Athena Alternative.
- Convert your JSON documents into a SQL DB.
- Query your CSV files easily and join them with other data.
internaly
xyrutilizesSQLiteas an embeded sql datastore (it may be changed in future and we c … ⌘ Read more
I wrote part of a configuration tool with embedded FORTH to validate schemas. It was awesome
deontology more embedded than consequentialism?
milvus - An open source embedding vector similarity search engine powered by Faiss, NMSLIB and Annoy ⌘ Read more…
Embedding static files in a go binary using go embed ⌘ Read more…
Embedding files into go executables at runtime ⌘ Read more…
Actually, embedded agency is a super good name for a movement, and I could see it replacing the horrid ‘rationalism’ over time. Plus, ‘embags’ is a really good abbreviation.
So excited for Go embedded files. https://golangtutorial.dev/tips/embed-files-in-go/
@prologic@twtxt.net Could the config be embeded into the head comment of the twtxt.txt file and parsed out? If it also had an avatar: field that pointed to where the avatar image is located it can be almost all self contained.
embedded scripting languages are all fun and games until you break their garbage collector
I mean, ‘quietly’ is a bit misleading since this has been in the news every few years for more than a decade, but you all might need a reminder: https://qz.com/1002927/computer-printers-have-been-quietly-embedding-tracking-codes-in-documents-for-decades/
Explaining Code using ASCII Art – Embedded in Academia https://blog.regehr.org/archives/1653
GitHub - ThoughtRiver/lmdb-embeddings: Fast word vectors with little memory usage in Python https://github.com/ThoughtRiver/lmdb-embeddings
How Clang Compiles a Function – Embedded in Academia https://blog.regehr.org/archives/1605
Butterfly labeled “Flat links in embedded markup, addresses do not guarantee static data”; Caption: “is this HYPERMEDIA”
On word embeddings - Part 1 http://ruder.io/word-embeddings-1/
Not news to anybody paying attention, but I still feel like it’s worth a visibility boost: https://developers.googleblog.com/2018/04/text-embedding-models-contain-bias.html
Operant Conditioning by Software Bugs – Embedded in Academia https://blog.regehr.org/archives/861
Hot take: the web never ‘belonged to the people’ – the moment a centralized client-server model with hostnames embedded in the addressed was decided upon, the seeds of Facebook & Google were sown.
Web application design is like a generation of people looked at that text adventure written in postscript and said LETS WRITE ALL FIRST PERSON SHOOTERS IN POSTSCRIPT EMBEDDED IN SELF-MODIFYING LATEX DOCUMENTS FOREVER
Word embeddings in 2017: Trends and future directions http://ruder.io/word-embeddings-2017/
the irony of creating nanite mitochondria for humans embedded in corporations
Embedded into the forehead, because that’s a lot of existing wiring already leads, is a cybernetical third eye - but one that looks inwards.
It must have embedded itself in the crust like a wooden splinter long ago. Mountain ranges have splashed and broken against it like waves.
Each spire contains a central room in whose floor a series of concentric bronze rings is embedded, the smallest one invisible to the eye.
alien memes, embedded in the movement of the stars themselves, crossing the transmission barrier through astrology and finding new hosts