HackerLangs
TopNewTrendsCommentsPastAskShowJobs

azangru

no profile record

comments

azangru
·12 giorni fa·discuss
> 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 subscription to an llm provider?
azangru
·21 giorni fa·discuss
> 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 incentivised to have as few kids as possible fail their exams; and consequently, so are the teachers. Either exams will change, or the teaching will change.
azangru
·mese scorso·discuss
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 brilliant:

> The obtrusive newsletter modal every AI startup deploys. Takes over the entire viewport with a blurred backdrop. By design, neither the Escape key nor backdrop clicks close it; the visitor either submits the form inside or clicks the tiny dismissal link at the bottom. Pair with `timer` to auto-open after the visitor has skimmed a few paragraphs.
azangru
·mese scorso·discuss
Thanks! Found it.
azangru
·mese scorso·discuss
> Source available in Github through NoSuggest website.

Where? I couldn't find any link to the source on the website.
azangru
·mese scorso·discuss
> 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 limits to the size of the diff? Do reviewers push back? How often are features submitted?
azangru
·mese scorso·discuss
Will there be developers at all then? What would they do? What would define their role? What skills/qualifications would they need?
azangru
·mese scorso·discuss
> 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?
azangru
·mese scorso·discuss
> 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?
azangru
·mese scorso·discuss
> 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/computed values can be calculated from the updated state/props during rendering.
azangru
·mese scorso·discuss
> 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 docs, or maybe watch a video or two (back when webpack was popular, Sean Larkin, webpack evangelist, made a number of popular courses about setting it up). Also, webpack config became easier compared to 2014/2015; I think they got to practically a zero-config by default.

I can understand that people don't want to care; but "impossible to reason about" is not it. It isn't rust, for crying out loud; nor lisp; nor haskell.
azangru
·mese scorso·discuss
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 kind (the whole model of programming with rxjs was referred to as "functional reactive programming"). Observables are push-based. Signals, as I heard, are a more complex primitive, which, under the hood, is push-pull.

React's reactivity model may be crap; but this doesn't make it non-existent.
azangru
·mese scorso·discuss
React reacts to changes in state or properties by automatically updating the UI. What's not reactive about that?
azangru
·mese scorso·discuss
> Observables - streams

> Signals - reactivity

The r in rx stands for reactive.
azangru
·mese scorso·discuss
> 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 in trying; which makes me wonder what motivates other developers if not peer pressure or demands for more productivity. I find coding interesting and fulfilling enough to do it on my own. I do ask LLMs questions from time to time, but for that, even a chatgpt or a gemini in a browser tab is enough.

The best experience I had so far is with code reviews, when the models pointed out my mistakes. But I haven't yet gotten to the point where I would want them to write code for me.
azangru
·mese scorso·discuss
> 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 we did before 2022? I understand that there are many companies in which managers demand more of workforce — but are there still places where people are satisfied to not rush ahead and do business same way they did three or four years ago?

In other words, is it possible to not battle with AI trying to get it what we want? Were you forced to do this by your employer, or was this entirely self-inflicted?

Asking for a friend.
azangru
·2 mesi fa·discuss
> 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 page; but it's been there for at least a year.

Has anything changed about Google search results for you?
azangru
·2 mesi fa·discuss
> which makes them a safer bet as a dependency

Wouldn't node be the safest bet as a dependency?
azangru
·2 mesi fa·discuss
> everything had worked somehow without phones not so long ago

This is called change :-) Slowly boiling the frogs.
azangru
·2 mesi fa·discuss
Remember the top comment to this Hacker News thread? https://news.ycombinator.com/item?id=48016880 "This is an overreaction." "302 comments about code that does not work." "We haven’t committed to rewriting." "There’s a very high chance all this code gets thrown out completely."

Well. That was about a week ago.