- Jun 2024
- Jan 2024
-
github.com github.com
-
[Yomitan - The Moe Way]
site:: [[GitHub]] user:: themoeway url:: https://github.com/themoeway/yomitan accessed:: 2024-01-04
-
- Dec 2023
-
github.com github.com
-
A primer for users trying to make sense of Org Mode
org-mode tutorial for beginner
-
- Nov 2023
-
docsify.js.org docsify.js.orgDeploy1
-
A magical documentation site generator. Simple and lightweightNo statically built html filesMultiple themes
-
- Oct 2023
-
github.com github.com
-
This is a test. I'm trying out syncing Hypothes.is with Obsidian
-
- Sep 2023
-
-
openSUSE zypper in offlineimap fedora dnf install offlineimap Arch Linux: pacman -S offlineimap, or through AUR package offlineimap3-git Docker image: offlineimap/offlineimap:latest (note: image not published yet, just an example)
this is important for offline
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
Inspect the proposed changes in the pull request and ensure that you are comfortable running your workflows on the pull request branch. You should be especially alert to any proposed changes in the .github/workflows/ directory that affect workflow files.
-
-
-
merge queue prevents semantic merge conflicts by automating the rebase process during merge, and ensuring that the trunk branch stays “green.”
merge queue - new GitHub feature
Tags
Annotators
URL
-
- Aug 2023
-
github.com github.com
-
https://github.com/kzwa/PhyllisDillerGagFile
Librarian Kate Zwaard of the Library of Congress has a GitHub repo of Phyllis Diller's Gag File.
-
-
authjs.dev authjs.devAuth.js1
Tags
Annotators
URL
-
- Jul 2023
- Jun 2023
-
betterprogramming.pub betterprogramming.pub
- May 2023
-
docs.github-did.com docs.github-did.com
Tags
Annotators
URL
-
- Apr 2023
-
towardsdev.com towardsdev.com
-
blog.anishde.dev blog.anishde.dev
-
www.freecodecamp.org www.freecodecamp.org
- Mar 2023
-
giscus.app giscus.appgiscus1
-
- Feb 2023
-
chrome.google.com chrome.google.com
-
www.reddit.com www.reddit.com
-
Open the iPad. I create a vault in Obsidian but uncheck `iCloud`. Then I go into `Working Copy` to clone the repository into the same location. You might have to enable the "Local File" in the `File` app. The repository will be external to `Working Copy`.Obsidian needs to see the folder before you put the Git clone there.If this isn't absolutely clear, I'll get some screen shots on the iPad. The key is checking out of each location use Obsidian, then Git push. Obsidian will modify enough files that you don't want to hand merge conflicts.I was using GitHub for other projects. Any Git repository works, but treat it like source code. Fetch your work before each session. Then check your work in before ending. While you can work from two locations, don't work in the same area of your vault.
Outline for using Obsidian on iPad with Github repository.
-
-
www.davidsbatista.net www.davidsbatista.net
-
Note you can find the complete code for this blog post on this repository:
Another implementation here
-
- Jan 2023
-
shawngraham.github.io shawngraham.github.io
-
https://shawngraham.github.io/hist1900/assets/slides/jan18#/
Mon 1/30/2023 6:40 AM
<small><cite class='h-cite via'>ᔥ <span class='p-author h-card'>Shawn Graham</span> in "took a session last week to walk my students through the #obsidianmd to #github workflow I want them to use. https://shawngraham.github.io/hist1900/assets/slides/jan18#/" - Mastodon (<time class='dt-published'>01/30/2023 13:06:39</time>)</cite></small>
https://mastodon.social/@electricarchaeo@scholar.social/109745539125362012
-
-
-
https://github.com/rlaker/Obsidian-for-Academia/issues/1
Perhaps I can circle back around to add in more of the specifics, both for the documentation and so people better understand what's going on and how things are dovetailed. Until then, the following two articles about setting up and using Obsidian with Zotero are fairly useful templates/walk throughs: - https://www.marianamontes.me/post/obsidian-and-zotero/ - https://nataliekraneiss.com/your-academic-reading-list-in-obsidian/
-
-
pipeittodevnull.github.io pipeittodevnull.github.io
-
This was recommended in the Obsidian Members Group Discord for teaching someone how to setup an Obsidian vault with a GitHub repo for version control. Kamil claimed it was more clear than an intro article by [[Bryan Jenks]] on how to setup GitHub with Obsidian. Jenks eventually made a video about the process.
-
-
www.programmableweb.com www.programmableweb.com
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
-
-
```js const TOKEN = "YOUR_PERSONAL_ACCESS_TOKEN"; const GIST_ID = "YOUR_GIST_ID"; const GIST_FILENAME = "db.json";
/ * Reads the JSON file inside of the gist / async function getData() { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
); const gist = await req.json(); return JSON.parse(gist.files[GIST_FILENAME].content); }/ * Puts the data you want to store back into the gist / async function setData(data) { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
, { method: "PATCH", headers: { Authorization:Bearer ${TOKEN}
, }, body: JSON.stringify({ files: { [GIST_FILENAME]: { content: JSON.stringify(data), }, }, }), });return req.json(); } ```
-
-
indieweb.social indieweb.social
Tags
Annotators
URL
-
-
github.com github.com
-
A list of websites, online note collections, zettelkasten, digital gardens, wikis that rely on Logseq publish: https://github.com/pengx17/logseq-publish/network/dependents
-
- Dec 2022
-
christianheilmann.com christianheilmann.com
-
GitHub Copilot is incredible, and if you check what’s happening in the preview released as the Copilot Labs extension it will only get more amazing.
Demonstration of "Code brushes" for GitHub Copilot (see GIF below)
-
-
-
At the end of the day, Copilot is supposed to be a tool to help developers write code faster, while ChatGPT is a general purpose chatbot, yet it still can streamline the development process, but GitHub Copilot wins hands down when the task is coding focused!
GitHub Copilot is better at generating code than ChatGPT
-
-
shawngraham.github.io shawngraham.github.io
-
https://shawngraham.github.io/hist1900/#the-big-idea
<small><cite class='h-cite via'>ᔥ <span class='p-author h-card'>Kathleen Fitzpatrick</span> in Spending today tinkering with a combi… (<time class='dt-published'>12/18/2022 00:02:04</time>)</cite></small>
-
-
blog.netnerds.net blog.netnerds.net
- Nov 2022
-
webmonetization.org webmonetization.org
-
Web Monetization
Web Monetization official site with motivation, wallets, providers, browsers, search engines, tools, documentation link, explainer link, specifications link, awesome list link, github link
Tags
- awesome
- mozilla
- vuepress
- github
- w3c
- wallet
- currency
- svelte
- documentation
- explainer
- interledger
- infinity search
- 11ty
- gatsby
- moodle
- mojeek
- coil
- micro-payment
- ngx
- jekyll
- motivation
- specification
- ilp
- javasript
- edge
- protocol
- gatehub
- money
- pipe web
- gridsome
- chrome
- web monetization
- plugin
- standard
- uphold
- puma
- monetization
- donations
- tessy
- ledger
- hugo
- list
- revenue
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Donations
To add some other intermediary services:
- ko-fi (site for contribution)
- GitHub sponsors (for GitPages)
- itch.io (for games)
- Gumroad (for sites and repositories)
- Patreon (for fan interaction)
To add a service for groups:
To add a service that enables fans to support the creators directly and anonymously via microdonations or small donations by pre-charging their Coil account to spend on content streaming or tipping the creators' wallets via a layer containing JS script following the Interledger Protocol proposed to W3C:
If you want to know more, head to Web Monetization or Community or Explainer
Disclaimer: I am a recipient of a grant from the Interledger Foundation, so there would be a Conflict of Interest if I edited directly. Plus, sharing on Hypothesis allows other users to chime in.
Tags
- premium
- youtube
- contribution
- mozilla
- dev.to
- vuepress
- podcast
- w3c
- Interledger Protocol
- microdonation
- tools
- strategies
- wallet
- web standards
- Consortium
- gftw
- subscriptions
- mozilla festival
- model
- pwyw
- open web
- 11ty
- open-source
- moodle
- Interledger
- collective
- pricing
- gumroad
- tips
- extension
- privacy
- jekyll
- pay what you want
- research
- protocol
- web
- API
- gridsome
- film
- FOSS
- ko-fi
- open source
- Patreon
- online ledger
- monetization
- payment
- browser
- revenue sharing
- nonprofit
- art
- education
- pricing strategies
- donation
- fans
- mozfest
- github
- pay-what-you-want
- sponsors
- stream
- svelte
- business
- gaming
- open collective
- open
- wordpress
- gatsby
- payment pointer
- coil
- WWW
- gratuity
- ngx
- community
- exclusive
- gatehub
- micro-donation
- pipe web
- micropayment
- video
- games
- freemium
- web monetization
- uphold
- plug-in
- tessy
- hugo
- revenue
Annotators
URL
-
-
www.jwz.org www.jwz.org
-
This github "community of people" is apparently more interested in pontificating about pointless differences in tools and wanking off to tool complexity than they are in actually getting shit done.
-
-
-
Paul M mentioned Tilium having a shared aspect that Obsidian doesn't. Seems to be like a GitHubish approach to Obsidian.
-
-
syntaxbug.com syntaxbug.com
-
[Solved] Git: LF will be replaced by CRLF the next time Git touches it’ problem solving and thinking
Trouble shooting git add . issue.
Setting method one for Windows system working with others:
git config --global core.autocrlf true
Tags
Annotators
URL
-
-
github.com github.com
-
Page that has some guidance on troubleshooting AutoHotkey issues in VS Code.
-
-
github.com github.com
-
An open issue on the Obsidian Hypothes.is plugin about edits in annotations not being added to Obsidian. A proposed solution is given; change the settings script with the code provided.
-
-
til.simonwillison.net til.simonwillison.net
-
You can then edit files in that repository and commit and push them like this: cd 0a30d52feeb3ff60f7d8636b0bde296b # Edit files here git commit -m "Edited some files" -a git push
-
But if you want to be able to make local edits and then push them back, you need to use this recipe instead: git clone git@gist.github.com:0a30d52feeb3ff60f7d8636b0bde296b.git You can find this in the "Embed" menu, as the "Clone via SSH" option.
-
You can clone them anonymously (read-only) just using their URL: git clone https://gist.github.com/simonw/0a30d52feeb3ff60f7d8636b0bde296b
-
-
-
The GitHub repository for source code that generates the knowledge garden by @wfinck (which he calls a "digital garden"
-
-
zhuanlan.zhihu.com zhuanlan.zhihu.com
-
设定自定义域名:https://cdn.jsdelivr.net/gh/[github用户名]/[仓库名]@main,注意,此处的分支一定要填写@main,否则默认使用master分支。而现在github创建的默认分支名为main,如果不指定,则会出现图片不能上传的情况。【踩坑两小时】
冲
Tags
Annotators
URL
-
- Oct 2022
-
stackoverflow.com stackoverflow.com
-
A "pull request" is you requesting the target repository to please grab your changes. A "push request" would be the target repository requesting you to push your changes.
Push and pull requests
-
-
www.google.com www.google.com
-
git commit --amend --no-edit amends a commit without changing its commit message.
git commit --amend --no-edit amends a commit without changing its message
-
-
learngitbranching.js.org learngitbranching.js.org
-
Detaching HEAD just means attaching it to a commit instead of a branch
-
That way it would look like these two features were developed sequentially, when in reality they were developed in parallel.
git rebase
-
-
www.freecodecamp.org www.freecodecamp.org
-
git checkout da9cc5f -- README.md
How to revert back to previous branch
-
-
stackoverflow.com stackoverflow.com
-
Reverting The Working Copy to an Older Commit
? How to revert to an older commit
-
-
tylercipriani.com tylercipriani.com
-
But for all of its features, GitHub implements only a subset of git. For instance, GitHub lacks the default merge strategy of git—the fast-forward merge.
-
-
www.paulgraham.com www.paulgraham.com
-
The most dangerous form of procrastination is unacknowledged type-B procrastination, because it doesn't feel like procrastination. You're "getting things done." Just the wrong things.
Type-B procrastination accounts for a lot of the junk I see on people's GitHub timelines—and that type of social network-backed gamified gratification is why I've adopted a stance where I impose a huge entry fee on any workflow that routes itself through GitHub's servers.
Tags
Annotators
URL
-
- Sep 2022
-
mikemcquaid.com mikemcquaid.com
-
No to new features. No to breaking changes. No to working on holiday. No to fixing issues or merging pull requests from people who are being unpleasant. No to demands that something has to be fixed right now.
In other words, no to the rotten cultural expectations that are by far what you're most likely to encounter on GitHub. I promise—things really were so much better before it came along to try to be Facebook-for-software-development.
-
The general state of the open source ecosystem is that most maintainers are building software they want other people to use and find useful.
I think the default assumption that this is what's going on is a huge part of the problem. I see a similar thing happen on GitHub constantly, where project maintainers try to "upperhand" contributors, because they see the contribution as something deliberately undertaken to benefit the person who is e.g. submitting a bug report. This is a massive shift away from the spirit of the mid-to-late 2000–2010 era characterized by initiatives like Wikipedia (and wikis generally) and essays by Shirky on the adhocracy around the new digital commons.
-
-
gitjournal.io gitjournal.io
- Aug 2022
-
docs.github.com docs.github.com
-
You can link to a particular row by clicking the row number, or select multiple rows by holding down the shift key. Just copy the URL and send it to a friend.
BRO...
I am semi-legitimately angry I am just now finding out about this.
Here's an example that actually works!
https://gist.github.com/extratone/36c6ceeb48ab2eefd77256afa80a54c3#file-extratext-csv-L329
-
-
docs.github.com docs.github.com
-
-
-
fairislandproject.github.io fairislandproject.github.io
-
This is a living document. Ideas or feedback can be contributed through commenting directly using Hypothes.is which will create issues in the Github repo or you can directly create an issue: https://github.com/FAIRIslandProject/Generic-Place-based-Data-Policy/issues
How awesome is this sort of integration? If one can use annotations to create issues within Github, it should be relatively easy for websites to do similar integrations to allow the use of Hypothes.is as a native commenting system on website pages. The API could be leveraged with appropriate URL wildcard patterns to do this.
I have heard of a few cases of people using Github issue queues as comments sections for websites, and this dovetails well into that space.
How might the Webmention spec be leveraged or abstracted to do similar sorts of communication work?
-
-
github.github.com github.github.com
-
-
github-did.com github-did.com
-
-
www.codetriage.com www.codetriage.com
-
The creator of CodeTriage, Richard Schneeman, was surprised to learn one day that the Ruby on Rails core team (of about 7 or so people) were responsible for handling ALL the issues opened on the Rails GitHub repo. At the time, there were about 700 or so issues. These maintainers are hugely valuable to the project due to their depth of knowledge, however keeping up with issues was taking a huge amount of time. Would you rather these highly specialized maintainers spend their time developing new features and actually fix bugs, or would you want them to spend their days responding to hundreds of issues? Asking for simple questions like "what version of Rails are you using?", and "can you provide an example app?", and "is this fixed on master?”. While asking these questions might only take 5 or 10 minutes of time, the sheer volume of issues per maintainer was unreasonable. This was highlighted by the herculean efforts of another developer Steve Klabnik, who went through every single issue and responded to all of them in a marathon session spanning multiple days. The effort got him accolades and commit access to the Rails repo. While he deserves the praise, the efforts were ultimately unsustainable.
Surprise: going all in on GitHub—including abandoning traditional practices governing bugtrackers in favor of GitHub's anemic project management tools—has a negative impact.
-
-
github.com github.com
-
https://github.com/stars/AramZS/lists/indieweb
Aram Zucker-Scharff's list of IndieWeb related repositories on GitHub
Tags
Annotators
URL
-
- Jul 2022
-
tomcritchlow.com tomcritchlow.com
-
getting set up requires a github account and “pushing” commits every time I write a post
-
-
minicomp.github.io minicomp.github.ioWax1
-
https://minicomp.github.io/wax/
This web project was mentioned to me by Jim Groom.
See also: - https://mcgrawect.princeton.edu/tool/wax/
-
-
-
Why Microsoft Is Willing to Pay So Much for GitHub by Paul V. Weinstein
-
-
-
Jun 6, 2018 — Microsoft's $7.5 billion acquisition of GitHub is a perfect illustration of how value is ascribed differently in Silicon Valley than in the ...github microsoft acquisitionwhy did microsoft buy githubwhy did microsoft buy github redditmicrosoft github strategygithub revenuewho owned github before microsoftPeople also search for
Jun 6, 2018 — Microsoft's $7.5 billion acquisition of GitHub is a perfect illustration of how value is ascribed differently in Silicon Valley than in the ...
Tags
Annotators
URL
-
-
news.microsoft.com news.microsoft.com
-
Microsoft to acquire GitHub for $7.5 billion
-
-
news.microsoft.com news.microsoft.com
-
Microsoft acquires GitHub
-
-
www.google.com www.google.com
-
Microsoft acquired GitHub, a popular code-repository service used by many developers and large companies, for $7.5 billion in stock.
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
it's very easy to measure how many github back and forths people have
Bad example. The way most GitHub-adjacent subjects are handled and the overheads involved is already evidence that most people are not interested in operational efficiency, let alone measuring it to figure out how to do it better.
-
- Jun 2022
-
-
Free public projects private projects starting at $9/month per project
For many tools and apps payment for privacy is becoming the norm.
Examples: - Kumu.io - Github for private repos - ...
pros: - helps to encourage putting things into the commons
cons: - Normalizes the idea of payment for privacy which can be a toxic tool.
discuss...
-
- May 2022
-
earthly.dev earthly.dev
-
Overall, if speed is your primary concern and you’re on a budget, then Circle CI is the clear choice. If you’re not looking to run a ton of builds each month and your code is already in Github, then Github Actions can offer similar performance with the added convenience of having everything under one service. Even though we liked Travis better, our main criteria was value, and since you can’t use Travis for free after the first month, GitLab was able to grab the third slot, despite it being weaker in almost every other category.
4 CI free tier comparison: * Quality of Documentation * Compute Power * Available Disk Space * Free Build Minutes * Speed and Performance
Tags
Annotators
URL
-
-
-
**The Cauchy-Schwarz Inequality** $$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
This sentence uses
$
delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
-
-
gitlab.com gitlab.com
-
We overload the meaning of "GFM" to mean "GitLab Flavored Markdown", which is a superset of GitHub's version. However it can cause confusion as they are not the same thing.
-
-
www.programmableweb.com www.programmableweb.comGitHub1
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
e.g. https://api.github.com/search/issues?q=repo:nodejs/node+type:issue+state:closed
json { "total_count": 6595, "incomplete_results": false, "items": [...] }
-
-
github.com github.com
-
Get all repos from the user
https://api.github.com/users/:user/repos
, then look foropen_issues_count
in the named repo.HI, when you get issues by page like
issues?page=0&per_page=5
number
property from first element will be count of issues.
Tags
Annotators
URL
-
-
www.otherlife.co www.otherlife.co
-
That people show off these illegible globs in public only makes sense from a signaling perspective: They are saying, “look at how many nodes I have in my brain, amazing nodes
See also: GitHub contribution graphs
-
-
gist.github.com gist.github.com
-
Markdown's supported, as long as you have a blank line between the </summary> tag and the following content.
-
-
workflowhub.eu workflowhub.eu
Tags
Annotators
URL
-
-
www.fast.ai www.fast.ai
-
Interesting take on the utility of GitHub's Copilot and on code generation in general. Does it actually help?
Tags
Annotators
URL
-
- Apr 2022
-
gabrieltanner.org gabrieltanner.org
-
nyu-dataservices.github.io nyu-dataservices.github.io
-
a way for us to compare, restore, and merge changes to our stuff.
- google docs
- save as for local files: (e.g. file1.docx, file2.docx)
-
- Mar 2022
-
news.ycombinator.com news.ycombinator.com
-
I can enjoy my hobby in open-source without Github issues becoming a shouting match that spans 200 comments from people who aren't even invested in the codebase
Tags
Annotators
URL
-
-
www.infoworld.com www.infoworld.com
-
Except it sucks for everybody who's left out.
Just like GitHub makes things a non-starter today, unless you've bought in to it the way non-technical people bought in to walled gardens like Facebook and excluded everyone else.
-
While it's true that GitHub has become more accessible to non-programmers than it once was, these folks won't be comfortable making pull requests anytime soon.
GitHub's accessibility even wrt programmers leaves much to be desired for anyone who was familiar with highly productive workflow before GitHub came along and apparently handicapped everyone's ability to conceive how things could be any better.
-
- Feb 2022
-
gist.io gist.io
-
Gist.io isWriting for HackersThere’s a scale of permanence to writing on the web. On one end, we have the tweet: brief and ephemeral. On the other end of the scale, we have longform blog writing: unlimited in length and hopefully impervious to the passage of time.Sometimes, we want to share a bit of writing that is neither. Maybe we want to write for a specific audience, but don’t want to address the people who usually read our blogs. Maybe it’s just something that doesn’t fit into 140 characters.Gist.io is a solution for that, inspired by Mike Bostock’s delightful bl.ocks.org
Schönes Tool für Gist.
-
- Jan 2022
-
copilot.github.com copilot.github.com
Tags
Annotators
URL
-
-
github.com github.com
-
```mermaid graph TD; A-->B; A-->C; B-->D; C-->D;
```
Tags
Annotators
URL
-
-
web.archive.org web.archive.org
-
Read in relation to marak being kicked off of Github today.
-
- Dec 2021
-
v8.dev v8.dev
-
On the Web, the file extension doesn’t really matter
Not so much "On the Web" as it is "In JavaScript".
mjs
is an invention of runtimes like NodeJS (and the unending toolchain hell that sprang up around it) to paper over NodeJS's non-standard idiosyncrasies that are entirely the closed loop result of their own doing.The fact that this has infected discussion of JS itself is even more reason to despise Node and its ecosystem.
Tags
Annotators
URL
-
-
massive.wiki massive.wiki
-
Massive Wiki is a movement to create a wiki ecosystem (rather than just one engine) that provides classic wiki utility, with a plurality of tools and processes that enable decentralization and federation of the pages.
This looks like a fascinating tool. Similar in function to what @Flancian is attempting to do?
Perhaps I'll tinker with it soon...
Tags
Annotators
URL
-
- Nov 2021
- Aug 2021
-
blog.placemark.io blog.placemark.io
-
And back in the day, everything was GitHub issues. The company internal blog was an issue-only repository. Blog posts were issues, you’d comment on them with comments on issues. Sales deals were tracked with issue threads. Recruiting was in issues - an issue per candidate. All internal project planning was tracked in issues.
Interesting how versatile GitHub Issues can be
-
- Jul 2021
-
twitter.com twitter.com
-
I mean, over 40M devs from over 41 countries on GitHub? Pretty amazing.
Is it, though? From where I'm sitting, GitHub has been good for exactly two things. Getting the uninteresting one out of the way first: free hosting. Secondly, convincing the long tail of programmers who would not otherwise have been engaged with the FOSS scene to free their code, by presenting a shimmering city on the horizon where cool things are happening that you'd be missing out on if you were to remain stuck in the old ways that predate the GitHub era's collective mindset of free-and-open by default. That is, GitHub strictly increases the amount of free software by both luring in new makers (who wouldn't have created software otherwise, free or not) and rooting out curmudgeons (who would have produced software of the non-free variety) with social pressure.
I'm less convinced of the positive effects on "the choir"—those who are or were already convinced of the virtues of FOSS and would be producing it anyway. In fact, I'm convinced of the opposite. I grant that it has "changed the way [people] collaborate", but not for the better; the "standard way of working" referred to here by my measures looks like a productivity hit every time I've scrutinized it. The chief issue is that undertaking that level of scrutiny isn't something that people seem to be interested in...
Then you have GitHub's utter disregard for the concerns of people interested in maintaining their privacy (by not exposing a top-level index of their comings and goings to anyone who asks for it —and even those who don't—in the way that GitHub does, again, whether you asked for it or not).
-
- Jun 2021
-
asapbio.org asapbio.org
-
linking from preprints to their journal version
We developed a preprint-publication linker that is available on github. Details here:
Cabanac, G., Oikonomidi, T., Boutron, I. (2021). Day-to-day discovery of preprint–publication links. Scientometrics. https://doi.org/10.1007/s11192-021-03900-7
We daily track 572 preprints of COVID19 randomized controlled trials for the COVID-NMA project. The results of the linking and validation of preprint-publication pairs by epidemiologists are available here:
https://www.irit.fr/~Guillaume.Cabanac/covid19-preprint-tracker
-
- May 2021
-
github.com github.com
-
https://github.com/propublica/compas-analysis/blob/master/Compas%20Analysis.ipynb
-
- Apr 2021
-
glitch.com glitch.comGlitch1
Tags
Annotators
URL
-
-
www.raywenderlich.com www.raywenderlich.com
-
GitHub Actions is GitHub’s platform for automation workflows. A workflow is a sequence of jobs that can run either in series or in parallel. A job usually contains more than one step, where each step is a self-contained function. To learn more about GitHub Actions, go through the tutorial on Continuous Integration for Android.
Brief description on what GitHub Actions is.
-
-
www.sarasoueidan.com www.sarasoueidan.com
-
My favorite part of this entire plan has to be the part where I use Github Issues as a blog. Kind of. For every new feature (or set of features) I want to add to the site—no matter how small, like adding a Favicon, for example—I will open a new issue and create a corresponding branch where the work on that feature will happen. I will basically produce a(n) infrequent stream of short “blog posts” in the form of Github issues. The live code for each issue/feature will live in the issue’s corresponding branch. As someone who tends to do multiple things at once, this will take a lot of organization and discipline, and that’s the challenging part for me.
This is a fascinating and very illustrative use of GitHub for web development. I mostly like that she's pointing out her use case.
Tags
Annotators
URL
-
- Mar 2021
-
githubraw.com githubraw.com
-
github.blog github.blog
-
stackoverflow.com stackoverflow.com
-
stackoverflow.com stackoverflow.com
-
docs.github.com docs.github.com
- Feb 2021
-
www.gitpod.io www.gitpod.io
-
Dev Environments Built for the Cloud.
-
-
github.com github.com
-
A cheatsheet on the usage of git flow, visit http://danielkummer.github.com/git-flow-cheatsheet/
-
-
github.com github.com
-
TL;DR for developer documentation - a ridiculous collection of cheatsheets
Example github page, centered around markdown files to create cheatsheet notes
Tags
Annotators
URL
-
-
github.com github.com
-
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
-
github.com github.com
-
Resume builder using latex
Tags
Annotators
URL
-
-
github.com github.com
- Jan 2021
-
github.com github.com
-
The model is trained on 147M multi-turn dialogue from Reddit discussion thread. The largest model can be trained in several hours on a 8 V100 machines (however this is not required), with distributed training and FP16 option.
github-dialogpt traning problem
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
Types of GitHub Pages sites
Types of GitHub Pages sites
-
- Dec 2020
-
gohugo.io gohugo.io
-
Host on GitHub
Host hugo on github pages.
-
Deployment of Project Pages from /docs folder on main branch
Deployment of Project Pages from /docs folder on main branch.
-
-
97.83.185.97 97.83.185.97
-
OpenApiValidators
The guy who runs this repo is so nice, and I'm only a little big jealous that he's younger than me.
-
- Nov 2020
-
changelog.com changelog.com
-
I feel that with all that power that it’s gaining, instead of being a more approachable tool, that it’s actually being a tool that is continuously making people feel frustrated, to the point where I feel that whatever the next version control system is… (And it does not have to be something separate than Git. It should maybe be just a really powerful abstraction built on top of Git.) But I think whatever the next iteration of the people’s version control is… it should be something that is more reflective of how we think about what version control is for us.
Tags
Annotators
URL
-
-
www.whitesourcesoftware.com www.whitesourcesoftware.com
-
GitHub App
-
- Oct 2020
-
news.ycombinator.com news.ycombinator.com
-
Your weekly reminder that1. You should not have your development process on a centralized platform, at least not if you're doing anything that smells of copyright issues2. If you do host on a centralized platform, have regular, decentralized backups of code and issue tracking.3. Also, avoid US-centric hosting for this kind of thing. But really, refer to 1.
3 things to keep in mind while hosting your code
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
You can invite users to become collaborators to your personal repository.
-
-
-
Lastly, I walked through Github Pages, and how using a separate branch, you can publish HTML, CSS, JavaScript and JSON for projects, turning Github into not just a code and content management platform, but also a publishing endpoint.
More information on how to use GitHub pages to build your website: https://indieweb.org/GitHub_Pages
-
- Sep 2020
-
github.com github.com
-
FreeOurKnowledge/discussion. (2020). Free Our Knowledge. https://github.com/FreeOurKnowledge/discussion (Original work published 2019)
-
-
github.com github.com
-
Codecheckers/covid-uk. (2020). [R]. CODECHECK. https://github.com/codecheckers/covid-uk (Original work published 2020)
-
-
github.com github.com
-
aaronpeikert. (2020). Aaronpeikert/reproducible-research [TeX]. https://github.com/aaronpeikert/reproducible-research (Original work published 2019)
-
-
github.com github.com
-
Viechtbauer, W. (2020). Wviechtb/forest_emojis [R]. https://github.com/wviechtb/forest_emojis (Original work published 2020)
-
-
kwokchain.com kwokchain.com
-
In many ways Figma’s Communities are a reflection of Github’s philosophy and intent, but built with design in mind. Duplicate a shared design, and a copy is instantly saved to your workspace and ready to be edited.
The idea of a click-to-fork-repository was brought to Figma in the form of communities.
Tags
Annotators
URL
-
- Aug 2020
-
medium.com medium.com
-
Don’t forget to tell Git who you are, add this cell so you don’t have to answer every time you commit during a new session!
Authenticate yourself with GitHub:
!git config --global user.email <YOUR EMAIL> !git config --global user.name <YOUR NAME>
-
This will allow you to grab both public and private repos without leaving your password exposed in the notebook.
Connecting your GitHub:
import os from getpass import getpass import urllib user = 'rbracco' password = getpass('Password: ') repo_name = 'fastai2_audio' # your password is converted into url format password = urllib.parse.quote(password) cmd_string = 'git clone https://{0}:{1}@github.com/{0}/{2}.git'.format(user, password, repo_name) os.system(cmd_string) cmd_string, password = "", "" # removing the password from the variable # Bad password fails silently so make sure the repo was copied assert os.path.exists(f"/content/{repo_name}"), "Incorrect Password or Repo Not Found, please try again"
-
-
stfalcon.com stfalcon.com
-
Germany went further and created an account of the German Bundestag — in 2012, citizens received access to the latest laws on Github. Since then, residents of Germany can not only monitor changes but also to do pull requests, however, to make the change take effect, it must be approved by the Bundestag.
-
-
ropensci.org ropensci.org
-
‘OSF: A Project Management Service Built for Research - ROpenSci - Open Tools for Open Science’. Accessed 10 August 2020. https://ropensci.org/blog/2020/08/04/osf/.
-
- Jul 2020
-
-
This commit does not belong to any branch on this repository.
How would I download this commit/changeset with a git client then?? Or is it simply the case that if someone ever deletes the source branch for a merge request and "orphans" those commits, that there is now no longer a way to download it via the usual git fetch methods and the only way now to view these commits is via the web interface?
Idea: Create a permanent tag for every version of every pull request that gets pushed up. (Which maybe the already do internally to prevent it from being GC'd?)
https://github.com/ruby/ruby/pull/1758
Ana06 deleted the Ana06:array-diff branch on Apr 30, 2019
-
- Jun 2020
-
www.savjee.be www.savjee.be
-
If you want a fast website without breaking the bank, go for GitHub Pages. It’s completely free and super fast. It does, however, require you to open source your site. If that’s not doable, CloudFront is a good alternative, but its price depends on how much bandwidth you push around. For most personal sites, CloudFront won’t cost more than a couple of dollars per month. The same thing goes for Google Cloud Storage.
Advice for a personal use regarding the static webhosting benchmark (2020 May)
-
The best all-around performer is AWS CloudFront, followed closely by GitHub Pages. Not only do they have the fastest response times (median), they’re also the most consistent. They are, however, closely followed by Google Cloud Storage. Interestingly, there is very little difference between a regional and multi-regional bucket. The only reason to pick a multi-regional bucket would be the additional uptime guarantee. Cloudflare didn’t perform as well I would’ve expected.
Results of static webhosting benchmark (2020 May):
- AWS CloudFront
- GitHub Pages
- Google Cloud Storage
-
- May 2020
-
github.com github.com
-
DataForScience/Epidemiology101. (2020). [Jupyter Notebook]. Data For Science. https://github.com/DataForScience/Epidemiology101 (Original work published 2020)
-
-
github.com github.com
-
Deepset-ai/haystack. (2020). [Python]. deepset. https://github.com/deepset-ai/haystack (Original work published 2019)
-
-
holwech.github.io holwech.github.io
-
Very useful
Tags
Annotators
URL
-
-
github.com github.com
-
EBM Data Lab - Risk Factors Research
-
-
stackoverflow.com stackoverflow.com
-
If you update your pages and push to github, people revisiting the pages who have already got cached copies will not get the new pages without actually cleaning their browser cache. How can a script running in a page determine that it is stale and force an update?
-
-
-
stackoverflow.com stackoverflow.com
-
for me it was because the browser use cached data(old styles) so i opend other brwser
-
-
webapps.stackexchange.com webapps.stackexchange.com
-
www.reddit.com www.reddit.com
-
r/BehSciMeta—Establishing an augmented online eco-system to foster the decentralized consolidation of behavioral science knowledge on COVID-19. (n.d.). Reddit. Retrieved April 16, 2020, from https://www.reddit.com/r/BehSciMeta/comments/fooqao/establishing_an_augmented_online_ecosystem_to/
-
-
threadreaderapp.com threadreaderapp.com
-
Thread by @STWorg: “Live” update of analysis of 2K UK respondents and their views on privacy-encroaching tracking policies: stephanlewandowsky.github.io/UKsoci…. (n.d.). Retrieved April 17, 2020, from https://threadreaderapp.com/thread/1245060279047794688.html
-
-
Local file Local file
-
Australian Reproducibility Network materials. (2020). https://doi.org/None
Tags
Annotators
-
-
github.com github.com
-
Matias, J. N. (2020). Natematias/covid-19-social-science-research. https://github.com/natematias/covid-19-social-science-research (Original work published 2020)
-
-
github.com github.com
-
McElreath, R. Statistical Rethinking: A Bayesian Course Using R and Stan Github.com. https://github.com/rmcelreath/statrethinking_winter2019
Entire course with materials online.
-
-
add0n.com add0n.com
-
Load requested features from GitHub
-
- Apr 2020
-
roadmap.sh roadmap.sh
-
I am not sure how but one kind soul somehow found the project, forked it, refactored it, "modernized" it, added linting, code sniffing, added CI and opened the pull request.
It's worth sharing your code, since someone can always find it and improve it, so that you can learn from it
Tags
Annotators
URL
-
-
github.com github.com
-
github.github.com github.github.com
-
simonwillison.net simonwillison.net
-
So I wrote a GitHub Actions workflow that automatically updates the README page in the repo every time a new TIL markdown file is added or updated!
You can use GitHub Actions to automatically rewrite your README.md
Tags
Annotators
URL
-
-
www.mdpi.com www.mdpi.com
-
In the near future, given the increase in the use and profile of preprint servers and alternative publishing platforms, such as F1000 Research, it will be necessary to identify how many relevant platforms exist, to describe their scientific scope (i.e., covered disciplines), and, similar to the way that researchers evaluate the aims and scope of journals, to compare their characteristics and policies.
Di sini kami memperlihatkan manfaat preprint dengan keleluasaanya (tanpa batasan format, ukuran, jenis berkas dll) akan memberikan dorongan bagi peneliti untuk mempublikasi data dan metode (misal kode program).
Ada banyak platform berbagi kode (seperti Github dan Gitlab yang membuka banyak pintu keterbatasan saat penulis ingin membagikan kode program.
Platform-platform ini juga mendukung proses berbagi dokumen dan data yang cari (fluid), karena semua orang dapat dengan mudah menggandakan (forking melalui perintah
git clone
) proyek seseorang untuk kemudian digunakan, dimodifikasi, dan pada akhirnya mungkin mereka meminta kreator orisinalnya untuk memasukkan modifikasi menjadi versi baru dari kode program.Hebatnya semua proses itu tercatat dengan hubungan antara repositori dan akun yang jelas terlihat.
Tags
Annotators
URL
-
-
eartharxiv.org eartharxiv.org
-
n the near future, given the increase in the use and profile of preprintservers, and alternative publishing platforms such as F1000 Researc
Di sini kami memperlihatkan manfaat preprint dengan keleluasaanya (tanpa batasan format, ukuran, jenis berkas dll) akan memberikan dorongan bagi peneliti untuk mempublikasi data dan metode (misal kode program).
Ada banyak platform berbagi kode (seperti Github dan Gitlab) yang membuka banyak pintu keterbatasan saat penulis ingin membagikan kode program.
Platform-platform ini juga mendukung proses berbagi dokumen dan data yang cari (fluid), karena semua orang dapat dengan mudah menggandakan (forking melalui perintah
git clone
) proyek seseorang untuk kemudian digunakan, dimodifikasi, dan pada akhirnya mungkin mereka meminta kreator orisinalnya untuk memasukkan modifikasi menjadi versi baru dari kode program.Hebatnya semua proses itu tercatat dengan hubungan antara repositori dan akun yang jelas terlihat.
Tags
Annotators
URL
-
-
johnpapa.net johnpapa.net
-
gh repo create hello-world -d "A react app for the web" --public
GitHub released a new CLI: gh with which you can do much more operations.
For example, you can create repo without going into your browser:
gh repo create hello-world -d "A react app for the web" --public
Generally, it will be great for CI/CD pipelines
Tags
Annotators
URL
-
- Dec 2019
-
rubydoc.tenderapp.com rubydoc.tenderapp.com
-
Rubydoc.info can automatically fetch and rebuild your docs from your github project everytime you commit! To add a post-receive (commit) hook to Github, simply select the official Rubydoc.info service hook from the list of service hooks in your project settings.
-
- Oct 2019
-
www.theregister.co.uk www.theregister.co.uk
-
Meanwhile at Microsoft's GitHub, employees at both companies have objected to GitHub's business with ICE, not to mention Microsoft's government contracts. Employees at Amazon have also urged the company not to sell its facial recognition technology to police and the military.
-
- Aug 2019
-
-
With now more than 3000 modules, there are huge gaps in the quality of things you find in the npm registry. But more often than not, it's easy to find a module that is really close to what you need, except if it wasn't for that one bug or missing feature.
-
- Jul 2019
-
git.dhimmel.com git.dhimmel.com
-
hetio
The
hetio
python package has been renamed tohetnetpy
and is now available at https://github.com/hetio/hetnetpy.
Tags
Annotators
URL
-
- Jun 2019
-
octolinker.now.sh octolinker.now.sh
-
- Apr 2019
-
chanind.github.io chanind.github.io
-
China’s tech sector is notorious for treating workers like machines, with extremely long working hours being the norm. The phrase 996 refers to 9am - 9pm, 6 days per week, and is an unspoken rule in a lot of Chinese tech companies. The CEO of Youzan, a large Chinese e-commerce company, seemingly didn’t get the memo about keeping 996 as an “unspoken” rule, and surprised his employees at their 2019 yearly company party by telling them Youzan is officially switching to 996.
-
- Mar 2019
-
github.com github.com
-
all kinds of text classification models and more with deep learning
Tags
Annotators
URL
-
-
github.com github.com
Tags
Annotators
URL
-
- Oct 2018
-
www.gocd.org www.gocd.org
-
integrate github PR with gocd
Tags
Annotators
URL
-
-
lab.github.com lab.github.com
-
-
github.com github.com
-
- Sep 2018
-
hapgood.us hapgood.us
-
Github has taught a generation of programmers that copies are good, not bad, and as we noted, it’s copies that are essential to the Garden.
-
- Apr 2018
-
mybinder.org mybinder.orgbinder1
-
Turn a GitHub repo into a collection of interactive notebooks
Tags
Annotators
URL
-
- Mar 2018
-
github.com github.com
-
if (app.metadata && app.metadata.has('dc:title') && app.metadata.get('dc:title') !== 'Untitled') { title = app.metadata.get('dc:title'); }
the empty
dc:title
should also be considered asUntitled
-
- Dec 2017
-
blogs.tib.eu blogs.tib.eu
-
describe each dataset carefully and as completely as possible with metadata
set GitHub Topics
-
DOI
-