Page 20 of 126 (2518 total posts)

July 2023

09-07-2023
Building a Creative Practice

Building a Creative Practice

Source: open.substack.com

Could it even be the key to longevity?

Notes:

I think generative AI tools such as DALL-E and MidJourney for images and ChatGPT for text have scrambled people’s brains a bit. What the AI is capable of, and the way it presents its output to us is genuinely amazing and it’ll mess you up when you first see it.

Tags: ai generative-ai creativity chatgpt
07-07-2023
GPT Engineer: Build an Entire App with a Single Prompt

GPT Engineer: Build an Entire App with a Single Prompt

Source: levelup.gitconnected.com

Have an idea. Enter a prompt. Get an app.

Notes:

Just learned about this. A package that helps structured interaction with chatGPT to build software. It’s still pretty new and there will be others I am sure. But this is in the right direction!

Tags: cool-tools programming python automation chatgpt
07-07-2023
Experiential Robotics Platform (XRP) Kit - Beta

Experiential Robotics Platform (XRP) Kit - Beta

Source: sparkfun.com

The XRP Robotics Platform is a hands-on, comprehensive robotics platform and includes everything needed to build and program a beginner to advanced robot.

Notes:

This product is excellent and appropriate for many many educational scenarios. Also check out the video about it.

Tags: robotics education cool-tools robot robot-kit
05-07-2023
Deploying Ruby on Rails with Dokku (including Redis, Sidekiq, ARM servers and Docker).

Deploying Ruby on Rails with Dokku (including Redis, Sidekiq, ARM servers and Docker).

Source: railsnotes.xyz

This is the ultimate Dokku + Ruby on Rails guide — I cover running Dokku on x86 and ARM, deploying Sidekiq and Redis, dockerizing our Ruby on Rails app, and more...

Notes:

Dokku is one of several do-it-yourself heroku replacements which started getting attention when Heroku terminated their free tier.

Tags: rails dokku digital-ocean heroku cloud deploy scale build docker how-to
01-07-2023
Why AI Will Save the World | Andreessen Horowitz

Why AI Will Save the World | Andreessen Horowitz

Source: a16z.com

Why AI Will Save the World | Andreessen Horowitz URL: https://a16z.com/2023/06/06/ai-will-save-the-world/ Type: article Domain: a16z.com Notes: This article has been heavily referenced because Marc Andreesen is famous and opinionated.

Notes:

This article has been heavily referenced because Marc Andreesen is famous and opinionated.

Tags: ai pmarca marc-andreesen opinion

June 2023

29-06-2023
What is Standards-based Grading? - TeacherEase

What is Standards-based Grading? - TeacherEase

Source: teacherease.com

What is Standards-based Grading? - TeacherEase URL: https://www.teacherease.com/standards-based-grading.aspx Type: link Domain: teacherease.com Notes: "Standards-based grading (SBG) is an innovation in education that focuses on learning and helps increase achievement. It is often combined with updated instructional practices and culture to better engage students and foster a positive environment. This page is an introduction for parents and educators new to standards-based education."Explaining Standards Based Grading, which I think is almost the same as Specs Based Grading. Another concept I am learing about.

Notes:

"Standards-based grading (SBG) is an innovation in education that focuses on learning and helps increase achievement. It is often combined with updated instructional practices and culture to better engage students and foster a positive environment. This page is an introduction for parents and educators new to standards-based education."Explaining Standards Based Grading, which I think is almost the same as Specs Based Grading. Another concept I am learing about.

29-06-2023
A stop/start/continue for the ungrading community

A stop/start/continue for the ungrading community

Source: rtalbert.org

A stop/start/continue for the ungrading community URL: https://rtalbert.org/a-stop-start-continue-for-the-ungrading-community/?utm_source=Iterable&utm_medium=email&utm_campaign=campaign_7146472_nl_Teaching_date_20230629&cid=te&source=&sourceid= Type: article Domain: rtalbert.org Notes: I am looking into the idea of ungrading or other alternative ways of dealing with assessment and grading. So expect to see more links along those lines!

