For background on lowRISC, our goal is to produce a fully open-source System-on-Chip in volume, using the RISC-V instruction set architecture. See our [about page](http://www.lowrisc.org/about/) for more details. Feel free to ask questions in the comments.
Thread
Stories related to "Untethered lowRISC release" across the full archive.
For background on lowRISC, our goal is to produce a fully open-source System-on-Chip in volume, using the RISC-V instruction set architecture. See our [about page](http://www.lowrisc.org/about/) for more details. Feel free to ask questions in the comments.
As background, the lowRISC project aims to produce a fully open-source SoC using the RISC-V instruction set architecture and bring it to volume production. We've just released this document to describe in more detail our plans for tagged memory (not exactly the rebirth of the LISP machine, but has u...
“Depending on the specific CPU and operating system features a customer’s application uses, the new Alpha V8.4-2L2 release could render performance improvements of between 15% and 50%. We have also observed RMS image sizes reduced by more than 270 blocks, due to more efficient code generation"
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.5
Add a cache manager API supports enable and disable cache all at run time. Cache can be enabled/disabled by a single cache-rule name (tag), proxy-id(all cache-rules belong to this proxy...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.6
Add a cache manager API supports updating cache TTL at run time, also an unified API to change state and ttl at the same time.
### Added
- Update ttl at run time
- Single API to ...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.7
### Added
- Purge all cache (`curl -X PURGE -H "name: *"`)
- Purge the cache belong to a proxy (`curl -X PURGE -H "name: proxy-name"`)
- Purge the cache belong to a cache-rule (`cu...
[nuster](https://github.com/jiangwenyuan/nuster), A web caching proxy server based on HAProxy released v1.7.9.8
Added more cache purging methods, by host, by path, by regex and their combinations.
### Added
- Purge cache by host
- Purge cache by path
- Purge cache by regex
### Changed
-...
Several interesting new features landed here, including pattern matching, quote/backtick, k/v destructuring, and a simpler way to define macros.
I'm one of the lead devs for the Fennel project; happy to answer any questions!
Edit: a link to the main site might be helpful too: https://fennel-la...
Some polish and a bunch of features since the last (v1.1) announcement here on lobsters. From the changelog:
1.3, 2019-10-27
- new config option: separator character.
- length limitation for filename lifted to maximum possible length.
- better help screen, UI hint how to open it wi...