Viewing profile — ergo14
ergo14
HN member- Joined
- Sun, Aug 29, 2010, 2:43 PM UTC
- HN karma
- 3,421
- Public activity
- 866 items
- HN profile
- View on Hacker News ↗
About ergo14
Founder of https://getappenlight.com
Email: marcin@webreactor.eu
Recent public activity
-
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.
-
comment
Comment #34739798
Lit also does fine without VDOM and has good performance characteristics.
-
comment
Comment #34398647
You are holding it wrong ;)
-
comment
Comment #34367625
Ok, how big percentage of them implement data consistency in your company? :)
-
comment
Comment #34244505
So all your microservices implement sagas or other synchronisation patterns that ensure 100% data consistency?
-
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.
-
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…
-
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.
-
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.
-
comment
Comment #30971849
I really love what Nicolas is doing. But it kinda feels like whole Haxe ecosystem driving force is this one guy.
-
comment
Comment #30955532
In this case was multicore computation without GIL if i remember correctly.
-
comment
Comment #30904758
We speed up our ML code 40 times using it.
-
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…
-
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 - …
- story
-
comment
Comment #27746143
You could probably separate those with tooling.
-
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…
-
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.
-
comment
Comment #26491559
But can it do everything sqlalchemy can do? It is not a data mapper ORM it seems.
-
comment
Comment #26319666
or Lit-Element.
-
comment
Comment #26191704
I don't think we've ended up with libs that share state in a dangerous way, maybe we got lucky.
-
comment
Comment #26191283
Weird, we do it with Python all the time. Just don't use globals/threadlocals everywhere and you will be good.
-
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…
-
comment
Comment #26186248
The trick is to always auto close transactions at the end of the request.
-
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.