HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwwwll

15 karmajoined 2 maanden geleden

comments

throwwwll
·24 uur geleden·discuss
[dead]
throwwwll
·4 dagen geleden·discuss
[dead]
throwwwll
·5 dagen geleden·discuss
[dead]
throwwwll
·11 dagen geleden·discuss
[flagged]
throwwwll
·11 dagen geleden·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 dagen geleden·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 dagen geleden·discuss
> where are the proofs

> I know "chesterton fence", I smart
throwwwll
·11 dagen geleden·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 dagen geleden·discuss
[flagged]
throwwwll
·11 dagen geleden·discuss
Karma farming, then influencing the narrative, always has been so. For HN specifically, pushing resume or pushing malware.
throwwwll
·11 dagen geleden·discuss
[flagged]
throwwwll
·11 dagen geleden·discuss
[flagged]
throwwwll
·11 dagen geleden·discuss
Yes, they are
throwwwll
·17 dagen geleden·discuss
> The project is cool thought to learn about networks, NAT, Proxys, ect...

The author learned nothing though...
throwwwll
·17 dagen geleden·discuss
AI Slop.
throwwwll
·18 dagen geleden·discuss
Nix does not have these problems.
throwwwll
·19 dagen geleden·discuss
>brightest minds

more like dimmest tbh
throwwwll
·23 dagen geleden·discuss
thumbs down
throwwwll
·23 dagen geleden·discuss
Price?
throwwwll
·23 dagen geleden·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