HackerTrans
TopNewTrendsCommentsPastAskShowJobs

josevalerio

no profile record

Submissions

No Fun Allowed

josevalerio.com
3 points·by josevalerio·7개월 전·2 comments

Show HN: sjl – Simple JSON Logger for Rust

github.com
3 points·by josevalerio·9개월 전·0 comments

comments

josevalerio
·27일 전·discuss
Dear friend, you have built a Kubernetes

https://www.macchaffee.com/blog/2024/you-have-built-a-kubern...
josevalerio
·2개월 전·discuss
I never used Shuttle but you could try Railway[1]. I have a few rust services there costing me pennies per month due to the low resource usage[2]

You hook your repo up and it does a good job figuring out what you need. Not much to it really :)

[1]https://railway.com/

[2]https://cleanshot.com/share/RgwRLCk6
josevalerio
·7개월 전·discuss
I just picked it up during the Steam sale, will try it in the coming days
josevalerio
·8개월 전·discuss
As another comment pointed out, this and all of their other posts are AI generated.

https://cachecowboy.medium.com/
josevalerio
·10개월 전·discuss
Not OP but it consistently says that logging JSON (specifically nested JSON while not having escaped strings) with the tracing crate is not possible or provides wrong solutions.

However this is doable, just under an experimental feature flag since 2022[1]. I created this repo[2] with a small blog post, hopefully the scrapers can pick it up :')

[1]https://github.com/tokio-rs/tracing/discussions/1906

[2]https://github.com/joswayski/tracing-valuable-example