Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. My Claude Code setup (11 commands, 3 agents) + shared Meta "design third brain"(johnmaartifacts.substack.com)
    discuss
  2. Jevlish: A JavaScript front end for Jev(jacobgoldfarb.github.io)
    1comments
  3. Comrade – A P2P Alternative to Tmate(github.com/dangowrt)
    discuss
  4. Orbital's Sam Brovda and Bill Ackman get pro-Palestinan woman fired from KPMG(twitter.com/redpillsayian)
    1comments
  5. Aetheria – a local-first agent harness that works online or offline(github.com/denisrigsby)
    discuss
  6. When the Debugger Lies(danielmangum.com)
    discuss
  7. The HUGS Stack – Hypermedia, Unix, Go, SQLite(housecat.com)
    discuss
  8. Voxiferi introduces VoxWall as an 'AI ingress firewall' for bad data(opensourcewatch.beehiiv.com)
    discuss
  9. Why Beyond Traditional RAG?(medium.com/nikozero11)
    2comments
  10. E-commerce compliance scores range from 13 to 97 across major US retailers(stem-education.medium.com)
    discuss
  11. Making Gasoline from Plastic Waste(sciencedaily.com)
    discuss
  12. GitHub Actions leaking secrets when Miri output is cached(rust-lang.org)
    discuss
  13. Show HN: CatQueue-A zero-dependency PostgreSQL job queue for Node and TypeScript(github.com/karanrajsurya)
    discuss
  14. A modern, cross-platform font editor built with TypeScript and Rust(github.com/shift-editor)
    discuss
  15. Consider the Chameleon(remy.wang)
    discuss
  16. WordPress Board Resignations(techcrunch.com)
    discuss
  17. I'm Handing Off Render Engine(kjaymiller.com)
    discuss
  18. The Sheep That Stop Wildfires(newyorker.com)
    discuss
  19. Show HN: LARP Capital – Prestige as a Service(larpcapital.us)
    discuss
  20. AI Exec: We May Have Pulled Off "The Largest Theft of Labor in Human History"(motherjones.com)
    1comments
  21. Web Data – Latest Capital Raise(firecrawl.dev)
    1comments
  22. Hiring Smart(kk.org)
    discuss
  23. Recorded, Not Proven(claude.ai)
    discuss
  24. Git-bug, project bug tracker tool using Git objects as storage, releases v0.11.0(github.com/git-bug)
    discuss
  25. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    6comments
  26. Relaticle, a self-hosted CRM where AI updates data only after your approval(relaticle.com)
    discuss
  27. No Sloptober(no-sloptober.com)
    23comments
  28. Show HN: NetM8 OS(netm8.com)
    discuss
  29. Show HN: Typed polyglot compiler for CLI/API/MCP generation(github.com/morloc-project)
    discuss
  30. Tinyjs – desktop apps for macOS, Windows, and Linux in ~6 MB(tinyjs.app)
    discuss

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

38 pointsby 42m agofoxscript.org
13 comments
42m agoHN ↗

Visual FoxPro stopped at version 9 in 2007. A surprising amount of it is still running, in 32 bits, because rewriting a 20-year-old business app is how you lose the business. A customer wanted to keep milking their app for the foreseeable future, so here it is: the same language on a new runtime (Rust, compiled to wasm, checked against the real vfp9.exe), tables no longer stopped at 2 GB, the old 32-bit .fll add-ins still loading, and lambdas, JSON and an HTTP server bolted on for good measure. Reports are not done and the builds are unsigned. MIT because why not?

9m agoHN ↗

I feel like the business apps are an easier rewrite these days rather than imperfectly recreating the runtime environment.

Now your customer has two problems instead of just one.

14m agoHN ↗

My father built several projects in FoxPro. I was too young in the ’90s to remember much of it, but I’m sure he’ll be super happy to check this out. The kicker is that we’ll probably need to buy a floppy disk drive and dust off some old boxes to find them.

14m agoHN ↗

Clarion and Paradox thought one of them was going to win the tontine.

13m agoHN ↗

I loved visual fox pro as a kid (~10). I made little UIs to open my favorite sites and files.

12m agoHN ↗

I might literally be the only person on earth that can honestly say I have been paid to write FoxPro, Erlang, F#, and ColdFusion.

My first software job was at a Tae Kwan Do studio who ran their own billing department, and the entire billing half was some weird custom thing written with FoxPro. Not Visual FoxPro, I've never actually used that, but the old school DOS stuff.

I absolutely hated every time I had to touch it and I had hoped that it would die in a fire. I hope Visual FoxPro sucks less.

9m agoHN ↗

The low barrier to entry, high developer productivity, and bespoke and "highly conforming to proprietary business processes" nature of resulting applications are all really cool, but man, it sucks when one of these systems outgrows the capabilities of the underlying platform.

I shudder at the though of businesses trying to access DBF files on "network drives" across the variety of shitty overlay network technologies that are the norm today. Seamless remote access to applications is the exact recipe Visual FoxPro apps fail at.

It looks cool but I wouldn't want actually work around apps built in it. It would be cool if a client/server database could be transparently shoehorned in to it.

8m agoHN ↗

So hard to take these vibe coded projects seriously. I can feel the LLM selling it to me. I don't want to suggest the code is bad or it doesn't work or doesn't have awesome features... but ai built landers are just so smelly.

7m agoHN ↗

This is awesome! Having had to deal with ancient file formats knowing that there are renewed tooling that's not binding to legacy OSes that you can't no longer find viably is great.

Now, who's open sourcing and reviving FileMaker that Apple killed?

7m agoHN ↗

A company I worked for has run VFP up until the last few years. I cut my teeth professionally with it on ETL processes. It moved data around like nobodies business!

5m agoHN ↗

I work at a place with CRM that runs on visual fox pro. :)