HN user

EugeneOZ

2,490 karma

https://jamm.dev

https://twitter.com/eugeniyoz

https://www.upwork.com/users/~01d95397aacaef6e88

http://careers.stackoverflow.com/oz

https://www.linkedin.com/in/newmanoz/

Posts57
Comments1,963
View on HN
www.reuters.com 7mo ago

AI romance blooms as Japanese woman weds virtual partner of her dreams

EugeneOZ
2pts1
medium.com 1y ago

Examples of linkedSignal() usage in Angular applications

EugeneOZ
1pts0
medium.com 1y ago

Examples of linkedSignal() usage in Angular applications

EugeneOZ
2pts0
medium.com 1y ago

Starting a Modern Angular Application

EugeneOZ
1pts1
medium.com 2y ago

Powering Angular with Rust (WASM)

EugeneOZ
2pts0
medium.com 2y ago

Improving Code Reusability in Angular Projects

EugeneOZ
1pts0
medium.com 2y ago

Angular Inputs and Single Source of Truth

EugeneOZ
1pts0
medium.com 2y ago

Angular Signals, Reactive Context, and Dynamic Dependency Tracking

EugeneOZ
2pts0
medium.com 2y ago

Angular Signals: Best Practices

EugeneOZ
1pts0
medium.com 2y ago

Creating Angular Components: Template-First Declarative Approach

EugeneOZ
2pts0
medium.com 2y ago

Reactivity Tricks in Angular Templates

EugeneOZ
2pts0
medium.com 2y ago

Angular Change Detection – Today and Tomorrow

EugeneOZ
1pts0
twitter.com 2y ago

What's New on Angular.dev

EugeneOZ
2pts0
github.com 2y ago

Reactive Storage

EugeneOZ
1pts0
medium.com 2y ago

Angular Signals: Keeping the Reactivity Train

EugeneOZ
1pts0
medium.com 2y ago

Application State Management with Angular Signals

EugeneOZ
2pts0
medium.com 2y ago

Dependency Graph in Angular Signals

EugeneOZ
1pts0
medium.com 2y ago

Managing the state of Angular apps without third-party libraries

EugeneOZ
1pts0
medium.com 3y ago

Angular Signals and Observables: Differences

EugeneOZ
2pts0
medium.com 3y ago

Angular Signals and Observables: Differences

EugeneOZ
2pts0
medium.com 3y ago

Mastering Angular: Essential Code Organization Principles

EugeneOZ
1pts0
medium.com 3y ago

Mastering Angular: Dangers and Treasures of RxJS

EugeneOZ
3pts1
medium.com 3y ago

Angular Repository and File Structure

EugeneOZ
1pts0
github.com 3y ago

Signals Are Coming to Angular

EugeneOZ
5pts0
medium.com 3y ago

You don’t need observable inputs in your Angular components

EugeneOZ
1pts0
medium.com 3y ago

Collections State Management Service for Angular

EugeneOZ
1pts0
github.com 3y ago

Collection State Management for Angular

EugeneOZ
1pts1
betterprogramming.pub 3y ago

Application Architecture for Angular Projects

EugeneOZ
3pts0
www.eurekalert.org 3y ago

Microscopic robots that can swim around in the lungs, deliver medication

EugeneOZ
1pts0
medium.com 3y ago

Application Architecture for Angular Project

EugeneOZ
4pts0

The article is titled "Why Vanilla JS," but the takeaway seems to be "here are the custom abstractions I wrote."

GPT-5.6 13 days ago

GPT 5.6 Sol is a token hog. After implementing the task, it started some "reviews" I didn't ask for - they consumed 19.5M and 11.9M tokens, while the task itself was below 5M tokens.

98% Isn't Much 15 days ago

If for 2% of users a webpage will not look as awesome as intended (it's not guaranteed that it will be broken), that's ok. It's not poisoning - it's a 98% chance of getting a top mark.

Ask it if a microservices architecture makes sense for your three-person team and it’ll explain why microservices are an excellent choice

If you ask it to be fair and non-biased and provide pros and cons and give possible alternatives - it will. The catch - you might understand the explanation if you don't know the domain good enough.

Overall - a very, VERY good article, thank you!

If you think that you can just silently modify the model without any announcements and only react when it doesn't go through unnoticed, then be 100% sure that your clients will check every possible alternative and will leave you as soon as they find anything similar in quality (and no, not a degraded one).

people didn't understand to use /effort to increase intelligence, and often stuck with the default -- we should have anticipated this

UI is UI. It is naive to expect that you build some UI but users will "just magically" find out that they should use it as a terminal in the first place.

Skills are great for pure knowledge and teaching an LLM how to use an existing tool. But for giving an LLM actual access to services, the Model Context Protocol (MCP) is the far superior

That's it. For some things you need MCP, for some things you need SKILLs - these things coexist.

Not in my experience. Quoting my tweet:

Gave the same prompt to GPT 5.4 (high) and Opus 4.6 (high).

GPT 5.4 implemented the feature, refactored the code (was not asked to), removed comments that were not added in that session, made the code less readable, and introduced a bug. "Undo All".

Opus 4.6 correctly recognized that the feature is already implemented in the current code (yeah, lol) and proposed implementing tests and updating the docs.

Opus 4.6 is still the best coding agent.

So yeah, GPT 5.4 (high) didn't even check if the feature was already implemented.

Tried other tasks, tried "medium" reasoning - disappointment.

Gemini 3.1 Pro 5 months ago

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

Gemini 3.1 Pro 5 months ago

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.

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.

LLMs Are Not Fun 7 months ago

Using LLMs undercuts both

Absolutely disagree. I use LLM to speed up the process and ONLY accept code that I would write myself.