Viewing profile — andriamanitra
andriamanitra
HN member- Joined
- Thu, May 05, 2022, 5:12 AM UTC
- HN karma
- 221
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About andriamanitra
No profile information was provided.
Recent public activity
-
comment
Comment #49086478
I don't see how a wealth tax that starts at $100M could possibly disproportionately (or at all) land on the middle class. I'm sure the parasitic class will always find ways to part…
-
comment
Comment #48771710
Because the fixed cost of deploying infrastructure (digging the fiber to the house) is extremely expensive compared to the marginal cost (of serving data over an already installed …
-
comment
Comment #48771574
That argument might be valid if there were no urban areas in America. However it fails to explain why, for example, New Jersey does not have affordable 25 Gbit residential internet…
-
comment
Comment #48072913
The changelog looks reasonable, seems like the language is moving in the right direction. I'm excited to try it out once it's open sourced. The dependency on glibc is an unfortunat…
-
comment
Comment #48018843
Was there even a PR? The post from Bun [1] says they have no plan to upstream it, and that ziggit post says the changes are undesirable. It sounds like there never was anything to …
-
comment
Comment #47906029
The cost of living would certainly rise somewhat but the point is that UBI is redistributive: the same absolute amount to everyone raises low incomes by a larger percentage than hi…
-
comment
Comment #47423505
Where did you get the idea that EVs have caused it? As far as I know the amount of road dust from EVs is within the same ballpark so the claim that it has led to overall higher pol…
-
comment
Comment #47246502
This is very interesting. I'm a bit skeptical about the benchmarks / performance claims because they seem almost too good to be true but even just the extended operators alone are …
-
comment
Comment #47178322
If you need to deal with matrices Julia's built-in support for that kind of stuff is the best out of any language I've ever seen (and I've tried dozens of different languages). It'…
-
comment
Comment #47159855
That model breaks when you don't have perfect knowledge of whether or not you will perish. Therefore in every practical situation we are forced to assign a finite cost to risk. And…
-
comment
Comment #46944630
Would you want it to? The further the goal posts are the more progress we are making, and that's good, no? Trying to make it into a religious debate between believers and non-belie…
-
comment
Comment #46560001
That's really neat! I found a bunch of cool repositories I had never heard of by looking up my username and a few of my favorite projects.
-
comment
Comment #46522980
Marketing for cars and soda isn't that far off from actual scams. Ads are a big part of why (especially American) car and food culture is so toxic. The ad-driven demand for sugary …
-
comment
Comment #46450280
It's not possible to become a billionaire with a B without fucking over a lot of people, but for a billionaire he isn't so bad. If we can't get rid of billionaires the next best th…
-
comment
Comment #46425906
Profit is not an appropriate measure of how well a business is operated. I'm sure they have been prioritizing growth because the whole point of the platform is to introduce competi…
-
comment
Comment #46363167
Corruption and nepotism does not get much more blatant than this. The president's son is involved in one of the American drone companies that stand to gain the most from this polic…
-
comment
Comment #46261699
> If they are enemy combatants you are allowed to follow up and ensure they have been killed Not true. Launching an attack on shipwrecked enemy is a blatant violation of the Geneva…
-
comment
Comment #46098678
I think Ruby is the ideal language for AoC: * The expressive syntax helps keep the solutions short. * It has extensive standard library with tons of handy methods for AoC style pro…
-
comment
Comment #46080263
The list is clearly mostly machine generated but the name typo is an unlikely error for LLM to make. I'm guessing the "general editing pass" that introduced it was done by an actua…
-
comment
Comment #46078838
Complicated, sure, but opaque? EU is incredibly transparent – the amount of information on the European Council website [1] is daunting. There are vote results, meeting schedules, …
-
comment
Comment #46033733
> No? It’s not just crime, it’s harassment, antisocial behavior, and other things that are not strictly crimes but you don’t want to be around. A lot of crimes are crimes of opport…
-
comment
Comment #46012300
> capitalism (where ownership is detached from operation) That is a really eloquent way to phrase one of my main gripes with capitalist societies. Thanks, I will be stealing it.
-
comment
Comment #46012213
The article misses the most important factor: the customers have no way of knowing they would be getting a better product or extra 25 millimeters of leg room if they paid 3% more. …
-
comment
Comment #45995924
First .mkv support and now this! I really like what Firefox has been doing recently. The only major annoyance that still remains is hard-coded keyboard shortcuts, fingers crossed!
-
comment
Comment #45976204
I gave it a go in C (I wanted to do assembly but couldn't be arsed to write string to int and int to string conversions). [1] The trickiest part was figuring out how to terminate t…