Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ergo14
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ergo14
8d ago
That's a lot of absolutes. And there is no defensible proof, just anecdotal evidence. I've been in a few companies from EU and US - and in my experience it is not ture. However after working for US companies I can understand why o
2.
▲
by
ergo14
3y ago
https://www.gunb.gov.pl/projekty-architektoniczno-budowlane Here you can find multiple projects for free approved and shared by gov agency.
3.
▲
by
ergo14
4y ago
Lit also does fine without VDOM and has good performance characteristics.
4.
▲
by
ergo14
4y ago
You are holding it wrong ;)
5.
▲
by
ergo14
4y ago
Ok, how big percentage of them implement data consistency in your company? :)
6.
▲
by
ergo14
4y ago
So all your microservices implement sagas or other synchronisation patterns that ensure 100% data consistency?
7.
▲
by
ergo14
4y ago
No one pushes for anything agressive in Poland - the only narrative is that we and baltics should be ready to defend ourselves.
8.
▲
by
ergo14
4y ago
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 available with reconnection logic or you ca
9.
▲
by
ergo14
4y ago
Thing is Kobo doesn't tie you anywhere - I use it in europe - I never ever used their online store even once.
10.
▲
by
ergo14
4y ago
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.
11.
▲
by
ergo14
4y ago
I really love what Nicolas is doing. But it kinda feels like whole Haxe ecosystem driving force is this one guy.
12.
▲
by
ergo14
4y ago
In this case was multicore computation without GIL if i remember correctly.
13.
▲
by
ergo14
4y ago
We speed up our ML code 40 times using it.
14.
▲
by
ergo14
5y ago
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 less bytes over the wire very quickly.
15.
▲
by
ergo14
5y ago
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 - they all suck in different ways.
16.
▲
Poles protest bill that would silence US-owned TV network
(apnews.com)
2 points
by
ergo14
5y ago
|
0 comments
17.
▲
by
ergo14
5y ago
You could probably separate those with tooling.
18.
▲
by
ergo14
5y ago
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 upgrade.
19.
▲
by
ergo14
5y ago
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.
20.
▲
by
ergo14
6y ago
But can it do everything sqlalchemy can do? It is not a data mapper ORM it seems.
21.
▲
by
ergo14
6y ago
or Lit-Element.
22.
▲
by
ergo14
6y ago
I don't think we've ended up with libs that share state in a dangerous way, maybe we got lucky.
23.
▲
by
ergo14
6y ago
Weird, we do it with Python all the time. Just don't use globals/threadlocals everywhere and you will be good.
24.
▲
by
ergo14
6y ago
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 those systems. The worst that can happen is when you
25.
▲
by
ergo14
6y ago
The trick is to always auto close transactions at the end of the request.
26.
▲
by
ergo14
6y ago
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.
27.
▲
by
ergo14
6y ago
Like... Query.join(), https://docs.sqlalchemy.org/en/13/orm/tutorial.html#querying... .
28.
▲
by
ergo14
6y ago
Doesn't, I wanted to show how it can be wired to request.
29.
▲
by
ergo14
6y ago
Check out how things are wired with in this Pyramid cookie cutter. https://github.com/Pylons/pyramid-cookiecutter-starter/blob/... I think same approach should work well for flask - just tie the session to th
30.
▲
by
ergo14
6y ago
We are running sqlalchemy in a giant environment - hundreds of millions of users. SQLAlchemy has been a blessing for us. Blame users that use flask-alchemy or whatever else is cool. This is exactly the same type of comment that blames ORM-s
More ›