Live data from Hacker News

Viewing profile — ergo14

ergo14

HN member
Joined
Sun, Aug 29, 2010, 2:43 PM UTC
HN karma
3,421
Public activity
866 items

About ergo14

Web application developer, specialised in web projects. Experienced in social media and marketing research sofware developement. My favourite weapon of choice is Python in conjunction with Pyramid Web Framework, PostgreSQL database, and LitElement/React/VueJS for javascript.

Founder of https://getappenlight.com

Email: marcin@webreactor.eu

Recent public activity

  1. comment
    Comment #37243552

    https://www.gunb.gov.pl/projekty-architektoniczno-budowlane Here you can find multiple projects for free approved and shared by gov agency.

  2. comment
    Comment #34739798

    Lit also does fine without VDOM and has good performance characteristics.

  3. comment
    Comment #34398647

    You are holding it wrong ;)

  4. comment
    Comment #34367625

    Ok, how big percentage of them implement data consistency in your company? :)

  5. comment
    Comment #34244505

    So all your microservices implement sagas or other synchronisation patterns that ensure 100% data consistency?

  6. comment
    Comment #33492688

    No one pushes for anything agressive in Poland - the only narrative is that we and baltics should be ready to defend ourselves.

  7. comment
    Comment #32606458

    Try https://channelstream.org/ - you can talk via rest calls to it - it scales up to thousands of connections on a single small machine. You have tiny JS WS/long pool clients avail…

  8. comment
    Comment #32429851

    Thing is Kobo doesn't tie you anywhere - I use it in europe - I never ever used their online store even once.

  9. comment
    Comment #32427919

    I have Kobo H2O and it works great till this day. I charge it very rarly - maybe every 2-3 months. It reads everything I like. And it was one of the first with IP68 certification.

  10. comment
    Comment #30971849

    I really love what Nicolas is doing. But it kinda feels like whole Haxe ecosystem driving force is this one guy.

  11. comment
    Comment #30955532

    In this case was multicore computation without GIL if i remember correctly.

  12. comment
    Comment #30904758

    We speed up our ML code 40 times using it.

  13. comment
    Comment #29190003

    I think stencil or Lit are more interesting. I'm not sure I'm the fan of small libs like Lit or preact - I think for scenarios where you have more than 2-3 elements you will have l…

  14. comment
    Comment #28325433

    My dell e5470 will bluescreen 80% of time when connecting a screen via HDMI on windows 10. Nothing like that happens under linux. The "it just works on other platform" is a myth - …

  15. story
  16. comment
    Comment #27746143

    You could probably separate those with tooling.

  17. comment
    Comment #27720112

    Then maybe look at https://lit.dev/ it might be perfect solution for you, stencil i've heard is also nice. Since its custom-elements you just add custom tags and they will self upg…

  18. comment
    Comment #26644310

    TP-Link is not cloud based - you can run the controller locally. https://www.tp-link.com/pl/support/download/omada-software-c... - Downloadable here.

  19. comment
    Comment #26491559

    But can it do everything sqlalchemy can do? It is not a data mapper ORM it seems.

  20. comment
    Comment #26319666

    or Lit-Element.

  21. comment
    Comment #26191704

    I don't think we've ended up with libs that share state in a dangerous way, maybe we got lucky.

  22. comment
    Comment #26191283

    Weird, we do it with Python all the time. Just don't use globals/threadlocals everywhere and you will be good.

  23. comment
    Comment #26186511

    Imagine be you build a "search users" page with many filters, you will end up inventing query builder at one point. The more dynamic data you need, you will end up reinventing thos…

  24. comment
    Comment #26186248

    The trick is to always auto close transactions at the end of the request.

  25. comment
    Comment #26186140

    Same here, I'd like to dive into golang. But there is nothing as good as SQLAlchemy. Maybe with generics we will start seeing some projects that can fill the gap.