Live data from Hacker News

Viewing profile — besil

besil

HN member
Joined
Wed, Sep 15, 2021, 6:17 AM UTC
HN karma
15
Public activity
19 items

About besil

No profile information was provided.

Recent public activity

  1. comment
    Comment #49128113

    I currently work in one of the top global incumbent company in the elevator market in R&D software. I would have never thought there were so many challenges behind a car moving up …

  2. story
  3. story
  4. comment
    Comment #38624253

    Many years ago, I built a personal budget software. It started as a simple dashboard to analyse data with my wife, then I added a telegram bot to insert expenses on the fly. Made w…

  5. comment
    Comment #38554195

    In Italy, salaries decreased from 1990. In all other countries they increased. https://www.reuters.com/markets/europe/why-us-italy-seeks-wa...

  6. story
  7. comment
    Comment #36663371

    Obsidian app + sync

  8. comment
    Comment #34026000

    Yeah, agree! I'm planning to use a dashboard theme, there are bilions from bootstrap or tailwind. What's your favourite?

  9. comment
    Comment #34025988

    Thank you! In the long run, we may have some integrations with 3rd parties using API, but it's not sure. We won't have a mobile app. For these reasons I was thinking not to use Rea…

  10. story
    Ask HN: Htmx or SPA

    I'm a CTO & co-founder of an early stage fintech start-up (EU). We have to build our MVP for February and other founders. We have some funds ( Our product has very little interacti…

  11. comment
    Comment #32106068

    Project Euler !

  12. story
  13. story
  14. comment
    Comment #29810696

    I really feel your point. Django is my favourite framework but, as for Rails or Laravel, sometimes you need more reactivity to build an app. The two worlds can live together: I use…

  15. story
  16. comment
    Comment #28625529

    I hope too HTML Over the Wire will be trending, I hate all the SPA and JS madness nowadays. SPA/React/Flutter are great tools and technologies, when you have a team for the backend…

  17. comment
    Comment #28625512

    You can go with Server Sent Events too, that are more suitable for notifications. WS may be blocked in corporate networks

  18. comment
    Comment #28625500

    How Unpoly differ from Hotwire (Turbo+stimulus) or htmx+alpinejs? https://htmx.org/ https://alpinejs.dev/ https://turbo.hotwired.dev/ https://stimulus.hotwired.dev/

  19. comment
    Comment #28625483

    Only if you want to go with LiveView. For Django, as I’m a Python dev too, I’m going with htmx+alpinejs. Or you can choose the Hotwire stack (Turbo+stimulus)