Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jarirajari
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jarirajari
15d ago
Do you do AI evals on this?
2.
▲
Is CAPTCHA still a thing in 2026 (Captcha 3.5)?
1 points
by
jarirajari
8mo ago
|
1 comments
3.
▲
by
jarirajari
1y ago
I was daunted by the amount of components that goes into a basic RAG. I also ended up starting with "agentic retrieval", which I invented. And it seems that many others have invented same/similar thing. It is just so much eas
4.
▲
by
jarirajari
2y ago
No we are not, but you are SCRWD! https://jarirajari.wordpress.com/2024/07/01/you-are-scrwd-no...
5.
▲
by
jarirajari
2y ago
One of the fundamental problems in programming is the lack of well-defined and higher-level data types. The types that work out-of-the box similar to libraries. A big chunk of programming is about how to map real world concepts to data type
6.
▲
by
jarirajari
2y ago
I assume you know what CRUD stands for... Just wanted to share what I am using instead of CRUD nowadays. SCRWD is what I use both in API design and the backend implementation. This is the outcome of one extremely long hobby project, and for
7.
▲
Ask HN: Would you use a Low-effort Microservice Builder?
1 points
by
jarirajari
2y ago
|
3 comments
8.
▲
by
jarirajari
2y ago
Hey, thanks! Definitely need to look into Excel add-ins!!
9.
▲
by
jarirajari
2y ago
True, excellent point about the availability. But homemade sheets are often tools you built yourself for you and not tools that you can buy from a store. I see AirTable as a rich UI client that sits on top of data - btw, back in the days ri
10.
▲
by
jarirajari
2y ago
I agree that no system should be implemented in excel, but for many it is a good match to rapidly test or model things, or to write handy tools.
11.
▲
Ask HN: Excel as a back end? Well now you can
3 points
by
jarirajari
2y ago
|
7 comments
12.
▲
Show HN: Security-first privacy-focused single-sign-on identity provider
(fe.horcruxid.com)
2 points
by
jarirajari
3y ago
|
0 comments
13.
▲
by
jarirajari
3y ago
Thank you for your response! I too think that Excel is a premier example of low-code success: especially if you think that who is it low-code for - business people. Many times I find technical people (me too) engaging these low-code discuss
14.
▲
by
jarirajari
3y ago
1) Good point about the "Humans in the circuit". I think that when people talk about process manager they are referring to long-standing processes 2) I'll take this to be the frontend part 3) I'll take this to be the da
15.
▲
by
jarirajari
3y ago
And it just not flexibility without a reason. At least in B2B web apps, some customers always need to have something that's not in the core of the product but in order to get them on board business people push for a long tail of infreq
16.
▲
by
jarirajari
3y ago
"Generally speaking, the golden rule of product development is to identify the problem first, then figure out what will solve it. " You got me there, but it all started as a hobby project which got out of my hands :)
17.
▲
by
jarirajari
3y ago
Checklist - open source. This I would do my self too, but only because I am a technical person - version control. Agree, but in my case only API will be available for you to version (versions are of course in backend too) - testing. Agree a
18.
▲
by
jarirajari
3y ago
"are there any pre-existing low-code backend builders out there to compare to? i'm trying to think when i would use it. is it a code generator or will i just call the thing without reading the code myself?" Backend builder li
19.
▲
by
jarirajari
3y ago
yes, for example the aforementioned Xano. And thank you for throwing out the idea to implement leetcode problem solutions. This helps to compare expressive power of the functions against established programming languages!
20.
▲
by
jarirajari
3y ago
"Any low-code backend builder implies there is code being written." True, in my case functions form a DSL which means abstraction. "You should consider finding business problems that need solving with no/low code solutio
21.
▲
by
jarirajari
3y ago
Good point about supporting frontend platforms like Glide! And indeed it is quite close to what I am building: https://www.xano.com/technology/ and it seems that they are doing it with funding too "Xano has raised
22.
▲
by
jarirajari
3y ago
Simplified, higher-order version of it because of the DSL!
23.
▲
by
jarirajari
3y ago
How I see it is that Integration applications are different from what I understand as a backend: API+business_logic+Database
24.
▲
by
jarirajari
3y ago
Well, integration is one aspect, and there are low-code tools like node-red etc. for those use-cases. One category of low-code tools is workflow automation tools, which maybe you are describing mostly. For me, I am interested in writing the
25.
▲
by
jarirajari
3y ago
Oh, your project is really nice! Maybe doing some marketing might bring more people to your project? I am having kind of similar issue: "What usecase did you have in mind when you were building it?" Actually, I wanted to make writ
26.
▲
by
jarirajari
3y ago
Interesting story! Sounds surprisingly adaptable technology, which makes me wonder why it has not been brought to this data - or maybe it has been... And thank you for your answer: auth in terms authentication of authorization is usually th
27.
▲
by
jarirajari
3y ago
Thank you for mentioning Lotus Notes Domino. ChatGPT gave a lot of interesting material: especially I can see some similarities between how I use functions and how Lotus Domino Notes Formula Language was used.
28.
▲
by
jarirajari
3y ago
The builder uses OpenAPI spec to define and implement the API. The backend aims to do what "normal" backend does: fulfills requests by executing business logic (written as functions, a form of DSL) and querying database. The very
29.
▲
Ask HN: Problems worth solving with a low-code back end?
30 points
by
jarirajari
3y ago
|
39 comments
30.
▲
by
jarirajari
6y ago
FSMs should be "written" visually, and they should have either hierarchical sub-states or some sort of a grouping scheme to keep complexity at a reasonable level. FSM examples are usually too simplified, and they don't show h
More ›