We discuss how AI and user experience methodologies might serve to connect scientists and researchers back to important data and technology to solve the world’s biggest problems.
Our team at Element 84 is excited about AI’s potential to help in building systems, understanding the impacts of climate change, and generally helping users access data. At the same time, we’re also concerned with the environmental impact of using this technology. Hugging Face sums up the issue well in their AI Environment Primer: Artificial…
We discuss how natural language geocoding is changing the landscape of data analysis, making it more accessible and efficient.
In this blog, we detail how to get started with Generative AI in your existing Federal Government cloud accounts.
This blog post discusses how to quickly visualize data, like that of COVID-19. We are not medical experts and the visualizations have not been peer reviewed. We recommend visiting data sources, like the CDC, for data on COVID-19. Data visualizations have been crucial to communicating the severity of the COVID-19 pandemic. Problems like this benefit…
The Problem Recently, I needed to implement large file uploads to Amazon Web Services (AWS) from a web browser. We had some requirements with possible solutions: S3 is the ideal place to upload files but there are issues with uploading from a web browser to S3. You don’t want to give users free reign to…
Proto REPL is a Clojure REPL for the Atom Editor that I introduced in a blog post last October. When I introduced Proto REPL, I wrote “The future of interactive development is going to be visual.” and that “ATOM is at its heart a web browser that means you can use the combination of HTML/CSS/JavaScript…
I’d like to introduce a new Clojure REPL, Proto REPL, that I created as a plugin to the Atom editor. Proto REPL lets you develop Clojure applications in Atom using an interactive REPL driven development experience. nn nn Proto REPL Features nn n Send blocks of code or selections from an editor tab to the…