HackerLangs
TopNewTrendsCommentsPastAskShowJobs

throwwwll

15 karmajoined hace 2 meses

comments

throwwwll
·hace 21 horas·discuss
[dead]
throwwwll
·hace 4 días·discuss
[dead]
throwwwll
·hace 5 días·discuss
[dead]
throwwwll
·hace 11 días·discuss
[flagged]
throwwwll
·hace 11 días·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
·hace 11 días·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
·hace 11 días·discuss
> where are the proofs

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

The author learned nothing though...
throwwwll
·hace 17 días·discuss
AI Slop.
throwwwll
·hace 18 días·discuss
Nix does not have these problems.
throwwwll
·hace 19 días·discuss
>brightest minds

more like dimmest tbh
throwwwll
·hace 23 días·discuss
thumbs down
throwwwll
·hace 23 días·discuss
Price?
throwwwll
·hace 23 días·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