Live data from Hacker News

Viewing profile — bzalasky

bzalasky

HN member
Joined
Sun, Jun 26, 2011, 7:04 PM UTC
HN karma
190
Public activity
187 items

About bzalasky

I’m a software engineer at Lookout that builds large-scale JavaScript applications, data visualizations, design systems and prototypes with uncompromising craftsmanship.

Talk to me if you’re interested in learning more about Lookout, or if you need to solve a problem with technology.

Let’s build something.

Recent public activity

  1. comment
    Comment #45672992

    One thing that might not be apparent to non-chess players is that an experienced human (particularly a GM or Super-GM) with an engine can often beat the same engine or another engi…

  2. comment
    Comment #40871276

    I get that it might treat people differently. This is what works for me, otherwise I wouldn’t be able to take it at all.

  3. comment
    Comment #40861930

    Make sure to eat food before you take it, and start with 2.5g twice a day instead of 5g all at once to go easy on your stomach. The food helps slow down how quickly the creatine mo…

  4. comment
    Comment #40496807

    Had the exact same thought after reading the abstract… FWIW, delve only appears in the abstract. Having not read the rest of the paper yet, I might give the authors the benefit of …

  5. comment
    Comment #31412646

    Forgot to add the link for the Strange Loop archives… https://www.thestrangeloop.com/2021/sessions.html

  6. comment
    Comment #31412632

    You could explore the archived content from the Strange Loop conference (or another conference of your choice). Topics run the gamut of what's interesting and trending in "language…

  7. comment
    Comment #27169055

    The Flawless Typography Checklist ( https://www.typewolf.com/checklist ) from Typewolf is a great resource that has served me well on multiple projects. It covers the following: - …

  8. comment
    Comment #24897487

    Are you familiar with Zapier ( https://zapier.com/ ) or IFTT ( https://ifttt.com/ )? These are the two solutions that came to mind for me after reading your question, though there …

  9. comment
    Comment #24859075

    Take a look at the Boxes and Composition articles on Every Layout: - https://every-layout.dev/rudiments/boxes/ - https://every-layout.dev/rudiments/composition/ These articles do a…

  10. comment
    Comment #24669191

    The primary reason I'd reach for the Jamstack over WordPress is security. A static website (relying on a headless CMS or a build/deploy process for content) is much more shelf stab…

  11. comment
    Comment #24548082

    Yeah, definitely looking forward to some DLC content. Did you try it on Supernova difficulty? I beat it pretty easily on the Hard setting, but had to completely change my playing s…

  12. comment
    Comment #24543570

    For me, The Outer Worlds was right there with Witcher 3 as one of the best games this generation. It really does feel like Fallout, but perhaps somewhat less open world when you're…

  13. comment
    Comment #22398947

    There’s room for improvement. I’d start with the typography. While it’s not cheap, Typewolf’s Flawless Typography Checklist is an incredible tool for sprucing up designs ( https://…

  14. story
  15. comment
    Comment #20204103

    I wouldn't pick Stylus for a new project, but you can use it with a linter like Stylint ( https://github.com/SimenB/stylint ) to enforce stricter conventions. Totally agree with yo…

  16. story
  17. comment
    Comment #19356986

    In the JavaScript UI library React, useEffect is a hook (recent addition to the library) that allows you to perform side effects in function components. https://reactjs.org/docs/ho…

  18. comment
    Comment #19185079

    Hopefully, users have been considered in the product requirements, but yes, I wholeheartedly agree.

  19. comment
    Comment #19184947

    The answer to whether a single-page app is appropriate for a given project needs to consider product requirements, team structure and available resources. Libraries like React are …

  20. comment
    Comment #18960669

    I haven't actually tried it yet, but https://www.notion.so/ caught my eye recently. As far as Confluence goes, I also have problems with search, and missing notifications for comme…

  21. comment
    Comment #18167044

    This is essentially the process that Things 3 (I’m not affiliated in any way) for MacOS/iOS uses. It separates adding new tasks (for your inbox) from the step of organizing and sch…

  22. comment
    Comment #18053174

    Here's the gist of it as I read it... the current list is a topic you want to learn, and as you're working on it, everything that you don't understand is added to the current list.…

  23. comment
    Comment #17999061

    Engineers shouldn't be reporting to product managers. I'm not sure what's going on in your team, but it sounds like there may be some wider organizational dysfunction.

  24. comment
    Comment #17592674

    Forget notecards, what you need is a well configured linter. There's no reason to save style issues for code review when they can be caught with static analysis. Having encountered…

  25. comment
    Comment #17196358

    Small correction on the chart, React has actually been open sourced for ~5 years, React Native is ~3 years old. As far as how fast frontend technologies are changing, in my ~10 yea…