Tag: tutorial

38 posts

Como Instalar o Arch Linux

Nesta postagem, eu irei te guiar a como instalar o sistema operacional mais versátil do mundo, o Linux, em específico, a distribuição que eu uso, o Arch Linux!

Apr 25, 2026

Writing arbitrary records to a Bluesky PDS in Python

Use atproto to write a record because you can


L
longwinded and winding notes
greengale.app/atdot.fyi
Mar 24, 2026
Roomy basics

Roomy basics

Just another group chat, for now.

Mar 19, 2026

Making Feeds: Custom Logic Requests

demonstrates common logic requested for custom feeds

How to use Zed as a LaTeX editor

How to use Zed as a LaTeX editor

for all you scholarly zedheads out there

Nov 16, 2025
It's time to go post-POSIX at ICFP/SPLASH 2025

It's time to go post-POSIX at ICFP/SPLASH 2025

VMIL keynote arguing for post-POSIX shared memory interfaces like io_uring in language runtimes for high-performance concurrent computing.


A
Anil Madhavapeddy
anil.recoil.org
Oct 7, 2025
Holding an OxCaml tutorial at ICFP/SPLASH 2025

Holding an OxCaml tutorial at ICFP/SPLASH 2025

Tutorial at ICFP 2025 on OxCaml extensions for performance engineering with modes and locals.


A
Anil Madhavapeddy
anil.recoil.org
Oct 5, 2025

Tutorial: Migrando de volta para o PDS do Bluesky

Versão resumida caso precise retornar ao PDS do Bluesky PBC por algum motivo

Sep 28, 2025

Tutorial: Migrando de PDS para fora do Bluesky

Entenda o porquê migrar de PDS pode ser relevante e como fazer isso

Sep 21, 2025

Tutorial: Ativando notificações de uma conta do Bluesky

Receba postagens do Bluesky via RSS

Aug 25, 2025

Create and Use Farcaster Signers


P
Posts
iammatthias.com/posts
Apr 24, 2025

Create and Use Farcaster Signers


P
Posts
iammatthias.com/posts
Apr 24, 2025

Setting Up Django With Vite On Windows Subsystem for Linux

This is documented piecemeal elsewhere, but I ran into enough small issues as a WSL user that it seemed worth writing up, and while django-vite is a cool tool I think it assumes a lot of domain knowledge that new users may not have. Though I've been a fan of the HTMX minimal dependencies philosophy for a while, I am accepting the necessity of having some degree of JavaScript build pipeline: even if you're keeping all your logic on the back-end, there are plenty of things it's preferable to be a


L
lesser daemon
blog.bront.rodeo
Feb 5, 2025

Programmatically Creating Styled Cells In Jupyter Notebooks

I've been playing around with the idea of using Jupyter notebooks as a narrative game interface for a while, and finally got around to doing some prototyping this week. One thing I really wanted to do was require users to run code cells in Jupyter to unlock story beats: Jupyter notebooks are usually presented as a step-by-step tutorial, which is perfectly fine if you're trying to teach someone how to run a linear regression in sklearn but less so if you're trying to build suspense over the cours


L
lesser daemon
blog.bront.rodeo
Jan 29, 2025

Selectively running Android UI tests

Notes about selectively running instrumentation tests on Android


P
Personal blog
segunfamisa.com
Dec 13, 2024

Unlocking A/B Testing with PostHog: Improving Newsletter Signups

Optimizing signups by testing, trusting statistics, and fine-tuning UX using data from PostHog


M
Mike Bifulco
mikebifulco.com
Aug 19, 2024

Unlocking A/B Testing with PostHog: Improving Newsletter Signups

Optimizing signups by testing, trusting statistics, and fine-tuning UX using data from PostHog


M
Mike Bifulco
mikebifulco.com
Aug 19, 2024

Using Shadcn-ui with Inertia and AdonisJS


M
Matteo Gassend
matteogassend.com
Mar 25, 2024

Analyzing your Gradle dependencies

How to analyze your Gradle dependencies


P
Personal blog
segunfamisa.com
Mar 14, 2024

Parsing Apache2 access logs with the OpenTelemetry Collector

I couldn't find a ton of resources on this, but FYI -- the OpenTelemetry Collector's filelog receiver has a pretty robust regex parser built into it. Want to get your access.log files from Apache? Here's the config.


aparker.io icon
aparker.io
aparker.io
Jan 5, 2024

