Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
forgotpwd16
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
forgotpwd16
10d ago
SectorLISP makes an important question in its implementation: how much can strip down Lisp before stops being Lisp. Same is not done for submitted interpreter. So, although SectorLISP goal is to be a Lisp-reduced-to-its-essentials implement
2.
▲
by
forgotpwd16
1mo ago
Published on slop-infested Zenodo, where one nowadays can find multiple AI-generated solutions to Millennium Prize Problems, by a rando.
3.
▲
by
forgotpwd16
4mo ago
> I'm not going to clone and build this (too dangerous). Just create a disposable isolated environment, like VM or container, and do it inside? And, yes, does compile.
4.
▲
by
forgotpwd16
6mo ago
Other notable agents' LOC: Codex (Rust) ~519K, Gemini (TS) ~445K, OpenCode (TS) ~254K, Pi (TS) ~113K LOC. Pi's modular structure makes it simple to see where most of code is. Respectively core, unified API, coding agent CLI, TUI h
5.
▲
by
forgotpwd16
6mo ago
It's a cool PoC even if implementation/result isn't perfect.
6.
▲
by
forgotpwd16
6mo ago
It's related to commits actually having a parent-child structure (forming a graph) and timestamps (commit/author) being metadata. So commits 1->2->3->4 could be modified to have timestamps 1->3->2->4. I know GitH
7.
▲
by
forgotpwd16
6mo ago
Seems not very known that ChatGPT got a few style/tone choices besides default. One is specifically being concise and plain.
8.
▲
by
forgotpwd16
6mo ago
No need to do it yourself in every prompt. Just put it in Custom instructions under Personalization.
9.
▲
by
forgotpwd16
8mo ago
Besides during commit, pre-commit/prek can run all hooks with `run`. So in CI/CD you can replace all discrete lint/format tool calls with one to pre-commit/prek. E.g. https://github.com/python/cpytho
10.
▲
by
forgotpwd16
8mo ago
Irrelevant question. In README has: >Built in public as a learning-by-doing project So, either the entire project was already written and being uploaded one file at the time (first modification since lowest commit mentioned is README upd
11.
▲
by
forgotpwd16
8mo ago
>All the code, architecture, logic, and design in minikv were written by me, 100% by hand. Why people always lie with this? Especially in this case that they uploaded the entire log: Date: Sat Dec 6 16:08:04 2025 +0100 Add ha
12.
▲
by
forgotpwd16
8mo ago
@dragonwriter was meant for this. Has written ~16 volumes of GOT, +1.5 volume from 2nd.
13.
▲
by
forgotpwd16
8mo ago
Similar: https://www.moltbook.com & https://chan.alphakek.ai . Both launched few days ago. Also kinda funny how former and this are -book/-gram yet replicate reddit.
14.
▲
by
forgotpwd16
8mo ago
Sure it's only AI posting? Quite hard to tell these posts apart from the average /g/ content.
15.
▲
by
forgotpwd16
8mo ago
>The same discussion can happen re the ISS. Its primary purpose was not science. But it's worth noting that many experiments took place on ISS covering few domains, examples being AMS (cosmology), CAL (quantum physics), SAFFIRE (com
16.
▲
by
forgotpwd16
8mo ago
Io is nice (Smalltalk/Self-like). A mostly comprehensive list: https://dbohdan.github.io/embedded-scripting-languages/
17.
▲
by
forgotpwd16
8mo ago
True to both. My brain not braining. Was thinking Europe-based/driven. Python started in CWI but PSF is USA-based.
18.
▲
by
forgotpwd16
8mo ago
How it compares to jax-js? Besides API preference that is.
19.
▲
by
forgotpwd16
8mo ago
Scala may have fallen out of favor but was quite popular few years ago. And perhaps still is the most popular EU-designed language (developed by EPFL).
20.
▲
by
forgotpwd16
8mo ago
>Imagine a version of English extended You mean restrained. More specifically what you're proposing can formally be referred to as controlled natural language with executable semantics . Some attempts similar to this have been Atte
21.
▲
by
forgotpwd16
8mo ago
This is better presentation than README, which currently is marketing-heavy and technically weak. Project as an experiment is acceptable and interesting but certainly isn't "next-generation" when has (assuming benchmarks are
22.
▲
by
forgotpwd16
8mo ago
You or Claude? Have you verified/reason the claims made in README? For starters ZIP doesn't use LZW. Initially used an LZW-derived method with reset mechanism but v2 (early 90s) introduced DEFLATE, combining dict-based LZ77 &
23.
▲
by
forgotpwd16
8mo ago
Meanwhile they could've just bundled mermaid-ascii and run it on wasm. But then again probably took Claude less than an hour to port this to TS. The main algorithms are 1:1 conversion. https://github.com/AlexanderGrooff
24.
▲
by
forgotpwd16
8mo ago
Nix is not hard coupled to systemd. There's nixpkgs support for Darwin afterall.
25.
▲
by
forgotpwd16
8mo ago
Related: https://news.ycombinator.com/item?id=46702099 But seems, as others have also noted, although the mean quality decreases, the quality of those reaching front page increases. That said port/clones have always be
26.
▲
by
forgotpwd16
8mo ago
You seem to have gotten used to perfect written commit messages by Claude. Many people, especially those starting out with, or not heavily using, git, do write messages like that. (edit: To be honest sometimes I too make temporary "wtf
27.
▲
by
forgotpwd16
8mo ago
Or write a script that does all that and bind it to shortcut. Eventually https://files.catbox.moe/zargud.png . (The window/tab switches were 1~2 when ended; reached 9 after few attempts to screenshot it.)
28.
▲
by
forgotpwd16
8mo ago
Excluding recent refactor commits code seems to be handwritten, maybe lightly AI-assisted.
29.
▲
by
forgotpwd16
8mo ago
That's such cool tool. The parametrized query management/run alone is great idea, and then you've that sweet hybrid cli/tui on top. Then open repo, and was sold even more with that intro.
30.
▲
by
forgotpwd16
8mo ago
>I'll upload the session data probably tomorrow so you could see exactly what was done. That'll be dope. The tokens used (input,output,total) are actually saved within codex's jsonl files.
More ›