HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Antibabelic

no profile record

Submissions

WikiLambda the Ultimate

en.wikipedia.org
62 points·by Antibabelic·30 วันที่ผ่านมา·13 comments

Solo tabletop role-playing games

en.wikipedia.org
5 points·by Antibabelic·2 เดือนที่ผ่านมา·0 comments

The Mercury logic programming system

github.com
95 points·by Antibabelic·2 เดือนที่ผ่านมา·23 comments

[untitled]

1 points·by Antibabelic·2 เดือนที่ผ่านมา·0 comments

50 Years Later: There's Still No Silver Bullet

rebuildworld.net
6 points·by Antibabelic·2 เดือนที่ผ่านมา·0 comments

Why LLMs Can't Replace Strategic Insight

hbr.org
5 points·by Antibabelic·3 เดือนที่ผ่านมา·0 comments

Rat Park – ProofOfConcept

poc.bcachefs.org
1 points·by Antibabelic·3 เดือนที่ผ่านมา·0 comments

Wikipedia's AI Policy

en.wikipedia.org
16 points·by Antibabelic·3 เดือนที่ผ่านมา·3 comments

Everything you ever wanted to know about terminals (but were afraid to ask)

xn--rpa.cc
2 points·by Antibabelic·3 เดือนที่ผ่านมา·0 comments

Can you Lisp without being strapped in to the Torment Nexus Machine?

zyd.lol
5 points·by Antibabelic·3 เดือนที่ผ่านมา·0 comments

Codentify – Tobacco Tactics

tobaccotactics.org
1 points·by Antibabelic·3 เดือนที่ผ่านมา·0 comments

The Unreasonable Effectiveness of Linear Search

evan-jones.appspot.com
4 points·by Antibabelic·4 เดือนที่ผ่านมา·1 comments

Haskell Programming from First Principles (2016)

haskellbook.com
3 points·by Antibabelic·4 เดือนที่ผ่านมา·0 comments

Edwin Smith Papyrus

en.wikipedia.org
4 points·by Antibabelic·4 เดือนที่ผ่านมา·0 comments

Platforms Not Applications

ngnghm.github.io
1 points·by Antibabelic·4 เดือนที่ผ่านมา·0 comments

North American Computational Linguistics Open Competition

naclo.org
2 points·by Antibabelic·5 เดือนที่ผ่านมา·0 comments

Hello – ProofOfConcept

poc.bcachefs.org
2 points·by Antibabelic·5 เดือนที่ผ่านมา·0 comments

Extending C with Prolog (1994)

amzi.com
72 points·by Antibabelic·5 เดือนที่ผ่านมา·26 comments

Intelligence Is Not Artificial

scaruffi.com
1 points·by Antibabelic·5 เดือนที่ผ่านมา·0 comments

Nintendo DS code editor and scriptable game engine

crl.io
190 points·by Antibabelic·5 เดือนที่ผ่านมา·50 comments

comments

Antibabelic
·เดือนที่แล้ว·discuss
A language is a set of sentences.

A sentence is a finite sequence of symbols drawn from an alphabet.

In this sense, mathematical operation tables are absolutely a language. As are natural languages.
Antibabelic
·เดือนที่แล้ว·discuss
> Here we ask whether, in a task where gestures are particularly useful—namely, spontaneous demonstration in which no real object is present—speakers of a high-gesture (Italian) and a low-gesture (Dutch) culture show similarities or differences in how they teach to adults versus children.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
I don't have an ad blocker on my laptop. The ads I get are pretty much entirely generic and irrelevant to me, I don't remember ever consciously clicking on an ad.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
> That human would be turning down a potential Fields Medal for this discovery.

While interesting, this result is not Fields Medal material.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
The end result is the same: an SVG file. Definitely doesn't matter to an LLM what produced it.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
Second place is small?
Antibabelic
·2 เดือนที่ผ่านมา·discuss
I think the parent comment is wondering if it was originally drafted in English and then translated to Latin.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
This is a lot of very confident assertions.

> you do decide to actively go against it for decades because you like doing things your way

Perhaps there's a good reason why a developer or a group of developers decide to do things a certain way.

> This is why Krita is sweeping the floor with gimp

Aside from the fact that these programs are intended for pretty different things, the impression I have is that GIMP has a much larger install-base than Krita and more people are aware of it. Far from "sweeping the floor".

> GNOME is hanging on by nature of being the default

Or perhaps some people (and enterprises) want a polished OOTB desktop experience without having to deal with KDE's bugs and Windows-like design language. There are plenty of GNOME installs on Arch Linux for example, where you can't speak of any "defaults" with regards to desktop environments.[0]

[0] https://pkgstats.archlinux.de/fun/Desktop%20Environments/cur...
Antibabelic
·2 เดือนที่ผ่านมา·discuss
I don't understand this response. Human artists can and do make SVGs.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
My day job is not in the tech industry. I am an editor. Literally nothing has changed for me in the last four years.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
Prolog is an elegant abstraction. One of the points of abstractions is that they let us concentrate our optimization efforts in one place. Prolog benefits from many decades of research into how to make it work fast. When your problem does require a Prolog-shaped solution the most sensible thing to do is to use a highly optimized Prolog system instead of reinventing a naive algorithm yourself. Your "inelegant" solution will not be faster.

(This is also the problem with "I'll just quickly implement a Prolog-like DSL when I need it". Sometimes not a bad idea, but you have to be realistic. Your "lightweight" Prolog will be worse in every way compared to serious Prolog implementations).
Antibabelic
·2 เดือนที่ผ่านมา·discuss
[0] https://en.wikipedia.org/wiki/TerminusDB

[1] https://github.com/terminusdb/terminusdb
Antibabelic
·2 เดือนที่ผ่านมา·discuss
Richard O'Keefe in The Craft of Prolog: "Elegance is not optional".
Antibabelic
·2 เดือนที่ผ่านมา·discuss
Erlang has very little in common with Prolog, which is a language in an entirely different paradigm (logic programming).

Early versions of Erlang were implemented in Prolog, which is why Erlang's syntax looks a whole lot like Prolog's, but beyond that they're not very similar.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
It's not clear to me what you mean, can you elaborate?
Antibabelic
·2 เดือนที่ผ่านมา·discuss
... I mean, yes? People object to AI art (and generative AI in general) on ethical grounds, not just aesthetic ones. This is something anti-AI people are quite explicit about.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
Is you actually look at the Lisp ecosystem as it exists today (even just Emacs by itself) you'll quickly realize that none of this is true in practice. Other people have pointed this out.[0]

[0] https://applied-langua.ge/posts/lisp-curse-redemption-arc.ht...
Antibabelic
·2 เดือนที่ผ่านมา·discuss
They don't offer APIs precisely so that you can't integrate several sources in one app.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
He is loud and wrote some useful books.
Antibabelic
·2 เดือนที่ผ่านมา·discuss
I don't know what they teach in Russian schools, but even American ones are full of propaganda and bad history.