HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dotneter

no profile record

Submissions

Executable Specifications: Working Effectively with Coding Agents

blog.fooqux.com
1 points·by dotneter·4 bulan yang lalu·0 comments

Outline-oriented codebase for a coding agent

blog.fooqux.com
1 points·by dotneter·4 bulan yang lalu·0 comments

Show HN: Hacker News Oracles

hnoracles.fooqux.com
2 points·by dotneter·7 bulan yang lalu·4 comments

comments

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