AI->Doctor Blogs
#AI and #Code doctor: fix your AI & fix your Code
2023-10-29
All about Large Language Models (LLMs)
Large Language Models or LLMs are the focus of attention for AI. They are driving both the application space as well as research space.
Here is a link covering the latest in the evolution of LLMs
https://lifearchitect.ai/models/
A pragmatic guide to LLMs can be found here
https://github.com/Mooler0410/LLMsPracticalGuide
Hacker's Guide to LLMs (video - 90min)
https://www.youtube.com/watch?v=jkrNMKz9pWU
2023-10-23
Python 3.12
Bright new shiny python available 3.12
https://docs.python.org/3/whatsnew/3.12.html
This is more than a skin-deep repolished gem
https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep684
And
https://realpython.com/python312-new-features/#one-gil-per-subinterpreter
2023-09-10
2023-09-06
Revamp of Blog
This is a new restart of the blog. Hope to see more visitors.
Change is an opportunity
💓
2018-12-28
2016-03-14
R errors during startup on Mac OS X El Capitan
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_COLLATE failed, using "C"
3: Setting LC_TIME failed, using "C"
4: Setting LC_MESSAGES failed, using "C"
5: Setting LC_PAPER failed, using "C"
[R.app GUI 1.50 (6126) x86_64-apple-darwin9.8.0]
- Open Terminal
- Write or paste in:
defaults write org.R-project.R force.LANG en_US.UTF-8 - Close Terminal
- Start R
Github CoPilot Alternatives (VSCode extensions)
https://www.tabnine.com/blog/github-copilot-alternatives/
-
The JavaFX APIs are built over a technology stack that enables rich-media applications (2D, 3D and audtio) to be built very quickly. In...
-
You need to add an attribute android:screenOrientation to the activity in the AndroidManifest file
-
Both JQuery and a library like Prototype JS use the $ as shortcut/alias for commands. In order not to prevent conflict, we can change the u...
