Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gioscarab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gioscarab
11d 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 :)
2.
▲
by
gioscarab
11d 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
3.
▲
by
gioscarab
12d 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.
4.
▲
by
gioscarab
12d 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&#
5.
▲
by
gioscarab
12d ago
Thank you very much for the link. WOW! With that dataset the capabilities of TERMy could be vastly extended! Thank you.
6.
▲
by
gioscarab
12d 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
7.
▲
by
gioscarab
12d 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
8.
▲
by
gioscarab
12d 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
9.
▲
by
gioscarab
12d 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
10.
▲
by
gioscarab
12d ago
Hi, I am the creator, feel free to ask any questions :) What do you think about it?
11.
▲
Show HN: TERMy – A fast terminal assistant that does not use LLMs
(github.com)
225 points
by
gioscarab
12d ago
|
45 comments
12.
▲
by
gioscarab
4y 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
13.
▲
by
gioscarab
4y 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
14.
▲
by
gioscarab
4y 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
15.
▲
by
gioscarab
4y 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
16.
▲
Show HN: A license designed to save the open source movement
1 points
by
gioscarab
4y ago
|
8 comments
17.
▲
by
gioscarab
5y 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
18.
▲
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
19.
▲
by
gioscarab
6y ago
broken
20.
▲
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.
21.
▲
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
22.
▲
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
23.
▲
BIPLAN looks to be 1370 times faster than Python
(github.com)
1 points
by
gioscarab
6y ago
|
5 comments
24.
▲
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
25.
▲
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
26.
▲
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.
27.
▲
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
28.
▲
by
gioscarab
6y ago
Ciao, yes I agree with you, I will work to remove parentheses from functions. What you would suggest instead of the arduino function names? You are right also about next and continue, thank you. The fact that the machine language is an ASCI
29.
▲
by
gioscarab
6y ago
Ciao besn, yes it is designed for constrained environments and now runs only on Arduino compatible devices, although it already supports system calls abstractions to be easily compiled in other environments.
30.
▲
by
gioscarab
6y ago
BIPLAN (Byte-coded Interpreted Programming Language) is an experimental programming language based on a recursive descent parser that uses only static memory allocation and operates a completely software-defined virtual machine that does no
More ›