ovidiu's comments

ovidiu | 10 months ago | on: Show HN: My AI Native Resume

I'd expect it to do more using a virtual computer with a virtual keyboard and a virtual mouse, like humans do.

ovidiu | 3 years ago | on: The Absurdity of Income Tax

Not all taxes are arbitrary. You can't argue that taxes on natural resources are arbitrary. Take mineral resources as an example. I think it's very difficult to find the idea of taxing the use of these resources as absurd in a similar fashion to those presented by this article. Same can be said about radio spectrum.

If we applied the same philosophy to land, we'd need much fewer "arbitrary" tax types and percentages.

Our tax systems are indeed deeply flawed and arguing that any system is arbitrary and equally absurd/paradoxical/inefficient is incorrect since there are examples of ethical (and I would argue necessary) taxes.

ovidiu | 5 years ago | on: Ask HN: Who is hiring? (August 2020)

Sector Labs | Senior Full Stack Developer | REMOTE, but only from Europe | Full-Time | www.sectorlabs.ro/jobs

We're building software for the real estate and general classifieds industry and operating web sites with millions of users across Asia and North Africa.

Our stack is Python & JavaScript based.

Key highlights:

• high degree of developer autonomy, e.g. we encourage contributors to own the product, we don't have daily stand ups and we barely have regular meetings

• conservative mindset when it comes to the tech stack, we judiciously add new dependencies and we care a lot about the code we write so it keeps its value on the long term

• ruthlessly efficient in delivering software that's cheap to run, scale and maintain

Apply here: https://www.sectorlabs.ro/senior-full-stack-engineer

ovidiu | 13 years ago | on: Everything you need to understand to start with AngularJS

This guide is nice as it provides a short introduction into Angular's features.

I would kindly recommend you to read the Conceptual Overview section of the AngularJS Developer Guide (http://docs.angularjs.org/guide/concepts). This covers the heart of the framework and also parts of its philosophy. If you want to understand WHY AngularJS works the way it does not only WHAT it does then this page will really help you. You will also understand why this is a masterpiece of engineering.

ovidiu | 13 years ago | on: Google's Go Programming Language Grows Up: Now What?

Maybe they are afraid of introducing some features they would later regret. This is not a hobby project of some lone hacker, it's meant to compile Google's infrastructure.

I really don't see why user code has to have the same capabilities as the runtime. It looks more like a philosophical request than a practical one.

ovidiu | 13 years ago | on: Google's Go Programming Language Grows Up: Now What?

First, you're saying Go will be an excellent systems programming language, which is its main stated purpose. To me, it already means that it's something that's worth looking at.

Then, you claim it doesn't work like established alternatives, so it must be over hyped. Like anything new, it's normal to see hype, misinformed opinions, advertising and enthusiasm about it.

I haven't written a line of Go, but it's going to be the next programming language that I learn because I find its concurrency model very compelling.

ovidiu | 13 years ago | on: Google's Go Programming Language Grows Up: Now What?

It actually scales better because you're distributing the rendering effort on more machines.

You can serve client-side code on demand, the same way you're serving HTML on demand. There are multiple methods of running a rich client HTML application in a modular fashion. For example, you can load new JavaScript and CSS on demand, or you could do a hybrid approach, by reloading the complete page from module to module. Most MVC frameworks for JavaScript support dynamic loading.

page 1