frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Best Chrome Extension to Remove Paywall in 2025

https://puupnewsapp.com/chrome-extension-to-remove-paywall/
1•CodeWanderer•1m ago•0 comments

What's happening to Matlab? Or, "The slow demise of the engineering toolbox"

https://blog.pictor.us/whats-happening-to-matlab/
1•bauta-steen•2m ago•0 comments

Mnemonic Devices in Illuminated Manuscripts

https://twitter.com/AHomelyHouse/status/1945940846559338597
1•Michelangelo11•5m ago•0 comments

Decoding Secrets: How military medals exposed Russia's SIGINT network

https://checkfirst.network/decoding-secrets-through-symbols-how-military-insignia-revealed-russias-hidden-sigint-network/
1•amaury•7m ago•0 comments

Aardvark

https://en.wikipedia.org/wiki/Aardvark
1•simonebrunozzi•9m ago•0 comments

Show HN: Self-made web media player without <video> or <audio>

https://mediabunny.dev/examples/media-player/
2•vanilagy•9m ago•0 comments

Mediabunny, a pure-TypeScript replacement for FFmpeg for in-web media processing

https://mediabunny.dev/
1•vanilagy•12m ago•0 comments

Trump Targets "Woke" AI

https://www.wsj.com/tech/ai/white-house-prepares-executive-order-targeting-woke-ai-e68e8e24
1•timoth3y•13m ago•1 comments

Thoughts on External Memory for LLMs

https://medium.com/@chipiga86/thoughts-on-external-memory-for-llms-e2ee21be3292
1•rishikeshs•15m ago•0 comments

Is HN Down in the UK?

1•curiousgal•15m ago•0 comments

Ask HN: How do you build good software that users pay for?

https://github.com/Mtendekuyokwa19
1•sonderotis•17m ago•1 comments

Genocide VC

https://genocide.vc/
2•FilosofumRex•21m ago•0 comments

Vibe Scraping / Vibe Coding a schedule app on a phone

https://simonwillison.net/2025/Jul/17/vibe-scraping/
1•lsb•22m ago•0 comments

AgenticCore: First agentic Linux distro made by a 13 years old

https://agentic-core.web.app/
1•yusuf-yildirim•22m ago•1 comments

Make Your AI SaaS in a Weekend with ShipThing Boilerplate

https://www.shipthing.com/en
1•allentown521•23m ago•1 comments

Notes on Spaced Repetition Scheduling

https://www.natemeyvis.com/notes-on-spaced-repetition-scheduling.html
1•maksimur•25m ago•0 comments

The Commodore 64 Made a Difference

https://theprogressivecio.com/the-commodore-64-made-a-difference/
1•tosh•30m ago•0 comments

GitHub abused to distribute payloads on behalf of malware-as-a-service

https://arstechnica.com/security/2025/07/malware-as-a-service-caught-using-github-to-distribute-its-payloads/
1•bubblebeard•32m ago•0 comments

Show HN: UML is dead – so I'm building the tool to revive it

https://www.rapidcharts.ai/
3•SamiCostox•33m ago•0 comments

The Pragmatic Engineer 2025 Survey: What's in your tech stack?

https://newsletter.pragmaticengineer.com/p/the-pragmatic-engineer-2025-survey
1•ksec•34m ago•0 comments

The NEC PC Engine FX Game Console

https://www.pcengine-fx.com/PC-FX/html/pc-fx_world_-_system_overview.html
1•austinallegro•36m ago•0 comments

Refactoring to Rust: integrate Rust performance surgically into other languages

https://www.manning.com/books/refactoring-to-rust
1•repeekad•37m ago•0 comments

"Changing elves to wolves makes a difference"

https://www.sciencedaily.com/releases/2025/07/250716000855.htm
1•robinhouston•37m ago•0 comments

What happens when an octopus engages with art?

https://www.cnn.com/2025/07/17/style/what-happens-when-an-octopus-engages-with-art
2•robinhouston•42m ago•0 comments

India hits 50% non-fossil power milestone five years ahead of 2030 target

https://www.reuters.com/business/energy/india-hits-50-non-fossil-power-milestone-ahead-2030-clean-energy-target-2025-07-14/
3•jmsflknr•46m ago•0 comments

How AI Vibe Coding Is Destroying Junior Developers' Careers

https://www.finalroundai.com/blog/ai-vibe-coding-destroying-junior-developers-careers
1•ciwolex•47m ago•0 comments

Amazon, Google and Vibe Coding with Steve Yegge [video]

https://www.youtube.com/watch?v=TZE33qMYwsc
1•tosh•48m ago•0 comments

OpenZFS Bug Ported to C

https://flak.tedunangst.com/post/OpenZFS-Bug-Ported-to-C
2•fbuilesv•54m ago•0 comments

OrioleDB fastpath search (faster random key lookups for PostgreSQL)

https://www.orioledb.com/blog/orioledb-fastpath-search
1•akorotkov•1h ago•1 comments

Dictionary.com "devastated" paid users by abruptly deleting saved words lists

https://arstechnica.com/gadgets/2025/07/dictionary-com-devastated-paid-users-by-abruptly-deleting-saved-words-lists/
2•Integer•1h ago•0 comments
Open in hackernews

GitHub Pages the Easiest Way and the Hard Way

https://jackd.ethertech.org/github-pages/
3•nteleky•5h ago

Comments

nteleky•5h ago
I was pretty confused when I got started using github pages - did I need Ruby and Jekyll? How does the website come from the markdown files? So I made this easy and funny guide for newbies to get started with nothing but a browser and 10 lines of text. I spent days trying to get everything working (I was trying to use Jekyll locally and find themes, etc) and only later did I realize how utterly simple it could be. I made another website using the guide and going slow and it took me 11 minutes, including the time to do the screenshots.

I also made "GitHub Pages The Hard Way" ( https://jackd.ethertech.org/2025-07-04-github-pages-diy.html ), which goes into detail how the pages are made, the directory structure, and how you can override files to make it do anything you want, so long as it's HTML and CSS! Bazingo! It's about 10 pages and really in-depth, I modify the HTML and CSS that the site is built from and show you how to it. IMHO, it's worth it for this image alone: https://jackd.ethertech.org/images/ruby_bucket.png

Between the two files, I take the reader on a journey from complete novice to expert in an easy-to-follow way based on my experiences. I'm hoping this will save a lot of people a lot of time.