frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: NovusNet, a C++ networking library for beginners

https://github.com/Nullora/NovusNet
1•nullora•1m ago•0 comments

Show HN: NervOS – Sandbox for AI Agents Using Firecracker MicroVMs

https://github.com/ashishgituser/NervOS
1•ashishch111•6m ago•0 comments

Building Cursor for LibreOffice: A Week-Long Journey

https://keithcu.com/wordpress/?p=5060
4•keithcu2•8m ago•0 comments

Show HN: N8n-trace – Grafana-like observability for n8n workflows

https://github.com/Mohammedaljer/n8nTrace
2•mj95•8m ago•1 comments

Knuth Claude's Cycles note update: problem now fully solved by LLMs

https://www-cs-faculty.stanford.edu/~knuth/preprints.html
1•fs123•9m ago•1 comments

Tesla back on top as Norway's EV market surges to 98% share in February

https://www.teslarati.com/tesla-norway-98-percent-ev-sales/
1•andsoitis•9m ago•0 comments

Sam and Dario's not-so-excellent AI adventure

https://www.fastforward.blog/sam-and-darios-not-so-excellent-ai-adventure/
1•ohjeez•10m ago•0 comments

Show HN: A Bullet Hell of Your Own Making

https://safetystoatstudios.itch.io/spaceship-vs-paddles
1•stoatstudios•10m ago•0 comments

A Homemade Robot Nag

https://matthewc.dev/projects/_honeydew/
2•matthewfcarlson•12m ago•1 comments

Brain Computer Interfaces Are Now Giving Sight Back to the Blind – Garry's List

https://garryslist.org/posts/brain-computer-interfaces-are-now-giving-sight-back-to-the-blind
1•bilsbie•12m ago•0 comments

Show HN: VibeRepo – Make any codebase AI-agent-ready in one command

https://www.npmjs.com/package/viberepo-cli
1•kk5190•13m ago•0 comments

Show HN: A website to learn Python tips daily

https://daily.stuffandcode.com/
2•Sorasful•13m ago•0 comments

The surprising whimsy of the Time Zone Database

https://muddy.jprs.me/links/2026-03-06-the-surprising-whimsy-of-the-time-zone-database/
1•jprs•13m ago•0 comments

Prime Radiant: What We're Working On

https://primeradiant.com/blog/2026/what-we-are-working-on.html
1•herbertl•14m ago•0 comments

Young billionaires are behind the prediction market boom. They hate each other

https://www.npr.org/2026/03/06/nx-s1-5735893/iran-war-kalshi-polymarket-feud
2•JumpCrisscross•16m ago•0 comments

Life Happens at 1x Speed

https://terriblesoftware.org/2026/01/08/life-happens-at-1x-speed/
1•mooreds•17m ago•0 comments

The Full Rewrite: AI Edition

https://huntersoftwareconsulting.com/posts/ai-full-rewrite/
1•mooreds•19m ago•0 comments

Why Do Ivy League Colleges Reject Some Students with Perfect Scores

https://www.forbes.com/sites/marlenacorcoran/2026/02/27/why-do-ivy-league-colleges-reject-some-st...
1•paulpauper•19m ago•0 comments

The Origin Story of gRPC

https://bsky.app/profile/danciruli.cloud/post/3mf6dg74nws2k
1•mooreds•19m ago•0 comments

Students Are Finding New Ways to Cheat on the SAT

https://www.nytimes.com/2026/01/28/us/politics/sat-college-board-cheating.html
2•paulpauper•20m ago•0 comments

I Asked 6 AIs to Nuke My Computer [video]

https://www.youtube.com/watch?v=YI-CAuUix_E
1•EvanZhouDev•21m ago•1 comments

Why Gen Z Is Unprepared for the Workplace

https://www.wsj.com/lifestyle/careers/gen-z-worker-skills-294463f6
1•paulpauper•21m ago•0 comments

From Studio to Street: The Story of DAT (1990)

https://www.muzines.co.uk/articles/from-studio-to-street-the-story-of-dat/7315
1•naves•21m ago•0 comments

The Apollo Guidance Computer Talk (2017) [video]

https://www.youtube.com/watch?v=xx7Lfh5SKUQ
1•frederikvs•22m ago•0 comments

Show HN: SRA – A new architectural pattern for modern product engineering

https://github.com/FelixZY/specification-realization-assembly-bible
1•FelixZY•24m ago•0 comments

The Dangerous Illusion of AI Coding? – Jeremy Howard [video]

https://www.youtube.com/watch?v=dHBEQ-Ryo24
1•tartoran•24m ago•0 comments

Information Topology as a Behavioral Parameter in Multi-Agent Systems

https://medium.com/towards-artificial-intelligence/information-topology-in-multi-agent-systems-cb...
1•erenkaratas•25m ago•0 comments

Armed robots take to the battlefield in Ukraine war

https://www.bbc.com/news/articles/c62662gzlp8o
2•aa_is_op•26m ago•0 comments

Product Review: The K Desktop Environment, Version 1.0 (1999)

https://www.linuxjournal.com/article/3111
1•1970-01-01•27m ago•0 comments

Ask HN: Can we talk about AI Astroturfing?

5•overgard•28m ago•0 comments
Open in hackernews

Whisker – Self hosted e-commerce cart, pure PHP, zero dependencies

2•eLohith•1h ago
Hi everyone,

I built Whisker because setting up a simple online store shouldn't require WordPress, Composer, or $39/month SaaS fees. It's a self hosted e-commerce cart in pure PHP + MySQL with no external dependencies.

Upload to any shared hosting, run the 6-step web installer, start selling. That's it.

What it does: product catalog with variants (Size × Color with individual SKU/price/stock per combo), 4 payment gateways (Razorpay, Stripe, CCAvenue, crypto), multi-currency, admin dashboard, order management, invoices, customer accounts, SEO engine with JSON-LD product schema, CSV bulk import, support tickets, coupon system. Security: PDO prepared statements, bcrypt, CSRF, session fingerprinting, webhook signature verification, login rate limiting, upload MIME+extension validation.

~130 files, 25 tables, runs on PHP 8.0+ and MySQL 5.7+.

Demo: https://whisker.lohit.me

GitHub: https://github.com/WhiskerEnt/Whisker-Cart

I'd appreciate any feedback on the architecture or security. Happy to discuss technical decisions.

Comments

fcarletti•2m ago
That’s seems to have give you a lot of fun and learnings, writing everything by yourself forces you to understand how things work, kudos for that!

The code is very well organized, I’m on my phone and could easily navigate it.

But some stuff twists my nose: 1. No dependencies is cool up to some point, I personally do not try that so I avoid reinventing the wheel. You are prone to have many bugs the community already solved, the trade off end up not being worth the hassle.

2. I see you have many classes but many ones with only static methods. That’s basically global functions that can’t be easily mocked for unit tests and create highly coupled code.

3. Lack tests. Even though you may know the functionality/code from top to bottom, no tests make you prone to break unrelated stuff when writing new code.

Again, nice to see it, awesome you shared! If you want to step up the game https://phptherightway.com/ has a lot of material and references for that.