Async Python Is Secretly Deterministic
https://www.dbos.dev/blog/async-python-is-secretly-deterministic
#HackerNews #Async #Python #Determinism #Python #Programming #Concurrency #Tech #News #Developer #Insights
Async Python Is Secretly Deterministic
https://www.dbos.dev/blog/async-python-is-secretly-deterministic
#HackerNews #Async #Python #Determinism #Python #Programming #Concurrency #Tech #News #Developer #Insights
This Is What a Personal Surveillance System Actually Looks Like- and my guide on how to build your own. #infosec #privacy #diy #programming #developer
This Is What a Personal Surveillance System Actually Looks Like
You stop thinking of it as surveillance. It becomes βthe system.β Just part of how things run.Git shortcuts that save me 30 minutes a day:
alias gs='git status'
alias gc='git commit -m'
alias gp='git push'
alias gl='git log --oneline -10'
alias gd='git diff'
alias gco='git checkout'
alias gb='git branch'
Put these in your .bashrc/.zshrc and never type a full git command again.
What are your favorite aliases? π
Starting your career in AI right now? π€
At #ArcOfAI, Frank Greco hosts a fireside chat on what young developers should learn, where the industry is heading, and how to navigate an AI-driven future.
https://www.arcofai.com/speaker/426091f526f641d4a07b9ff89f817041
π Tickets: https://arcofai.com
When your branch has local commits and upstream has new commits, what does git pull --rebase do differently from plain git pull?
----
Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here π https://www.git-skills.dev/quiz/rebase-plain/
#Git #SmartGit #Coding #Programming #SoftwareEngineering #CodeNewbie #100DaysOfCode #TechTips #Developer #GitRebase
| Force-pushes branch | |
| Discards local commits | |
| Replays instead of merge | |
| Only for new branches |
Free tools every web developer should bookmark:
π PageSpeed Insights β performance audit
π¨ Coolors.co β color palette generator
π CSS Grid Generator β visual grid builder
πΌοΈ Squoosh.app β image compression
π± Responsively β test multiple viewports
π SecurityHeaders.com β security audit
βΏ WAVE β accessibility checker
π Plausible β privacy-friendly analytics
All free. All make you faster.
I made a little keyboard game like monkeytpe, but the text is from GitHub repository :)
Check it out, and show your best score !
What's the one thing you wish you knew before building your first website/app?
For me: "Ship the ugly version first, then iterate."
I spent months perfecting designs that nobody saw. Now we build landing pages in 24 hours and improve based on real feedback.
What's yours? π