TinyGo Boldly Goes Where No Go Ever Did Go Before
TinyGo Boldly Goes Where No Go Ever Did Go Before
Wiz is hiring Expert Backend Engineer
🔧 #csharp #golang #java #graphql #aws #azure #cicd #docker #gcp #kubernetes #postgresql
🌎 London, United Kingdom
⏰ Full-time
🏢 Wiz
Job details https://jobsfordevelopers.com/jobs/expert-backend-engineer-at-wiz-io-nov-10-2025-e0b77b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
🎆 Go 1.26.2 and 1.25.9 are released!
🔐 Security: Includes 10 security fixes for the standard library and the toolchain.
🔈 Announcement: https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU/m/7CDdDXqeBwAJ
📦 Download: https://go.dev/dl/#go1.26.2
I gave in and started adding the ability to stage, commit, and push files from inside dv, my "diff viewer" TUI 🤦♂️
For the past few weeks I've essentially always had dv running in a split pane in my terminal, and most of the time after viewing the diff, I commit and push.
My goal is to get that 90% flow down to as satisfyingly few keystrokes as possible.
https://github.com/darrenburns/dv
#openSource #git #software #tui #programming #terminal #golang #github
Just crawled a domain (299 pages) with 2 concurrency in about 5 seconds.
Keywords extracted in 53ms.
Inverted index built in about 173ms.
Searching over data is about 369µs.
When you search on my site (https://nwcs.sh) it's using this backend to perform the search.
mxcheck v2.0.0 is released! 🎉
My open source email server scanner written in #Golang just hit a major version milestone.
New in v2.0.0:
- DANE/TLSA checks per MX host (RFC 6698, RFC 7672)
- Full DMARC parsing
- TLSRPT + BIMI record checks
- TLS cert details
- Extended ASN info
- Improved CLI output + --verbose flag
go install github.com/steffenfritz/[email protected]
Commit with the fixed select with a reset channel for my UNIX socket server: