HN user

sriku

2,317 karma

Interests - Music, Mathematics, Physics, Scheme

email - srikumarks @t gmail d.t com blog - http://sriku.org

Work area (former) - Automatic video editing tools (algorithms, fx, rendering)

Ph.D. - Understanding Indian classical music through computer synthesis.

Banner - helping create, communicate, learn and understand Indian classical music through technology.

(formerly aufreak3)

Posts67
Comments788
View on HN
internetfreedom.in 2y ago

Internet Freedom Foundation's take on the proposed broadcasting bill in India

sriku
5pts0
arxiv.org 2y ago

Distributed Shampoo Optimizer (In PyTorch) for Training NNs At-Scale

sriku
2pts0
project-everest.github.io 3y ago

Project Everest: Probably secure communication software

sriku
2pts1
en.wikipedia.org 3y ago

Stigler's Law of Eponymy

sriku
26pts10
www.nist.gov 4y ago

JILA strontium atomic optical lattice clock (2015)

sriku
2pts0
www.solarsystemscope.com 4y ago

Solar System Scope

sriku
3pts0
en.wikipedia.org 4y ago

List of datasets for machine learning research

sriku
6pts0
furhatrobotics.com 4y ago

Furhat Robotics

sriku
2pts1
wcit.org.uk 5y ago

The Worshipful Company of Information Technologists

sriku
1pts0
news.ycombinator.com 5y ago

Ask HN: What kinds of cookies are “required” for a website to function?

sriku
13pts19
www.lockhaven.edu 5y ago

Ideal Scientific Equipment Company

sriku
1pts4
hasgeek.com 5y ago

HasGeek: A primer on the Non-personal data framework proposed for India

sriku
1pts0
blackbook.thestartupcentre.com 5y ago

Blackbook Basics: The 2+7 Fact

sriku
2pts0
en.wikipedia.org 5y ago

BogoMIPS: Nops per second estimate by Linux kernel

sriku
3pts0
indico.cern.ch 5y ago

A practical introduction to quantum computing

sriku
1pts0
superset.apache.org 5y ago

Apache Superset: A modern data exploration and visualization platform

sriku
1pts0
www.nature.com 5y ago

What CRISPR-baby prison sentences mean for research

sriku
5pts0
arxiv.org 5y ago

Universal Differential Equations for Scientific Machine Learning

sriku
2pts0
en.wikipedia.org 6y ago

The Busy Beaver Function

sriku
4pts0
currents.google.com 6y ago

Google+ is now Currents?

sriku
2pts1
perusall.com 6y ago

Perusall: Social E-Reader for Students

sriku
1pts0
kernel-recipes.org 6y ago

Ftrace: Where modifying a running kernel all started

sriku
3pts0
github.com 6y ago

Marlowe: DSL+tools for Financial Smart Contracts

sriku
1pts0
github.com 6y ago

NYTimes Library: A collaborative documentation site powered by Google Docs

sriku
1pts0
cheapuniverses.com 6y ago

Universe Splitter

sriku
1pts2
www.fstar-lang.org 6y ago

F* – an FP language with effects, aimed at verification

sriku
1pts0
www.picat-lang.org 7y ago

Picat – a logic-based multi-paradigm programming language

sriku
96pts35
weekwithwanda.com 7y ago

“A week with Wanda” – what happens when AI goes off the rails

sriku
1pts0
www.usenix.org 7y ago

Crash-Only Software (2003)

sriku
3pts0
www.forbes.com 7y ago

Management AI: A Senate Bill Introduced to Begin Regulation of ML Algorithms

sriku
1pts0
XML Is a Cheap DSL 4 months ago

While this can give a notation for the domain, you'd still need an engine to process it. Prolong+CLPFD perhaps meets it well (not too familiar with the tax domain) and one could perhaps paraphrase Greenspun's tenth rule to this combo too.

We built something like this by hand without much difficulty for a product concept. We'd initially used LangGraph but we ditched it and built our own out of revenge for LangGraph wasting our time with what could've simply been an ordinary python function.

Never again committing to any "framework", especially when something like Claude Code can write one for you from scratch exactly for what you want.

We have code on demand. Shallow libraries and frameworks are dead.

The "impossibility" of enforcing legislated constraints on thousands of providers point is hand waving. We're all legislated to not harm each other. Throwing the small fraction who do in jail, is sufficient to keep the vast majority away from harming others, and there is also moral alignment.

If 10% of hosts (maybe even less) are penalized, the rest will likely start complying. much like self managed compliance of thousands of companies. A protocol is only as good as the entities that participate in the community using it.

