Live data from Hacker News

Viewing profile — branislav

branislav

HN member
Joined
Sun, Jul 29, 2018, 8:35 PM UTC
HN karma
26
Public activity
12 items

About branislav

https://blog.br4.no

Recent public activity

  1. comment
    Comment #42885983

    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 th…

  2. comment
    Comment #42839605

    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 http…

  3. story
  4. comment
    Comment #42694411

    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 asse…

  5. comment
    Comment #42024347

    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 wha…

  6. story
    Ask HN: What can programmers do to help with the coronavirus?

    Apart from helping getting groceries or medicine for the quarantined, what can programmers do to help in this health crisis? How can we use our skills to aid the effort to prevent …

  7. comment
    Comment #18897778

    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/

  8. comment
    Comment #18044739

    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.

  9. story
  10. story
    Ask HN: Good non-fiction books without filler?

    As probably many of you, I notice my attention span being diminished by the usage of internet and social media. I set a goal for myself to focus on reading more books and long-form…

  11. comment
    Comment #17686765

    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 a…

  12. comment
    Comment #17686759

    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 …