Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ingigauti
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ingigauti
11mo ago
Reminds me of Iceland pre 2008 - lot of circular & complex deals - but now it's different
2.
▲
by
ingigauti
1y ago
Great idea & solution I noticed toolbar is missing from options doc, reason I went looking was if I could add my own custom button to the toolbar
3.
▲
by
ingigauti
1y ago
Not sure it's what you are looking for but I've been developing a new programming language that I think does what you are describing. You can write natural language code like: `read file.txt into variable` (or many other ways, as
4.
▲
by
ingigauti
2y ago
I think it's going lot lower. We are still at the horseless carage level with ai and coding, that is; using new tech in old way I think we'll have a new programming language(natural language with rules), I'm biased though as
5.
▲
by
ingigauti
2y ago
I took the position of not liking to much the AI coding early on. This was specially when it was starting. People writing long description to generate an app, I quickly noticed that doesn't work because it's all in the details. Th
6.
▲
by
ingigauti
2y ago
The way I designed the language I had the current languages in mind. Don't forget you are programming, it's just more natural, you need details But also the main reason is that it's much more difficult to solve the intent whe
7.
▲
by
ingigauti
2y ago
Yeah, I don't believe LLM will be able to code fully, they are analog trying to do something digital where everything needs to be 100% correct. Plang being analog language I see the LLM is able to code so much more and it never has syn
8.
▲
by
ingigauti
2y ago
Check this out for your answer https://github.com/PLangHQ/plang/blob/main/Documentation/blo...
9.
▲
by
ingigauti
2y ago
I've been developing a programming language that does this, the repo can be found here https://github.com/plangHQ Here is a code example ReadFileAndUpdate - read file.txt in %content% - set %content.updated% as
10.
▲
by
ingigauti
2y ago
I am just one person atm, I cant really afford to give money :) If you have OpenAI API key you can use that instead of going through the plang server. Instead of 'plang' you run 'plang --llmservice=openai' doc is here:
11.
▲
by
ingigauti
2y ago
Just have to try it to feel the difference :)
12.
▲
In Theory: Self-Correcting Software
(ingig.substack.com)
16 points
by
ingigauti
2y ago
|
4 comments
13.
▲
Plang: Abstracting Away the Complexity
(ingig.substack.com)
2 points
by
ingigauti
2y ago
|
0 comments
14.
▲
Plang and Local-first: Syncing between 2 device in few lines
(ingig.substack.com)
1 points
by
ingigauti
2y ago
|
0 comments
15.
▲
Plang programming language – Basic concepts and examples
(github.com)
1 points
by
ingigauti
2y ago
|
0 comments
16.
▲
Exporting private keys in plang programming language
(ingig.substack.com)
5 points
by
ingigauti
2y ago
|
0 comments
17.
▲
by
ingigauti
2y ago
I did some updates so hopefully it is better, if not, let me know
18.
▲
Flexibility of Plang Programming Language
(ingig.substack.com)
5 points
by
ingigauti
2y ago
|
2 comments
19.
▲
by
ingigauti
2y ago
You might try out Plang, plang.is, not hypercard like but the syntax is natural language, For the kids, they can write the the code in their own language, so non-english Bit of self promo, as I created it
20.
▲
by
ingigauti
2y ago
It won't be a problem getting a usb stick, but I disagree that it´s not a hurdle Why hasn't any distro create a Windows installer? I think it would increase the usage. Today you need to download an .iso file, you need to know how
21.
▲
by
ingigauti
2y ago
Nope, found a 256MB one :D
22.
▲
by
ingigauti
2y ago
bingo I have done my share setting up systems, I just don't have the patience I had when I was younger, put 2 hours into it. Gave up. There are new thing that I don't understand, need to learn that to understand. To much work. Jus
23.
▲
by
ingigauti
2y ago
I really would like to be able to install Linux with Windows installer, just to make the switch easier. I wanted to switch on my laptop and gave up. I didn't have large enough USB stick, so it just became to complex Give me an Windows
24.
▲
Discover Plang programming language through ChatGPT
(chat.openai.com)
1 points
by
ingigauti
2y ago
|
0 comments
25.
▲
by
ingigauti
2y ago
It's using gpt4-turbo currently, was using gpt4 with fine result. The instructions are rather simple, so looking at what lama3 is doing, I think it could easily do it, I just don't have the knowledge and since the problem was solv
26.
▲
by
ingigauti
2y ago
Interesting way of implementing this. I've been doing a similar natural language programming language. It's structured a bit differently, what I found out is that programmers need fine grain control over the code, so I implemented
27.
▲
by
ingigauti
2y ago
I think this is heading in the right direction. I had a similar idea about a year ago and spent three months thinking about it because creating a new programming language seemed crazy. In September, I began the development, and about a mont
28.
▲
by
ingigauti
2y ago
I wrote a D&D game in Plang language. https://github.com/PLangHQ/apps/tree/main/DnD I noticed there are a lot of D&D game in the chatgpt store, so I wanted to bring it to my local machine instead
29.
▲
by
ingigauti
2y ago
Couple of weeks ago I published a new programming language, Plang (as in pseudo language), which will allow the user to customize his own UI The window app is mostly a proof of concept for now, as it runs only on Windows, you can see how it
30.
▲
by
ingigauti
2y ago
I agree with you. I never liked how AI is really generating ton of code for us, then you need to read through it and understand it. Plus, the fail rate is to high. That is why I design the language the way it is. You must define each step y
More ›