Live data from Hacker News

Viewing profile — taffer

taffer

HN member
Joined
Thu, Feb 07, 2019, 2:01 PM UTC
HN karma
1,019
Public activity
491 items

About taffer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48533325

    > It's mind boggling that you Please don't do this. > When disagreeing, please reply to the argument instead of calling names. "That is idiotic; 1 + 1 is 2, not 3" can be shortened…

  2. comment
    Comment #48533108

    Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's easier to criticize. Assume good faith. [1] I was talking specifically about …

  3. comment
    Comment #48532925

    Neither is medicine, climate science, nor the marxist interpretation of the labor theory of value I was replying to.

  4. comment
    Comment #48532874

    You're missing the point

  5. comment
    Comment #48532860

    You're missing the point. The difference between three-year-old and fifteen-year-old whisky is mainly due to capital costs, not labour costs. According to the LVT, capital costs ar…

  6. comment
    Comment #48528566

    I fail to see the moral problem with being able to write a book that millions or even billions of people can enjoy. To me that's a feature, not a bug.

  7. comment
    Comment #48528498

    > > I could give you examples of how value is created without any work at all. > I'm all ears. Ageing whisky.

  8. comment
    Comment #48528394

    > "Mainstream economics" is doing a lot of heavy lifting. As is "mainstream medicine" or "mainstream climate science". If you don't trust mainstream science, you must be either ext…

  9. comment
    Comment #48528020

    > The work is the same, yet if the take home is different, you've proven that your income is not in fact earned through work in a moral sense. You could say the same about musician…

  10. comment
    Comment #48527886

    As the Wikipedia article states, the labour theory of value (LTV) was replaced by the theory of marginal utility in mainstream economics due to its major inconsistencies. > Take Go…

  11. comment
    Comment #48328422

    You have it the wrong way round: In the US the slave owners lived on the farms. The bustling cities were in the free states.

  12. comment
    Comment #48328364

    It isn't that simple. The most important thing about a city is the streets and blocks. Manhattan and Barcelona are good examples of cities that have been designed in a way that mak…

  13. comment
    Comment #46588194

    Advertising is as old as humanity itself. Asking what people did before advertising doesn't make sense. Also, word-of-mouth advertising is, as the name suggests, a form of advertis…

  14. comment
    Comment #46588146

    Not really a counter example: gh.de is a pure advertising platform.

  15. comment
  16. comment
    Comment #46521186

    Companies spending money on advertising is just another way of acquiring customers. If they were unable to do that, they would need to resort to other, more costly ways of acquirin…

  17. comment
    Comment #46521080

    > When we used to pay for newspapers Some newspapers were 50% advertising. You still had to pay for them.

  18. comment
    Comment #46521011

    How? If you don't advertise, no one can see you.

  19. comment
    Comment #46336292

    On the other hand, smaller pages mean that more pages can fit in your CPU cache. Since CPU speed has improved much more than memory bus speed, and since cache is a scarce resource,…

  20. comment
    Comment #45706378

    I use Postgres JSON functions to return nested results. The database itself contains no JSON; just a well-normalised data model. However, the queries return nested JSON in the form…

  21. comment
    Comment #45574521

    Again, performance is not my point. If you want maximum performance, use a low-level key-value store, hence my VSAM analogy. On the contrary, for me it is about simplicity. SQL is …

  22. comment
    Comment #45566735

    You will get most of the benefits of HTTP 3 even if your app libraries run HTTP 1.1, as long as the app is behind a reverse proxy that speaks HTTP 3.

  23. comment
    Comment #45566550

    > How? Stored procedures? Not neccesarily. jOOQ[1] and sqlc[2] are great options if you don't like stored procedures, but for a small app or a prototype, just having plain SQL stri…

  24. comment
    Comment #45559636

    Before the invention of SQL, people wrote software using VSAM files and navigational databases with extremely limited computing and memory resources and it worked. That isn't the p…

  25. comment
    Comment #45553079

    > htmx is HTML-driven, Datastar is server-driven As far as I understand, the main difference between HTMX and datastar is that HTMX uses innerHTML-swap by default and datastar uses…