HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dotneter

no profile record

投稿

Executable Specifications: Working Effectively with Coding Agents

blog.fooqux.com
1 ポイント·投稿者 dotneter·4 か月前·0 コメント

Outline-oriented codebase for a coding agent

blog.fooqux.com
1 ポイント·投稿者 dotneter·4 か月前·0 コメント

Show HN: Hacker News Oracles

hnoracles.fooqux.com
2 ポイント·投稿者 dotneter·7 か月前·4 コメント

コメント

dotneter
·2 か月前·議論
> Might as well clean it up and make it machine readable at that point?

For me this looks pretty machine readable.

## Requirements

  AUTH.1: Accessible to team members.
  AUTH.2: Not be accessible to members with `quarantine` role.
  AUTH.3: Redirects unauthorized users to /login.
    AUTH.3.1: Redirect path includes `?error=unauthorized`.
  AUTH.4: Requires fresh session, no older than 10 minutes.
Yes, yaml is more "parseble". But I still need to use some format conventions inside yaml. So I could just use them inside markdown as well.
dotneter
·2 か月前·議論
I didn’t quite understand why YAML is better than Markdown for such specifications.

If the specification is written in such a strict format as YAML, I would expect it to be executable, something like this https://blog.fooqux.com/blog/executable-specification/

But as far as I understood, for acai that is not the case.
dotneter
·6 か月前·議論
https://fooqux.com/ - an experimental article aggregator about software development. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website. The main idea is to gather articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc. I hope this service might be useful to others as well.
dotneter
·7 か月前·議論
There is a link on top [HN thread] to the original post.
dotneter
·7 か月前·議論
Thanks. Indeed, scoring 2025 doesn't make much sense, so I removed it. I use Gemini 3 Flash.
dotneter
·7 か月前·議論
https://fooqux.com/ - an experimental article aggregator about software development. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website. The main idea is to gather tech articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc. I hope this service might be useful to others as well.
dotneter
·8 か月前·議論
https://fooqux.com/ - an experimental tech article aggregator. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website.

The main idea is to gather tech articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc.

I hope this service might be useful to others as well. You can sign up with github account to submit your articles as well. I would appreciate any feedback.
dotneter
·9 か月前·議論
I am trying to build something similar but for the tech articles https://fooqux.com/
dotneter
·9 か月前·議論
https://fooqux.com/ - an experimental tech article aggregator. For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website.

The main idea is to gather tech articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc.

I hope this service might be useful to others as well. You can sign up with github account to submit your articles as well.
dotneter
·10 か月前·議論
Thanks. For now, I don't have any plans to automate this process. Users simply add articles to the site, as in other aggregators, and can filter content by tags.

What would the ideal process of working with this kind of site look like for you?
dotneter
·10 か月前·議論
https://fooqux.com/ - an experimental tech article aggregator.

For several years now, I've had a routine of collecting articles on topics that interest me throughout the week and then reading them over the weekend. To help organize and streamline this process, I created this website.

The main idea is to gather tech articles in one place and process them with a LLM — categorize them, generate summaries, and try experimental features like annotations, questions, etc.

I hope this service might be useful to others as well.
dotneter
·3 年前·議論
For TypeScript there is https://github.com/type-challenges/type-challenges
dotneter
·3 年前·議論
Option to view previous days would be great.