-
I would like to run a Monero Node for Privacy. What are the best practices?
I would probably like a pruned node, to save space (also sync pruned blocks? or is this bad for privacy?)
I want to ho…
-
Hi all,
I am working on an (nf-core) pipeline (either a separate pipeline for single-cell long-read DNA barcoding. Or to include it in the current https://nf-co.re/scnanoseq/1.0.0/ to support diffe…
-
The people who made PostgreSQL have created this document:
Some things I noticed
- Char should never be used -> We use it a lot
- Varchar(n) should probably not be used -> We use it
Opinions …
-
## Overview
Scrapy is a Python web scraping framework, but it also offers a lot of encapsulated async data processing functionality independent of actual web scraping. Since I have now done the same …
-
From the first time I used the solution, I noticed that for Hetzner, no backup was installed because the provider doesn't support S3.
I get it, but :) :
1. I think it's a good practice to encourag…
-
I have been trying to fine-tune the german (deu.trainingdata) for diacritics because I have to OCR documents which contain names that have diacritics. The problem is that german has umlauts (ä, ö and …
-
I've been using Duo for about a week, primarily for local game streaming. I've set it up with the credentials for the only local account on my PC, and everything works fine for playing games through M…
-
目前引用了PGV(proto-gen-validate),对于一些静态类型和数据限制的校验很方便,但是遇到一些需要查询库才能做校验的逻辑,应该放到哪一层比较合适呢?
比如:调用方传了一个用户ID过来,我需要先查库确定这个用户是否存在,如果用户存在的话,会查询出一个 `User DO` ,`User DO`再贯穿整个`usecase`逻辑,但是现在遇到两个问题:
1. 如果把校验逻辑放在…
-
-
Belangrijke afspraken, best practices en code conventies voor een vloeiende samenwerking.
## Code conventies
- Mobile First
- Kebab-case in html en css
- CamelCase in javascript
- Witregel na sectio…