Growth hack: Publish newsletters to your Next.js site with ConvertKit API

Use previous issues of your newsletter to attract new subscribers, using the ConvertKit API with your Next.js site.


M
Mike Bifulco
mikebifulco.com
Sep 23, 2022

Publish your newsletter to your Remix site with the ConvertKit API

Learn how to use the ConvertKit API to publish your newsletter to your Remix site.


M
Mike Bifulco
mikebifulco.com
Sep 19, 2022

Setting Up TiddlyWiki on a Remote Server with Systemd & Nginx

TiddlyWiki is a cool tool, but if you, like me, are insane interested in getting it set up on the cloud, it can be a bit of a hassle. Here's a quick set of instructions to get it to run automatically as a service on a Linux server - I used a Hetzner Ubuntu machine. Install TiddlyWiki and create a server: npm install -g tiddlywiki tiddlywiki {server name} --init server Create a systemctl file for Tiddlywiki, e.g. etc/systemd/system/tiddlywiki.service Add the following for a barebones systemd


L
lesser daemon
blog.bront.rodeo
Sep 18, 2022

SEO tools I used to grow my sites to 20k+ visitors/month

I use these tools on every project to help track source code, monitor traffic on my site, and optimize content for better Search Engine Optimization (SEO).


M
Mike Bifulco
mikebifulco.com
Aug 22, 2022
Unidirectional data flow with Kotlin Flows Playground

Unidirectional data flow with Kotlin Flows Playground

An interactive experiment for learning how to produce state with kotlin flows

Jul 10, 2022

The correct semantic HTML for adding subtitles to h1 tags

This is the right format to use if you want to add a subtitle below an h1 tag on your html pages. Semantic HTML makes your site more accessible and better for SEO, since it is easier for search engines to process.


M
Mike Bifulco
mikebifulco.com
Jul 5, 2022

How to add Fathom Analytics to your Remix.run app

Building a website using the Remix.run webb app framework? This tutorial will teach you how to add privacy-first analytics to your Remix site with Fathom.


M
Mike Bifulco
mikebifulco.com
Jun 5, 2022

How to add Fathom Analytics to your Remix.run app

Building a website using the Remix.run webb app framework? This tutorial will teach you how to add privacy-first analytics to your Remix site with Fathom.


M
Mike Bifulco
mikebifulco.com
Jun 5, 2022

React for Beginners: Build a To-Do List


M
Matteo Gassend
matteogassend.com
Aug 14, 2020
Analyze Stack Traces in Android Studio

Analyze Stack Traces in Android Studio

Easily jump through and analyze stack traces in Android Studio


P
Personal blog
segunfamisa.com
Jun 22, 2020

Mono in Debian 9 Containers

Running Debian 9 and need to install the mono repository? You'll find advice for 8 that suggests using the following:


aparker.io icon
aparker.io
aparker.io
Nov 10, 2018

OpenTracing for ASP.NET MVC and WebAPI

Preface - I really like what Microsoft is doing with .NET Core and ASP.NET Core.


aparker.io icon
aparker.io
aparker.io
Oct 12, 2018
Using sample data resources in Android Studio

Using sample data resources in Android Studio

Use sample data resources for easy layout preview in Android Studio


P
Personal blog
segunfamisa.com
Oct 1, 2018

Notification Channels in Android Oreo

Prepare your app for Android Oreo targets by implementing notification channels


P
Personal blog
segunfamisa.com
Feb 6, 2018

Custom Fonts on Android with Android Support Library

Exploring how to implement custom fonts on Android by backporting fonts in XML using the support library


P
Personal blog
segunfamisa.com
Sep 4, 2017
Implementing Bottom Navigation View in your app

Implementing Bottom Navigation View in your app

Tutorial on how to implement the new bottom navigation view with the support library


P
Personal blog
segunfamisa.com
Oct 24, 2016
Improved notifications with Direct reply in Android N

Improved notifications with Direct reply in Android N

Tutorial on how to implement notifications with direct reply in Android N


P
Personal blog
segunfamisa.com
Sep 25, 2016

SearchMonkey Tutorials

Yahoo! hat gestern eine ganze Menge Links zu verschiedenen SearchMonkey Tutorials veröffentlicht. Einen schnellen und guten Überblick bieten die zwei PDFs von Chris Lindsey: How to Build a Custom Data Service [PDF] How to Build a SearchMonkey app (Infobar) [PDF]


N
notizBlog
notiz.blog/
Aug 15, 2008