Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
branislav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
branislav
14d ago
I’m curious, how do you handle authorization of the user without leaking tokens/api keys to model context without an MCP server (which supports OAuth, in principle)?
2.
▲
by
branislav
2y ago
I echo the other responses to your question. Just recently I had two instances where an old blog post of mine contained a solution to a problem a coworker encountered. I publish these notes mostly so that I don't forget about them, but
3.
▲
by
branislav
2y ago
Controllers are a complex topic, but as the linked talk describes, it all comes down to some basic control theory concepts. I wrote about them in my Desired state systems post https://branislavjenco.github.io/desired-state-s
4.
▲
Don't be afraid of rabbit holes
(branislavjenco.github.io)
1 points
by
branislav
2y ago
|
0 comments
5.
▲
by
branislav
2y ago
I’ve found that getting traffic through organic search isn’t that difficult, if you have a post which is quite specific. For example, some years ago I wrote down how to upload assets to an already existing GitHub Release [1] as a small note
6.
▲
by
branislav
2y ago
One way to look at React is as an open loop desired state system, where you have a declarative way (js/jsx) of describing what you want to render and the reconciler figures out what operations to do (in the DOM), ideally in an effectiv
7.
▲
Ask HN: What can programmers do to help with the coronavirus?
24 points
by
branislav
7y ago
|
29 comments
8.
▲
by
branislav
8y ago
I also highly recommend this [1] episode of the Omega Tau podcast which touches on black holes, holography and quantum gravity. [1] http://omegataupodcast.net/191-string-theory/
9.
▲
by
branislav
8y ago
It's also how something like React.js works. Wrapping stateful DOM manipulation in a functional shell, made performant thanks to the Virtual DOM diffing algorithm.
10.
▲
List of unsolved problems in mathematics
(en.wikipedia.org)
1 points
by
branislav
8y ago
|
0 comments
11.
▲
Ask HN: Good non-fiction books without filler?
24 points
by
branislav
8y ago
|
15 comments
12.
▲
by
branislav
8y ago
Incidentally, I am on Xubuntu, and I would love to have the workspace switching transition that macOS has. Switching workspaces on xfce is lightning-fast but I would love to have an indication on whether I moved left or right. (other than t
13.
▲
by
branislav
8y ago
I agree with the article in that designers can be too focused on the shiny and non-functional aspects of interfaces. Personally I would treat design as being purely about function and anything superficial is about aesthetics . But I thin