Andy Pryor is 'Rethinking User Workflows with Generative AI' July 25th at Nebraska.Code().
Andy Pryor is 'Rethinking User Workflows with Generative AI' July 25th at Nebraska.Code().
> computer science and software engineering knowledge that got closely tied up with lisp’s cultural history
Kudos to you for this worthy endeavor.
I am lucky I got to read and absorb Abelson and Sussman as well as Liskov and Guttag (being an ocean and most of a continent away).
By the way, one could do worse than read comp.lang.lisp archives (if one has a lot of time).
Ars Technica: OpenAI introduces Codex, its first full-fledged AI agent for coding. “We’ve been expecting it for a while, and now it’s here: OpenAI has introduced an agentic coding tool called Codex in research preview. The tool is meant to allow experienced developers to delegate rote and relatively simple programming tasks to an AI agent that will generate production-ready code and show its […]
I can setup the project to build using Akku-R7RS
:
akku add akku-r7rs;
akku install;
./.akku/env;
But then how should I build each of the .sld
files to binary using the Chez compiler?
@mdhughes do you happen to know?
#ComputerProgramming is important labour that I don't believe can be done effectively with an #LLM or #AI. However I can't help having a little schadenfreude at the fact that, after years of #CompSci majors snickering at my arts degree, they have programmed themselves out of a job. 1/5
Carnegie Mellon University: Copilot Arena Helps Rank Real-World LLM Coding Abilities. “With so many AI coding assistants out there, it can be hard to keep track of ones that perform well on real-world tasks. To help analyze which leading or emerging code-writing large language models (LLMs) the developer community prefers, researchers at Carnegie Mellon University developed Copilot Arena, a […]
https://www.europesays.com/2046422/ Apple and Anthropic Building AI-Powered Coding Platform #AI #Anthropic #Apple #ArtificialIntelligence #coding #ComputerProgramming #News #partnerships #PYMNTSNews #What'sHot
Apple and Anthropic Building AI-Powered Coding Platform https://www.byteseu.com/976477/ #AI #Anthropic #Apple #ArtificialIntelligence #coding #ComputerProgramming #News #partnerships #PYMNTSNews #What'sHot
A tip for spreadsheet users that I have learned from watching a mistake made by others:
When you use
=MAX(M2-X2/M2,0.1)
to place a floor of 10% on how low you want your calculation to be of a fractional positive gap to reduce M2 to X2 by, please try to remember that the X2 cell value could be *already greater* than the M2 cell value.
You probably want
=IF(X2<M2,MAX(M2-X2/M2,0.1),0)
or similar.
Because if (say) M2 is 6.81E+10 and X2 is 7.99E+10, then your calculation is going to come up with 10% instead of 0%, let alone the correct -17%.
Which might be embarrassing. (-:
All Books from The Medical Futurist https://leanpub.com/b/tmf-books by Dr. Bertalan Mesko is the featured bundle on the Leanpub homepage! https://leanpub.com #Medicine #Leadership #ComputerProgramming #Ai #DigitalTransformation #Gpt #Investment #health #technology
Are you a Lisper? If yes, What made #lisp special in your view?
@lxsameer a few things:
LLM Prompt Engineering For Developers by Aymen El Amri is on sale on Leanpub! Its suggested price is $29.00; get it for $12.50 with this coupon: https://leanpub.com/sh/iiFnQ6ss #Gpt #WritingAndPublishing #Marketing #ComputerProgramming #Python #SoftwareEngineering
Deep Reinforcement Learning Hands-On - Third Edition: A practical and easy-to-follow guide to RL from Q-learning and DQNs to PPO and RLHF https://leanpub.com/deepreinforcementlearninghands-on-thirdedition by Packt Publishing Ltd is the featured book on the Leanpub homepage! https://leanpub.com #ComputerProgramming #books #ebooks #tech
Leaving the Rat Race with Python by Christian Mayer and Lukas Rieger is free with a Leanpub Reader membership! Or you can buy it for $19.99! http://leanpub.com/leavingtheratracewithpython #BusinessAndManagement #Career #Consulting #Startups #ComputerProgramming #Python
Leaving the Rat Race with Python by Christian Mayer and Lukas Rieger is free with a Leanpub Reader membership! Or you can buy it for $19.99! http://leanpub.com/leavingtheratracewithpython #BusinessAndManagement #Career #Consulting #Startups #ComputerProgramming #Python
Jean Sammet: An Accidental Computer Programmer
The IBM programming language specialist helped develop Cobol in 1959
By Amanda Davis
https://spectrum.ieee.org/jean-sammet-accidental-computer-programmer
I was trying to write a toot about magic and computer programming, but I had a lot of thoughts on this topic. So, I wrote a blog post.
My Hugo-based blog that I last touched in 2020 doesn't seem to build with the latest Hugo. It is still rough since I am shifting to a new theme (e.g. it is stuck in dark theme). Anyway, here's the blog post.
A Computer Programmer Talks About Magic
https://njoseph.me/blog/posts/computer-programmer-talks-about-magic/
Margaret Hamilton Recalls Her Life as a Programming Pioneer.
The pioneering software engineer who helped send men to the moon recalls her decades of innovation in a newly published video conversation. by David Cassel via @thenewstack
https://thenewstack.io/nasa-programming-legend-margaret-hamilton-gives-rare-interview/
Ada Lovelace's notes were labelled alphabetically from A to G. In Note G, she describes an algorithm for the Analytical Engine to compute Bernoulli numbers. It is considered to be the first published algorithm ever specifically tailored for implementation on a computer, and Ada Lovelace has often been cited as the first computer programmer for this reason. The engine was never completed and so her program was never tested. via @wikipedia