Viewing profile — otabdeveloper2
otabdeveloper2
HN member- Joined
- Thu, Aug 10, 2017, 5:13 AM UTC
- HN karma
- 71
- Public activity
- 249 items
- HN profile
- View on Hacker News ↗
About otabdeveloper2
No profile information was provided.
Recent public activity
-
comment
Comment #22766847
The phrase 'undefined behavior' only makes sense in the context of an ISO standard. For any particular combination of compiler, OS and computer architecture there are no 'undefined…
-
comment
Comment #22766835
It's not funny, it's sad. Also, AWS sucks. It's the 21st century version of IBM mainframe, except without the reliability.
-
comment
Comment #22746511
The original post was about 'projects', not code snippets. If you've done any serious (large, long, multi-team) projects in a dynamically-typed language, you know how quickly they …
-
comment
Comment #22740727
> C++ has a standard that's too long and hard to understand, so let's use a language without any standard whatsoever instead! Good lord, if that's the kind of human capital that's …
-
comment
Comment #22736053
> Untold amounts of human effort are exhausted globally every day on rebuilding identical components for web apps. This should not be the case. The UI community should standardize …
-
comment
Comment #22710391
> Except slowly people will be writing parts of it in Rust Wishful thinking.
-
comment
Comment #22710387
> python is very expressive, hence the code base have way less numbers of lines than in C++ This doesn't match reality. In reality, many Python projects have way more lines of code…
-
comment
Comment #22710363
Apparently, 'world history' started in 1850? Good to know!
-
comment
Comment #22696788
> ...because you never have to leave. You kind of do if you ever want to work on anything other than pet personal one-man projects.
-
comment
Comment #22696777
> Very experienced programmers switched to Rust because it makes it possible to build large scale industrial programs both efficient and reliable. This never happens in the real wo…
-
comment
Comment #22694505
> an excruciatingly slow, annoying and information-sparse experience from Slack Fits like a glove. P.S. I hate Slack so much...
-
comment
Comment #22694205
> ...which then turned out to work fine in every other browser if they just pretended to be Chrome through the user agent. Which is probably why Google wants to phase out the user …
-
comment
Comment #22682703
It's pretty much irrelevant what people feel emotionally about Rust. The real-world fact is that Rust is, as of March 2020 at least, an entry-level systems programming language. It…
-
comment
Comment #22682679
The problem with GC isn't the "spikey 1%", it's the fact that GC implies the "everything is a pointer to an object" programming model, which in turn fragments your memory and destr…
-
comment
Comment #22682648
> I never think about optimizing code until I really really need to. The point of 'really really need to' has long been passed and you didn't notice it. (Unless you use an entry-le…
-
comment
Comment #22682581
> It targets its own niche (embedded, realtime, correctness-oriented). I don't know of anyone who actually uses Rust in that niche. Everyone who uses Rust is using it because of "C…
-
comment
Comment #22682570
> Certain features (NSS, iconv) will not work. If you're the kind of person who wants static linking then you really don't want these features. The real problem is that statically …
-
comment
Comment #22665231
That would be about as effective as banning money.
-
comment
Comment #22665079
> Why Don’t We Just Ban Targeted Advertising? Because then only untargeted advertising will be left, and that's definitely not what you want.
-
comment
Comment #22635027
No such thing as "RPC Protocol", there's a huge insurmountable gulf between "I want my Python and Javascript services to pass ad-hoc messages between themselves" and "I want to sen…
-
comment
Comment #22627610
How in seven hells is moving imperative loop constructs from Javascript to HTML supposed to be "declarative"?! If anything, it's the opposite - you're now polluting HTML with imper…
-
comment
Comment #22627040
Good, I needed a reason to stop using Wikipedia. Good bye.
-
comment
Comment #22614733
There's a much better alternative outside of AWS for everything that AWS provides. As far as I can tell, AWS exists to optimize accounting and inter-departmental friction, and not …
-
comment
Comment #22603713
What's a 'fucking mask' and why haven't I heard of this sexual practice before?
-
comment
Comment #22455643
> ...all kinds insane, undebuggable programs purely at compile-time ... in the most terrible purely functional language imaginable It's a clean, minimal, purely functional Lisp-lik…