Readit News logoReadit News
fvt commented on Amazon Bedrock introduces API keys for streamlined development   aws.amazon.com/about-aws/... · Posted by u/rectalogic
fvt · 2 months ago
Interesting article. The second paragraph was a tad confusing so I thought I'd share what I found: I think there's maybe confusion between two "camel AIs":

> CamelAI is an open-source, modular framework for building intelligent multi-agent systems for data generation, world simulation, and task automation. > [...] said Miguel Salinas, CTO, CamelAI.

1. CamelAI, where Miguel Salinas is CTO, their website is camelai.com, but it's not a an open source framework they offer. Their "AI data analyst" tool seems cool though.

2. CAMEL-AI, camel-ai.org, the actual open source multi-agent framework, and it also looks like some nice technology right there.

fvt commented on LibraryThing Is Now Free to All   blog.librarything.com/mai... · Posted by u/user_235711
fvt · 5 years ago
I had no idea this existed but seems useful.

Took a quick look at the Terms of Use and Privacy Policy. Notable gotcha: kids under 16 (in the EU, 13 elsewhere) are prohibited from using this.

(Also, it says "Au revoir mes petits choux!", and I think it's funny.)

fvt commented on Programming by poking: why MIT stopped teaching SICP   posteriorscience.net/?p=2... · Posted by u/brunoc
jschwartzi · 9 years ago
Software Engineering is more about methodically solving software problems than it is about which problems are being solved. A web developer who writes rigorous formal tests for a new page is engineering just as hard as an embedded developer writing rigorous acceptance tests for a board-support package. The engineering comes from the rigor and the fact that there is a controlled process for how software features get implemented.
fvt · 9 years ago
I agree with that. The engineering process can be applied on every type of problem.

Yet, for that specific web dev problem, I haven't seen any way of formally testing the rendering web pages, which would make it consistent on every browsers. The testing process (almost) always leave that up to the developers themselves, and refreshing pages is the norm.

fvt commented on Programming by poking: why MIT stopped teaching SICP   posteriorscience.net/?p=2... · Posted by u/brunoc
fvt · 9 years ago
Some day we will recognize that some areas of "programming" are very different and require different skill sets, and eventually different titles.

We tend to call everything "software engineering" so that everybody can feel proud of such a title ("I'm an engineer"), but engineering is certainly not about figuring out how to vertically center divs with CSS (and it's also not about proving algebra theorems either -- even if it can be essential when it comes to specific problems that require it).

I can't imagine Linux and PostgreSQL being built without "science", they use a lot of it, and I'm pretty sure the authors all have read SICP and those theoretical books. Poking at things proved to be efficient to building things quickly, but it's just not how one builds critical systems/software that are robust, efficient and maintainable.

fvt commented on ELI – A System for Programming with Arrays   fastarray.appspot.com/... · Posted by u/emmanueloga_
klibertp · 11 years ago
Honest question: if I know J, what can I get from learning APL? When first looking at array based languages the symbols used by APL scared me off and I decided to go with J, now I wonder if the very same symbol set wouldn't be better than pure-ascii.
fvt · 11 years ago
IMHO learning about a new language (without becoming proficient with it) is always good as it makes you think about the one(s) you're proficient with.
fvt commented on ELI – A System for Programming with Arrays   fastarray.appspot.com/... · Posted by u/emmanueloga_
pavlov · 11 years ago
APL is fundamentally cool and I'd like to think it will make a comeback. But it seems that most modern APL-derived languages focus on trying to squeeze everything into ASCII as concisely as possible.

The following is an example of quite readable ELI with only a handful of symbols:

    c,[1.5]32+1.8*c<-$_10+5**!10
It's not bad, but when all you have is ASCII, dense notation will inevitably look like line noise.

APL's graphical notation was one of its original inventions, but custom keyboards weren't a viable solution in the PC era... But today the situation is different again. High-DPI displays and touch screens are becoming standard.

Would it be possible to reinvent APL notation to take advantage of high-res graphics and natural input methods? I'd love to see a tablet-only reinvention of APL that doesn't have a keyboard at all, just a number pad and painted gestures.

fvt · 11 years ago
+1.

Most text editors operate text substitutions (like "<-" turning to "←" automatically), so ASCII doesn't seem inevitable anymore (and I believe it's even truthier with virtual keyboards).

I worked in a company where APL used to be very strong (large french truck manufacturer) and they even had lots of programs written in Scheme for assembly-line optimisations in the late 90s. Most of those have been rewritten (should I say... painfully rewritten, and now buggy) in Java in 2005.

I feel like APL/CLisps/etc. were the right solutions but developers/managers were/are scared when they saw some of the mathematical/proof concepts they had to use, and were afraid of when they learned about them at the university.

fvt commented on Discovering Docker [ebook]   geoffrey.io/books/discove... · Posted by u/fvt
Alupis · 11 years ago
There aren't a lot of books about Docker because by the time they get published, Docker has made so many breaking changes, they are irrelevant.
fvt · 11 years ago
While you're definitely right when it comes to printed books, self-published books tend to be pretty up-to-date (as an example, I believe "Agile Web Development With Rails" runs a test suite against Rails and the author gets notified the moment something's not accurate with the book, maybe it's the case for this one).
fvt commented on Discovering Docker [ebook]   geoffrey.io/books/discove... · Posted by u/fvt
bigbugbag · 11 years ago
Why is this ad on HN front page ?
fvt · 11 years ago
OP here. Just came across it and I found it was interesting enough as there's not so much books about Docker.

u/fvt

KarmaCake day43March 17, 2014View Original