Hacker News new | past | comments | ask | show | jobs | submit | sunk1st's comments login

What does that mean? Smart?


It means some of those hallucinations works. So if you build a test harness hallucinations can let you solve problems you couldn't solve without them.

That test harness can be a human checking the results, it is more work for the human but it will solve more problems than without the hallucinations.


Wouldn’t that be a regular pyramid? In what sense is it inverted?


It's a bad metaphor.

In the "inverted pyramid" the most important information (which should come first) is represented by the base, which is the biggest part of the pyramid and holds up the rest of the pyramid. In a sense, it is the foundation, so you have to "get it right".

The analogy is "base = big = foundational = important"

Personally I think that's confusing, because you just as easily say the tip of the pyramid should represent the most important information, which should be conveyed concisely and without extraneous detail or background.

In that case the analogy would be, "tip = concise = main point = important"


That is confusing. In my mind, the tip of the pyramid is the smallest part of the pyramid, just like the brief overview at the beginning of the post is the smallest part. The base of the pyramid is the biggest part of they pyramid, so that is the bulk of the post where it goes into detail.


The "inverted pyramid" first described a visual pyramid, not a conceptual pyramid. I found an 1887 article in Time magazine on journalism, describing the inverted pyramid structure. Specifically, the top of a newspaper article (the display, summarizing the article) consisted of not just the title, but multiple lines of different sizes. First, the title in large capitals. Next, a line of small capitals. Finally, three, four, or more rows of smaller type arranged in the form of an inverted pyramid.

That is, the lines in the heading got progressively shorter, making a visual inverted pyramid, with the most important information first.

Later, the "inverted pyramid" term described the structure of the entire article with the most important parts first, but the metaphor does seem backward.

https://books.google.com/books?id=rNaEw8DwatwC&pg=PA154&dq=%...


That seems intuitive to me, but I guess it depends how you picture it.

I think of a pyramid from the ground up, so a dense base followed by a thinner top.

A inverted pyramid would be thin first then dense and large.

When reading though, you go from top to bottom, so if you're more visual instead of time based, you may see it the other way around.


> In what sense is it inverted?

The triangle is upside down:

https://en.wikipedia.org/wiki/Inverted_pyramid_(journalism)


It's funny because from that diagram I really don't see any particular relationship between the shape and its content. You could draw a regular pyramid with three segments and write the same labels on it and it would make just as much sense to me.

If anything a regular pyramid makes more sense to me: you want the smallest/narrowest useful description at the top and then you gradually expand on it as you go down, providing more (wider) context and detail for the key information.

Edit: Of course, it's a widely used term and good to understand in that context; the Wikipedia link is useful.


I think it's about laying foundations at the beginning, not the length of the text at the beginning. The first sentence/paragraph is the foundation of everything beneath it, whereas the base of a normal pyramid is the foundation of everything above it.


> I really don't see any particular relationship between the shape and its content.

This is often the case with geometric metaphors. They catch on easily, but they rarely make a lot of sense on closer scrutiny.


Yeah, this seems to be true for most pyramid models. It's really annoying when you start to spot it.


It's not my name for it, but an established term for the style, so I wouldn't know.

I would note that most pyramid metaphors tend to be kind of lacking. Test pyramid, food pyramid, etc.


Is it acceptable to use the imperative? That is, to say: “Now, invert the element”. Or should it always be, “take the inverse of …”?


I don’t see a list of the datasets that have gone missing. Is there a list?


[flagged]


And you could also run your own archive bot (x86 only). I've got one running in a docker container, it downloads a webpage and auto-uploads it to archive.org

https://tracker.archiveteam.org/

Edit to add:

docker_compose.yml example:

services:

  archiveteam:   

    image: atdr.meo.ws/archiveteam/warrior-dockerfile   

    ports:  

      - '8101:8001'   

    mem_limit: 4G   

    cpus: 3


    dns:   
      - 9.9.9.10   
      - 8.8.8.8   


    labels:   
      - com.centurylinklabs.watchtower.enable=true   
    container_name: archiveteam-warrior   
    environment:   
      - DOWNLOADER=asdf # Change this to your nickname   
      - SELECTED_PROJECT=auto # Change this to your project of preference or let the archiveteam decide with 'auto'
      - CONCURRENT_ITEMS=6 # Change this to the amount of concurrent download threads you can handle



  watchtower:
    command: '--label-enable --include-restarting --cleanup --interval 3600'
    cpu_shares: 128
    mem_limit: 1G
    cpus: 1

    image: containrrr/watchtower
    volumes:
       - '/var/run/docker.sock:/var/run/docker.sock'

    container_name: watchtower


Can this be done on Mac OS?


Only before 10.7 from userspace with CGDisplayBaseAddress

https://developer.apple.com/library/archive/documentation/Gr...

After 10.7 (and certainly post-Metal) I don't think the framebuffer is accessible via userspace, you'd probably need to create a kernel extension to expose it somehow.

Although windowserver must write to the framebuffer somehow so there's probably a private API as well


> Nobody ever wants to be in the middle of a line, then move down to the next line and continue writing in the next column from where you left off. No real-world program ever wants to do that.

Is this true?


No, it's not true.

It was used for "graphics" on character-only terminals.


isn't CR without LF how CLI progress bars work?


He says there are good usages of CR, he only argues for getting rid of LF.


Replacing LF behavior with NL behavior in terminal raw mode is a non-starter, decades worth of software will break. The enter/return key only sends CR anyway, software has to decide what to do with that: sometimes the answer is emit CRLF, often there are program-defined margins so the CR gets translated to direct cursor movements.

I'm pretty sure drh is making a case only against the use of CRLF in protocols, not trying to redesign terminal in the process. If you're emulating a machine which understands LF then you're kinda stuck with line feed semantics, for better and for worse.


Nope.


That doesn’t matter. The claim being made by the grandparent post is that the legal system isn’t well-equipped to deal with scenarios like, “yes the digital signature is valid but it was improperly authorized.”


The legal system also isn't well equipped to deal with the conceptually roughly equal case of someone stealing your car and running people over with it, but it deals with it anyway.


Time savings


What makes the one spacecraft safer than the other?


Its not so much that as it is their escape pod if the station has a catastrophic failure.


The specific answer to OP’s question is manoeuvring thrusters, a heat shield and a landing system.


The ability to evacuate in it.


They could emergency return to earth right away if needed.


the assigned crew has been trained to operate it.

the logistics [crew mass, crew capabilities] have been factored into S.O.P. of the mission.


Smaller.


One of them is a Boeing.


Just great, even more risk of debris.


Thickness of the walls.


It’s true that a stream-oriented abstraction puts constraints on the communication channel that don’t exist for a datagram oriented protocol.


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: