Remove news index.html
article thumbnail

A masochist's guide to web development

Hacker News

n"); } You can compile the code above with emcc -o index.html hello.c With the command above, the compiler should have generated for you 3 files: index.html - the web page in the screenshot above. Let’s start with the HTML, which is in large part boilerplate: index.html: <!doctype > int main() { printf("Hello, web!n");

Algorithm 136
article thumbnail

Ask HN: What Are You Working On? (June 2025)

Hacker News

Hacker News new | past | comments | ask | show | jobs | submit login Ask HN: What Are You Working On? Any new ideas which you're thinking about? Getting it to print the weather, my calendar and todos, news headlines, HN front page. Very early days but hacking away and learning escpos/go!

AI 77