Live data from Hacker News

Viewing profile — ecjhdnc2025

ecjhdnc2025

HN member
Joined
Thu, May 16, 2024, 1:38 AM UTC
HN karma
653
Public activity
293 items

About ecjhdnc2025

No profile information was provided.

Recent public activity

  1. comment
    Comment #41260881

    You may already know, but Slant 3D (print farm) do _some_ of this with Etsy and Shopify, and have an API for further integrations. (I am working on a product myself, but it would l…

  2. comment
    Comment #41233315

    Milk is not a loss leader: they aren’t losing money on it to get you to spend elsewhere. It’s profitable for supermarkets. (They definitely do manipulate milk prices to get consume…

  3. comment
    Comment #41229212

    It does exist, it just doesn't get linked in the page. Click on the media item, your URL bar has changed.

  4. comment
    Comment #41229186

    > Another point that Patreon isn't really emphasizing here that seems relevant to any conversations about "fairness" is that Apple's fees on Patreon subscriptions in-app are now hi…

  5. comment
    Comment #41223010

    It does have that feel, but it's decidedly cramped compared to, say, the VT100's font, or even that of the VT52, which are both a bit closer to the "server" heritage they are allud…

  6. comment
    Comment #41220202

    Oh I am not saying it should be. The problem is that to resolve the readability issues many people seem to be observing on that page you need to set it to 1.1 or 1.2 (try it!) But …

  7. comment
    Comment #41219265

    The line spacing is way too tight (this is line-spacing: 1). Obviously that is beneficial for ASCII-art (smaller vertical gaps), but plain text would benefit from at least 1.1 and …

  8. comment
    Comment #41213042

    It used to be that all-lower-case brought to mind bell hooks, ee cummings, kd lang… Now it’s a signifier for e/acc narcissism and grift.

  9. comment
    Comment #41205088

    > You are a senior full-stack developer, one of those rare 10x devs I am not disputing that this improves answer quality, but it does make me despair that it does.

  10. comment
    Comment #41205031

    All the relations: this is a bit excessive. But before CTEs this sort of thing had regular use with recursive tree structures, in caching hierarchies. You'd make use of whatever SQ…

  11. comment
    Comment #41204866

    I would argue for this, I guess, except that "forced me to write all my code with AI" is obvious misrepresentation. It doesn't sit well with me except as representative of the same…

  12. comment
    Comment #41204723

    Hm. Says "hand" not arm. I don't want to second guess whether there were other undisclosed injuries but the image does show someone who could possibly have carried on typing withou…

  13. comment
    Comment #41194443

    That's great :-)

  14. comment
    Comment #41194417

    (I am very much not an expert) You're missing something but it's actually easy to get confused about. GPIO: general purpose input/output. A pin that can be used by the main CPU cor…

  15. comment
    Comment #41180916

    I don't think it is "clutching at straws" for a bar to want glasses that break less frequently, causing fewer safety concerns, and to be prepared to pay the extra, but whatever.

  16. comment
    Comment #41180783

    Broken glasses in bars, for example, have a lot more impacts than just waste. Broken glass has to be cleaned up, causes injuries, even causes lost product in some situations. I was…

  17. comment
    Comment #41180561

    > It shows the gigantic double standard that only anti-establishment conservatives are scrutinized by the establishment and persecuted into oblivion No it doesn't. It shows that op…

  18. comment
    Comment #41180477

    There is imprecision and conceptual forcing and there are sketchy constructs in this post that are annoying given its subject area. It is also shoehorning in other known vulnerabil…

  19. comment
    Comment #41176587

    > They tried extremely hard and the best they could do was find some minor charges on Trump's team. Lying to the FBI to impede an investigation is not minor. It's federal time. The…

  20. comment
    Comment #41165887

    FrankenPHP doesn't proxy to the PHP dev server. It is a PHP SAPI process manager itself. You should be able to run FrankenPHP as the front end server just fine -- Caddy is excellen…

  21. comment
    Comment #41165397

    > Node doesn't require an upstream CGI server at all. There's a server built-in to the Node binary Though you'll still want a process manager for this to make sure it stays up. Whi…

  22. comment
    Comment #41161394

    Do you disagree that Trump pressured the Georgia elections people to find him votes? On a phone call? Because he very clearly did. He had no business making that call at all otherw…

  23. comment
    Comment #41161106

    Right. Then you are too young (as a developer at least!) to remember. Except that Object.entries() is there to remind you. And two different for() enumeration syntaxes (for...in an…

  24. comment
    Comment #41161036

    > 1) Okay, but in terms of getting shit done (one of your points) how is it helpful to people to learn two languages? It's actually pretty clarifying. Two different perspectives on…

  25. comment
    Comment #41160952

    Elixir looks great. It reminds me of the functional and pseudofunctional programming languages I used at uni and their environments like Poplog. I agree it's mind-expanding. But I …