Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mlajtos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Portable Claude Code
(gist.github.com)
1 points
by
mlajtos
2mo ago
|
0 comments
2.
▲
by
mlajtos
2mo ago
Fluent is attacking multiple problems. On the surface, it blends APL and LISP. Making S/M-exprs terse and building “diamond-less” left-to-right APL on top. This part is pretty okay. In core, unification of FRP and AD as already mention
3.
▲
Show HN: Fluent, tiny lang for reactivity and autograd
(mlajtos.github.io)
6 points
by
mlajtos
2mo ago
|
2 comments
4.
▲
by
mlajtos
3mo ago
First two seasons of For All Mankind deserve to be on your list.
5.
▲
by
mlajtos
5mo ago
https://www.cs.utexas.edu/~EWD/transcriptions/EWD04xx/EWD498... – How do we tell truths that might hurt? 1975 FORTRAN —"the infantile disorder"—, by now nearly 20 years old, is hopelessly inadequate
6.
▲
by
mlajtos
5mo ago
I mentioned GOTO in this comment: https://news.ycombinator.com/item?id=47975982 Dijkstra was highly influential in theoretical (proofs, algos) and practical (spec&compiler for Algol60) compuper science. But in reality h
7.
▲
by
mlajtos
5mo ago
Interesting. Bird-Meertens formalism? That was directly influenced by APL. In the broader scope — algebra of programs — Dijkstra heavily disliked Backus’ FP.
8.
▲
by
mlajtos
5mo ago
Very interesting flip! For much of his life, Dijkstra opposed functional programming. He even more strongly criticised FP from Backus and APL from Iverson, which are both very funcional/function-level. As he said, Java is a mess and an
9.
▲
by
mlajtos
5mo ago
Oh, he would definitely hate it even more. It was too high-level for his taste. What I would like to know is how he would bend Algol 60 if he had tablet with pencil that could evaluate it in real-time.
10.
▲
by
mlajtos
5mo ago
> Maybe, given the lens, I've not given Dijkstra a proper chance to demonstrate a more positive attitude, so I'm open to any suggestions of writings where he doesn't seem like such a grump. Kinda hard to find where Dijkstr
11.
▲
by
mlajtos
5mo ago
Dijkstra's go-to language (pun intended) was Algol 60 (& Pascal) – everything else was shit in his view. Some of his comments: FORTRAN — "an infantile disorder" COBOL — "the use of COBOL cripples the mind" BASIC
12.
▲
by
mlajtos
5mo ago
This is a good idea. Monadic/dyadic case for single glyph works nice only when you have a default value associated with it. For example `√16` is actually `2√16`. Or `log 100` is `10 log 100`. And `-3` is `0-3`.
13.
▲
by
mlajtos
5mo ago
> In order to provide live two-way video between the lab and the conference hall, two microwave links were used. English also commanded a video switcher that controlled what was displayed on the big screen. The camera operator in Menlo P
14.
▲
by
mlajtos
6mo ago
This is the first part of the "New Kind of Paper" series that deals with concept of "handwritten calculator" – you scribble "1+2" and the system responds with "3". Think "Apple Math Notes",
15.
▲
by
mlajtos
7mo ago
> Actually, it's not quite "ML-family" enough for this post. But it is a remarkably cool project! :) Fair. Thank you :)
16.
▲
by
mlajtos
7mo ago
Fluent – 4K lines – including parser, interpreter, standard library, IDE, UI, docs, examples. Will grow though. https://github.com/mlajtos/fluent/blob/main/client.tsx
17.
▲
by
mlajtos
7mo ago
Shake your Mac to undo would be consistent with iPhone, iPad, Vision Pro. Yes, you shake your head to undo when wearing AVP.
18.
▲
by
mlajtos
7mo ago
I am doing interactive coding sessions via API. I don't want to see a message that I am over limit to use the best model there is.
19.
▲
by
mlajtos
8mo ago
Does it support API key access or only Claude.ai subscription?
20.
▲
by
mlajtos
8mo ago
Pure visual object tracking in visionOS is considerable laggy (even with increased detection rate). Natively tracked peripherals (Logitech Muse, PSVR2 controllers) are super responsive, but are designed for hands and are too specialized. Th
21.
▲
by
mlajtos
8mo ago
I was hoping for 6DoF sub-mm realtime tracking. My disappointment is immeasurable and my day is ruined.
22.
▲
by
mlajtos
8mo ago
You are exactly right that the original vision of APL was a handwritten, non-ambiguous, consistent, and executable math notation. This was never accomplished. In 2021, I made a prototype calculator designed for iPad and Pencil and wrote fou
23.
▲
Show HN: Fluent, a tiny lang for differentiable tensors and reactive programming
(github.com)
3 points
by
mlajtos
8mo ago
|
0 comments
24.
▲
by
mlajtos
8mo ago
yes
25.
▲
by
mlajtos
8mo ago
This is absolutely insane in the most positive way.
26.
▲
by
mlajtos
8mo ago
I'll grind jax-js more and see if refs become invisible then. Thanks for a great project!
27.
▲
by
mlajtos
8mo ago
I have a project using tfjs and jax-js is very exciting alternative. However during porting I struggle a lot with `.ref` and `.dispose()` API. Coming from tfjs where you garbage collect with `tf.tidy(() => { ... })`, API in jax-js seems
28.
▲
by
mlajtos
9mo ago
This problem is more suitable for tiny LLM.
29.
▲
by
mlajtos
11mo ago
Pipe "operator" for the rest of us: Object.prototype.pipe = function(fn) { return fn(this) } 'hello'.pipe(upper).pipe(ex('!!!')) Or code golf version: Object.prototype.P=function(...F){retur
30.
▲
by
mlajtos
1y ago
APL has its own bag of surprises.
More ›