Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jespino
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jespino
10d ago
Hi, the images are generated using a combination of ChatGPT, a prompt to make the style consistent, and some post-processing using Gimp to clean up things, ensure the arrows point where they should, and fixing anything that is wrong. Here i
2.
▲
by
jespino
4mo ago
This is good feedback, I'll going to incorporate it to the article, to make it more clear about the two paths there. Thanks.
3.
▲
by
jespino
7mo ago
In fact it generate single optimized exe files, but it does in multiple steps for multiple reasons, one of them is separation of concerns, but also, one of the main reasons is speed. The linker is linking (normally statically linking) diffe
4.
▲
by
jespino
7mo ago
Yes, there is some information that is written by the linker in the final data section of the binary, the itab, that is the interface table for the dynamic dispatching. AFAIK, it is done there because you need to know other packages structs
5.
▲
by
jespino
7mo ago
One of the things that makes it work so well with agents is two facts. Go is a language that is focused on simplicity and also the gofmt and go coding style makes that almost all go code looks familiar, because everyone write the code with
6.
▲
by
jespino
7mo ago
Yes, it is not specially different from other linkers. It has some tasks building the final binary including special sections in the binary, and is more aware about the specifics of the go language. But there is nothing that is extremely di
7.
▲
by
jespino
7mo ago
Misleading in what way? This is the linker part of a serie of posts about understanding the go compiler. I think there is no much space to be misleading.
8.
▲
by
jespino
12y ago
Yes, is a font problem in some browser because we use SVG for the "IN BETA", we going to change it to a PNG. Thanks for the feedback :)
9.
▲
by
jespino
12y ago
Completely agree, I will add this User Story to our backlog, then all depends on priorities or our free-time interests :P Thanks for the feedback
10.
▲
by
jespino
12y ago
Completely agree, We add the issue, and we will fix it in the next upload. Thanks :)
11.
▲
by
jespino
12y ago
Well, the video conferencing feature is a simple link to third party services (talky.io and appear.in) you can configure it on the admin interface of the project. Anyway you can use talky.io and appear.in without taiga, they are great servi
12.
▲
by
jespino
12y ago
The plan is integration by git hooks like close issues/task/us by commit message, but isn't planned a git browser of features like this.
13.
▲
by
jespino
12y ago
Hi, is open source, is really easy to change the font (on your own instance). The project have an API and the web (AngularJS) application, but anybody can build an application using the api like the web application, maybe an OSX native appl
14.
▲
by
jespino
12y ago
The problem is in the taiga.io web, isn't it? The problem is the animation on the top of the page. But the application hasn't this problem.