HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwwwll

15 karmajoined قبل شهرين

comments

throwwwll
·قبل 23 ساعة·discuss
[dead]
throwwwll
·قبل 4 أيام·discuss
[dead]
throwwwll
·قبل 5 أيام·discuss
[dead]
throwwwll
·قبل 11 يومًا·discuss
[flagged]
throwwwll
·قبل 11 يومًا·discuss
I have never been nice, but I admit I have no better literary device to concisely express my sentiment towards your flawed position, to put it nicely.

I am pro-regulation, where regulation for me is busting monopolies, preventing tragedy of commons, setting necessary quality checks, forbidding forced labor. I am against regulation, when it's chat control, 100% tarrifs on whatever, forbidding working on Friday past 17:00 and completely on Weekends. < Why do I even have to point this out?

There's no nuance remaining in this world, people (the proselytizing nerd types) emotionally attach themselves to sophistry that is the spelled-out economic theories, while completely disregarding common sense. Missing forest for trees.

In short - fuck America.
throwwwll
·قبل 11 يومًا·discuss
To expand and give some notion of good taste:

It's more about writing

    struct User {phone: MaybePhoneNumber} // give or take, it's a monoid
over

    struct User {phone: Option<String>}
throwwwll
·قبل 11 يومًا·discuss
> where are the proofs

> I know "chesterton fence", I smart
throwwwll
·قبل 11 يومًا·discuss
Here's another ad-hominem (to another poster), cause you guys just cannot argue in good faith: Spoken like a true American who had long-forgotten nuance exists.
throwwwll
·قبل 11 يومًا·discuss
[flagged]
throwwwll
·قبل 11 يومًا·discuss
Karma farming, then influencing the narrative, always has been so. For HN specifically, pushing resume or pushing malware.
throwwwll
·قبل 11 يومًا·discuss
[flagged]
throwwwll
·قبل 11 يومًا·discuss
[flagged]
throwwwll
·قبل 11 يومًا·discuss
Yes, they are
throwwwll
·قبل 17 يومًا·discuss
> The project is cool thought to learn about networks, NAT, Proxys, ect...

The author learned nothing though...
throwwwll
·قبل 17 يومًا·discuss
AI Slop.
throwwwll
·قبل 18 يومًا·discuss
Nix does not have these problems.
throwwwll
·قبل 19 يومًا·discuss
>brightest minds

more like dimmest tbh
throwwwll
·قبل 23 يومًا·discuss
thumbs down
throwwwll
·قبل 23 يومًا·discuss
Price?
throwwwll
·قبل 23 يومًا·discuss
Is code review a first-class concept in Tangled?

Also, could you describe the current code-review process for Tangled in more detail please?

My belief is that code review should happen locally, and the unit of work being reviewed stays independent from unit of work being "submitted". The reviewer should be able - locally or in the WebUI - to specify a change-/revision-set (preferably via jj revset language), or add files to review ad-hoc, or even mark specific lines for review!

And then, assign comments to such a review unit - where changes are all being captured as a first-class object, with all the niceties that may come together, e.g.:

- comments are captured in the jj oplog as if they were code changes

- it's easy to surface (locally or in the WebUI) past code reviews

- it's easy to "untangle" and grasp which particular comment belongs to which code review

- [vague from my side] comment might belong to multiple code reviews, or might not; code review might belong to multiple revsets