Someone at YouTube needs glasses
973 by jaydenmilne | 544 comments on Hacker News.
Wednesday, April 30, 2025
Tuesday, April 29, 2025
Show HN: I built a hardware processor that runs Python
Show HN: I built a hardware processor that runs Python
916 by hwpythonner | 241 comments on Hacker News.
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions. I independently developed the full stack — toolchain (compiler, linker, codegen), and hardware — to validate the core idea. Full technical details will be presented at PyCon 2025. Demo and explanation here: https://ift.tt/lW42OKf Happy to answer any questions
916 by hwpythonner | 241 comments on Hacker News.
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions. I independently developed the full stack — toolchain (compiler, linker, codegen), and hardware — to validate the core idea. Full technical details will be presented at PyCon 2025. Demo and explanation here: https://ift.tt/lW42OKf Happy to answer any questions
Monday, April 28, 2025
Widespread power outage in Spain and Portugal
Widespread power outage in Spain and Portugal
941 by lleims | 764 comments on Hacker News.
All of Spain is without energy. All systems have shut down immediately and are not coming back. Apparently the same has happened in Portugal.
941 by lleims | 764 comments on Hacker News.
All of Spain is without energy. All systems have shut down immediately and are not coming back. Apparently the same has happened in Portugal.
Sunday, April 27, 2025
Saturday, April 26, 2025
Subscribe to:
Comments (Atom)