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

Great idea, to include learning into the regular work.

Can you explain how the lessons are generated?

It looks like there are no pre-generated lessons, they are created on the fly by the AI. Wouldn't it be possible to write a skill or similar that does the same with your existing coding agent?


Thanks!

After agent defined a general direction and send the proposed course via MCP, we search the internet to generate the structure of the course (what to include, what requirements are necessary etc.), then we give it access to a number of tools that create interactive materials in the course, to make learning more engaging.

We consulted behavioural scientists, and decided that the effortful activity of learning has to be separated from effortless-ish activity of AI-assisted coding, to make lessons more engaging. We also can control UI/UX much better than if lessons were delivered via CLI.


My Firefox doesn't accept your https cert. Maybe check that out?

There isn't a cert.. https://www.ssllabs.com/ssltest/analyze.html?d=coding2learn....

archive.today suggests, there's never been (The only https returns 403 in 2015, the 2013 links are http) https://archive.is/https://coding2learn.org/

The domain has been mentioned on HN before (without TLS), this account seems to be just messing up the links (replace https with http to see the page)


What does "done offline" mean? Otherwise you are limited by context window.


"Managment" usually are office workers.


> Does it continue if you agree to the warning?

No, you can't "agree".

> What if you ask about 9/11?

It answers the question.


That's pretty damning


Well, most interpreters use a compiler internally, for example to compile to byte code. The book explains that as well, so I'd recommend just reading it: https://craftinginterpreters.com/a-map-of-the-territory.html...


Thanks.



Tere, Specific Advice seems down (but nice to see the Bunny error) ~ A Wiser


Thanks, will fix! Haven't maintaineed the website in a bit :)


Very cool! Why was and the entire networking stack straight forward, but not HTTP (and TCP)? Could you take inspiration form other projects for things like DNS?


Up to TCP most protocols are very straight forward, atleast getting them to work semi reliable. But then TCP explodes in complexity with all the state management and possible paths a connection can take.

HTTP is mostly annoying because of all the text parsing :D


Yeah...HTTP/1 is one of those weird cases where the older protocol is considerably more difficult to implement correctly than the newer ""more complex"" standard. This is especially true if you want your server to work with they myriad of questionably compliant clients out in the world.

HTTP/3 might have been easier, and using QUIC+HTTP/3 in your hobby OS is a fun flex :)


httpdito http://canonical.org/~kragen/sw/dev3/server.s implements HTTP/1.0 GET in about 320 machine instructions, and I haven't yet found a questionably compliant client that doesn't work with it. Writeup in http://canonical.org/~kragen/sw/dev3/httpdito-readme.


I don’t think that http/3 is easier to implement than http/1.1 especially since h3 is stateful where http/1.1 is not. Especially not when everything should be working correctly and securely because the spec does not always tell about these things. Oh and multiplexing is quite a hard thing to do especially when you are also dealing with a state machine and each of your clients can be malicious.


I can't speak to http/3 (I haven't tried to impl it), but I can say that a bare-bones http/2 is very easy to implement because it doesn't try to pretend to be prose.


Interesting! The article talks mostly about how this all worked, but rarely about what was actually discussed. Which opinions of the party do you like or support?


Thanks for the question!

I’d prefer not to dive into policy positions here — the main focus of my post was the product-building process and what it was like to work behind the scenes.


You write:

> I want to see what it would look like if someone like this had more power and responsibility.

You were attracted to his campaign because of his policy positions, which most people see as dangerous and offensive.


He won't answer this because he knows it's abhorrent...


> one door per day until it's Christmas eve

That would be 24.


You also open one on Christmas. Some people consider Christmas more important than Christmas eve.

https://www.hallmark.com/house-and-home/figurines/precious-m...


That really depends on which country you're in.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: