Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
whism
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
whism
7mo ago
I believe they licensed smth from groq
2.
▲
by
whism
10mo ago
If you allow yourself to redefine “achieving greatness” you may be surprised by what is on the other side :)
3.
▲
by
whism
10mo ago
My guess is that this change has its roots in the move from physical media delivery of software to internet delivery. My instinct is that there is some general principle that relates “friction” and “quality”, although I’m not sure I have th
4.
▲
by
whism
11mo ago
Hi, we’ve never met but I dig the energy you put into your work that I’ve seen (books, dart etc). An idea I’ve had, but not brought to fruition, is that of using SmallTalk to produce a document of some kind — that is, the result of the work
5.
▲
by
whism
1y ago
Betrayal of trust is indeed serious, and a hard lesson for many of us. Consider also that progress is made one step at a time, over a long time. While a desire for sudden, wholesale changes is understandable, it may be counterproductive. YM
6.
▲
by
whism
1y ago
If someone can please figure out how to integrate a purchase/payment system into a similar protocol we would love you forever :) I would so love to help my many artist/musician friends get set up direct-to-consumer with digital co
7.
▲
by
whism
1y ago
I think you almost have a point in that you seem to be advocating for something along the lines of unbiased input (questioning the presented information because it was constructed for presentation, suggesting that an AI could somehow assist
8.
▲
by
whism
1y ago
Perhaps you could stand up a small service on another host using headless chrome or similar to render, and fall back to client side if the service is down and you don’t already have the pre rendered result stored somewhere. I suggest this o
9.
▲
by
whism
1y ago
I think upon reflection you may discover that indeed many generations have _lived it_ many times before you as well
10.
▲
by
whism
1y ago
Hi, I don’t fully disagree with you, but a gentle reminder that for many “contribution” is itself out of reach. An aside: I remember when I was a child, my dad’s favorite coffee mug was black ceramic with a white monotype slogan “Life’s a b
11.
▲
by
whism
1y ago
I’m not sure your assertion regarding ancient Egyptians’ feelings on art trends of their time can be tested :P People create with what is at hand — this includes ideas, not just physical media. In my opinion, suggesting there is society-wid
12.
▲
by
whism
1y ago
If you are designing for that kind of long term I suggest looking into SmallTalk. A lot changes in 30 years.
13.
▲
by
whism
2y ago
I write semi-psychedelic paint and video mixing software for personal use. Here’s a video from last year of mixing a few things together, hopefully some here enjoy it :) https://youtu.be/IgpcJN4qAAg?si=Khq6U1nxXi-9n73A
14.
▲
by
whism
2y ago
One of the greats
15.
▲
by
whism
2y ago
Allow the user to draw into the frame buffer during play and feed that back, and you could have something very interesting.
16.
▲
by
whism
14y ago
Have you all looked into pluggable types at all? It'd be nice to be able to enforce a convention like, any class annotated with type x must prefix all methods which call into y with z, and be given warnings/errors at build time. Forgive my
17.
▲
by
whism
14y ago
Generic sequences are coming to common lisp. I'm working on a simple implementation inspired by clojure which I'll be posting to /r/lisp in the coming week.