Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gioscarab
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
gioscarab
6d ago
Thank you! Let me know what you think if you try it out :)
2.
▲
by
gioscarab
6d ago
More info here: https://github.com/gioblu/NPC-Forge How I built it: https://github.com/gioblu/NPC-Forge/blob/main/docs/developme... A video of TERMy transpiling plain english:
3.
▲
Show HN: I inadvertently built an English to Bash transpiler
(github.com)
3 points
by
gioscarab
6d ago
|
3 comments
4.
▲
by
gioscarab
21d ago
Yep he runs on its own when the command is non-destructive, like checking the CPU temperature, it does ask for permission if the command is potentially destructive. I agree it is so cool, it looks sci-fi :)
5.
▲
by
gioscarab
21d ago
Ciao, yes for now the sentiment analysis is used only to provide an emoji related to the response. In the future I would like also to influence the choices of adjectives and interjections according to the sentiment. For now it is a bit of a
6.
▲
by
gioscarab
22d ago
Yeah would be a nice experiment, if you are interested to contribute to NPC-Forge please open an issue, I would be happy to discuss about that.
7.
▲
by
gioscarab
22d ago
This is such a nice idea! I could add a fallback towards LLMs, it was present but I removed it. Would you be interested to help me implement the auto-update? I must admit, the LLMs are very useful for this kind of work. I think that TERMY&#
8.
▲
by
gioscarab
22d ago
Thank you very much for the link. WOW! With that dataset the capabilities of TERMy could be vastly extended! Thank you.
9.
▲
by
gioscarab
22d ago
tealdeer just shows you a cheatsheet, termy can effectively take a prompt and execute a command, example: $ termy create file test.txt and write Hello TERMy | template match | Confidence: 100.00% Thinking: Ok, I am asked to create the file
10.
▲
by
gioscarab
22d ago
I tried functiongemma, it is for sure faster than those models, the problem is that is not reliable enough for a terminal assistant. I would say that no LLM is good for a terminal assistant, if you take into account the operational cost and
11.
▲
by
gioscarab
22d ago
The dataset is here: https://github.com/gioblu/NPC-Forge/tree/main/npcs/termy/dat... I hope the community will help me to enhance it :) it is just a proof of concept for now
12.
▲
by
gioscarab
22d ago
Warp uses LLMs so it is slow and prone to hallucination. Using very colloquial terms TERMy is more or less a calculator that knows english :) so it can run on your CPU and respond instantly! The difference is that it can only answer predete
13.
▲
by
gioscarab
22d ago
Hi, I am the creator, feel free to ask any questions :) What do you think about it?
14.
▲
Show HN: TERMy – A fast terminal assistant that does not use LLMs
(github.com)
225 points
by
gioscarab
22d ago
|
45 comments
15.
▲
by
gioscarab
5y ago
To be clear, the word "human" is used determine who can use the software because I am convinced that, when a company, institution, organization or corporation is created, it has its own intelligence, means and interests that go be
16.
▲
by
gioscarab
5y ago
A one man company consulting another would apply the software for commercial purposes. Commercial use is not comtemplated by the license. The one man company should contact me and buy a different license. I am not sure about: >"This
17.
▲
by
gioscarab
5y ago
Hobby clubs could not use it because they are an organization, members of the club could use it because they are individuals playing with their hobby. Non-profit organizations could not use it. I must say often non-profit organizations even
18.
▲
by
gioscarab
5y ago
The idea is, let experimenters tinker with it and help you develop your idea, while at the same time exclude companies, institutions, organizations and corporations. If the software is interesting for them they can contact the copyright hol
19.
▲
Show HN: A license designed to save the open source movement
1 points
by
gioscarab
5y ago
|
8 comments
20.
▲
by
gioscarab
6y ago
> It needs to supports, out of the box, cloud connected or wifi enabled (wireless lan connected) devices. When the physical layer of devices in the home don’t offer Wireless connectivity, hardware communication modules needs to be adopte
21.
▲
by
gioscarab
6y ago
Until it ultimately relies on Amazon S3 and a commercial network provider all the effort to obtain "decentralization" looks wasted. I hope IPFS will someday run on top of protocols like PJON ( https://github.com/gi
22.
▲
by
gioscarab
6y ago
broken
23.
▲
by
gioscarab
6y ago
PJON supports mesh networking too, it is open-source and free to use, check it out: https://github.com/gioblu/PJON its address space may be beneficial (more flexible, lower overhead) for many use cases.
24.
▲
by
gioscarab
6y ago
>Still, a toy language... Not sure what is the effective definition of "toy language". >...focusing on a particular benchmark can most likely easily beat any other high-level language. I was just curious to understand the pe
25.
▲
by
gioscarab
6y ago
BIPLAN: https://github.com/gioblu/BIPLAN is a programming language, which comes with its own virtual machine and its compiler. It is really simple and it is an early protototype, although benchmarking it looks astonish
26.
▲
BIPLAN looks to be 1370 times faster than Python
(github.com)
1 points
by
gioscarab
6y ago
|
5 comments
27.
▲
by
gioscarab
6y ago
I really need some help on real-time operative systems, the interface for windows is more or less ready, and the code should work on win out of the box, it should be rather simple to create a console program that can: BIPLAN compile program
28.
▲
by
gioscarab
6y ago
Thinking about it more in detail, functions require the parentheses to show where the call ends. I obviously could count the number of expected parameters as function is defined, but that leaves room for error, and a creepy syntax, ie: sum
29.
▲
by
gioscarab
6y ago
I have worked on it few years because I would like to use it on a custom computer design I have in mind. Something like 80s BASIC computers with a more modern language and quicker speed.
30.
▲
by
gioscarab
6y ago
Any of you would help me to run it on Windows/Linux? I would need some help with the system calls
More ›