Viewing profile — sbensu
sbensu
HN member- Joined
- Wed, Mar 26, 2014, 2:46 AM UTC
- HN karma
- 98
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About sbensu
No profile information was provided.
Recent public activity
-
comment
Comment #42409955
If you are interested in alternative lithium chemistries, Ouros is developing and commercializing one: https://ouros.energy/
-
comment
Comment #40967850
That last point is super interesting: these diagrams never tell you much about the implementation or how it would perform.
-
comment
Comment #40967631
The distinction you are making is right. All those examples are examples of visualization, not of direct programming. But why can't we use what today are visual representations of …
-
comment
Comment #40967585
[post author] You are right. Any "language" visual or other wise used for communication has to include the level of detail trying to be communicated. In the Rust memory layout exam…
-
comment
Comment #40967475
You are right. You can see the data first, charts, even dependencies. And yet nobody is drawing `IF(ACTIVE[A1:A4]=E$1)`
-
comment
Comment #40965411
Amazing, thank you for taking the time
-
comment
Comment #40965400
That is an interesting framing. I think the "maker vs taker" label is great. Creative Inc[0] uses "suitcase handles" to describe something similar but more generic. [0] https://www…
-
comment
Comment #40965389
Nice!
-
comment
Comment #40965371
That sounds super interesting! Did I understand correctly that the additional complexity came because you needed to emit optimal assembly? Or was implementing the logic from the st…
-
comment
Comment #40964797
You are right. The diagrams are used as explanations not as the source of the program. But wouldn't it be neat if when you sketch out the state transition in a diagram (how I think…
-
comment
Comment #40964786
[post author] I am familiar with those and have used a couple. There are similar examples in music, where visual programming dominates. The implied audience of this post (not clear…
-
comment
Comment #40964641
Those two are both primarily for real time signals and music right? That is a great domain for wires, transforms, and pipelines. Have you ever seen them used in a different context…
-
comment
Comment #40964616
It is certainly possible and that is how most of these visual languages do it. But is that how _you_ want to program that logic?
-
comment
Comment #40964613
Thank you! Should be fixed in a minute
-
comment
Comment #40964590
[post author] I agree. On many domains you can find a great mapping between some visual representation and how the developer (beginner or not) wants to think about the problem. I p…
-
comment
Comment #39551980
I've found that while people don't want to change out of Excel they are forced to by the size of new files. The more data is generated by computers, the less likely it is to fit in…
-
comment
Comment #35367555
And to answer the question directly: If you are operating under the "sports team" analogy, you should fire them. If you are operating under the "we are a family" analogy, you shoul…
-
comment
Comment #35367512
[self-promotion] This is very related, but not at all the same, as this essay I just published: Team-oriented, outcome-oriented https://blog.sbensu.com/posts/team-oriented-vs-outco…
-
comment
Comment #21455437
Hi! I'm Sebastian and I work at Stripe. We would love to understand what went wrong so that we can keep improving the integration experience. If you are interested in talking to us…
-
comment
Comment #18862442
Wow, I thought you were making that up to fit the mood... until the Wikipedia article. This is bananas.
-
story
Ask HN: What systems allow remote code execution as a feature?
I recently learned of Telescript[1], a programming language, design to allow clients to execute arbitrary code on servers. SQL databases also have a similar architecture, with the …
-
comment
Comment #17305487
Related recommendation: this podcast episode[1] was very good, covered many solutions to the Fermi Paradox, and discussed the OP's article. [1] http://rationallyspeakingpodcast.org…
-
comment
Comment #16526080
One of the first chapters of The Art of Science and Engineering (Hamming) covers this beautifully.
-
comment
Comment #15286557
From this project, I gather it wouldn't be hard to remove the need for calling `lisp!` on every form. Then you'd have a lisp syntax on Rust that is not embedded. Is that correct?
-
comment
Comment #13527345
I'm surprised no one here has mentioned Jose Valim yet.