Is it going to remain MIT licensed?
Just for fun I added it to phpredis and it provides ~10% speedup for heavy ZRANGE WITHSCORES workloads
Is it going to remain MIT licensed?
Just for fun I added it to phpredis and it provides ~10% speedup for heavy ZRANGE WITHSCORES workloads
@antirez.bsky.social
Written by Claude Code. Wow! π€―
github.com/redis/redis/...
The police have been murdering people like this my entire life and are almost never prosecuted or even fired.
They're gonna send such a strongly worded (fundraising) email
Tuvix from Star Trek Voyager
Too soon π
#tuvix #voyager
We do that stuff in production all the time -- in C.
Can confirm: We are very scared π
National security fear mongering to encourage massive public investements in AI.
Announcing #phpredis 6.3.0 GA
This release introduces support for dozens of new commands, including hash field expiration, Valkeyβs DELIFEQ, and Redis vector sets. It also includes many bug fixes and performance improvements.
#php #redis
github.com/phpredis/php...
pecl.php.net/package/redi...
I offer help for free, via email, to people using Redis Vector Sets in production or if they are experimenting with that. Feel free to ping me! If you don't know what I'm talking about, check this: redis.io/docs/latest/...
How are people going to know what stocks to pick? π
Wait, he wasn't bitten by C++'s rabies infected rat, Kieth?
Interesting #GCC codegen quirk.
Using a union nudges GCC into making the fast path one 32-bit load. It can't figure that out with a naked int.
godbolt.org/z/Yh66v1jsc
One of my favorite videos (a squirrel ready to rumble)
www.youtube.com/watch?v=rEDu...
Is she going to give you major side-eye when 7 of 9 shows up?
For those curious this is a negative 5900% gross margin
I didn't go to business school. Is that good?
Slack message: "The issue is that ruby is a warcrime"
Adding constructive comments in the team's slack, as usual.
Honestly, I'm really proud of that D7 guitar. π€π»
Announcing #phpredis 6.3.0RC1
github.com/phpredis/php...
pecl.php.net/package/redi...
This release introduces many new commands, including HFE, Valkeyβs DELIFEQ, and Redis vector sets. It also has many fixes and performance improvements.
#php #redis #valkey
cc @tillkruss.bsky.social
He will get a bailout and the taxpayers will get soaked.
Just like the last five times π
custom design feature my interpretation of an American Sign language sign for "Nerd." two fingers are pushing up a pair of glasses. The 3 stars represent Orion's belt. behind the image are the colors of the Lesbian Pride flag.
custom design feature my interpretation of an American Sign language sign for "Nerd." two fingers are pushing up a pair of glasses. The 3 stars represent Orion's belt. behind the image are the colors of the Gay Pride flag.
custom design feature my interpretation of an American Sign language sign for "Nerd." two fingers are pushing up a pair of glasses. The 3 stars represent Orion's belt. behind the image are the colors of the Bisexual Pride flag.
custom design feature my interpretation of an American Sign language sign for "Nerd." two fingers are pushing up a pair of glasses. The 3 stars represent Orion's belt. behind the image are the colors of the Transgender Pride flag.
October 11 is International Coming Out Day.
I say it's long overdue for people to accept us for who we are. So, let me say this loud and clear:
We're here and WE'RE NERDS!
Oh, and some of us are gay, deal with it. πππ»π€π»
Which logs? Do you mean the image alt text?
Every time
β― clang-19 -std=c23 -Wall filequine.c β― ./a.out // quine.c (requires a C23-compliant compiler) // cc -std=c23 quine.c #include <unistd.h> const unsigned char me[] = { #embed __FILE__ }; int main(void) { write(1, me, sizeof(me)); }
It does (at least with gcc and clang)
// quine.c (requires a C23-compliant compiler) // cc -std=c23 quine.c #include <unistd.h> const unsigned char me[] = { #embed "quine.c" }; int main(void) { write(1, me, sizeof(me)); }
Hey @thephd.dev was the real motivation behind #embed to make quines easier in C? π
That seems bad but maybe they can make it up in volume. π
That seems to be the consensus, so that's what we'll do.
Also it's actually going to be 6.3.0RC1. I have no idea why I wrote 3.1.0 π
A message about PHP's PECL being deprecated that directs you to publish your extension to PIE instead.
They finally killed #PECL?
I'm in the middle of doing a #phpredis 3.1.0RC1 release. Trying to figure out if I should still do a release on PECL.
#php