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

The sentiment is good but the solution is wrong.

The ideal flow, IMHO:

1: Emit warning, and include if possible a deadline ("will be removed in the next major version")

2: After X time, BEFORE the deadline, turn it into a compiler OR linter error, but keep the code

3: Do the appropriated notification in the channels about it of impending doom

4: Doom

If this is done correctly, we change the expectations from "warnings LOL!" to "warnings are serious business" that is missing in a lot of contexts


Something that helps, I think, is to make something practical that demands it.

I used to think alike (I'm +30 year programing) until I decide to do https://tablam.org, and making a "database" is the kind of project where all this stuff suddenly is practical and worthwhile.


yeah, this is the actual good mindset.

C has never been a particularly good language, and is so good that finally (with tons of pushbacks!) there is an alternative that make the case so strong that is at least considered the possibility that will come the very happy day where C will be our past.

The only, true, real blocker is that C is the ABI. But if we consider the possibility that C can AND should be the past, then the C Abi can finally adds sophisticated things like Strings and such, and maybe dreaming, algebraic types (ie: the C will be improved with the required features so it can evolve the ABI, but not because will be a good language for write it (manually) on it).

And to reiterate: C should finally be a real assembly language, something we not need to worry about.


> And to reiterate: C should finally be a real assembly language, something we not need to worry about.

Assembly is used quite a lot and if you're a programmer Assembly is very valuable to know _at least_ how to understand it.

I disagree, also, that C should go away. Saying it was never a good language is a bit harsh. It's a great language. One that industries are built on. I'd rather read/write C code than, say, Rust.

Edit: There are, of course, languages coming up that can absolutely compete with C. Zig could be one when it's mature, for instance.


I'm on the hunt to build such thing (https://tablam.org + "excel" + "access OR fox pro", ...) and I have never consider the "all in one" a paradigm for end-users.

As you discovered, is for you as the tool maker and for your power users. On top of that, let's say you make "widgets" or "mini apps" that are built on top.

ie: You make Django, but you ship: Shopping cart, Blog, Wiki, each with their own UI and App branding


Yeah, that is what I think on https://tablam.org, where I consider everything could be a relation, so like

    "hello world" ? where #chars != " " == ["h", "e", ...]

Because JS is bad, and JS have a MASSIVE user base, so whatever they do is the web.

And because JS is on the frontend, solutions are front end, even the ones that eventually run on the (js) back-end.

Is like how people use a RDBMS but never do foreign keys, views, etc and re-invent all, poorly.


I had similar thoughts, but how does one use an RDBMS without making use of FKs? Do they put all in one huuuge table, that has all the columns and is super sparse? Or some other fever dream of bad design?

And is even worse, this is stuff that I have seen in ERPs (I integrate with several).

One of them, not even use "date"/"decimal" types and all is mostly strings, there is not views or anything else, and the tables AND fields are called "F0001..".


You can have a field with some value that just happens to match the id in a different table. That something could be a foreign key or just a number.

As long as you don't give a shit about data integrity, you don't need foreign keys.

This is like economic growth: First bad, then upwards trajectory, then now in free-fall

You are describing it: Things in programing were bad, then suddenly all in the upside UNTIL it start to coming down.

Is not a refute of the problem. Is to pick a moment were both were bad, and like all the discussions about tech, MASSIVELY ignore that MASSIVE internet with MASSIVE money with MASSIVE backing is worse than before.

Is like people complaining that pistols on the wild west kill as do nuclear weapons, ignoring the massive difference in size and blast damage


> “the compiler is smarter than me.”

This is true, but it also means "the compiler IS made for someone median smart, that now knows the machine".

It works great for basic, simple, common code, and for code that is made with care for data structures.

A total mess of code is another story.

P.D: is similar to the query optimizers, that neither can outrun a terrible made schema and queries


Location: Colombia (UTC-5) Remote: Yes Willing to relocate: No

Technologies: - Primary: Rust - Secondary: Swift, Python, Web (HTMX, TailwindCSS, JS/TS) - Databases: PostgreSQL, SQLite, SQL Server, SpacetimeDB - Systems: macOS, Windows, NixOS, Debian-based Linux, iOS

About me:

30+ years of experience across business software, databases, and language tooling.

Worked professionally with around 10+ programming languages and ~8 RDBMS systems.

Built Colombia’s leading school grading software around year 2000. Since then, developed ERP and business apps for SMBs and local governments.

Past 3+ years:

Database and compiler engineer.

---

Active member of communities around Rust, Databases, Compilers, etc

Résumé/CV: Available on request Email: info@elmalabarista.com


> how to get to decent product without upfront investment

Yeah, this is the hard part.

I work in the small “ERP-like” business market and I’ve come up with some good ideas (based on the reaction of the people I talk to). But the problem is that even a small team of about five genuinely solid developers can cost around US $300,000–500,000 per year — and that’s even factoring in that I’m in LATAM!.

That’s a lot.

To make something like this happen, you need to convince fairly big players — the ones who have the capital and the patience, but more importantly the vision. And that’s the part that’s rare. At least in theory, that’s what VCs are supposed to bring.


Bite the bullet, and find something smaller to use for funding the big thing.

(This is the stage I’m at currently.)


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

Search: