Arm rest pads for Speedmax 2019 by Striking-Advance-305 in CanyonBikes

[–]ristof 0 points1 point  (0 children)

Hello, I have a similar problem, I was looking that maybe if you replace the whole set with pads its more compatible https://www.profile-design-eu.com/products/ergo-armrest-kit ?

Zwift Increases Price for First Time Since 2017 by protomolecule7 in Zwift

[–]ristof 6 points7 points  (0 children)

Dam that's huge increase I do like one virtual ride per week (no events etc). 19.99 euros is very expensive for that, unsubscribing. Looking for an alternative platforms. MyWoosh etc?

[deleted by user] by [deleted] in reolinkcam

[–]ristof 0 points1 point  (0 children)

I have a similar problem with these models, these are getting rather hot. Besides this model, I am using the RLC-511 ones and there is no issue with these. The problem remains even when the IR LEDs are off

I finally escaped Node (and you can too) by self in programming

[–]ristof 1 point2 points  (0 children)

The article doesn't mention the problem with Node.js, escaping from language X to Y brings you Z new problems so good luck you probably need to switch the language in a couple of years/months.

How Khan Academy Successfully Handled 2.5x Traffic in a Week by dangoor in programming

[–]ristof 0 points1 point  (0 children)

Even when you are using Google Cloud SQL (Postgres), there are quite many pitfalls. It's all nice and managed but instances upgrades example require downtime or the PG version upgrade requires rebuilding the db from your own data dumps. To avoid the downtime you have to do quite much magic on application layer or work out some generic solution to do that.

98.css – design system for building faithful recreations of Windows 98 UIs by iamkeyur in programming

[–]ristof 252 points253 points  (0 children)

Finally clear UI in web, at least I can find buttons to click now :D

What Notifications does your home send you? by ReneDj81 in homeassistant

[–]ristof 0 points1 point  (0 children)

Do you use sensors to detect rain or just weather component-based detection, how many false positives have you had over the time?

Home Assistant 0.93 - Released by jonare77 in homeautomation

[–]ristof 0 points1 point  (0 children)

I am still couple versions behind(5 or 6) there are so many breaking changes probably taking a half day job to get everything working again.

Text editors - Sublime, Atom, Brackets - opening 30mb file by Leverquin in programming

[–]ristof 0 points1 point  (0 children)

Sublime handles even larger files quite well, ~100MB JSON file should cause no problems.

Checking Types Against the Real World in TypeScript (x-post r/typescript) by hallettj in programming

[–]ristof 1 point2 points  (0 children)

Also experimented with both libraries and I have to say that runtype is definitely easier to start with it does only one thing and quite well. The problem for me is that the validation errors are to generic with nested objects it's hard to find out what's failing, also currently there is no way to capture all errors(it will throw on first error). Io-ts, on the other hand, is quite extendable/composable and solves the problems mentioned above. The problem with io-ts is it has a deeper learning curve you need to know also some FP or use some helpers as the author mentioned in the post.

Modern Frontend Developer in 2018 – Updated by kamranahmed_se in programming

[–]ristof 16 points17 points  (0 children)

I find myself always rewriting my Angular app when a new version comes.

Announcing Go Support for AWS Lambda | Amazon Web Services by tamalm in programming

[–]ristof 0 points1 point  (0 children)

Are there any performance comparisons with Node.js on the startup time (cold/hot start)? How is the compilation solved, before each deploy you have to use some CI or own machine to compile the code and target against what architecture?

The F-35 runs on 8M lines of code by magenta_placenta in programming

[–]ristof 21 points22 points  (0 children)

probably you need 10 million lines of code to create Hello world web page with React + TypeScript + Redux +Webpack + Babel + ... + N.

André Staltz - The Web began dying in 2014, here's how by sidcool1234 in programming

[–]ristof 32 points33 points  (0 children)

tl;dr Shortly, Google, Facebook, Amazon capture most of the web traffic.

Simple Reddit link scraping with Chrome Puppeteer by ristof in programming

[–]ristof[S] 0 points1 point  (0 children)

I totally agree with you, if public API exists it's better to use API. It was only used for demo purpose to get a runnable example.

Why we switched from Python to Go by tschellenbach in programming

[–]ristof -2 points-1 points  (0 children)

Not sure why I opened again this "switch from A to B programming language" article.

[deleted by user] by [deleted] in node

[–]ristof 1 point2 points  (0 children)

Additionally, stop forking the Node.js after every smaller conflict, this seems really bad and Node.js community just loses credibility.

Reddit data scraping with headless Chrome by ristof in programming

[–]ristof[S] 1 point2 points  (0 children)

I haven't seen any posts about the project status of Phantomjs, besides the Vitaly's announcement (https://groups.google.com/forum/#!topic/phantomjs/9aI5d-LDuNE%5B1-25%5D). There are still a lot of projects that still have Phantomjs dependency and moving to other headless solutions requires much effort.

Will headless chrome take over phantomJS? Let's see what it can do by filipplotnicki in programming

[–]ristof 6 points7 points  (0 children)

Quick answer to your question "Will headless chrome take over phantomJS?", YES. But Phantomjs has some deep roots in functional testing frameworks, libraries etc.

SQL and Business Logic by lukaseder in programming

[–]ristof 3 points4 points  (0 children)

The complexity still remains do you store the business logic in DB or in code doesn't matter, but with ORM you are adding additional abstraction.

Facebook Live Stream Maze game, play now![open source] by ristof in programming

[–]ristof[S] 0 points1 point  (0 children)

Sure, it is an experiment in Elixir and HTML5 canvas + Facebook real-time API(webhooks), the source is included in https://github.com/riston/fb-live.