_alexander_
|
3 years ago
|
on: Ask HN: What is the best thing you read in 2022?
The Inner Game of Tennis
_alexander_
|
4 years ago
|
on: Facebook Renames to Meta
Facebook lates to the party - meta.ua
_alexander_
|
4 years ago
|
on: Ask HN: Which FANGs are hiring remote internationally?
I think it is possible, in case if company has office. I think when we are talking about "remote", we need to pay attention to tax residence. Last week I got the offer from one of FANG and had to decline the offer due to remote work allowed only in countries where the company has an entity. So "remote" !== "Anywhere", in my case, the company proposed to me relocate to a country where the company has an entity, live here (to get tax residence), and work "remote".
_alexander_
|
4 years ago
|
on: Stack Overflow sold to Prosus for $1.8B
It's time to provide a monetization strategy like GitHub with a "Sponsor" feature (:
_alexander_
|
5 years ago
|
on: Ask HN: Dear open source devs how do you sustain yourself
This is a really tricky question, I am helping several open source projects with a huge number of stars and downloads. I did more than 500 PRs and most of them in popular projects. And I have to say a not popular phrase - in most cases, OSS is not a story about big money. Even more, it is really hard to replace a full-time job by working on OSS. After almost 3 years involving in OOS, I noticed the following things:
1. In most cases, the popular OOS project has a team in some large companies, for instance, React (Facebook), Angular
(Google), VSCode (Microsoft), etc. and that's mean that code is open-sourced however a key decision made by an internal team.
2. A donation can help you to buy a cup of coffee (or tea), however, not replace your full-time job.
3. If we are talking about Github sponsors, the idea is really good, however, if you are located in one of the following countries https://github.com/sponsors#countries, which is not my case, and I think my country won't be supported in near future.
4. To be involved in OSS is not guarantee tons of interesting job offers. In most cases, a good LinkedIn profile can be much helpful than good Github profile, and yes - to have good Github profile need to make something important every day that others can see your involvement, which takes more your spare time instead of adding several motivation phrases to LinkedIn profile for HRs.
5. OSS is a community and that's mean an opportunity to meet some interesting people.
_alexander_
|
7 years ago
|
on: React Native: A retrospective from the mobile-engineering team at Udacity
Is it the new trend to publish articles about moving from React Native? :)
_alexander_
|
8 years ago
|
on: It’s time to kill the web app
Ok, alternatives?
_alexander_
|
9 years ago
|
on: Our First 50,000 Stars
Congratulations! React is awesome, thanks guys!
_alexander_
|
9 years ago
|
on: Angular 2 Final Released
_alexander_
|
9 years ago
|
on: Berlin’s Startup Hub Wants to Prove It’s More Than Just a Scene
Berlin is awesome!
_alexander_
|
9 years ago
|
on: Angular 2 Fundamentals Course
What about new router? And yes NG2 much better than NG1, I agree with you.
_alexander_
|
9 years ago
|
on: Angular 2 Fundamentals Course
Could you share real projects(not todo-like applications) which use NG2?
_alexander_
|
9 years ago
|
on: Angular 2 Fundamentals Course
32% complete - I think release will be in December ).
_alexander_
|
9 years ago
|
on: Angular 2 Fundamentals Course
20kb? Really? On last week I built NG2 application(rc.4) with one component and size was over 500kb, with all dependencies which needed to run it. Maybe @angular/core weight 20kb, but in order to run real world application need add many dependencies. rxjs, zoom.js, shims, and so on..
_alexander_
|
9 years ago
|
on: Angular 2 Fundamentals Course
I have only one question - when NG2 will be released? Because now it is not possible build real applications, many libraries are not stable, and still in beta or rc... Four month I'm trying to do real application and I must say that it was my big mistake when I decided use Ng2., with every new release I always have troubles with some dependencies or with new API, and there are no many stable components which I can use without pain. Ng2 has good promotion however we need wait official release., and then make some conclusions about it.
_alexander_
|
10 years ago
|
on: You probably don't need a JavaScript framework
Ok, we don't need frameworks, however what should we use in order to build complex UI applications? Own solutions? And know imagine that in every project you build your own skeleton and architecture...
_alexander_
|
10 years ago
|
on: Experimental support for WebAssembly in V8
You still need these languages/technologies and libraries.
_alexander_
|
10 years ago
|
on: Brendan Eich: WebAssembly is a game-changer
> Do people actually read docs any longer?
No. People only read headlines that WebAssembly is replacement for JS ;)
_alexander_
|
10 years ago
|
on: Call for support for Lisp in WebAssembly development
Actually, anybody does not know what is it ;) but many paople think that webassembly will kill JS.
_alexander_
|
10 years ago
|
on: React.js pure render performance anti-pattern
Where is anti-pattern?