HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dotneter

no profile record

Submissions

Executable Specifications: Working Effectively with Coding Agents

blog.fooqux.com
1 points·by dotneter·قبل 4 أشهر·0 comments

Outline-oriented codebase for a coding agent

blog.fooqux.com
1 points·by dotneter·قبل 4 أشهر·0 comments

Show HN: Hacker News Oracles

hnoracles.fooqux.com
2 points·by dotneter·قبل 7 أشهر·4 comments

comments

dotneter
·قبل شهرين·discuss
> 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
·قبل شهرين·discuss
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 أشهر·discuss
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 أشهر·discuss
There is a link on top [HN thread] to the original post.
dotneter
·قبل 7 أشهر·discuss
Thanks. Indeed, scoring 2025 doesn't make much sense, so I removed it. I use Gemini 3 Flash.
dotneter
·قبل 7 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
I am trying to build something similar but for the tech articles https://fooqux.com/
dotneter
·قبل 9 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 سنوات·discuss
For TypeScript there is https://github.com/type-challenges/type-challenges
dotneter
·قبل 3 سنوات·discuss
Option to view previous days would be great.