Viewing profile — hota_mazi
hota_mazi
HN member- Joined
- Mon, May 30, 2016, 10:33 PM UTC
- HN karma
- 2,722
- Public activity
- 1,191 items
- HN profile
- View on Hacker News ↗
About hota_mazi
No profile information was provided.
Recent public activity
-
comment
Comment #48894822
What do you mean? C is unsafe 100% of the time. Rust is only unsafe in unsafe{} blocks.
-
comment
Comment #48749275
> You can't reason someone out of a position they didn't reason themselves into. That's demonstrably not true, people deconvert from religion and other irrational beliefs all the t…
-
comment
Comment #48267571
> We tend not to use ORMs, because they're evil. This is typical Go culture. If it is not readily available in the language or the standard library, it's evil. It's an easy cop out…
-
comment
Comment #48267544
Nonsense, Rust has plenty of native libraries for HTTP and JSON.
-
comment
Comment #47455855
Whenever I hear "It's never too late to do X", I can't help but think "Well in this case, there is no harm in waiting a bit longer, is there?".
-
comment
Comment #46998036
On Windows, I use AltDrag.
-
comment
Comment #46881834
XCode has been trying to unleash agentic power for a while now, it's almost like it doesn't want to leave its cage.
-
comment
Comment #46843268
Not mentioning the fact that Swift is nonexistent outside of the Apple ecosystem, and worse, Apple is explicitly not supporting it outside of the Apple operating systems.
-
comment
Comment #46675488
Show, don't tell. If you need ten pages to explain your project and even after I read your description, I'm still left confused why I need it at all, then maybe... I don't need it?…
-
comment
Comment #46675472
I mean, Gas Town is 100% vibe coded, and its very own author says AI can't be trusted to write reliable code. Draw your own conclusion.
-
comment
Comment #46537444
Switch to Android and you should be safe.
-
comment
Comment #46164325
> It is not possible to say which exceptions are possible So repeating the same mistake that Spring made by using runtime exceptions everywhere. Now you can never know how exactly …
-
comment
Comment #46121568
I think OP was just making a comment on the asymmetry of the syntax. Brackets [] are usually used to dereference. Why is this written lea eax, [rdi + rsi] instead of just lea eax, …
-
comment
Comment #45943131
What strange choices. For example, to express the sum from i=1 to n: sum_(i=1)^n Why use the exponent sign to indicate the upper limit? Am I taking crazy pills here? How about usin…
-
comment
Comment #39655149
I really like IDEA's .http files [1] Very similar idea as Bruno: everything is configured in text, which I always find myself more productive in that full blown GUI where I need to…
-
comment
Comment #39248335
The reason why Apple didn't go bankrupt is not because Jobs brought NeXTStep, but because Bill Gates gave them money months away from having to shut down.
-
comment
Comment #39247081
It kinda did, though. The Amiga with its revolutionary coprocessors (Denise, Agnus, Paula) was a game changer. However, id Software taught the world that the important part of the …
-
comment
Comment #38996934
Related: https://www.beust.com/weblog/various-ways-to-get-randomness-...
-
comment
Comment #38875872
Just Rob Pike expressing to the world how ignorant he is of programming language theory that was discovered after 2000.
-
comment
Comment #38875868
> Go's one language innovation is to not require an interface implementation to declare the interface it implements. Uh? How is that innovation? 100% of mainstream languages that I…
-
comment
Comment #38875843
> But I can definitely sympathize with the Go team I don't. The hardest part in implementing generics is when you support inheritance of implementation. Go doesn't. Go had the easi…
-
comment
Comment #38207291
The first time I saw this trick was with ProDOS on the Apple ][, circa 1983. ProDOS came up with this new call syntax where the parameters to the API follow the call to it. For exa…
-
comment
Comment #38186649
FYI Swift did this years ago.
-
comment
Comment #38099992
You're assuming the Moon is traveling toward that specific system... It's going in a random direction, and probably in a straight line. Statistically, even at light speed, they wou…
-
comment
Comment #38099560
The problem with Python (and dynamically typed languages in general) is not so much knowing the language, but understanding the code that people write with it. Since there are no t…