Hacker Newsnew | past | comments | ask | show | jobs | submit | osmsucks's commentslogin

In my university, probably because the CS department at the time was an underfunded offshoot of the faculty of Mathematics, we basically didn't have access to computers (and I didn't have a laptop of my own).

We did almost everything on paper, even exams. I admit writing MIPS assembly on paper seemed strange to me at the time, but the effort you put in to put things black on white somehow made the knowledge stick into my mind more effectively. Some of that knowledge will stay with me forever, and I'm not sure the same could be said if I had taken "shortcuts".


I used to write code in a spiral notebook when I didn't have access to a computer. It was also hard to code on a computer in those days when the output device was an ASR-33, or a screen was 24x80.

To us, all the profit. To you, all the risk.

+1

Software in general is usually provided on an "as is" basis with the creator not taking responsibility for anything going wrong.


This article has a weird tone. It directly criticizes the results of this AI-driven coding effort (which the author admits is of bad quality), while at the same time it tries to reassure the reader that they're not here to criticize the author of the PR.

Only of these can be true at the same time.


not if they are different authors; AI wrote the code and the human the PR. These used to implicitly be the same person but this is something important we have lost. You've now got a smart, former developer in a position of power vouching for code they essentially didn't write.

So you're saying that the slop thus produced is not the responsibility of the human authoring the PR? I would assume it is, regardless of how it was produced.

It's not like the Shopify CEO intentionally tried to make something low quality. Was he out of his depth? Sure, but I don't fault him for trying. I think the people hyping up this event have caused more harm than the event itself.

I, too, mourn the death of Howl. It was a quirky yet surprisingly "comfortable" editor.

But I am now at home with Helix and Flow Control.


When do you choose one over the other?


Helix is my default, as it's a more mature/stable editor. I fire up Flow Control from time to time to follow how it's developing and for more casual editing. They both do an excellent job overall, but my muscle memory binds me to Helix for now.

(I know Flow Control provides Helix keybindings, but I haven't tried that yet and I generally like to retain the default behavior of an editor so that my user experience is more "portable" across machines.)


...What an odd and dishonest framing of the problem. Do you define "hospital not destroyed" as "some walls are still standing"? Because an easy counterpoint to your claim is the Al-Shifa Hospital, which you will certainly agree cannot be operational in this state and thus can be defined as "destroyed":

https://upload.wikimedia.org/wikipedia/commons/5/5a/%D9%85%D...

And this is one example out of the many: https://en.wikipedia.org/wiki/Attacks_on_health_facilities_d...


People keep repeating that Al-Shifa is not operational. That claim does not match current primary sources.

1) UNICEF (Feb 5, 2026) reports restoration of pediatric intensive care services at Al-Shifa, including 7 PICU beds equipped with ventilators, monitors, and oxygen. https://www.unicef.org/sop/media/6131/file/Humanitarian%20Si...

2) OCHA (Dec 1, 2025) explicitly lists current service lines at Al-Shifa: 7-bed PICU, pediatric post-op inpatient care, hemodialysis, and emergency care. https://www.ochaopt.org/content/gaza-humanitarian-response-s...

3) WHO (UN Geneva briefing, Dec 12, 2025) states Al-Shifa was working again as a partially functional tertiary care hospital with many services functional. https://www.unognewsroom.org/story/en/2946/un-geneva-press-b...

4) ACAPS (Feb 5, 2026) says that by Jan 19 Al-Shifa was receiving around 500 patients daily. https://www.acaps.org/fileadmin/Data_Product/Main_media/2026...

Operational does not mean intact or well-supplied. It means treating patients and running services. The above sources show it is.


Okay, you go get treatment at that facility if it's working as well as you insist.

Besides, whether the facility is (partially!) operational today is besides the point. Your original post insisted that "Israel has destroyed no hospitals", while it clearly has. The picture I linked is from 2024. The fact that Al-Shifa was brought back to a partially operating state in late 2025, after months of partial ceasefire, doesn't disprove that it was destroyed in 2024. Sources like https://en.yenisafak.com/world/al-shifa-hospital-begins-reco... show that the situation is far from positive.

And, again, this is just one example of the many.


You said al Shifa isn't operational. I proved it is. Now you're trying to redefine "operational" to mean "yes, you can get treatment at the hospital but it's not working well." That's a major switcheroo.

I stand by my claim that Israel has not bombed any hospital buildings. If you think this is false, find me a hospital building that Israel has bombed, tell me when it's been bombed, the munition used, etc.


  size_t size = nullptr;
wat



The quality of the benchmark code is... not great. This seems like Zig written by someone who doesn't know Zig or asked Claude to write it for them. Hell, actually Claude might do a better job here.

In short, I wouldn't trust these results for anything concrete. If you're evaluating which language is a better fit for your problem, craft your own benchmark tailored for that problem instead.


So far, the best benchmark seems to be the https://plummerssoftwarellc.github.io/PrimeView/

Although it is very single-thread biased test.



Great timing: I just received a Copilot spam email from GitHub. I don't remember opting in to such marketing communications, instead I generally opt-out from such communications as soon as I sign up to a service...


Same here. They created a new newsletter and added you to it without your consent.


I came here to suggest the same! It's incredibly handy and I use it all the time at work: there's a process that runs for a very long time and I can't be sure ahead of time if the output it generates is going to be useful or not, but if it's useful I want to capture it. I usually just pipe it into `less` and then examine the contents once it's done running, and if needed I will use `s` to save it to a file.

(I suppose I could `tee`, but then I would always dump to a file even if it ends up being useless output.)


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

Search: