Hacker Newsnew | past | comments | ask | show | jobs | submit | EugeneOZ's commentslogin

It depends on how much value their talents can bring to humankind, I guess.

Very good guess, right on the money

Too bad humankind is almost never paying attention.


Just checked - not blocked, works just fine (Adamo and Vodafone).

Adamo never blocks, at least for me. Vodafone does.

Still not usable in production, not even near. But I'm happy to see any progress in this area.

You still need a human (working at human speed) to review every generated line, if it’s not a throwaway app or some demo to impress investors.

This isn't just you


Location: Spain

Remote: Yes, only remote

Willing to relocate: No

Résumé/CV: https://www.linkedin.com/in/newmanoz/ , https://jamm.dev/resume.pdf

Email: normandiggs@gmail.com , oz@jamm.dev

I have 20 years of experience in webdev, here is my blog: https://medium.com/@eugeniyoz

Types of projects I've worked on:

* CRM - Tickets, chat, dozens of dynamically modifiable reports, charts, editable tables, Rust REST API.

* Warehouse Management System - Barcode scanner, mobile app (Ionic), dashboard app.

* Vodafone Site Management - App for managing over 100 types of devices (with dynamically generated forms for each type), geolocation tools, 3D room editor (three.js), charts, and real-time data synchronization across tabs.

* SAP/Spartacus plugin for the Sony e-shops.

* correkt.com - e-commerce site with modern UI, SSR, zoneless architecture, Tailwind CSS 4, hydration, and various performance, SEO, and Core Web Vitals optimizations;

* surex.com (frontend) - insurance survey app with multiple complicated forms, rewritten from AngularJS to modern Angular.

* and 30+ other projects, from small startups and individuals to large enterprise companies.


Chapter "The True Cost of Redis" surprised me.

> Deploy, version, patch, and monitor the server software

And with PostgreSQL you don't need it?

> Configure a persistence strategy. Do you choose RDB snapshots, AOF logs, or both?

It's a one-time decision. You don't need to do it daily.

> Sustain network connectivity, including firewall rules, between Rails and Redis

And for a PostgreSQL DB you don't need it?

> Authenticate your Redis clients

And your PostgreSQL works without that?

> Build and care for a high availability (HA) Redis cluster

If you want a cluster of PostgreSQL databases, perhaps you will do that too.


I guess the point is that you're already doing it for postgres. You alrrady need persistent storage for your app, and the same engine can handle your queuing needs.


Exactly, if you’re already doing it for Postgres and Postgres can do the job well enough to meet your requirements, you’re only adding more cost and complexity by deploying Redis too.


People like Einstein would find a solution.


The volume of basic questions is unlimited. There are new technologies every year.


Not sure. As software becomes a commodity I can see the "old school" like tech slowing down (e.g. programming languages, frameworks frontend and backend, etc). The need for a better programming language is less now since LLM's are the ones writing code anyway more so these days - the pain isn't felt necessarily by the writer of the code to be more concise/expressive. The ones that do come out will probably have more specific communities for them (e.g. AI)


That would be true if no new technologies were created every year (even more often).


There are new technologies, but if you look at the most viewed questions, they will be about Python, JS, Java, C, and C++ without libraries.


You do not find the 2009 jQuery answer satisfying?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: