Viewing profile — manjalyc
manjalyc
HN member- Joined
- Sun, Jun 14, 2020, 5:24 PM UTC
- HN karma
- 256
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About manjalyc
No profile information was provided.
Recent public activity
-
comment
Comment #48673279
I'm curious if there's a market for an ultra-small, credit-card sized ereader that can fit in a wallet
-
comment
Comment #48569882
Ironic considering the article just reeks of AI. - AI loves to use "consumers" instead of just saying people or Americans - "You’ve spent time and budget on it, yet your audience c…
-
comment
Comment #48475550
If you switch IPs you can usually get a message or two through during these outages. This has been a consistent issue with Gemini for the past few months, but has increased in freq…
-
comment
Comment #48418306
On the other hand, seperating concerns by process boundaries leads to more secure, composable and stable code. By not reinventing the wheel, you avoid a whole class of problems. Of…
-
comment
Comment #46253897
The difference is apple doesn’t let you modify your device to use other services. Their contractual obligation goes beyond the service itself. That’s why EPIC won this case.
-
comment
Comment #45851795
What does the G in GaaS mean?
-
comment
Comment #44359728
The reason I brought up roomba wasn't to talk about Lidar or vision necessarily. It's more a story about how the first-mover in a technological space became entrenched in what work…
-
comment
Comment #44359385
A fun anecdote - a lot of people may remember Roomba from forever back with their automated little vacuums. Roomba's market share declined significantly because they failed to adop…
-
comment
Comment #44236065
Prof. Barry Marshall is an example of why Evidence-Based Medicine works against community sentiment.
-
comment
Comment #42558389
Ignoring 95% of a uniform market to target the 5% of users who all have niche and conflicting preferences is a ridiculous strategy for stability, growth, and profitability.
-
comment
Comment #41970495
I would rather look like a fool than be one. At least then I would have something to be accountable to
- comment
- comment
-
comment
Comment #40966788
Only the first letter being case-sensitive is a major strike against readability, one of four major pillars. While I’m sure the Nim developers are probably used to it by now, it ju…
-
comment
Comment #40087968
I agree that sometimes linters can enforce code styles that are more of hassle to deal with than offer any real concrete gain to new developers. But I disagree that only senior dev…
-
comment
Comment #39466498
I agree with you, and I think you have misunderstood the nuance of the parent comment. He is not letting google "off the hook", but rather being tongue-in-cheek/slightly satirical …
-
comment
Comment #39466395
This is 4th bot I’ve seen today. Before today, I don’t think I’ve ever seen a bot on HN, or at least a bot this transparent.
-
comment
Comment #39466310
The idea that “attention is all you need” here is a handwavy explanation that doesn’t hold up against basic scrutiny. Why would Google do something this embarrassing? What could th…
-
comment
Comment #39466239
They indeed are, just in a very polemic way. What a funny time we live in.
-
comment
Comment #38346410
Code generally does not enter the YouTube code base without a lot of review namely (1) performance tests and (2) code reviews from multiple teams. Lines like this almost certainly …
-
comment
Comment #38128345
Yep, and I love writing Scala as much as I hate writing Java, but I wouldn't say its maturity is in the same league as Java, C/C++, etc.
-
comment
Comment #38128250
Yea, I don't imagine native stream parallelism will help when CPUs are already loaded. Presumably you're using Spring or Rx, in which case you probably can leverage reactive stream…
-
comment
Comment #38127885
> Not only do virtual threads cope very poorly with I/O other than network I/O, you still get memory barriers. Which is why I said you probably don't want to use the paradigm I out…
-
comment
Comment #38127762
Starting to program with Java streams is weird because you are utilizing functional constructs in a language that historically had little notion of them. When I first started using…
-
comment
Comment #38127609
OpenMP is not a language? You can take any language and add libraries to achieve a specific goal, my point is that Java streams are first-class citizens compared to other matured p…