The best Hacker News stories from All from the past day

Go back

Latest posts:

With revenue declining, Mozilla CEO gets a 20% raise

Possible Meissner effect near room temperature: copper-substituted lead apatite

Possible Meissner effect near room temperature: copper-substituted lead apatite

Maestro: A Linux-compatible kernel in Rust

Niklaus Wirth has died

Niklaus Wirth has died

A Canadian payroll dependency chart

Ask HN: Who is hiring? (January 2024)

Please state the location and include REMOTE, INTERNS and/or VISA when that sort of candidate is welcome. When remote work is <i>not</i> an option, include ONSITE.<p>Please only post if you personally are part of the hiring company—no recruiting firms or job boards. One post per company. If it isn't a household name, explain what your company does.<p>Commenters: please don't reply to job posts to complain about something. It's off topic here.<p>Readers: please only email if you are personally interested in the job.<p>Searchers: try <a href="https://www.remotenbs.com" rel="nofollow">https://www.remotenbs.com</a>, <a href="https://hnjobs.u-turn.dev" rel="nofollow">https://hnjobs.u-turn.dev</a>, <a href="https://hnresumetojobs.com" rel="nofollow">https://hnresumetojobs.com</a>, <a href="https://hnhired.fly.dev" rel="nofollow">https://hnhired.fly.dev</a>, <a href="https://kennytilton.github.io/whoishiring/" rel="nofollow">https://kennytilton.github.io/whoishiring/</a>, <a href="https://hnjobs.emilburzo.com" rel="nofollow">https://hnjobs.emilburzo.com</a>.<p>Don't miss these other fine threads:<p><i>Who wants to be hired?</i> <a href="https://news.ycombinator.com/item?id=38842975">https://news.ycombinator.com/item?id=38842975</a><p><i>Freelancer? Seeking freelancer?</i> <a href="https://news.ycombinator.com/item?id=38842976">https://news.ycombinator.com/item?id=38842976</a>

Ask HN: Who is hiring? (January 2024)

Please state the location and include REMOTE, INTERNS and/or VISA when that sort of candidate is welcome. When remote work is <i>not</i> an option, include ONSITE.<p>Please only post if you personally are part of the hiring company—no recruiting firms or job boards. One post per company. If it isn't a household name, explain what your company does.<p>Commenters: please don't reply to job posts to complain about something. It's off topic here.<p>Readers: please only email if you are personally interested in the job.<p>Searchers: try <a href="https://www.remotenbs.com" rel="nofollow">https://www.remotenbs.com</a>, <a href="https://hnjobs.u-turn.dev" rel="nofollow">https://hnjobs.u-turn.dev</a>, <a href="https://hnresumetojobs.com" rel="nofollow">https://hnresumetojobs.com</a>, <a href="https://hnhired.fly.dev" rel="nofollow">https://hnhired.fly.dev</a>, <a href="https://kennytilton.github.io/whoishiring/" rel="nofollow">https://kennytilton.github.io/whoishiring/</a>, <a href="https://hnjobs.emilburzo.com" rel="nofollow">https://hnjobs.emilburzo.com</a>.<p>Don't miss these other fine threads:<p><i>Who wants to be hired?</i> <a href="https://news.ycombinator.com/item?id=38842975">https://news.ycombinator.com/item?id=38842975</a><p><i>Freelancer? Seeking freelancer?</i> <a href="https://news.ycombinator.com/item?id=38842976">https://news.ycombinator.com/item?id=38842976</a>

We Could Fix Everything, We Just Don't

Show HN: Resurrecting the Dillo browser

