Live data from Hacker News

Viewing profile — husarcik

husarcik

HN member
Joined
Wed, May 22, 2019, 3:50 AM UTC
HN karma
348
Public activity
67 items

About husarcik

No profile information was provided.

Recent public activity

  1. comment
    Comment #48001748

    I don't think radiology has had that moment at all. Computer programming is much closer, if not, at that moment right now.

  2. comment
    Comment #48001110

    Did you hear this in the US or Europe?

  3. comment
    Comment #47254457

    I wonder if it's because pediatrics is not competitive unless applying to a top program.

  4. comment
    Comment #43985452

    This is a very key point. Perhaps that discrepancy can be leveraged in image generation to save time.

  5. comment
    Comment #43985424

    Chess reminds me more of programming given the set of defined rules in each. However, I'm biased as I work in radiology and program more as a hobby. So far I've seen way more tools…

  6. comment
    Comment #42859936

    I agree with everything you highlighted! I'll add that my career isn't programming. However, Svelte let's me come back to my code base and understand everything, even after months.…

  7. comment
    Comment #42020127

    Awesome game! Simple feedback, your button icons are off center. At least for Firefox mobile.

  8. comment
    Comment #41728750

    Bigger ecosystem for react. Svelte is easier to develop in rapidly. I can make things much faster in Svelte, epsecially since Svelte is less complex than React. With AI code genera…

  9. comment
    Comment #41697926

    How does this compare to goravel?

  10. comment
    Comment #41501229

    I'm a third year radiology resident. That speaker is misinformed as diagnostic radiology has become one of the most competitive subspecialties to get into. All spots fill every yea…

  11. comment
    Comment #41500969

    As a radiology resident, it would be nice to have a tool to better organize my dictation automatically. I don't want to ever have to touch a powerscribe template again. I'd be 2x a…

  12. comment
    Comment #41367909

    For the web, PHP remains #1. It's super fast, especially when using FrankenPHP or Swoole. Laravel has the fastest development velocity out of any framework available.

  13. comment
    Comment #41360138

    It's easier for me to spin up postgres and redis with automated backups using coolify than manually write a deploy/backup script. Outside that I deploy apps outside coolify as it d…

  14. comment
    Comment #40760872

    What is missing for you? I don't see much missing anymore coming from Laravel. There are a few things which I wish were more batteries included, such as "forgot password" but that …

  15. comment
    Comment #40133811

    Scaling Spotify seems like it'd be much easier than a video based streaming platform. Maybe scaling their recommendation algorithm? Not sure.

  16. comment
    Comment #39774713

    Redis changed their license a day after your comment. See https://news.ycombinator.com/item?id=39772562

  17. comment
    Comment #39149960

    What algorithm do you use for spaced repetition?

  18. comment
    Comment #39079605

    It depends on the industry really. For a lot of things, it can be as simple as hackernews as long as you deliver your message appropriately. You should prioritize usability and rea…

  19. comment
    Comment #39064570

    I wonder what the liability will be if the machine misses a cancer and the PCP didn't refer them to a skin expert (eg, dermatologist).

  20. comment
    Comment #38059413

    Fair enough. Most JavaScript code seems to avoid classes so it can be a little jarring if you're not use to it.

  21. comment
    Comment #38059325

    I'd say adonis is the best now as you can iterate to a full product very quickly. It's full stack but still amazingly fast (comparable to fastify). You can choose what you need in …

  22. comment
    Comment #37527068

    I question this myself as bun.js is approaching golang speeds.

  23. comment
    Comment #37455062

    How does this speed improvement compare to Laravel octane with swoole? Curious if I can switch!

  24. comment
    Comment #37452644

    I skip all of that and use a docker image with swoole. Much faster and easier to maintain. No separate FPM container too!

  25. comment
    Comment #37452602

    I skip all of that and use a docker image with octane. Much faster and easier to maintain. No separate FPM container too!