<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: klibertp</title><link>https://news.ycombinator.com/user?id=klibertp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 11:14:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=klibertp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by klibertp in "AI has suddenly become more useful to open-source developers"]]></title><description><![CDATA[
<p>I learned (from the second paragraph) that 7 out of 12 is "vast majority". I'm a bit reluctant to read on after that...</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:07:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47603607</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47603607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47603607</guid></item><item><title><![CDATA[New comment by klibertp in "Tell HN: Litellm 1.82.7 and 1.82.8 on PyPI are compromised"]]></title><description><![CDATA[
<p>The NIH syndrome becoming best practice (a commenter below already says they "vibe-coded replacements for many dependencies") would also save quite a few jobs, I suspect. Fun times.</p>
]]></description><pubDate>Tue, 24 Mar 2026 16:13:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47504912</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47504912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47504912</guid></item><item><title><![CDATA[New comment by klibertp in "So where are all the AI apps?"]]></title><description><![CDATA[
<p>But there's no labels on the X axis - and removing the popover with dev tools shows a chart that doesn't really support what OP says. So we might be looking at some sample chart instead of a real one.</p>
]]></description><pubDate>Tue, 24 Mar 2026 15:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47504412</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47504412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47504412</guid></item><item><title><![CDATA[New comment by klibertp in "Grace Hopper's Revenge"]]></title><description><![CDATA[
<p>Scala is explicitly multiparadigm and offers a lot of advanced OOP features. It also had a Python-like (though reportedly better handled) 2 -> 3 transition, which deprecated some things, removed others, and added a bunch of new ones. Scala has always been complex, and right now it's also chaotic. It's a wonder the models can get that high a score with it, honestly.<p>Racket is a similarly large PL, with many abstractions built on the metaprogramming primitives it offers. Without looking at the generated code, it's hard to say anything, but I suspect the high score despite that might be because of the Scheme core of Racket: `racket/base` is a much smaller language than `racket`, so if the LLMs keep to it, it might narrow the solution space enough to show different results.<p>In general, I think you're half-right: the "solution space" size is a factor, but so is its shape - ie. which features specifically are offered and how they interact. A more compact and cohesive language design should yield better results than just a reduced surface area. C is not a huge language, but the features it offers don't lend themselves to writing correct code much. Elixir is both relatively small and strongly steers a programmer towards safer idioms. Racket is big, but the advanced features are opt-in, while the baseline (immutable bindings, pure functions, expressive contracts) is similar to Elixir. Python is both huge and complex; "there's one obvious way to do it" has always been a bit of a joke. Rust is incredibly complex - the idea is that the tooling should allow you to handle that complexity easily, but that requires agents; one-shotting solutions there won't work as well.</p>
]]></description><pubDate>Tue, 17 Mar 2026 14:06:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47412867</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47412867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47412867</guid></item><item><title><![CDATA[New comment by klibertp in "Ask HN: What is it like being in a CS major program these days?"]]></title><description><![CDATA[
<p>I'm not sure. You'd have to define "level of rigor". TypeScript has a vastly more expressive type system than C, for example, so given their respective prevalence in their domains, you could easily say that coding apps nowadays is actually more rigorous. There's Rust, but somehow people write lots of apps in it. And so on.<p>I don't think systems programming is inherently harder than writing apps. You deal with different sets of problems (users stubbornly misusing your UI vs. hardware vendors notoriously lying in the manuals; hundreds of dependencies vs. endemic NIH syndrome; etc.), but coding is, for the most part, the same thing everywhere. IME, the "level of rigor" (as in "kinds and pervasiveness of actions taken to ensure correctness") depends much more on actual people or organizations than on the domain.</p>
]]></description><pubDate>Mon, 16 Mar 2026 21:28:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47405157</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47405157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47405157</guid></item><item><title><![CDATA[New comment by klibertp in "Ask HN: What is it like being in a CS major program these days?"]]></title><description><![CDATA[
<p>Drivers, kernels, firmwares, low-level networking, the likes. Some higher-level infrastructure, like compilers, interpreters, runtime systems (Qt/Glib-like code).<p>I'm not sure where the question comes from? The divide between systems and app programming is almost as old as coding itself; it's not some distinction without difference - it's the difference between writing a TypeScript microservice for handling CRUD on some tables versus contributing to the TypeScript compiler, Node runtime (eg. uv), and PostgreSQL query planner.<p>Both kinds of programming are needed; both require specific (diverging in places) skills to do well. FWIW, I don't think systems programming is any safer (maybe a little bit) from AI than making apps, but the distinction between the two kinds of programming is real.</p>
]]></description><pubDate>Mon, 16 Mar 2026 13:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47398852</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47398852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47398852</guid></item><item><title><![CDATA[New comment by klibertp in "Two Years of Emacs Solo"]]></title><description><![CDATA[
<p>See GToolkit[1] - Lepiter is a bit like that. It's too notebook-y for my taste, but it lets you write and format text and embed any widget. It also uses a native GUI and is not a repackaged browser.<p>[1] <a href="https://gtoolkit.com/" rel="nofollow">https://gtoolkit.com/</a></p>
]]></description><pubDate>Tue, 10 Mar 2026 20:48:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328614</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47328614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328614</guid></item><item><title><![CDATA[New comment by klibertp in "Two Years of Emacs Solo"]]></title><description><![CDATA[
<p>As much as I love Common Lisp, it's dead. It has 2 orders of magnitude fewer packages in quicklisp than Emacs has in MELPA - and Emacs is <i>an editor</i>, not a general-purpose programming language. SBCL has a handful of devs and moves very slowly - nothing else does at all. Maybe LispWorks, but that's expensive.<p>CL is also held together - and held back, hugely - by the standard that won't ever be updated. It's good to have it, but there are major omissions (code walkers, MOP) that won't ever be fixed.<p>As it is now, Elisp is more practical as a scripting language than CL. The gap will only continue to grow. Right now, CL has an edge in parallelism - native threads and mutexes (with all the problems they entail) work there, while with Emacs, the only parallelism you can get is through separate processes. On the other hand, async/await-style concurrency works quite well in Emacs, while in CL you're basically a few macros away from raw promises, and the only real asynchrony is through a pool of threads executing callbacks, and it doesn't play well with conditions and restarts and some other advanced features (notably absent from Elisp).<p>I love CL, but right now it's aged considerably, lost many of its unique advantages, and has little chance of ever catching up. It's a shame, but using CL in 2026 is not a superpower anymore - it's just one of the similarly-valued propositions, competing with other dynamic languages, still providing a few unique advantages, but even those are being implemented in other languages fast.</p>
]]></description><pubDate>Tue, 10 Mar 2026 20:42:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328556</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47328556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328556</guid></item><item><title><![CDATA[New comment by klibertp in "Two Years of Emacs Solo"]]></title><description><![CDATA[
<p>> I just want a GUI that works like what they use.<p>TL;DR: Emacs is a GUI app and has lots of GUI-related functionality, but it tends to be slightly neglected by the majority of users. You can easily build your ideal GUI using the provided building blocks; the problem is, <i>you have</i> to build it, since most other users are not interested in doing so.<p>Both Emacs and Vim/NeoVIM have GUIs. I can't even run my Emacs in a terminal without `-q` (omit user config) - I never feel the need, and my config would be much more complex if I tried to make it terminal-friendly.<p>You don't need baroque keybinds, either. Both Emacs and Vim have always had "Command Palette" - Alt+x in Emacs, : in Vim - and with a few plugins[1], you get fuzzy matching, inline docs, icons showing what type of command you're looking at, etc. Both editors also have GUI buttons and mode-specific (on top of generic) menus (including context menus on click). This provides unmatched discoverability of available functions - you can then bind them to any key combination you find easy to remember. You don't have to, though, since with a few other plugins (Orderless), the frequently used commands bubble to the top of the list.<p>There are two things Emacs handles a bit poorly: mouse and popups. The former stems from existing users largely ignoring the issue, but the hooks for clicks and even gestures are there. The latter is an unfortunate consequence of wanting TUI to remain first class. There is functionality for creating Emacs "frames" (GUI windows) with given dimensions and a specified position, but it's basically GUI-only. Things like auto-completion popups default to something that can be emulated in the terminal, with frame/window-based implementations provided as extensions. That means that you can have a pop-up with method names starting with a few characters you typed, you can even have another pop-up beside that with docs for a given method, but you generally <i>won't</i> get that doc displayed as rendered markdown (you can't display headers with a bigger font in a terminal). It's 100% social and not a technical limitation - if you accept that you're only going to use Emacs in a GUI, you can get an IntelliJ-level of mouse and popup handling... Though it takes some effort.<p>That's the real problem, I think. You need to craft many of those features yourself out of available functionality. And it's not even a matter of some (even obscure) configuration, you <i>will</i> need to write your own Lisp to get the most out of Emacs. That's much more of a pain point and a respectable reason for not wanting to touch it. Technically, though, Emacs is not anti-GUI, and there are many packages that make Emacs pretty. Less so with mouse-friendliness, unfortunately, but you can configure it into something half-decent without much effort.<p>The only environment I know of that is (at least) equally powerful and flexible, but which handles GUI better is GToolkit[2] (VisualWorks was nice before the license change; now it's impossible to use) - a Smalltalk-derived system that uses the host OS (Linux/Windows/Mac) GUI directly through Rust bindings. A step down from there, but still respectable, is Pharo and the browser/Electron. Other than that, you have pre-written GUIs that you can't really change beyond what the developers planned.<p>[1] Vertico + Marginalia + Embark in my case<p>[2] <a href="https://gtoolkit.com/" rel="nofollow">https://gtoolkit.com/</a></p>
]]></description><pubDate>Tue, 10 Mar 2026 20:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328264</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47328264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328264</guid></item><item><title><![CDATA[New comment by klibertp in "Helix: A post-modern text editor"]]></title><description><![CDATA[
<p>> One thing I remember though, was that the multi-cursor+selection approach only really helps when you can see everything you're about to change on the screen. For large edits, most selections will be out of the scroll window and not really helping.<p>In Emacs, there's an mc-hide-unmatched-lines command that temporarily hides the lines between the ones with cursors. This makes multiple cursors usable with up to a screen-height number of items (being able to place cursors by searching for a regexp helps).<p>I agree, though - MCs are most useful for simple, localized edits. They're nice because they don't require you to mentally switch between interactive and batch editing modes, while still giving you some of the batch mode benefits. For larger or more complex edits, a batch-mode tool ("Search and replace", editable occur-mode in Emacs, or even shelling out to sed) is often a better choice.</p>
]]></description><pubDate>Sat, 07 Mar 2026 12:04:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47286874</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47286874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47286874</guid></item><item><title><![CDATA[New comment by klibertp in "RE#: how we built the fastest regex engine in F#"]]></title><description><![CDATA[
<p>If you claim it's the fastest, how does it compare to one-more-re-nightmare?<p>- <a href="https://github.com/telekons/one-more-re-nightmare" rel="nofollow">https://github.com/telekons/one-more-re-nightmare</a><p>- <a href="https://applied-langua.ge/posts/omrn-compiler.html" rel="nofollow">https://applied-langua.ge/posts/omrn-compiler.html</a><p>OMRN is a regex compiler that leverages Common Lisp's compiler to produce optimized assembly to match the given regex. It's incredibly fast. It does omit some features to achieve that, though.</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:36:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47247990</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47247990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47247990</guid></item><item><title><![CDATA[New comment by klibertp in "India's top court angry after junior judge cites fake AI-generated orders"]]></title><description><![CDATA[
<p>> No community I know.<p>Everybody in sales in every software company in the world would be part of that community, I think. Some of the devs, too. Software was always marketed (and discussed with normal people) as something that could automate error-prone tasks, thereby eliminating the inevitable mistakes humans make when performing those tasks. Would Excel be the cornerstone of so many businesses if it sometimes gave the wrong value as a sum of a column?<p>That marketing (and the fact that, indeed, Excel <i>can</i> sum anything users throw at it without making mistakes) worked; now we have 3 generations of users who believe that once a computer "gets it" (ie. the correct software is installed and properly configured), it will perform a task given to it correctly forever. The fact that it's almost true (true in the absence of bugs and no changes to the setup, no updates, no hardware degradation, no space rays flipping important bits, etc.) doesn't help - that preceding parenthetical is hard to understand and often omitted when a developer talks to a non-developer.<p>We've always had software that wasn't as reliable as Excel - speech recognition and OCR come to mind. But in those cases, the errors are plainly visible - they cannot be "confidently wrong". Now we have LLMs that can be confidently wrong, and a vast number of users trained to think that software is either always right or, when it's wrong, it's immediately noticeable.<p>I don't think developers should bear the whole responsibility here - I think marketing had a much larger role in shaping users' minds. However, devs not clearly communicating the risks of bugs to users (for fear of scaring potential customers or out of laziness) over decades makes us partly responsible as well.</p>
]]></description><pubDate>Tue, 03 Mar 2026 20:44:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47238691</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47238691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47238691</guid></item><item><title><![CDATA[New comment by klibertp in "The United States and Israel have launched a major attack on Iran"]]></title><description><![CDATA[
<p>EDIT: important to note that abandoning the trenches and the frontline <i>does not</i> mean surrendering, and I never said they should surrender! I suggested evacuating the govt and continuing the resistance with other means - I don't believe the actual <i>surrender</i> would do any good.<p>You're right - the risks are, of course, very significant. And we've been through that here in Poland, historically, like 3 times already. We've had quite a few failed uprisings, and we've had anti-communist guerrillas here for a while after WW2 - they were quickly (it still took 3-5 years, though!) dismantled, and most of them were killed. So the risks are real, and it is a "desperate measure".<p>On the other hand, it worked quite a few times: Cuba, Vietnam, Afghanistan all proved that it's possible to win (or at least not lose) using guerrilla tactics. In case of Ukraine, I think the circumstances would favor the resistance: Russia's already not doing well economically; the "severe oppression" of the Ukrainians (which I agree would follow) would cement the support for the resistance, and it would cost Russia a lot; Russia had air superiority since day one, and it didn't really help them much (it would be much more of a threat had Russia have US-level intelligence capabilities - but they domonstrably don't).<p>Yes, as long as it's possible, the conventional war should continue. At some point, though, the costs (all kinds of them) of continuing to fight in the field become so high that it's better to stop and switch to other ways of defending.<p>I'm not saying that moment is now - and it's not for me to dictate when it happens - I'm just trying to say that there are other ways of dealing with the aggressor that may (in favorable circumstances) lead to lower casualties without forgoing the hope of eventually winning. Which I wish Ukraine with all my heart, BTW.</p>
]]></description><pubDate>Tue, 03 Mar 2026 13:20:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231914</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47231914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231914</guid></item><item><title><![CDATA[New comment by klibertp in "Build your own Command Line with ANSI escape codes (2016)"]]></title><description><![CDATA[
<p>Also, disable the formatting if stdout is not a terminal. That way, your colors and cursor movements won't be visible when piping to another program, and your tool will be usable in apps that don't understand the CSI and chars that follow. Use a command-line switch with more than two states, e.g., `ls` (and probably other GNU tools) has `--color=always|auto|never` which covers most use cases.<p>Also not mentioned in the article: there are a few syntaxes available for specifying things in control sequences, like<p><pre><code>    \x1b[38;2;{r};{g};{b}m
</code></pre>
for specifying colors. There's a nice list here: <a href="https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b" rel="nofollow">https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f1...</a> You can also cram as many control codes as you want into a control sequence, though it probably isn't useful in a modern context in 99.9% of cases.</p>
]]></description><pubDate>Mon, 02 Mar 2026 20:27:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47223584</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47223584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47223584</guid></item><item><title><![CDATA[New comment by klibertp in "The United States and Israel have launched a major attack on Iran"]]></title><description><![CDATA[
<p>In terms of the number of lives lost? Yes. Guerrilla resistance is a way of trading important advantages (like control of the territory or political legitimacy) for time and human lives. Guerrillas in a favorable environment tend to suffer much lower casualties per fighter per unit of time than trench warfare along a frontline.<p>It's a desperate measure, but so is snatching people from the street to bus them off to trenches.<p>Personally, I think people can live through almost any hell (and can make a comeback later) - unless they die, in which case they can't do anything anymore. Decades of hard times, in this view, are preferable to tens of thousands of excess deaths per year over a decade.<p>I understand why people are reluctant to consider this - I'm just trying to show that there are alternatives to the current situation; not strictly better, but at least presenting different trade-offs. In a situation of "existential defensive war," we should discuss all plausible options, even the most controversial ones.</p>
]]></description><pubDate>Sun, 01 Mar 2026 16:46:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47208302</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47208302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47208302</guid></item><item><title><![CDATA[New comment by klibertp in "The United States and Israel have launched a major attack on Iran"]]></title><description><![CDATA[
<p>Lose. Evacuate the government. Then mount a guerrilla, and wait for an opportunity. It'll come, most likely sooner rather than later.<p>Why is that unthinkable? I can understand people in the US being unable to process such a scenario, but here in Europe, there's not a single nation that wasn't off the map for some time.<p>I know why Ukrainians don't want that, but the demographic costs of tens to hundreds of thousands of "military age men" dying are so huge that any plausible alternative should be considered, even if it's very unpleasant.</p>
]]></description><pubDate>Sat, 28 Feb 2026 17:45:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47198123</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47198123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47198123</guid></item><item><title><![CDATA[New comment by klibertp in "Working on Pharo Smalltalk: BPatterns: Rewrite Engine with Smalltalk Style"]]></title><description><![CDATA[
<p>Honestly, as much as I love Smalltalk, I see this post as an illustration of all that's wrong in that community. Instead of documenting the original solution well, making a cheat sheet for it, or gathering examples (which you otherwise need to "hunt" for, according to the author) in one place, we're given another solution on top of the original inscrutable one. That new solution is still undocumented; in the post, there's no explanation of how it was written and how it works; instead, we get another handful of examples.<p>GToolkit has Lepiter, and Smalltalks in general have comments on classes that can be used to write long-form docs. Yet, the majority of Smalltalkers apparently believe that all that is not needed, and that searching for examples in the codebase gives you all the information you need. It may be true - not in all cases, but some of them - but the efficiency of that process is incredibly low. And that's even if the examples are there - mostly in test code. It's not unusual to find large areas of code that are entirely untested, though, in which case something that could be done in 15 minutes if you were provided with a solid README can take days to figure out.<p>Yeah, I know: the IDE, the Smalltalk environment, IS very valuable and it DOES give you superpowers. That doesn't fully offset the issue of notorious lack of documentation, though, and in effect, you're still less productive than you could be with Python. GToolkit's Lepiter is a step in the right direction, but even in GT, class comments and method docstrings are sparse. GToolkit-like environment coupled with Emacs Lisp self-documenting docstrings culture would be ideal, but somehow it just won't happen.</p>
]]></description><pubDate>Fri, 27 Feb 2026 16:50:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47182685</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47182685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47182685</guid></item><item><title><![CDATA[New comment by klibertp in "How will OpenAI compete?"]]></title><description><![CDATA[
<p>For Latin alphabet-based languages, it's pretty similar to how names from those languages are transliterated to Japanese or Korean. You get "Clare" in English and (what, to me, sounds like) "Kurea" in Japanese; equivalent (I'm told!) but not the same. It would be wrong to try to assess the IQ of Japanese (who don't know English) by asking about properties of the original word that are not shared by the Japanese equivalent. On the other hand, English speakers won't ever experience haiku fully, since the script plays a big role in the composition (according to what I'm told... I don't know Japanese, but anime intake exposed me to opinions like this; and even if I'm dead wrong with details, it sounds like a plausible analogy, at least...)</p>
]]></description><pubDate>Thu, 26 Feb 2026 13:57:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47166154</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47166154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47166154</guid></item><item><title><![CDATA[New comment by klibertp in "The Om Programming Language"]]></title><description><![CDATA[
<p>The examples are fine for an early-stage poc project like this one. `minutes` with evaluation trace and `[Fold]<-` are illustrative, and if you work them out with pen and paper, you can get a good grasp on the main ideas of the language. That you have to search for them on a page that looks like a slightly-formatted README instead of having a nice scrollable with syntax-highlighted snippets at the top is because this IS a slightly-formatted README - and that's also completely fine at this stage. What's important is that there are a few interesting concepts there and that it was published. Even if this one fizzles, as 99.999% of languages do, that doesn't matter if some other language down the line gets inspired by those concepts.</p>
]]></description><pubDate>Thu, 26 Feb 2026 09:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47163904</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47163904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47163904</guid></item><item><title><![CDATA[New comment by klibertp in "Elvish as She Is Spoke [pdf]"]]></title><description><![CDATA[
<p>From the Conclusion:<p>> Does this mean that it is futile or meaningless to attempt to compose Elvish sentences? Well, no. [...] it is indeed possible to produce written Elvish that so far as anyone now can tell conforms grammatically and idiomatically to the exemplars and statements that Tolkien provided to a very high degree (for example, by relying only upon attested elements and derivational mechanisms, attested grammatical devices, and attested syntactic patterns that can reasonably be thought to belong to the same conceptual phase) — though I very much doubt that <i>anyone will ever be able to do so quickly enough</i> to use Elvish as a spoken language, for any but the most trivial sorts of declarative sentences.<p>I hate to be the one, but I haven't seen anyone else refer to them: how good are LLMs at following patterns of invented languages, in either direction (ie. inventing a translation from English to Sindarin and then, separately, translating the invented Sindarin back to English)? It's a usage where "hallucinations" are basically required, but also, the consistency of hallucinations has to be high.</p>
]]></description><pubDate>Thu, 19 Feb 2026 04:57:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47070092</link><dc:creator>klibertp</dc:creator><comments>https://news.ycombinator.com/item?id=47070092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47070092</guid></item></channel></rss>