Hi, in mid 2022 the host dillo.org expired [0], taking down the website, mercurial repo, the mailing list and the email server used to reach the core developers of Dillo. Someone bought it and now serves a weird clone of the original page with missing content.<p>[0]: <a href="https://news.ycombinator.com/item?id=32448104">https://news.ycombinator.com/item?id=32448104</a><p>I felt sad as I didn't want it to die, so I got a copy of the repo from my hard disk, uploaded it to GitHub and decided to do some maintenance on the code to at least keep the build working. After some time, the folks at Atari Forum decided to use my repo to port it to the Atari platform and they managed to do it [1].<p>[1]: <a href="https://github.com/dillo-browser/dillo/issues/34">https://github.com/dillo-browser/dillo/issues/34</a><p>That gave me some motivation to work a bit more on the project to prevent it from dying. So I created an organization under the name of "dillo-browser" and made a new webpage [2] with a backup of the old one.<p>[2]: <a href="https://dillo-browser.github.io/" rel="nofollow">https://dillo-browser.github.io/</a><p>With the help of Andreas Kemnade which had access to the original server, we managed to backup most of the stuff from the original website (including non-reachable pages) which I uploaded to the Archive.<p>In the meanwhile, I combined the support for both OpenSSL (1.1 and 3) and mbedTLS (2 and 3) as well as proper CI with rendering tests. We now build Dillo for Ubuntu, FreeBSD and macOS!<p>I also became familiar with the plugin mechanism in Dillo, which allows any program that uses the standard input and output to become a plugin registered to a given protocol (like file://...). I did a simple one (which is just a bash script) to read local manual pages which is handy to follow links to other pages [3], but check also the ones Charles E. Lehner did which are more advanced [4].<p>[3]: <a href="https://github.com/dillo-browser/dillo-plugin-man">https://github.com/dillo-browser/dillo-plugin-man</a> [4]: <a href="https://groups.google.com/g/dillo/c/WGEMg7AXN4o/" rel="nofollow">https://groups.google.com/g/dillo/c/WGEMg7AXN4o/</a><p>As of today, I'm unable to contact the main developer, Jorge Arellano Cid, which has not interacted with the mailing list for some years now. Jorge, if you read this, please contact with me (you can find my email in the git commits).<p>Regarding the future of Dillo, I'm planning to (finally) do the 3.1 release after some testing, and for that it would be convenient to have the help of some users to get some feedback ;-)<p>If you want to contribute, feel free to open a PR or send a patch (via GitHub or by email, I don't care). Check also the current issues and pull requests to see what is pending or already being working on. I will probably setup a mailing list at some point too.<p>Thanks! Rodrigo.

Show HN: Resurrecting the Dillo browser

Hi, in mid 2022 the host dillo.org expired [0], taking down the website, mercurial repo, the mailing list and the email server used to reach the core developers of Dillo. Someone bought it and now serves a weird clone of the original page with missing content.<p>[0]: <a href="https://news.ycombinator.com/item?id=32448104">https://news.ycombinator.com/item?id=32448104</a><p>I felt sad as I didn't want it to die, so I got a copy of the repo from my hard disk, uploaded it to GitHub and decided to do some maintenance on the code to at least keep the build working. After some time, the folks at Atari Forum decided to use my repo to port it to the Atari platform and they managed to do it [1].<p>[1]: <a href="https://github.com/dillo-browser/dillo/issues/34">https://github.com/dillo-browser/dillo/issues/34</a><p>That gave me some motivation to work a bit more on the project to prevent it from dying. So I created an organization under the name of "dillo-browser" and made a new webpage [2] with a backup of the old one.<p>[2]: <a href="https://dillo-browser.github.io/" rel="nofollow">https://dillo-browser.github.io/</a><p>With the help of Andreas Kemnade which had access to the original server, we managed to backup most of the stuff from the original website (including non-reachable pages) which I uploaded to the Archive.<p>In the meanwhile, I combined the support for both OpenSSL (1.1 and 3) and mbedTLS (2 and 3) as well as proper CI with rendering tests. We now build Dillo for Ubuntu, FreeBSD and macOS!<p>I also became familiar with the plugin mechanism in Dillo, which allows any program that uses the standard input and output to become a plugin registered to a given protocol (like file://...). I did a simple one (which is just a bash script) to read local manual pages which is handy to follow links to other pages [3], but check also the ones Charles E. Lehner did which are more advanced [4].<p>[3]: <a href="https://github.com/dillo-browser/dillo-plugin-man">https://github.com/dillo-browser/dillo-plugin-man</a> [4]: <a href="https://groups.google.com/g/dillo/c/WGEMg7AXN4o/" rel="nofollow">https://groups.google.com/g/dillo/c/WGEMg7AXN4o/</a><p>As of today, I'm unable to contact the main developer, Jorge Arellano Cid, which has not interacted with the mailing list for some years now. Jorge, if you read this, please contact with me (you can find my email in the git commits).<p>Regarding the future of Dillo, I'm planning to (finally) do the 3.1 release after some testing, and for that it would be convenient to have the help of some users to get some feedback ;-)<p>If you want to contribute, feel free to open a PR or send a patch (via GitHub or by email, I don't care). Check also the current issues and pull requests to see what is pending or already being working on. I will probably setup a mailing list at some point too.<p>Thanks! Rodrigo.

Do It Yourself Blind Repair

Do It Yourself Blind Repair

LLMs and Programming in the first days of 2024

Salim Kara stole $2M in coins with a magnet and a car antenna (2022)

1D Pac-Man

1D Pac-Man

A* tricks for videogame path finding

Mathematical Introduction to Deep Learning: Methods, Implementations, and Theory

< 1 2 3 ... 257 258 259 260 261 ... 817 818 819 >