Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Loeffelmann
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Loeffelmann
2mo ago
I also love how with the right system prompt they can pull in tooling for what they currently need via a nix shell
2.
▲
by
Loeffelmann
2mo ago
How do you prevent prompt injections?
3.
▲
by
Loeffelmann
3mo ago
This is strawmaning the article
4.
▲
by
Loeffelmann
3mo ago
Why?
5.
▲
by
Loeffelmann
4mo ago
I think I was sold the full agentic coding hype all over the internet. You give it a try and it does write a feature really fast. Impressed you test the boundaries more and more and before you know it this has become your new workflow. Brea
6.
▲
by
Loeffelmann
5mo ago
> locally coherent but structurally incoherent Perfectly summarizes what I hate about AI code. The diff looks fine but if you take a step back its an absolute mess. I mean have you looked at the Claude Code or Openclaw codebases? that is
7.
▲
by
Loeffelmann
8mo ago
If you ever work with LLMs you know that they quite frequently give up. Sometimes it's a // TODO: implement logic or a "this feature would require extensive logic and changes to the existing codebase". Some
8.
▲
by
Loeffelmann
8mo ago
An AI version of ls and fzf bringing your file system to the AI age
9.
▲
by
Loeffelmann
8mo ago
> you can always do C-x C-e in bash/zsh (M-v in Fish). Thanks I didn't know!
10.
▲
by
Loeffelmann
8mo ago
Some one apparently figured it out. The first system message has to include "You are Claude Code, Anthropic's official CLI for Claude." https://github.com/link-assistant/agent/pull/63
11.
▲
by
Loeffelmann
8mo ago
Lol a formatting error in a change log breaking the entire thing
12.
▲
by
Loeffelmann
8mo ago
You can use subscriptions. I like it but I am not too deep into the whole agentic coding business.
13.
▲
by
Loeffelmann
8mo ago
Why do all these AI generated readmes have a directory structure sections it's so redundant because you know I could just run tree
14.
▲
by
Loeffelmann
9mo ago
It's mainly about showing how low the odds actually are. I think everyone understands they are low but it's ridiculous how low exactly.
15.
▲
Show HN: Website that plays the lottery every second
(lotteryeverysecond.lffl.me)
262 points
by
Loeffelmann
9mo ago
|
144 comments
16.
▲
by
Loeffelmann
11mo ago
this looks like one of those things where it completely breaks apart if you want to do anything custom or out of line to what is intended by the framework. Causing way more headaches down the line then if you just did it yourself from the s
17.
▲
by
Loeffelmann
1y ago
It's a Fachhochschule. And yeah that lecture was very unusual it felt like the insane rablings of a techno evangelist who jumped on every hype train in the last 20 years. He said the most important technologies are IoT, Blockchain and
18.
▲
by
Loeffelmann
1y ago
I am currently a CS student in germany and our python lecturer told us at the first lesson that "we didn't really need to learn python" because AI was going to take over anyways and we will not be writing any code after we gr
19.
▲
by
Loeffelmann
1y ago
That's the point. With the old models they all failed to produce a wine glass that is completley to the brim full. Because you can't find that a lot in the data they used for training.
20.
▲
by
Loeffelmann
2y ago
How is this different from pyodide[0]? [0]: https://pyodide.org/en/stable/
21.
▲
by
Loeffelmann
3y ago
This worked on firefox const event = new Event("mousedown") const pArr = Array.from(document.querySelectorAll("p")) function switchSymbol(target) { target.dispatchEvent(event); } function switchU
22.
▲
by
Loeffelmann
3y ago
It will never stop being funny to me when NoSQL people need schemas for their schemaless database.
23.
▲
by
Loeffelmann
3y ago
It's probably because they are so close. I would imagine many americans would do the same if their neighbourhood was in walkable distance. I live in Germany and I do the same I go shopping everyday for 10 minutes for the things I need
24.
▲
by
Loeffelmann
3y ago
ChatGPT translation: Does he not perhaps also live underground when The day's harmony will be mute to him, If he can awaken it with gentle care In the minds of his [own] [...] Only he who leaves no legacy of affections Has little joy o
25.
▲
by
Loeffelmann
3y ago
You can try it out here: https://makereal.tldraw.com/
26.
▲
by
Loeffelmann
3y ago
Zod[1] is probably the closest 1: https://www.npmjs.com/package/zod 1: https://github.com/colinhacks/zod
27.
▲
by
Loeffelmann
3y ago
Features that look easy to implement and are not a big deal can turn out to be massive problems and require a large amount of code to actually pull of. I would, in some cases, count responsiveness to be one of those things. Stuff like that
28.
▲
by
Loeffelmann
3y ago
If you really want to compare code snippet sizes, you must offer the same functionality. Otherwise, the comparison is meaningless. You did the exact same thing before when you compared the Headless UI combobox with your nue.js implementatio
29.
▲
by
Loeffelmann
3y ago
Sure but how would normal css make it so you don't have to use those?
30.
▲
by
Loeffelmann
3y ago
I don't understand why tailwind would force you to write more divs then CSS. How do selectors solve the problem of how many elements you need to use to achieve the same design?
More ›