Git Product home page Git Product logo

waylonwalker.com's Introduction

waylon walker header

        

Hey there 👋,

I create blog posts and open source packages mainly about python and data engineering. I have a passion for learning and sharing my knowledge with others in a way that's as public as possible. You can see a full list of what I am up to on waylonwalker.com. If you found value in something I have created, please feel free to send a tip, give me a shout out @_waylonwalker, give some ♥ on DEV.to/waylonwalker, or sign up for my newsletter at waylonwalker.com/newsletter I would love to see you join.


Boy Scout Rule

I love open source. I am not a heavy maintainer of any large libraries, but I really like the boyscout rule. I contribute to things as I come across issues that I think other people might struggle with. This may be things that are overlooked by someone who is deep into the library. I 💕 a good onboarding readme with good example.


My Digital Garden 🌱

I write regular blog posts, most of which you will find on my personal website waylonwalker.com and dev.to/waylonwalker.

I write about things I am familiar with, things that trip up folks that I mentor, and things that I am learning. Day to day I make things with data using python and javascript.

Latest Post 👉

other favorite posts

💌 Sign up for my newsletter


Latest Followers

Stargazers

Stargazers repo roster for @waylonwalker/waylonwalker

waylonwalker.com's People

Contributors

alyetama avatar jugmac00 avatar lucasgarbe avatar reduxionist avatar waylonwalker avatar zevaverbach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

waylonwalker.com's Issues

A Good Use for global .gitignore

Hi there,
I don't know how to contact you, but I just want to share with you how to be able to stow .gitignore directly instead of using the .global_gitignore hack by providing --dotfiles flag:

mv git/.global_gitignore git/dot-gitignore
stow git --dotfiles

hope this helps ^^

RSS feed broken?

Hey, just tried following the RSS feed (https://waylonwalker.com/rss.xml) and it seems to be empty/broken.

Not working on wsl2

On wsl2 the uname -r command returns '5.10.16.3-microsoft-standard-WSL2', changing to:
if system('uname -r') =~ "microsoft" augroup Yank autocmd! autocmd TextYankPost * :call system('/mnt/c/windows/system32/clip.exe ',@") augroup END endif
Works again

Automatic switching of conda environment cannot find conda

Hello, I came across your blog post on switching conda environments automatically, https://waylonwalker.com/auto_conda_env. This is something I've always wanted to get working, but hadn't gone down the rabbit hole of trying to get working yet. As a result, I've often been lazy and just worked in one environment.

In my .zshrc I'm using mambaforge and I initialise it and by default set a environment for when .envrc isn't present. I'm also initialising direnv https://github.com/paddyroddy/dotfiles/blob/48b0fbc391a83595271c89600a305e45b46ada04/zsh/.zshrc#L60-L81.

Following your guide, I've created a .envrc in a given project

#!/bin/bash
# shortcut for creating new conda environments based on the current working directory
condanew() {
    conda create -n $(basename $PWD) python=3.9 -y
    mamba activate $(basename $PWD)
    pip install lolcat
}
echo $(basename $PWD) | lolcat
mamba activate $(basename $PWD) || condanew

When I run direnv reload it's clearly not picking up stuff from my zsh config. Do you have any idea why my settings may not be working?
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.