Live data from Hacker News

Viewing profile — manuelabeledo

manuelabeledo

HN member
Joined
Tue, Apr 23, 2019, 5:48 PM UTC
HN karma
4,070
Public activity
1,640 items

About manuelabeledo

No profile information was provided.

Recent public activity

  1. comment
    Comment #47199932

    We need a synonym for “fascist” because some people agree that what they do and how they do it is bad, but they are incapable of looking past the word.

  2. comment
    Comment #47169122

    How so? This "tech savvy and not 100% gullible" generation, gave birth to a political landscape dominated by online ragebait.

  3. comment
    Comment #47168717

    > By making these fake images ubiquitous we are forcing people to quickly learn that they can't believe what they see on the internet and tracking down sources and deciding who you…

  4. comment
    Comment #47167710

    > Gambia has 70% of service economy. Do you want USA live like Gambia ? What are you even talking about. Iraq economy is almost 60% industrial, are they doing better than Ireland? …

  5. comment
    Comment #47156675

    I've been seeing this for years, and most of the time they are either lies or, at best, half truths.

  6. comment
    Comment #47156551

    > You can’t be a successful country full of lawyers and doctors only. You have to actually build something The GDP sector composition of most of the largest economies is heavily se…

  7. comment
    Comment #47152224

    > writing specs in structured English of sufficient clarity What does "sufficient clarity" mean? And is it english expressive enough and free of ambiguities? And who is going to re…

  8. comment
    Comment #47139586

    > Having AI in the mix could potentially fix the problem(partially). Any examples? As far as I understand, claims in the current AI cycle are wildly exaggerated, and sometimes comp…

  9. comment
    Comment #47138379

    If you take the claims at face value, then the process was 100% fair and xAI provides the best models and guardrails for processing top secret data at a lower cost, compared to the…

  10. comment
    Comment #47137461

    On your first question, it is impossible to unlink it from Twitter, since Musk being feverishly active there, and then buying the platform, was the catalyst for a new wave of right…

  11. comment
    Comment #47137401

    It is also estimated that it has lost 80% of its valuation and has ~$9 billion of negative equity.

  12. comment
    Comment #47136840

    Unless the specification is also free of bugs and side effects, there is no guarantee that a rewrite would have fewer bugs. Plenty of rewrites out there prove that point.

  13. comment
    Comment #47125126

    I’m just trying to understand exactly what led you to make that decision. I don’t follow tabloid style news around software projects, maybe I’m missing on something.

  14. comment
    Comment #47125071

    I’m having a hard time trying to understand exactly what you want to do, that cannot be done with SQL. Any concrete examples? I personally rely on views to reuse base queries and t…

  15. comment
    Comment #47113732

    Can you give any examples of the type of politics that ruined XOrg or Linux?

  16. comment
    Comment #47112438

    > For specialized, high-performance systems like video transcoding, this level of hand-tuning is a superpower Where does SQL fall in the video transcoding pipeline?

  17. comment
    Comment #47112407

    > just because raw SQL queries work great for your toy blog/todo app with 3 tables In my experience, ORMs work well for toy projects, but become cumbersome to maintain in enterpris…

  18. comment
    Comment #47111795

    It sounds like software projects are built by humans. Nothing wrong with that. Unless we’re assuming here that the BSD community is free from that.

  19. comment
    Comment #47111282

    It sounds to me that you saying that SQL is hard because you’d rather learn the intricacies of an ORM. Also, this whole point predicates upon the assumption that ORMs are infallibl…

  20. comment
    Comment #47111252

    First of all, congrats on your career. Second, an ORM is just a translation layer, i.e. it does not compile to any binary format the database understands, and instead it gets trans…

  21. comment
    Comment #47110945

    Mostly agreed with the author about ORMs. The provided querying abstraction works against developers when queries reach a certain level of complexity, and at the end of the day, un…

  22. comment
    Comment #47110859

    Migrations aren’t necessarily tied to ORMs. There are tons of tools out there to run migrations and nothing else.

  23. comment
    Comment #47110855

    There are projects, like SQLC, that cover most of the perceived advantages of ORMs, without the downsides. One of these downsides is, in my opinion, the fact that they hide the ver…

  24. comment
    Comment #47110573

    You don’t need to follow the news cycle to use an operating system.

  25. comment
    Comment #47100374

    I can’t comment on the “critical mass”, since I haven’t got the numbers. But what exactly does “accessibility” mean in this context? What are the challenges of opening an account i…