ericjmorey

Data Science

This seems too black and white a prognosis. I think it's not a popular method of funding development because the sponsorship/patronage method seems like it already does a better job of providing stability without making a transactional relationship.

Why don't you have the program download the entire text to save locally and then fetch the local files?

Git without a forge

1y 3mon ago in programming@programming.dev from www.chiark.greenend.org.uk

Introduction

I’ve written quite a lot of free software in my life. Most of it was from scratch: projects I started myself. So I get to choose where to host them – or rather, I have to choose where to host them.

These days, all my projects are held in Git. And mostly, I put them in ‘bare’ git repositories on my personal website.

I don’t use any git ‘forge’ system layered on top of Git, like Gitlab or Github, which automatically makes a bug tracking database for each project, and provides a convenient button for a user to open a merge request / pull request. I just use plain Git. People can ‘git clone’ my code, and there’s a web-based browsing interface (the basic gitweb) for looking around without having to clone it at all. But that’s all the automated facilities you get.

Occasionally this confuses people, so I thought I should write something about it.

Discussion with the author https://hachyderm.io/@simontatham/114111520633445984

(Blog) How I'm Building a Trump-Proof Tech Stack Without Big Tech

1y 3mon ago in selfhosted from www.joanwestenberg.com

That's not an affiliate link that's an anonymous tracking link.

These suggestions are essentially the same as other privacy and libre focused recommendations.

How to find project names?

1y 4mon ago in programming@programming.dev

You're right. I got lazy.

DFRA

Debian is Ditching X (Twitter) Citing These Reasons

1y 4mon ago in linux@lemmy.ml from news.itsfoss.com

I'm talking about posting on their website a link to alternative social media accounts.

I'd make a blind bet on that over Matrix for suitability.

In that case we could all just use email.

Orphaning bcachefs-tools in Debian – Jonathan Carter | 29 August 2024

1y 9mon ago in debian@lemmy.zip from jonathancarter.org

Learn PyTorch for Deep Learning: Zero to Mastery | Free Online Book | Daniel Bourke

1y 9mon ago in machine_learning@programming.dev from www.learnpytorch.io

What’s Really Going On in Machine Learning? Some Minimal Models | Stephen Wolfram | August 22, 2024

1y 9mon ago in machine_learning@programming.dev from writings.stephenwolfram.com

A table of publicly available Arena crates and their features

1y 10mon ago in rust@programming.dev from donsz.nl

Understanding Rust's Trait Objects: Vtables, Dynamic Dispatch, and Memory Deallocation

1y 10mon ago in rust@programming.dev from www.eventhelix.com