Josh Baker

@tidwall
162 Followers
20 Following
46 Posts
This issue will be extremely difficult to fix. Good chance it remains open for some time: https://github.com/OSGeo/gdal/issues/13961
Your work is awesome and I appreciate it! · Issue #13961 · OSGeo/gdal

What is the bug? I am sorry for stealing some of your valuable time, but I just wanted to take this opportunity to say "thank you" for the wonderful software that you make. I use GDAL (and QGIS, bu...

GitHub

Tile38 v1.37 released. Various updates and fixes, plus added support for regex filtering on fields and geojson properties.

https://github.com/tidwall/tile38

GitHub - tidwall/tile38: Real-time Geospatial and Geofencing

Real-time Geospatial and Geofencing. Contribute to tidwall/tile38 development by creating an account on GitHub.

GitHub
Pogocache 1.3 released - Includes new commands, optimizations, and fixes.
https://github.com/tidwall/pogocache/releases/tag/1.3.0
Release 1.3.0 · tidwall/pogocache

Pogocache is fast caching software built from scratch with a focus on low latency and cpu efficency. Build Instructions | Full Changelog 84511ac: Add the 'SCAN' command a667670: Add 'Arch' info li...

GitHub
People who hate negative numbers will stop at nothing to avoid them..

Pogocache - Fast caching software

https://github.com/tidwall/pogocache

GitHub - tidwall/pogocache: Fast caching software with a focus on low latency and cpu efficiency.

Fast caching software with a focus on low latency and cpu efficiency. - tidwall/pogocache

GitHub

Cache benchmarks for redis, valkey, garnet, memcache, and dragonfly.

https://github.com/tidwall/cache-benchmarks

Golang is unusual because in most languages the type system tells you when you made a mistake, but in Golang the type system tells you when Rob Pike made a mistake.
You Sure You’re In The Mood For Another Wes Anderson Film With Everything That’s Going On? “Tom Hanks and Bryan Cranston rattling off my signature droll dialogue — enticing or not?” https://theonion.com/you-sure-youre-in-the-mood-for-another-wes-anderson-film-with-everything-thats-going-on/
You Sure You’re In The Mood For Another Wes Anderson Film With Everything That’s Going On?

Hey, guys. It’s me, acclaimed filmmaker Wes Anderson. I just finished my latest movie, The Phoenician Scheme, and it’s going to be great. It’s got everything—an ensemble cast of A-listers, set designs to die for, and a mid-century setting in exotic locales. But real quick, before I go ahead and release it, I wanted to […]

The Onion
@roopeshsn The tis.Server function can be used upgrade a incoming net.Conn to a tls.Conn. The challenge with using a raw socket is that that socket will need to conform to the net.Conn interface, which mean wrapping the syscall.Read and Write along with adding new methods like RemoteAddr.
At that point it might be better to just use a tls.Listener.
@roopeshsn As an alternative you could use the stunnel program and avoid making any changes to the dicedb code.