Viewing profile — azangru
azangru
HN member- Joined
- Wed, Apr 19, 2017, 12:20 AM UTC
- HN karma
- 5,015
- Public activity
- 1,935 items
- HN profile
- View on Hacker News ↗
About azangru
No profile information was provided.
Recent public activity
-
comment
Comment #49146794
All that time spent programming those visuals. Which, I think, ironically, have made the article harder to read, not easier.
-
comment
Comment #49142805
Do your sass customers know what javascript is or how it's different from java? Does this mean developers shouldn't care either?
-
comment
Comment #49142674
> it's that small businesses cannot buy phones, install a patched version of Android without a restriction Pardon my ignorance; but why would Android need to be patched? Is it beca…
-
comment
Comment #48948208
> This new trend of content appearing while scrolling down is so terrible accessibility-wise, I do not understand how Mozilla of all institutions would do it. Could you explain wha…
-
comment
Comment #48948109
From the title of a chart: > The venture-funded open-source ecosystem: total disclosed funding, USD M > Bars grow as you scroll. The bars, in fact, don't grow as you scroll. And I …
-
comment
Comment #48910199
Not OP; but I would define it as a cluster of specific and strongly held opinions on several topics, such as race/ethnicity, sex, migration, climate change. These opinions cluster …
-
comment
Comment #48875415
I'd rather have something I can tinker with on my own machine, thank you very much
-
comment
Comment #48719165
> And then please, please test for prompting with challenging assignments that would usually be beyond a student's skills Does this mean you will requre all students to pay for a s…
-
comment
Comment #48608005
> You can cheat on your homework all you like, but you'll completely fail the exams This might sound principled, but we need to recognize that school administrators are incentivise…
-
comment
Comment #48459551
Well, at least the copy on the site reads like satire. I didn't notice it at first, looking at components; but then I started reading the text. P.S.: The popover description is bri…
-
comment
Comment #48442323
Thanks! Found it.
-
comment
Comment #48442107
> Source available in Github through NoSuggest website. Where? I couldn't find any link to the source on the website.
-
comment
Comment #48433744
> Submit a feature (our version of a pull request) that looks and behaves exactly the way I want What happens after the submission? Who reviews the feature? How long? Are there any…
-
comment
Comment #48424663
Will there be developers at all then? What would they do? What would define their role? What skills/qualifications would they need?
-
comment
Comment #48424000
> Users don’t care whether the code was written by AI or by hand Users don't. Question is, do developers, who are tasked to read, modify, and maintain the code?
-
comment
Comment #48404772
> I earn a small fraction of what NYTimes earns. If I'm not desperate, why are they? He is an individual, and they are a company of about 6,000 people?
-
comment
Comment #48401462
> you need to subscribe to changes manually (use effect) to create computations How do you mean? Since the render function reruns during every update to state/props, derived/comput…
-
comment
Comment #48400402
> a typical config & plugins stack for (webpack + eslint + prettier) is nearly impossible to reason about. I think people just don't want to bother. They don't want to read the doc…
-
comment
Comment #48395791
But why is push vs pull the definition of reactivity? I suppose we can say that there are different kinds of reactivity. Signals is one kind. Observables à la rxjs is a different k…
-
comment
Comment #48395131
React reacts to changes in state or properties by automatically updating the UI. What's not reactive about that?
-
comment
Comment #48391082
> Observables - streams > Signals - reactivity The r in rx stands for reactive.
-
comment
Comment #48326169
> have you tried working seriously with claude code or gpt codex and which part of it did you not enjoy? I haven't. But I found myself, to my surprise, not particularly interested …
-
comment
Comment #48324116
> battling with AI, trying to get it do what I wanted What I am selfishly curious about is: is it possible to remain a software developer, and ignore AI? To write code the same way…
-
comment
Comment #48266274
> now that Google isn’t really Google anymore I can't say I've noticed any changes about google search on desktop recently. Yes; there is an AI overview widget at the top of the pa…
-
comment
Comment #48237813
> which makes them a safer bet as a dependency Wouldn't node be the safest bet as a dependency?