A userstyle that makes you wait ten seconds before entering a Hacker News thread. I use stylus to manage mine.
.subtext {
display: inline-block;
background: linear-gradient(to left, transparent 50%, #f60 50%) right;| name: Audit and deploy | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: |
| name: Audit | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main |
| package main | |
| import ( | |
| "net/http" | |
| "time" | |
| "golang.org/x/time/rate" | |
| ) | |
| // ThrottledTransport Rate Limited HTTP Client |
A userstyle that makes you wait ten seconds before entering a Hacker News thread. I use stylus to manage mine.
.subtext {
display: inline-block;
background: linear-gradient(to left, transparent 50%, #f60 50%) right;| Modern Web Uygulamaları ve Performans | |
| https://kommunity.com/frontend-istanbul/events/modern-web-uygulamalari-ve-performans-3c61fed8 | |
| Rıza Selçuk Saydam ile "Facebook'ta Tasarım ve İşe Alım Süreçleri | |
| https://open.spotify.com/episode/0obHOgbbE4tRDZsJ05OZxD?si=_M9TQ9flRn6tRMXc2p8HTA&nd=1 | |
| Tüm ülkece rahatlayabiliriz. Garanti 3D secure ekrenı değişmiş. | |
| https://twitter.com/oguzguc/status/1356127686423425026 | |
| Woke up this morning and found this new lovely interface upgrade! ✨ |
| Flagpack | |
| https://www.flagpack.xyz/ | |
| Sunucu-taraflı React Component’leri ve Stream’ler | |
| https://hwclass.medium.com/react-server-componentleri-ve-stream-ler-c5faa803f1ee | |
| Makefile Tutorial By Example | |
| https://makefiletutorial.com/ | |
| Flat image → interactive layers ✨ |
| :root { | |
| --violation-color: red; /* used for clear issues */ | |
| --warning-color: orange; /* used for potential issues we should look into */ | |
| } | |
| /* IMAGES */ | |
| /* | |
| * Lazy-Loaded Images Check | |
| * ==== |
This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
| package main | |
| import ( | |
| "encoding/json" | |
| "testing" | |
| ) | |
| type PD2 struct { | |
| Property1 int `json:"property1"` | |
| Property2 int `json:"property2"` |
Hey Apple users:
If you're now experiencing hangs launching apps on the Mac, I figured out the problem using Little Snitch.
It's trustd connecting to http://ocsp.apple.com >