Tag: programming
-
Introduction to Generative AI and Large Language Models for Media Business People
It has been more than 7 years since I wrote a blog post titled Information for Technologists Interested in Learning about Artificial Intelligence. Throughout my career at the intersection of product engineering and news media, I’ve been captivated by the potential of technology to foster innovation. I’ve had the privilege to work with pioneering technologies,…
-
SHA-3 Hash Generator
http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/sha3.js SHA-3, originally known as Keccak is a cryptographic hash function. Learn more on WikiPedia… Enter text below to generate the SHA-3 Hash Code for Output length in bits: 512384256224 The SHA-3 Hash Code is below //
-
Maker’s Schedule (For Managers Too)
The following memo from a department head to staff is an example of how to implement a productive maker’s schedule at your workplace. This approach recommends starting with baby steps, evaluating results and making changes accordingly. Dear Colleagues in the Technology, Project Management and Product Teams, Executive Summary:1 We are implementing a maker’s schedule starting…
-
Google Web Toolkit: Develop and Test in Java, Deploy as AJAX
I’m building a pull-down-menu navigation for the rajiv.com site using the Google Web Toolkit (GWT) and I’m impressed by this Google product. It allows you to create user interface (UI) widgets and dynamic functionality for your web app using the Java programming language. You develop and debug your app in the Eclipse Integrated Development Environment,…
-
Java Progammer? Use BeanShell
BeanShell is a fully Java compatible scripting language, capable of interpreting ordinary Java source files. You can also use it for working with Java interactively like an interpreted Unix Shell or Perl. You can try out Java’s object features, APIs, GUI widgets and other libraries hands on. BeanShell is free and also ships bundled with…
You must be logged in to post a comment.