Advertisement · 728 × 90

Posts by Chew

Preview
GitHub - flowerinthenight/luna: In-memory OLAP SQL server for object storage data. In-memory OLAP SQL server for object storage data. - flowerinthenight/luna

Simple AUTH mechanism now available for Luna.

github.com/flowerinthen...

#rust #cache #sql #duckdb #arrow

6 months ago 2 0 0 0
Preview
GitHub - flowerinthenight/luna: In-memory OLAP SQL server for object storage data. In-memory OLAP SQL server for object storage data. - flowerinthenight/luna

Fellow Rustaceans,

Sharing a side project: Luna, an in-memory SQL "cache" server for object storage data. Main goals:

- The "Redis" for OLAP, columnar SQL data,
- Easy-to-deploy across different envs, but mostly for cloud setup,
- Distributed/cluster support

#rust

github.com/flowerinthen...

6 months ago 3 0 0 0
Decomposing Transactional Systems Every transactional system must execute, order, validate, and persist transactions.

Quite a good read about transactional systems.

transactional.blog/blog/2025-de...

11 months ago 1 0 0 0
Preview
Max severity RCE flaw discovered in widely used Apache Parquet A maximum severity remote code execution (RCE) vulnerability has been discovered impacting all versions of Apache Parquet up to and including 1.15.0.

Max severity RCE flaw discovered in widely used Apache Parquet Discussion

1 year ago 4 7 0 1
Preview
GitHub - flowerinthenight/hedge-rs: A cluster membership library built on spindle-rs. A cluster membership library built on spindle-rs. Contribute to flowerinthenight/hedge-rs development by creating an account on GitHub.

Finished porting a memberlist library we heavily use at work from Go to #rustlang. It's my first attempt at writing a non-"hello world" Rust code and I'm loving it.

github.com/flowerinthen...

1 year ago 2 0 0 0
Why async Rust?

I'm glad I came across this post about async/await in #rustlang. As one who complained a bit about it, having this context helps me understand it more and appreciate it.

without.boats/blog/why-asy...

1 year ago 4 0 1 0

Link doesn’t work.

1 year ago 0 0 1 0
Advertisement

Any word on when it’s gonna land on stable?

1 year ago 0 0 0 0
Preview
Faster compilation with the parallel front-end in nightly | Rust Blog Empowering everyone to build reliable and efficient software.

This looks so much better, thanks very much. .is_err() huh.

For compile times, I've read about

- blog.rust-lang.org/2023/11/09/p...
- blog.rust-lang.org/2024/05/17/e...

although I don't know if these are already in stable.

1 year ago 0 0 2 0

Oh, nice. TIL. Thanks.

1 year ago 1 0 1 0
Initial impressions on Rust 2025-03-18

Been contemplating about what systems language to add to our company's stack for a while. I was considering either #ziglang or #rustlang. Ended up with #rustlang.

flowerinthenight.com/blog/2025-03...

1 year ago 6 0 1 0

You know what.. you're actually right.

1 year ago 4 0 1 0

TIL that in #rustlang stable, if you use scopeguard's defer, rustfmt doesn't work on any code within the defer scope; only outside.

1 year ago 3 0 1 0

My feed is mostly politics now; rarely tech. So I don't check it as much anymore, nor do I engage as much. Sadly, the tech landscape is still pretty active over at the birdsite.

1 year ago 0 0 0 0

In #rustlang, calling async functions from sync code feels as "not quite right" as using unsafe.

1 year ago 1 0 2 0
Preview
GitHub - deepseek-ai/3FS: A high-performance distributed file system designed to address the challenges of AI training and inference workloads. A high-performance distributed file system designed to address the challenges of AI training and inference workloads. - GitHub - deepseek-ai/3FS: A high-performance distributed file system design...

Very interesting. DeepSeek team doing some really good work here. github.com/deepseek-ai/...

Sophisticated setup though.

1 year ago 2 1 0 0
Advertisement
Considerations on deploying LLM-based workflows 2025-02-25

Some considerations to think about when integrating LLMs to internal workflows: flowerinthenight.com/blog/2025-02...

#llm #genai #enterprise

1 year ago 0 0 0 0

Looks like this has now been fixed.

1 year ago 1 0 0 0

I expected musl-gcc would work the same as zig cc, but it didn't; I had more linker errors pertaining to fstat64, open64, stat64, etc. so I didn't go further. zig cc worked for me at that point.

1 year ago 0 0 0 0

That was my expectation as well, at least initially. But I got several linker errors pertaining to libunwind, which I think was needed by the 3rd party I was using (libclockbound). I didn't find any inclusion of that library in Zig's musl. The inclusion of the -lunwind fixed that bit.

1 year ago 0 0 0 0
Static-linked CGO binaries using musl and Zig 2025-02-15

Building static binaries in CGO using musl and Zig (zig cc).

flowerinthenight.com/blog/2025-02...

#golang #ziglang

1 year ago 0 0 1 0

It’s through Chrome’s Incognito mode only.

1 year ago 0 0 0 0

That domain…

1 year ago 0 0 0 0

The world doesn’t deserve Vim.

1 year ago 0 0 0 0

“Oh, AI gods almighty! Save us from this wretched profession!”

1 year ago 0 0 1 0
Advertisement
Preview
GitHub - flowerinthenight/hedge-cb: A cluster membership library built on top of spindle-cb and aws/clock-bound. A cluster membership library built on top of spindle-cb and aws/clock-bound. - flowerinthenight/hedge-cb

Completed the porting of a Spanner-dependent cluster membership library to AWS. Changed from TrueTime to TimeSync via clock-bound.

github.com/flowerinthen...

#golang #aws #truetime

1 year ago 0 0 0 0
Preview
Carbon is not a programming language (sort of) Within C++, there is a much smaller and cleaner language struggling to get out.

Been following Carbon’s progress for a while now. I appreciate this kind of explanation about its goals, non-goals, and nuances.

herecomesthemoon.net/2025/02/carb...

#carbon #carbonlang

1 year ago 2 0 0 0

I miss Visual Studio. That’s why I use Emacs. Vim is too fast for me.

1 year ago 2 0 0 0

Chain-of-Associated-Thoughts framework for enhancing LLM reasoning.

arxiv.org/pdf/2502.02390

1 year ago 0 0 0 0
Department of Computer Science and Technology: Capability Hardware Enhanced RISC Instructions (CHERI)

TIL about CHERI, an architecture enabling fine grained memory protection on full hardware-software stack.

www.cl.cam.ac.uk/research/sec...

1 year ago 0 0 0 0