Skip to content

Commit

Permalink
dns
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Sep 23, 2022
1 parent 468118f commit fd1ae17
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cloud-computing/gcp/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ Looking into [Railway](https://railway.app/) & [Cloudflare](https://www.cloudfla
- [Google API Client Library for JavaScript](https://github.com/google/google-api-javascript-client)
- [Google Cloud Platform ESPv2](https://github.com/GoogleCloudPlatform/esp-v2) - General-purpose L7 service proxy that enables API management capabilities for JSON/REST or gRPC API services.
- [Datastream for BigQuery Preview](https://cloud.google.com/datastream-for-bigquery) ([HN](https://news.ycombinator.com/item?id=32868092))
- [Terraform Google Cloud NAT Module](https://github.com/terraform-google-modules/terraform-google-cloud-nat)
2 changes: 2 additions & 0 deletions docs/computer-graphics/computer-vision/computer-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -932,3 +932,5 @@
- [Text2Light: Zero-Shot Text-Driven HDR Panorama Generation (2022)](https://frozenburning.github.io/projects/text2light/) ([Code](https://github.com/FrozenBurning/Text2Light))
- [detrex](https://github.com/IDEA-Research/detrex) - Open-source toolbox that provides state-of-the-art Transformer-based detection algorithms.
- [VToonify: Controllable High-Resolution Portrait Video Style Transfer (2022)](https://arxiv.org/abs/2209.11224) ([Code](https://github.com/williamyang1991/VToonify))
- [MMYOLO](https://github.com/open-mmlab/mmyolo) - Open source toolbox for YOLO series algorithms based on PyTorch and MMDetection.
- [Relighting4D: Neural Relightable Human from Videos (2022)](https://arxiv.org/abs/2207.07104) ([Code](https://github.com/FrozenBurning/Relighting4D))
1 change: 1 addition & 0 deletions docs/data-science/data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@
- [Textnets](https://github.com/jboynyc/textnets) - Text analysis with networks.
- [HoloViews](https://github.com/holoviz/holoviews) - Open-source Python library designed to make data analysis and visualization seamless and simple.
- [Histogram vs eCDF (2022)](https://brooker.co.za/blog/2022/09/02/ecdf.html)
- [Pylustrator](https://github.com/rgerum/pylustrator) - Software to prepare your figures for publication in a reproducible way.
1 change: 1 addition & 0 deletions docs/machine-learning/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@
- [Synthetic Faces High Quality (SFHQ) dataset](https://github.com/SelfishGene/SFHQ-dataset)
- [Hugging Face Datasets Converter](https://github.com/nateraw/huggingface-datasets-converter) - Scripts to convert datasets from various sources to Hugging Face Datasets.
- [Multimodal datasets: misogyny, pornography, and malignant stereotypes (2022)](https://arxiv.org/abs/2110.01963) ([Tweet](https://twitter.com/Abebab/status/1569366164442173448))
- [Click Points](https://github.com/fabrylab/clickpoints) - Image viewer and on the other hand as an data display and annotation tool.
1 change: 1 addition & 0 deletions docs/networking/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,4 @@ title: DNS
- [What happens if you point two CNAMEs at each other? Not much, really (2022)](https://alexanderell.is/posts/cnames/)
- [Cheap DNS providers](https://twitter.com/b0rk/status/1566797914575446016)
- [Why do domain names sometimes end with a dot? (2022)](https://jvns.ca/blog/2022/09/12/why-do-domain-names-end-with-a-dot-/)
- [Asynchronous DNS in Rust](https://github.com/notgull/async-dns)
1 change: 1 addition & 0 deletions docs/operating-systems/containers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,4 @@ Try to [avoid using Docker](https://twitter.com/iansu/status/1555255026666258432
- [Running Docker images without Docker (2022)](https://jakub-m.github.io/2022/09/10/docker.html)
- [Why use docker for a home server?](https://blog.viraptor.info/post/why-use-docker-for-a-home-server) ([Lobsters](https://lobste.rs/s/rhdjge/why_use_docker_for_home_server))
- [Docker Hub CLI](https://github.com/VictorBersy/docker-hub-cli) - CLI to explore and manage Docker Hub resources.
- [Trellis](https://github.com/charliermarsh/trellis) - Write Dockerfiles and CI pipelines in TypeScript.
1 change: 1 addition & 0 deletions docs/operating-systems/ios/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ List [all apps/workflows I use on GitHub](https://github.com/nikitavoloboev/my-i
- [Griddle](https://github.com/carson-katri/griddle) - Game was built to demonstrate Tokamak's Fiber backend, which can match SwiftUI nearly 1:1 on the web.
- [SwiftPizza App for Apple ActivityKit & WidgetKit & Dynamic Island](https://github.com/1998code/iOS16-Live-Activities)
- [Dynamic Islands](https://github.com/jordibruin/Dynamic-Islands) - Sample of dynamic island designs recreated for inspiration.
- [Booky](https://github.com/mralexhay/Booky) - Demo app exploring the new App Intents framework in iOS 16.

## Other

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
- [redframes](https://github.com/maxhumber/redframes) - Python data manipulation library like dplyr. ([Lobsters](https://lobste.rs/s/yat4wf/redframes_python_data_manipulation))
- [Rocketry](https://github.com/Miksus/rocketry) - Statement-based scheduling framework for Python. ([HN](https://news.ycombinator.com/item?id=32935506))
- [Fasteners](https://github.com/harlowja/fasteners) - Cross-platform locks for threads and processes.
- [CameraTransform](https://github.com/rgerum/cameratransform) - Python package which can be used to fit camera transformations and apply them to project points from the camera space to the world space and back.

## Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ I use [ts-lib-starter](https://github.com/egoist/ts-lib-starter) template for my
- [noble-bls12-381](https://github.com/paulmillr/noble-bls12-381) - Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings.
- [Web Crypto Tools](https://github.com/willgm/web-crypto-tools) - Set of tools to facilitate and give good defaults for use of the native Web Crypto API.
- [zkp-ecdsa](https://github.com/cloudflare/zkp-ecdsa) - Proves knowledge of an ECDSA-P256 signature under one of many public keys that are stored in a list.
- [hpke-js](https://github.com/dajiaji/hpke-js) - Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.

## Error

Expand Down
1 change: 1 addition & 0 deletions docs/programming-languages/typescript/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Run/bundle TS with [Bun](../javascript/bun.md).
- [TypeScript Typelevel Tic-Tac-Toe: Overkill edition (2022)](https://note89.github.io/typescript-typelevel-tic-tac-toe/)
- [Learn how to unleash the full potential of the type system of TypeScript](https://type-level-typescript.com/) ([HN](https://news.ycombinator.com/item?id=32913125))
- [TDungeon](https://github.com/cassiozen/TDungeon) - Adventure game that runs in the Typescript type system.
- [Ezno: a new TypeScript compiler](https://kaleidawave.github.io/posts/introducing-ezno/) ([HN](https://news.ycombinator.com/item?id=32950500))

## Images

Expand Down
1 change: 1 addition & 0 deletions docs/programming/software-testing/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ title: Cypress
- [cypress-fail-on-console-error](https://github.com/nils-hoyer/cypress-fail-on-console-error) - Observes console.error() function from window object. Cypress test will fail when the error function gets executed.
- [Rewriting tests from Cypress to Playwright using GPT3](https://contra.com/p/PWBcPYZc-rewriting-tests-from-cypress-to-playwright-using-gpt-3)
- [cypress-thenify](https://github.com/mbolotov/cypress-thenify) - Get rid of Cypress `then` callback hell.
- [Testing React Apps In 2022 With Cypress: An In-Depth Guide For Beginners](https://profy.dev/article/cypress-react) ([Reddit](https://www.reddit.com/r/reactjs/comments/xlv4s6/testing_react_apps_with_cypress_an_indepth_guide/))
1 change: 1 addition & 0 deletions docs/tools/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Like using [Slack Go API](https://github.com/slack-go/slack) for building Slack
- [Monorobot](https://github.com/ahrefs/monorobot) - Slack bot for monorepos. ([Article](https://tech.ahrefs.com/monorobot-a-slack-bot-for-monorepos-374260e2ca43))
- [dev-help Helper Bot](https://github.com/artsy/dev-help-helper-bot) - Marking thread that are solved by adding a ✅ on them.
- [Hacker News Slack Bot](https://github.com/steven-tey/hacker-news-slack-bot) - Bot that monitors Hacker News for mentions of certain keywords, sends them to Slack.
- [Zenra Bot for Slack](https://github.com/yusukebe/slack-zenra-bot) - Using new Slack platform in Deno.

## Notes

Expand Down
1 change: 1 addition & 0 deletions docs/tv-series/tv-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ I have a [Watchlist of shows I want to watch](https://trakt.tv/users/nikitavolob
- [Great TV series (2022)](https://www.reddit.com/r/televisionsuggestions/comments/wpvpf2/i_just_finished_my_100th_show_these_are_the_most/)
- [Series similar to Better Call Saul](https://www.reddit.com/r/betterCallSaul/comments/x5t5wz/now_what/)
- [What are some cancelled shows you wish would come back? (2022)](https://www.reddit.com/r/televisionsuggestions/comments/x7a51z/what_are_some_cancelled_shows_you_wish_would_come/)
- [I need a show for to help me cope with depression (2022)](https://www.reddit.com/r/NetflixBestOf/comments/xl8ybg/request_i_need_a_show_for_to_help_me_cope_with/)
1 change: 1 addition & 0 deletions docs/web/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,4 @@
- [Ask HN: What happened to vanilla HTML/CSS/JS development? (2022)](https://news.ycombinator.com/item?id=32780191)
- [Ask HN: How do you find the weird parts of the web? (2022)](https://news.ycombinator.com/item?id=32804832)
- [The Web is Good Now | Chris Coyier (2022)](https://www.youtube.com/watch?v=F18oy48jkrk)
- [Definitions of web terminology (2022)](https://kaleidawave.github.io/posts/web-terminology/)

0 comments on commit fd1ae17

Please sign in to comment.