Coding at Night
@codingatnight
925
subscribers
266
links
A channel for those who deeply love technology.
Download Telegram
Join
Coding at Night
925 subscribers
Coding at Night
https://pocketbase.io/
#tools
pocketbase.io
PocketBase - Open Source backend in 1 file
Open Source backend in 1 file with realtime database, authentication, file storage and admin dashboard
Coding at Night
https://steampipe.io/
Steampipe | select * from cloud;
Instantly query your cloud, code, logs & more with SQL. Build on thousands of open-source benchmarks & dashboards for security & insights.
👍
1
Coding at Night
Cloud Provider datalarının çekilebildiği enteresan bir servis
Coding at Night
https://github.com/ImVexed/muon
GitHub
GitHub - ImVexed/muon: GPU based Electron on a diet
GPU based Electron on a diet. Contribute to ImVexed/muon development by creating an account on GitHub.
Coding at Night
Yet another Electron alternative
Coding at Night
https://thenewstack.io/deterministic-databases-and-the-future-of-data-sharing/
The New Stack
Deterministic Databases and the Future of Data Sharing
Database and blockchain research are being combined to produce a revolutionary business data-sharing platform.
Coding at Night
https://supabase.com/blog/postgres-wasm
Supabase
Postgres WASM by Snaplet and Supabase
We're open sourcing postgres-wasm, a PostgresQL server that runs inside a browser, with our friends at Snaplet.
Coding at Night
Postgres server running inside a browser
😯
Coding at Night
https://github.blog/2022-10-03-highlights-from-git-2-38/
The GitHub Blog
Highlights from Git 2.38
Another new release of Git is here! Take a look at some of our highlights on what's new in Git 2.38.
Coding at Night
https://jalammar.github.io/illustrated-stable-diffusion/
jalammar.github.io
The Illustrated Stable Diffusion
Translations: Chinese, Vietnamese.
(V2 Nov 2022: Updated images for more precise description of forward diffusion. A few more images in this version)
AI image generation is the most recent AI capability blowing people’s minds (mine included). The ability…
Coding at Night
https://xai.sh/2020/10/16/Move-running-process-into-tmux-session.html
./xai.sh
Move a running process into a tmux session
How to move a running process into a tmux session
Coding at Night
https://cs.brown.edu/courses/cs033/docs/guides/x64_cheatsheet.pdf
Coding at Night
https://stackoverflow.com/questions/7825055/what-does-the-operator-do-in-c
Stack Overflow
What does the ??!??! operator do in C?
I saw a line of C that looked like this:
!ErrorHasOccured() ??!??! HandleError();
It compiled correctly and seems to run ok. It seems like it's checking if an error has occurred, and if it has, it
Coding at Night
https://erikexplores.substack.com/p/what-makes-the-zig-programming-language
Substack
What Makes the Zig Programming Language Unique?
Zig lets you run code during compilation. What are the implications?
👍
1
Coding at Night
http://mywiki.wooledge.org/BashFAQ/105
Coding at Night
“Why doesn't set -e (or set -o errexit, or trap ERR) do what I expected?"
Coding at Night
https://github.com/schollz/croc
GitHub
GitHub - schollz/croc: Easily and securely send things from one computer to another :package:
Easily and securely send things from one computer to another :crocodile: :package: - GitHub - schollz/croc: Easily and securely send things from one computer to another :package:
Coding at Night
https://github.com/ggandor/leap.nvim
GitHub
GitHub - ggandor/leap.nvim: Neovim's answer to the mouse
🦘
Neovim's answer to the mouse
🦘
. Contribute to ggandor/leap.nvim development by creating an account on GitHub.
Coding at Night
https://saveall.ai/blog/learn-exponentially
gizmo.ai
Gizmo is the easiest way to learn
AI quizzes that help you learn and remember anything
Coding at Night
https://lowendbox.com/blog/how-much-faster-is-making-a-tar-archive-without-gzip/
LowEndBox
How Much Faster Is Making A Tar Archive Without Gzip? - LowEndBox
About Gzip And TarEverybody on Linux and BSD seems to use a program called gzip, frequently in conjunction with another program called tar. Tar, named from Tape ARchive, is a program which copies files and folders (
Coding at Night
https://github.com/golang/go/discussions/56010
GitHub
redefining for loop variable semantics · golang/go · Discussion #56010
Update 2023-06-06: Go 1.21 is expected to support GOEXPERIMENT=loopvar as a way of trying out these new semantics. See #57969 and https://go.dev/wiki/LoopvarExperiment. We have been looking at what...