Notes:

I am looking into the idea of ungrading or other alternative ways of dealing with assessment and grading. So expect to see more links along those lines!

Tags: ungrading grading teaching pedagogy assessment
26-06-2023
llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs

llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs

Source: simonwillison.net

I’ve been building out a small suite of command-line tools for working with ChatGPT, GPT-4 and potentially other language models in the future. The three tools I’ve built so far …

Notes:

For someone like me who is using chatGPT and friends all day long for work. This tool provides intriguing possibilities

Tags: cli pipes cool-tools chatgpt
25-06-2023
Center Cam Standard Package

Center Cam Standard Package

Source: thecentercam.com

Center Cam Standard Package includes: Center Cam Assembly, Adjustable clip mount, Lens Privacy cover. Center Cam Specs: 1080p Resolution, F2.1 lens, 30 FPS, 65 degree Horizontal Field of View. Compatible with Windows, Mac, Android, and Linux. USB-A/USB-C. Adjustable Clip Mount Specs: Opens up to 2". Unit is 5 Ft. long

Notes:

This seems like a very good tool! We do so many zoom calls these days, not to mention teaching over zoom. We’re used to the off center eye contact. But I wonder whether people will notice when you use this that you’re looking right at them. Maybe it will make you more persuasive or help you do better in negotiations?

Tags: cool-tools zoom eye camera
25-06-2023
Rails design patterns

Rails design patterns

Source: rubyhero.dev

This article is a high-level overview of design patterns that are commonly used in Ruby on Rails applications. I also mention the cons and pros.

Notes:

Fantastic overview of the most common rails patterns. I think it’s pretty up to date and comprehensive.

Tags: rails how-to explainer interactor presenter pattern
20-06-2023
Copilot Leaks: Code I Should Not Have Seen

Copilot Leaks: Code I Should Not Have Seen

Source: link.medium.com

The number of leaked information from Copilot were surprising. I’ll show you what it his and how to prevent it your code from leaking.

Notes:

This is not gonna end well. LLMs learn from public repositories. Those repos will get smart that OpenAI is benefitting from all their work and stop allowing the drawling. See StackOverflow and Reddit. Will the well go dry?

Tags: copilot secrets trade-secrets LLM
18-06-2023
Blocks, Procs, and Lambdas: A Beginner's Guide to Closures and Anonymous Functions in Ruby

Blocks, Procs, and Lambdas: A Beginner's Guide to Closures and Anonymous Functions in Ruby

Source: akshaykhot.com

Closures and anonymous functions are very useful concepts, especially in functional programming. Ruby makes working with them a pleasure via its flavors like blocks, procs, and lambdas. This post provides an in-depth tutorial and shows the subtle differences between them.

Notes:

This excellent article does a great job at explaining the Ruby features block, lambda and proc.

Tags: ruby explainer lambda functions proc block
16-06-2023
Rewriting the Ruby parser

Rewriting the Ruby parser

Source: railsatscale.com

At Shopify, we have spent the last year writing a new Ruby parser, which we’ve called YARP (Yet Another Ruby Parser). As of the date of this post, YARP can parse a semantically equivalent syntax tree to Ruby 3.3 on every Ruby file in Shopify’s main codebase, GitHub’s main codebase, CRuby, and the 100 most popular gems downloaded from rubygems.org. We recently got approval to merge this work into CRuby, and are very excited to share our work with the community. This post will take you through the motivations behind this work, the way it was developed, and the path forward.

Notes:

Interesting in general. And from the perspective of parser engineering and trade offs.

Tags: ruby parser explainer rails
16-06-2023
Akshay's Blog

Akshay's Blog

Source: akshaykhot.com

I am a Ruby on Rails developer based in Victoria, BC. This blog is my attempt to spread the joy of building web applications in Ruby on Rails with the world.

Notes:

Another great resource for learning how to use stimulus and hotwired in Ruby on Rails.

Tags: rails ruby hotwire stimulus how-to