HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nilslice

no profile record

comments

nilslice
·2 เดือนที่ผ่านมา·discuss
its basically an iframe embedding doom on a remote webpage
nilslice
·3 เดือนที่ผ่านมา·discuss
[dead]
nilslice
·4 เดือนที่ผ่านมา·discuss
agreed. no one needs the component model, and it's just a attempt for people to create work for themselves.

especially now with coding agents, the DX they think they are bringing to the table is completely irrelevant.
nilslice
·4 เดือนที่ผ่านมา·discuss
yes, you must save it to a laserdisc, and then observe it though a highly magnified digital microscope looking for a specific frame.
nilslice
·4 เดือนที่ผ่านมา·discuss
providing <script type="module" src="component.wasm"></script>

and the import loader to just put .wasm in an import and get to call functions are the actual useful things in this post

component model is trash
nilslice
·6 เดือนที่ผ่านมา·discuss
I worked at one of the quantum computing co's on their compiler stack (so pretty much pure classical compute stuff), but in order to have even a baseline understanding of the computations and programming using qubits, I had to first get a better intuition for the underlying quantum mechanics at play. This was a great introduction to the physics underpinning the computations:

https://www.youtube.com/watch?v=lZ3bPUKo5zc&list=PLUl4u3cNGP...

It's long, and the subject matter is intimidating at times, but watch, re-watch, then go deep by finding papers on subjects like superposition and entanglement, which are the key quantum phenomena that unlock quantum computing.

It also helps to understand a bit about how various qubit modalities are physically operated and affected by the control systems (e.g. how does a program turn into qubit rotations, readouts, and other instruction executions). Some are superconducting chips using electromagnetic wave impulses, some are suspending an ion/atom and using lasers to mutate states, or photonic chips moving light through gates - among a handful of other modalities in the industry and academia.

IBM's Qiskit platform may still have tooling, simulators, and visualizers that help you write a program and step through the operations on the qubit(s) managed by the program:

https://www.ibm.com/quantum/qiskit
nilslice
·7 เดือนที่ผ่านมา·discuss
It's good of you not to jump to any conclusions!
nilslice
·8 เดือนที่ผ่านมา·discuss
Idk what you think you have to gain with your stance lol

No one looks at MCP and sees "magic", they just see "finished integration". Something you can pretty much use straight away. That's the point.
nilslice
·8 เดือนที่ผ่านมา·discuss
What do all of the links below have in common? Do you know of another way you can control all of those applications via LLMs? Computer use?

https://github.com/ahujasid/ableton-mcp

https://github.com/ahujasid/blender-mcp

https://github.com/CoplayDev/unity-mcp

https://github.com/mikechambers/adb-mcp
nilslice
·8 เดือนที่ผ่านมา·discuss
Very cool.

If anyone's curious to see what's packed in here at a glance: https://modsurfer.dylibso.com/module?hash=3fa6b28252b0d72c82...
nilslice
·ปีที่แล้ว·discuss
I wouldn’t say incentivized, but temptation would lead to that. We are not tempted though. We build new things on the same open, simple interfaces we want to support long term.

For example, https://mcp.run is one such business we are very excited about — and it is Extism at the core. No modifications to the runtime, just the same Extism we all know and love.

And we want way more than our own team to help maintain the open source project, no doubt about that! So simplicity and transparency are the name of the game.
nilslice
·ปีที่แล้ว·discuss
One of the maintainers of Extism here! Thank you for the kind words.

As you know, we're all about delivering value with the actual standards today. This means using truly portable, w3c Wasm core modules. Not some "maybe in the future" standard a la Components.

If you realistically want to use Wasm everywhere, in practically every language, Extism is the way to go and we're in it for the long haul.

For those who appreciate the WIT IDL being worked on (now for way too long), we support a far simpler, more familiar OpenAPI based version to eliminate the boilerplate of type conversion & serialization across the guest-host boundary, worth checking out: https://github.com/dylibso/xtp-bindgen