"what specific laws ...?"

If a company chooses a design and it can be proved through a subpoena of their communications that the design was intended and chosen for its addictive traits, even if there has been no evidence collected for the addictiveness, then the company (or person) can be deemed to have created a design in bad faith to society and penalized for it.

(Well that's my attempt. I tried to apply "innocent until proven guilty" here.)

Great point and many of the responses are very interesting too.

I wonder whether part of this is a habitualization of intolerance for just being with oneself - to be ok with feeling bored, for instance. Most suggestions are about "doing". Just being with oneself without a doing is painful for many from what I've seen.

This looks to me like partly a false dichotomy. We can design languages and write libraries. Some would even argue that some kinds of "libraries" could be viewed as languages themselves, as much as some languages might as well have been written as libraries in another language.

Also often, the language doesn't live isolated from its implementation (compiler or interpreter). While theory looks at languages via its semantics, in practice as the OP notes it is about the quality of the implementation and what can be reasonably done with the language.

A recent [1] case is Julia. I think it has hit a kind of sweet spot for language design where new performant code tends to get written in Julia rather than in some other language and bound to it. At its core, it is a simple "call functions, passing data in and getting results out" kind of language, but what the functions ("methods") mean and how the compiler does just-ahead-of-time compilation with deep type specialized code means you can write high level code that optimizes very well. Those mechanics operate under the hood though, which makes for a pleasant programming experience ... and there are loads of cutting edge packages being written in Julia. It is less interesting to look at Julia as "just the language".

[1] recent in programming languages is perhaps anything <= 15 years? .. because it takes time to discover a language's potential.

The frame set by the OP completely out me off and dissuaded me from reading the rest of the article beyond the first paragraph. Didn't feel like much throught was given to what was being said.

A quote shared by a close friend and mentor -

Apparently an elderly Irish musician said this as he was tuni g his instrument - "I've learnt that the secret to being happy is to not get personally involved in your own life."

I quite like Dafny, despite my first run up with it (verification aspect) being frustrating. The language is well designed for this. Also, it looks like it is a great candidate as a code generation target for LLMs because you can generate the proof of correctness and run a feedback loop with Dafny's checker.

Try writing a^b in integers and proving its correctness. The simple version works (based on a x a^(b-1)). But if you write an "optimised one" using (with handwaved details) (a^(b/2))^2 .... pulled some serious hair trying to prove this function works.

Wouldn't "The Age of Em" be relevant to this paper? Was surprised to not find a reference to it in the preprint.

I've had a soft spot for Forth and am toying with a silly Forth-like interpreter for web programming ... if not for actual use, at least for some fun time. One concept it adds is the notion of a "current selection" which can define the available vocabulary to use and is used to select and work with DOM elements. Just experimenting.

https://github.com/srikumarks/pjs

Edit: As a kid, I disliked BASIC as a language though it let me do fun stuff. So I made an interpreter in BASIC for a language I'd like and it turned out Forth-like (and I didn't know about Forth at that time). I guess I'm still that kid some 35 years later.

Some of thr language features like operators can be overloaded using method tables, much like python's double underscore methods. I do think that the inability to do this in JS is what held it back from becoming a data processing powerhouse. But it perhaps can be made to run fast precisely because of the lack of such overrides (otherwise we'll be running python at JS speeds). That said, LuaJIT seems like a good compromise and might be best of both worlds.

Whether or not anything "breakthrough" comes out of his work, I'm very sympathetic to the kinds of explorations he does ... especially since new things go through a messy phase before clarity arises.

"I consider TypeScript to be the gold standard when it comes to type systems on top of dynamic languages."

Doubly weird, considering that TypeScript work was inspired by typed/racket, and TypeScript doesn't have a sound type system afaik and the OP's first love was Scheme.

In that form yes, but the active "drink water" which is kind of what we'd code like "drink(water)" is "wasser trinken". ... but yeah human languages aren't straightjacketed easily.

"story of your life" isn't quite about sapir-whorf but more about the lagrangian view of the world (as opposed to the Hamiltonian). That is difficult to convey in a movie and so the sapir-whorf part got emphasized there.

Also Exhalation is a beautiful story that captures the fact that all life and intelligence lives in the space between low entropy and high entropy. So it's not different thermodynamics.

But overall I align with the sense of admiration the OP has for Ted Chiang. He explores "what if" scenarios with such mastery I feel like I had a dip in a fresh water pool after a read.

Another of my favs (including the title itself) is "Anxiety is the dizziness of freedom".