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

Why self-censoring for using "hate" when it gets the message across quickly? Everyone understands that we use "hate" and "love" with huge levels of nuances. I personally said today to a colleague "I hate working from home" but it's clear that I'm not a racist against people who "love" remote work. We do work with a very lax work-from-philosophy.

from my perspective--I have to use React, Lit, and all kinds of other creative solutions at my day job--I'm going to immediately devalue someone's argument if it starts with "I hate React".

React is not popular simply because engineers hate themselves or enjoy pain. There are problems it solves, and problems it creates. Explain what problems your solution solves, and feel free to dunk on React while you're at it, but write a tagline like this and I'm not gonna take you seriously.


How and when do your components update in such an architecture?

View triggers an event -> Controller receives event, updating the model as it sees fit -> Controller calls render to update views

Model knows nothing about controller or views, so they're independently testable. Models and views are composed of a tree of entities (model) and components (views). Controller is the glue. Also, API calls are done by the controller.

So it is more of an Entity-Boundary-Control pattern.


From what I can tell, they do full page reloads when visiting a different page, and use Preact for building UIs using components. Those components and pages then get rendered on the server as typical template engines.

Link goes 404


> The Berlin Wall fell six months after Egbert's escape.

Ironic. Still quite an adventure. Thanks for sharing!


I read the entire post, very well written, and didn't suffer from that impression that it was written by an LLM


It uses words. A lot of words. And punctuation.

And spacing. To say what?

Very little.


Yeah it's so sparse on actual details of Sumerian or cuneiform that after reading the article I remain unconvinced the "author" either cares for or knows anything about the topic.

(To be clear I know nothing about it either, but as a human with some similarly "pointless" hobbies, I can't imagine posting a writeup with so much motivational bullshit but so little about the actual thing I'm interested in.)


You are an engineer who's recent project was cancelled due to a change in priorities. It left you feeling burnt out but eventually you sought solace in learning Sumerian, just for the sake of it. Please write 1500 words in the style of a motivational linkedin post.


The entire "Why Irrelevance Works" uses several LLM patterns. As I said elsewhere, I don't care if someone uses GPT to coauthor a post, but the irony is just too big in this case.


Talking about coding websites: I'm a seasoned dev who loves to be in control of the website code, but hates debugging nitty gritty layouting issues, which steal tons of time and attention. I want to progress fast building great landing websites for my tech products, with the same speed that I code the products themselves. What stacks and LLM tools (if any) do you recommend that help writing great looking websites with great SEO support... fast?


I'm far from an expert, but I think depending on whether you have website designs or not already, you could use the Figma Dev Mode MCP Server + Claude Code as I did.

I've heard increasingly good things about Cursor and Codex, but haven't tried them as recently. Cline (as a VS Code extension) might also be helpful here.

If you need designs, something like v0 could work well. There are a ton of alternatives (Base44, Figma Make, etc.) but I've found v0 works the best personally, although it probably takes a bit of trial and error.

For SEO support specifically, I might just try asking some of the existing AI tooling to try to help you optimize there although I'm not sure how well the results would be. I briefly experimented with this and early results seemed promising, but did not push on it a lot.


Just pay the 20 USD for ClaudeAI for the beginning, then after 4 - 6 weeks check if you are happy.


The FAQ items don't expand for me, on Android Vivaldi.


I use the Python package 'sorcery' [0] in all my production services.

It gives dict unpacking but also a shorthand dict creation like this:

    from sorcery import dict_of, unpack_keys
    a, b = unpack_keys({'a': 1, 'b': 42})
    assert a == 1
    assert b == 42
    assert dict_of(a, b) == {'a': 1, 'b': 42}
[0] https://github.com/alexmojaki/sorcery


That seems a bit crazy and like it would lead to unpredictable and hard-to-mantain code. (pardon my candor).


im curios why you think so ?


Very well written, thanks to the original author


What problem does that solve? Is it for developing and testing MCP servers locally before sharing/publishing them?


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

Search: