back
user profile

wofo

2,393karma·363submissions·December 17, 2013
about
Contact me at: [my username] [at] adolfo [dot] ochagavia [dot] nl (or check out ochagavia.nl)
recent activity (363 total)
comment
Would you mind sharing a bit more? Have you used them? How did that go?
9mo ago·view thread
comment
Last time I had to create a C# desktop app, I went with Blazor Hybrid [1]. I'd say it's "Electron for C#". I don't want to use outdated stuff like WPF / WinForms, and I d…
10mo ago·view thread
comment
> If your config format requires autoformatter and/or linter to detect trivial mistakes, it is junk. IMO this way of thinking disqualifies lots of legitimate configuration formats, but to each…
11mo ago·view thread
comment
(Update: my article eventually made it to the frontpage and stayed there for a good time, so there's interesting discussion there that people here might want to check out. See https://…
11mo ago·view thread
comment
Just tested this on the playground and observed that the following does work: "price_in_€": 42 Or were you already aware of that and lamenting that KSON requires quoting in this cas…
11mo ago·view thread
comment
I think the current grammar should be precise enough for that, though it's embedded in the source code as a comment and not in its own file (see https://github.com/kson-org/k…
11mo ago·view thread
comment
I've often reached out to TOML for truly minimal configuration files, so I'd say TOML makes sense in a lot of scenarios. However, my point in the article is that simple stuff eventually stop…
11mo ago·view thread
comment
A friend of mine introduced TOML to a reasonably big open source project and he mentioned there were some unexpected downsides to it. I've asked him to chime in here, because I think he's mo…
11mo ago·view thread
comment
That took some design work! In the end, KSON settled on something called the "end dot", which denotes the end of an object (more details in the docs, at https://kson.org/docs…
11mo ago·view thread
comment
Didn't know about RCL! The project readme looks promising. I'll have to take it out for a spin. Thanks for creating it :)
11mo ago·view thread
comment
Glad you liked the format. I hope we can close the implementation gaps as development advances, and I'd love to see native libraries sprout for all conceivable programming languages! Edit: point …
11mo ago·view thread
comment
Thanks for the kind words :) This sounds like the kind of question for Daniel himself to chime in, since he has the best overview of the language's design and vision. He's not super active o…
11mo ago·view thread
comment
This sounds like a stricter version of KSON's current warnings for misleading indentation... maybe KSON should have an opt-in feature for this. Thanks for the idea!
11mo ago·view thread
comment
I like this take! Have you used Cue or RCL yourself? How was the experience?
11mo ago·view thread
comment
Hmmm that's interesting. KSON actually shows a warning when there's misleading indentation, exactly to prevent this sort of thing! It seems like the detection logic only considers indents af…
11mo ago·view thread
comment
I met Daniel (creator of KSON) a while ago and have helped out with a few things, working towards this first beta release. I don't want to hijack the comments section, but there's an article…
11mo ago·view thread
comment
Having worked on a few Rust projects that interface with C libraries, I think your last question is a good summary: once you introduce a C API boundary it's back to tools like Valgrind. Maybe you…
1y ago·view thread
comment
As someone with the luck of having mentored many people, it makes me happy to see they are doing well and making an effort to share what they have received (e.g., through volunteering or mentoring oth…
1y ago·view thread
comment
Ludicity has blogged about his journey from having a shitty job to running his own company in the past. Writing played a big role there (see e.g. https://ludic.mataroa.blog/blog/m…
1y ago·view thread
comment
Not really internet-related, but I prefer donating to local initiatives run by people I trust, usually directed to improving people's lives (health, education, etc). These projects are not "…
1y ago·view thread
comment
What the OP proposes is not exactly a bigger stdlib, because they mention it should have "relaxed stability guarantees". Or is python allowed to change their stdlib in backwards-incompatible…
1y ago·view thread