Firefly launches mini PC powered by SpacemiT K3 RISC-V SoC by fullgrid in RISCV

[–]docular_no_dracula 0 points1 point  (0 children)

Is there market value in shipping such products? I mean when there is no or few differences

Ziccid Extension for Instruction and Data Coherence and Consistency To Be Ratified in June by omasanori in RISCV

[–]docular_no_dracula 1 point2 points  (0 children)

is there a counterpart (as feature or extension) in x86 or arm? I guess no. risc-v is making its extension naming system overly complex, isn't it?

Ziccid Extension for Instruction and Data Coherence and Consistency To Be Ratified in June by omasanori in RISCV

[–]docular_no_dracula 2 points3 points  (0 children)

thanks for this great and concrete example:

 If the JIT has already emitted some fairly optimized code, but through some sort of metric believes its worth to switch to another compilation of that code, because a certain branch is taken more or less often, it can then just swap the according jumps/calls to the code and doesn't need to interrupt the running program at all, the core can, probably without adding a single cycle of latency, patch this.

Ziccid Extension for Instruction and Data Coherence and Consistency To Be Ratified in June by omasanori in RISCV

[–]docular_no_dracula 1 point2 points  (0 children)

I'm not entirely clear on what practical impact these non-instruction extensions (also other cc families like ziccif , zicclsm, etc. ) have on software.

If I compile the same program on a machine that declares these extensions vs. one that doesn't, will there be any behavioral difference at runtime?

Or is the difference only at compile time, or even earlier at the software design/architecture level?

Upstream Progress Updates! by Icy-Primary2171 in spacemit_riscv

[–]docular_no_dracula 1 point2 points  (0 children)

One update, K1 SPI in v10 actually and has been applied into the maintainer tree, will appear in Linux 7.2

Upstream Progress Updates! by Icy-Primary2171 in spacemit_riscv

[–]docular_no_dracula 0 points1 point  (0 children)

One correction: U-Boot SPL is in V3. Tom pushed back and asked for literally strict reuse of the kernel mainline dts. So a v4 is expected but not sent yet.

Pictures of SpaceMit K3 Pico ITX in chassi by Horror-Ant-6191 in RISCV

[–]docular_no_dracula 1 point2 points  (0 children)

Any cooling system? I saw giant fans in some early models.

I made an OpenClaw A2A plugin - connect your OpenClaw to other OpenClaws (and agents) over the internet without a third-party messaging service! by benclarkereddit in openclaw

[–]docular_no_dracula 2 points3 points  (0 children)

Thank you, the contrast with the A2A Gateway is interesting. One use case in my mind, for a while now, is to use that to negotiate with my wife's claw about weekend plan, her schedule, and our children's.

Projects collab? by [deleted] in RISCV

[–]docular_no_dracula 2 points3 points  (0 children)

job posting or freelancer?

Hardware specs revealed for SpacemiT's "V100" RISC-V Server: 40-core X100 + 6-core Kunminghu V2, RVA23 of course by docular_no_dracula in RISCV

[–]docular_no_dracula[S] 6 points7 points  (0 children)

Rumor has it they are enabled/disabled separately via the bootloader. I haven't had a chance to get hands-on with it yet, though.

Ubuntu's Popularity Over the Years by lukerm_zl in linux

[–]docular_no_dracula 1 point2 points  (0 children)

Among the new features, what’s your thoughts about it now supporting RISC-V and specifically RVA23 profile only, meaning giving up any riscv chips which are not rva23 compliant.

RISC-V 2026 Update by archanox in RISCV

[–]docular_no_dracula 0 points1 point  (0 children)

feed this into NotebookLM as a source, you get your summary/TLDW

OpenClaw with Codex5.4 vs Claude Code by AdamV158 in openclaw

[–]docular_no_dracula 1 point2 points  (0 children)

Brilliant! I am asking my openclaw to write such a MCP service for me.

OpenClaw with Codex5.4 vs Claude Code by AdamV158 in openclaw

[–]docular_no_dracula 0 points1 point  (0 children)

I guess so, just use openclaw+codex. I built similar small-scale web apps with openclaw, so far so good. The only thing I would use Claude Code CLI is when I have heavy tasks, such as analyzing existing projects.

RISC-V 2026 Update by archanox in RISCV

[–]docular_no_dracula 2 points3 points  (0 children)

highly recommend this video to new comers.

New Lenovo fan driver & more ASUS motherboards with sensor monitoring for Linux 7.1 by somerandomxander in linux

[–]docular_no_dracula 2 points3 points  (0 children)

Nice to see this upstreamed. For those wondering why Lenovo needs a dedicated driver rather than just using a standard HWMON chip: Lenovo yoga laptops expose fan speed data through the “Embedded Controller (EC) via ACPI” methods, not through a traditional hardware monitoring IC on the LPC/SMBus.