Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
siscia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
siscia
5d ago
Do you have specific examples of what you mean here?
2.
▲
by
siscia
5d ago
It is not clear to me how the verbosity metrics works. Can someone shades more light on it?
3.
▲
by
siscia
7d ago
I am building software factories and deepseek IS the workhorse. I personally found V4-flash an amazing model and really hungry to try 4.1-flash For software factories, cost is much more a concern that standard development workflow and using
4.
▲
by
siscia
9d ago
You are not wrong but if we go deeper we will find more nuances. > tests should test behaviour and not structure. Of what? The whole idea of software architecture, and underlying of my messages, is to structure the code so that it is eas
5.
▲
by
siscia
9d ago
It is still early, but I find that this experiment makes little to no sense and it is barely useful. The way you test code cannot (and should not) be decoupled by the way in which you architect the code itself. 80%+ of effective testing is
6.
▲
by
siscia
11d ago
It is not clear to me what the author is SPECIFICALLY against. Only saying "LLM writing" is honestly lazy writing. Specifically what? I get the glaring cases, I get the idea that if the prose is generated then maybe also the idea,
7.
▲
by
siscia
11d ago
What breaks? I am trying to understand in your view what are the parts that actually breaks and what kind of improvement we would need.
8.
▲
by
siscia
20d ago
From one perspective I am not against lobbying in general. The idea is that legislator don't have the full context and don't know the impact of their work - so they welcome industry or matter experts. Which is quite reasonable. I
9.
▲
Show HN: Structo – Claude Code for short form writing
(structo.redbeardlab.com)
2 points
by
siscia
25d ago
|
1 comments
10.
▲
by
siscia
5mo ago
> Claude applied techniques I didn’t expect, from disciplines I wouldn’t have thought of Do you have any example?
11.
▲
by
siscia
5mo ago
Lately I am finding myself doing more and more of what I called "ambient coding" so that I am not directly using anymore all of those coding harnesses. https://redbeardlab.gitbook.io/acem/essays/ambient-d
12.
▲
by
siscia
5mo ago
It is not clear to me how much CPU I get. "Unlimited" as in 8vCPU and then I am billed for it on consumption?
13.
▲
by
siscia
6mo ago
There is a lot of positive comments in this comments section that I don't mind being a bit rough. I think we can do much better. The workflow of copy to chatgpt and getting feedback is just the first step, and honestly not that useful.
14.
▲
by
siscia
6mo ago
I think you guys are doing pretty much everything right.
15.
▲
by
siscia
6mo ago
Another trick that I use. I force the code to be almost 100% dependency injection-able. It simplifies a lot writing tests and getting the coverage. And I see the LLM being able to handle it very very well.
16.
▲
by
siscia
6mo ago
Yes it is passable. Good enough that I don't review it. Granted, it is a personal project that I care only to the point that I want it to work. There are no money on the line. Nothing professional. I believe that part of the secret is
17.
▲
by
siscia
6mo ago
What I found more useful is an extra step. Spec to tests, and then red tests to code and green tests. LLMs works on both translation steps. But you end up with an healthy amount of tests. I tagged each tests with the id of the spec so I do
18.
▲
The Model, the Chat and the Application
(slowtechred.substack.com)
3 points
by
siscia
7mo ago
|
0 comments
19.
▲
by
siscia
7mo ago
I just made an app that read GitHub issues. If they have a specific tag, the agent in the background creates a plan. If they have another tag, the agent in the server creates a PR considering the whole issue conversation as context (with th
20.
▲
by
siscia
7mo ago
I am somehow close to what MSFT and GitHub are doing here, mostly because I believe it is a great idea, and I am experimenting on it myself. Especially on the angle of automatic/continuos improvement ( https://github.github.i
21.
▲
by
siscia
8mo ago
What's the hard part?
22.
▲
by
siscia
8mo ago
I think that the wider industry is living right now what was coding and software engineering around 1 year or so ago. Yeah you could ask ChatGPT or Claude to write code, but it wasn't really there. It needs a while to adopt the model A
23.
▲
DevX to BotX
(slowtechred.substack.com)
2 points
by
siscia
8mo ago
|
0 comments
24.
▲
by
siscia
9mo ago
In general when you try a new tool or methodology you tend to start with a small class to see the results first.
25.
▲
by
siscia
9mo ago
This is not an AI tool, this is a CLI that has very verbose output and documentation. It can be used by human or by AI agents. I experiment the same with other mechanisms, and CLI are as effective - if not more effective - than MCP. Granted
26.
▲
by
siscia
9mo ago
You don't need AI for it. You can just install the tool and use it. It is a CLI with very verbose output. Verbose output is good for both humans and AI.
27.
▲
by
siscia
9mo ago
The perspective from an educator is quite concerning indeed. Students are very simply NOT doing the work that is require to learn. Before LLMs, homeworks were a great way to force students to approach the material. Students did not have any
28.
▲
by
siscia
9mo ago
I created something similar, but instead of final oral examination, we do homework. The student is supposed to submit a whole conversation with an LLMs. The LLM is prompted to answer a question or resolve a problem, and the LLM is there to
29.
▲
by
siscia
9mo ago
I will be crucified by this, but I think you are doing it wrong. I would split it in 2 steps. First, just move it to svelte, maintain the same functionality and ideally wrap it into some tests. As mentioned you want something that can be us
30.
▲
by
siscia
10mo ago
I am toying with something similar. However my approach would be to use duckdb and S3 over lambda. Leaving many of the concerns to the infrastructure. Like basically no OOM. No need to manage servers.
More ›