Viewing profile — manuelabeledo
manuelabeledo
HN member- Joined
- Tue, Apr 23, 2019, 5:48 PM UTC
- HN karma
- 4,070
- Public activity
- 1,640 items
- HN profile
- View on Hacker News ↗
About manuelabeledo
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #47169122
How so? This "tech savvy and not 100% gullible" generation, gave birth to a political landscape dominated by online ragebait.
-
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…
-
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? …
-
comment
Comment #47156675
I've been seeing this for years, and most of the time they are either lies or, at best, half truths.
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #47137401
It is also estimated that it has lost 80% of its valuation and has ~$9 billion of negative equity.
-
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.
-
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.
-
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…
-
comment
Comment #47113732
Can you give any examples of the type of politics that ruined XOrg or Linux?
-
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?
-
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…
-
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.
-
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…
-
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…
-
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…
-
comment
Comment #47110859
Migrations aren’t necessarily tied to ORMs. There are tons of tools out there to run migrations and nothing else.
-
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…
-
comment
Comment #47110573
You don’t need to follow the news cycle to use an operating system.
-
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…