Viewing profile — akritid
akritid
HN member- Joined
- Thu, Aug 05, 2021, 12:15 PM UTC
- HN karma
- 36
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About akritid
No profile information was provided.
Recent public activity
-
comment
Comment #48783471
And it’s also a reinvention of Corrado Bohm’s P’’ which is even more seminal
-
comment
Comment #48731603
Up to Gtk2 is still good
-
comment
Comment #48248521
You can take Codex today and ask it to rewrite itself to work with any API
-
comment
Comment #47016843
Renamed from Free University Compiler Kit
-
comment
Comment #46930847
You probably remember cint
-
comment
Comment #46642220
This datalog implementation uses prolog syntax, can even run the queries in prolog to contrast the model: https://des.sourceforge.io/
-
comment
Comment #45770580
If FSF trained a net on all the code that has Copyright assigned to FSF, could it be used to ethically vibe code free software retaining the same Copyright and license? Perhaps eve…
-
comment
Comment #43490384
The practical solution is to generate several CSV files and distribute work at the granularity of files
-
comment
Comment #42839372
I have found two somewhat usable (your point still stands): soufflé (high performance but more limited) and DES, which works well for some simple personal data management, after so…
-
comment
Comment #42500738
Not using LSP does not mean not compiling/running. Using an LSP should not qualify you to commit without compiling or running either!
-
comment
Comment #42032383
So there must be at least three of us. Hi!
-
comment
Comment #41526957
Good point. In such case I would probably consider leaving the signature as is, even after tightening, and possibly offer a function with stricter signature for new code to use whi…
-
comment
Comment #41520474
This came to mind while considering your interesting point: After such a change, wouldn’t you feel the urge to inspect all users of the stricter return type and remove unnecessary …
-
comment
Comment #41432425
Looks fine (subjective) and there is also ctags
-
comment
Comment #41125785
I suspect you would have to port Go to run on Dis, the VM. C is for the OS. It’s a different design, without mmu. Plan 9 is still a classic OS with hardware isolation
-
comment
Comment #41091796
It is a personal choice of course, but some people enjoy the feeling of fully learning a piece of software, which is impossible with most.
-
comment
Comment #41091734
Inferno is not a successor. For example you can have Golang for Plan 9 but doesn’t make much sense on Inferno. You would even run Inferno on Plan 9 on some scenarios. I suspect mos…
-
comment
Comment #39570631
The explicitly specialised generic packages are nice too
-
comment
Comment #39558227
With some plumbing, it should be possible to follow links: match the URL with regex using the terminal and launch the link target in a new window.
-
comment
Comment #39154005
I think they are not ordinary words that consume arguments directly from the stack. They also need to look ahead in the input stream of tokens. With support for quoted code, there …
-
comment
Comment #39153959
Indeed using a quote to provide the word’s body seems very intuitive. I was asking about this on the retro forth IRC and turned out it could be bolted on to retro forth like: [ bod…
-
comment
Comment #38892080
It’s called split DNS. Can be implemented using dnsmasq
-
comment
Comment #36184283
I think the main advantage of telnet is the line edit mode and local echo. It helps working over high latency connections.
-
comment
Comment #36002323
From a quick look to one file, seems fairly consistent. Perhaps most unorthodox but at the same time easiest to justify: function bodies skip one level of indentation. The curly br…
-
comment
Comment #35180428
They don’t even ship where I am. I had to go through postal proxy. If you write some questions I will try to answer them later plus my own comments about any caveats I have found. …