HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ideabile

no profile record

Submissions

Are IDEs outdated in the age of autonomous AI? [video]

youtube.com
2 points·by Ideabile·5개월 전·1 comments

How to draw stars – Sidereal time

ideable.dev
1 points·by Ideabile·5개월 전·1 comments

Fair-Code and Sustainable Use License

faircode.io
2 points·by Ideabile·3년 전·2 comments

Should we abandon the multiverse theory?

youtube.com
14 points·by Ideabile·4년 전·6 comments

[untitled]

1 points·by Ideabile·4년 전·0 comments

I turned my iPad Pro into my main computer (2021)

lucacambiaghi.com
43 points·by Ideabile·4년 전·42 comments

comments

Ideabile
·5개월 전·discuss
I got tired of watching agents scroll in a terminal.

So I built Gigi, a control plane for autonomous AI development.
Ideabile
·5개월 전·discuss
Hi, I am building a framework for interactive notebooks (like Jupyter Notebooks, but focused on modern web development tooling and Org mode - orgp.dev).

This enables me to share my creative thinking.

In this series of articles, I am migrating Starplot (a Python library for creating star maps) to JavaScript while exploring all the related concepts and knowledge around history, math, and astronomy.

I’ve added a bit of narrative-imagine a Tuareg sitting beneath a crystal-clear sky in the desert at night.

Let me know what you think and if you have any questions.
Ideabile
·3년 전·discuss
Not sure this is posted by the author.

Anyway, I find this tools fitting a very nice niece.

I’m currently working in a similar extension of markdown.

In case, the author pass by, would love to connect.
Ideabile
·3년 전·discuss
Are you aware of the existence of Sustainable Use License?

What is your thought about? Limitations and Opportunities?

Additional Links:

- https://github.com/n8n-io/n8n/blob/master/LICENSE.md

- https://docs.n8n.io/choose-n8n/faircode-license/
Ideabile
·3년 전·discuss
I feel that should have been phrase as formatting style.

This enters in the category of taste, I’m surprise that someone has investigate the assumption that could be correlated is something meaningful.

Although when comes to programming there is still different styles, compositions over inherence, condition verbalization, etc…

I wonder if that makes the difference. I believe makes better code, but some times I struggle explaining the value.
Ideabile
·3년 전·discuss
I’m not claiming any right in naming after Ancient Greek gods. But wanna say that I choose the “same” name for a related goal project https://github.com/Ideabile/ermes
Ideabile
·4년 전·discuss
This is the reason why Markdown isn't a good specification for this. But I do agree with the sentiment.
Ideabile
·4년 전·discuss
This is great, thanks for sharing.

I'm currently using @arrows/composition https://caderek.github.io/arrows/packages/composition/#pipe because of the light way library approach, which you seem to share.

I also try fp-ts https://github.com/gcanti/fp-ts but is a bit an academic style, so difficult to introduce in everyday work. Implementation of pipe: https://gcanti.github.io/fp-ts/modules/function.ts.html#pipe

I still need to wrap my head on your use of generics, but yours looks more flexible than the static type approach that other libraries (include RxJS) implements, does your pipe support types for any length of arguments? Does require a specific version of TypeScript?

Nice work.