HackerLangs
TopNewTrendsCommentsPastAskShowJobs

evnp

no profile record

comments

evnp
·13 dni temu·discuss
Love this idea and your creation of it. Unfortunately do think the parent's concerns are valid - at this moment on your site at least one person has set their name to something offensive so it shows up perpetually (under the street light). Anonymity+connectivity persists in bringing out the worst of our impulses, I guess...

Do you think names are really necessary? Or could they take some other form than text, perhaps unicode chars chosen from a selection of abstract shapes? The wonderful https://www.tunera.xyz/fonts/teranoptia/ comes to mind.
evnp
·w zeszłym miesiącu·discuss
Any chance you'd be interested in sharing the story?
evnp
·3 miesiące temu·discuss
There it is. Thanks!
evnp
·3 miesiące temu·discuss
Is there an xyz's law for this yet? Will add - lines of code (as long as you don't believe code is the product/output).
evnp
·3 miesiące temu·discuss
The point is that safety depends on context and intent being known - with unknown context or intent, dangerous situations will appear _some_ of the time, thus the system as a whole can "never" be fully safe.

There is no contradiction here.
evnp
·3 miesiące temu·discuss
Great list, thanks. Seconding Exhalation, that story in particular but also the whole collection. Guess I'm checking out Egan next.
evnp
·3 miesiące temu·discuss
I'm legitimately curious - could you elaborate on the difference? Speaking as someone who has always preferred the commit-by-commit focus of a rebase instead of all-at-once merge conflict resolution, auditing all the changes together later doesn't sound more appealing than doing things incrementally.
evnp
·5 miesięcy temu·discuss
We had our circa-1915 house checked for asbestos before lifting it. The inspector laughed after taking a chip out of the plaster because you could clearly see horse hair protruding from every side of the chip. This is apparently unlikely to overlap with asbestos, though it comes instead with a minor (?) anthrax risk. I'll take that over the dust from drywall sanding every time though.
evnp
·6 miesięcy temu·discuss
My issue is remembering that the square brackets come first, not the parentheses. I do like asciidoc's method: https://example.com for bare link, or https://example.com[pretty text] if alternate text is desired

Edit: It took me a re-read to fully understand your comment, I can see how square brackets might be an incremental addition. This may also help remember the syntax, thanks!
evnp
·6 miesięcy temu·discuss
I like this, thank you.
evnp
·6 miesięcy temu·discuss
This is great! Not an emacs user (as yet) but this and org-mode's /italic/ _underline_ *bold* +strike+ feel that much closer to the oft-touted "source looks kinda like formatting” ideal of markdown. Not sure why we ended up with the mediocre version as a defacto standard.
evnp
·6 miesięcy temu·discuss
Anything that doesn't force you to remember arbitrary ordering - square brackets first? Or parentheses? It's the textual equivalent of plugging in usb upside down.

An alternative would be to simply use square brackets for both clauses of the link.
evnp
·6 miesięcy temu·discuss
Same here, basically word for word.
evnp
·7 miesięcy temu·discuss
Enjoyed the article, and the "less can be more than you think" mindset in general.

To the author - on Android Chrome I seem to inevitably load the page scrolled to the bottom, footnotes area. Scrolling up, back button, click link again has the same results - I start out seeing footnotes. Might be worth a look.
evnp
·8 miesięcy temu·discuss
I'm interested in this. Code review, most egregiously where the "author" neglected to review the LLM output themselves, seems like a clear instance. What are some other examples?

Something that should go in a "survival guide" for devs that still prefer to code themselves.
evnp
·8 miesięcy temu·discuss
Exactly. The problem is instead of getting a raise because "you can do more now" your colleagues will be laid off. Why pay for 3 devs when the work can be done by 1 now? And we all better hope that actually pans out in whatever legacy codebase we're dealing with.

Now the job market is flooded due to layoffs, further justifying lack of comp adjustment - add inflation, and you have "de-valuing" in direct form.
evnp
·9 miesięcy temu·discuss
I love it too. Appears to be accomplished with this CSS, which you can tinker with by finding the :after element at the bottom of the <body> tag in browser devtools:

  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px);
    background-size: 2px 2px;
    background-repeat: repeat;
    pointer-events: none;
    z-index: 9999;
  }
evnp
·9 miesięcy temu·discuss
Appreciate the exposition, great ideas here. It's fascinating how the relationship between human and machine has become almost adversarial here!
evnp
·9 miesięcy temu·discuss
Just curious, how do you go about making the test suite immutable? Was just reading this earlier today...

https://news.ycombinator.com/item?id=45525085
evnp
·9 miesięcy temu·discuss
Aren't the impacts perpetual if we're creating new contrails every single day?

Taken from another comment, this seems pretty clear:

> Contrail cirrus may be air traffic's largest radiative forcing component, larger than all CO2 accumulated from aviation, and could triple from a 2006 baseline to 160–180 mW/m2 by 2050 without intervention.

[1] https://en.wikipedia.org/wiki/Contrail#Impacts_on_climate

The original article describes associated costs in time and fuel usage in the realm of 1% increase.