Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
laurentlb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
laurentlb
1mo ago
Watermarking seems feasible for creative tasks (that admit many valid results). But if I craft a prompt that doesn't leave space for creativity, how can they include a watermark? e.g. "Rewrite the following text, replacing 'f
2.
▲
by
laurentlb
2mo ago
Thanks for providing the query and a link to execute it (I didn't know about that one). Now I can play with it and find the most popular words... "to", "the", "of". I don't know what I expected.
3.
▲
by
laurentlb
3mo ago
Note that it's also possible to review changes afterwards. Many (human) teams have been working like this. I agree that many vibe-coders are likely to skip reviews completely, but it doesn't have to be like this.
4.
▲
by
laurentlb
3mo ago
Note that there are no mp3 files at all. It's a player for module files (e.g. .mod, .xm, etc.) If you'd like to download module files, https://modarchive.org is a good reference.
5.
▲
by
laurentlb
3mo ago
You'll find it here: https://chiptune.app/?play=FwwaT5Rc As mentioned in other comments, chiptune.app seems to be a better project and has been maintained for years ( https://github.com/mmontag/chip
6.
▲
by
laurentlb
3mo ago
I've worked 12 years at Google. When I was tech lead, I periodically checked Memegen and searched for my project name. I found it useful to get this feedback. Sometimes I converted the meme into a proper bug report; sometimes I respond
7.
▲
by
laurentlb
4mo ago
Is there a way to set the default unit? I'd prefer to see the information per 100g by default (instead using random units).
8.
▲
by
laurentlb
4mo ago
For security reasons, the VSCode marketplace is not accessible, but many (in the 3-digit range) external extensions have been imported. One technical limitation is that some extensions are not designed for the web (e.g. try to run local thi
9.
▲
by
laurentlb
4mo ago
It's VSCode, so it's 90% similar to https://vscode.dev There are internal extensions, but they don't dramatically change the look and feel. I think many VSCode users are not familiar with the Comments UI, but it&#
10.
▲
by
laurentlb
4mo ago
As far as I remember, this "IDE in cr/" explanation was found afterwards.
11.
▲
by
laurentlb
4mo ago
I'm not sure about the dates. At some point (2014?), the use of IntelliJ was discouraged in favor of Eclipse. One year later or so, the decision was reversed and the effort focused on IntelliJ (and Eclipse were considered deprecated).
12.
▲
by
laurentlb
4mo ago
I can't check when Cider got started. I was probably wrong (it wasn't much used in my circles at that time), I'll update the post.
13.
▲
by
laurentlb
4mo ago
Although the tool is internal, a lot of information about it is not confidential. As the team had to collaborate with the VSCode team, we got clearance for sharing information about it. The screenshots in the article were posted publicly on
14.
▲
A History of IDEs at Google
(laurent.le-brun.eu)
473 points
by
laurentlb
4mo ago
|
316 comments
15.
▲
by
laurentlb
4mo ago
I like the approach in Lingua Latina per se Illustrata (sometimes called the "natural method"). I've noticed that it was adapted for other languages too, but most of the adaptations seemed old and outdated. Recently I was won
16.
▲
by
laurentlb
5mo ago
There have been lots of discussions around AI in the demoscene. Revision limits how you can use AI ( https://2026.revision-party.net/competitions/general-rules/ ), even if it's not always enforceable. There
17.
▲
Demos of 2025 from the Demoscene
(laurent.le-brun.eu)
26 points
by
laurentlb
6mo ago
|
3 comments
18.
▲
Creating a Programming Language Using Coding Agents on GitHub
(dsyme.net)
1 points
by
laurentlb
7mo ago
|
0 comments
19.
▲
by
laurentlb
8mo ago
My personal website + blog: https://laurent.le-brun.eu Multiple of my blog posts have been shared here before
20.
▲
by
laurentlb
9mo ago
There's no specific filter. The main effect is blending the previous frame with the current frame. When blending, I modify the coordinates and add some noise. This makes the graphics look less basic and it creates this noisy trail when
21.
▲
Making a game on a custom bytecode VM in 7 days and 3kB
(laurent.le-brun.eu)
108 points
by
laurentlb
9mo ago
|
18 comments
22.
▲
by
laurentlb
11mo ago
Interesting topic. I appreciate the effort that went into this, there are some good animations. But I find this kind of presentation much harder to read than a classic blog post. It's difficult to skim through the text to see how far i
23.
▲
by
laurentlb
11mo ago
Very nice project! Thanks for making it open-source and very easy to use. I hope you'll find contributors and be able to get a nice collection of animations! I'm starting a new project, I may have to use this tool in the next few
24.
▲
by
laurentlb
11mo ago
What's the downside of open sourcing it?
25.
▲
Designing a video game for language learners
(laurent.le-brun.eu)
2 points
by
laurentlb
11mo ago
|
0 comments
26.
▲
by
laurentlb
1y ago
Each time I read this kind of feedback, I wonder if there should be a free, community driven, alternative to Duolingo. - Content may be provided by contributors (like Duolingo did for many years) - It could be supported by donations (I beli
27.
▲
by
laurentlb
1y ago
I'd rather have the choice to control the camera (the "smart" camera could be used only if I don't control it), because it didn't work well for me. Nice game otherwise.
28.
▲
HiTex: A spam factory for AI-generated books
(laurent.le-brun.eu)
4 points
by
laurentlb
1y ago
|
0 comments
29.
▲
by
laurentlb
1y ago
Building old code and getting the same result is not always trivial to do. Potential issues: - If you have content in a database, can you able to restore the database at any point in time? - If you code has dependencies, were all the depend
30.
▲
by
laurentlb
1y ago
It's defined in the standard library and can be redefined by anyone. It's usually called operator because it uses an infix notation.
More ›