Praveen (@opensourcegeekz) 's Twitter Profile
Praveen

@opensourcegeekz

ID: 2605031761

calendar_today05-07-2014 07:33:13

983 Tweet

51 Takipçi

238 Takip Edilen

InfluxData (@influxdb) 's Twitter Profile Photo

Manufacturing’s data mindset is shifting from hindsight to foresight. With real-time time series data from #InfluxDB + Snowflake, factories move faster, smarter, and more connected, powering the future of IIoT. 🔗 bit.ly/3SOwTke via IIoT World

InfluxData (@influxdb) 's Twitter Profile Photo

Our Founder and CTO, Paul Dix, gives the scoop on #InfluxDB 3! It's a real-time data collector and query engine, focused on recent data and optimized for fast queries. 🔎 Dive deeper with this on-demand webinar: bit.ly/4lOMVrF

Andrew Lamb (@andrewlamb1111) 's Twitter Profile Photo

New blog post about cooperative scheduling using tokio and Rust async, and how cancellation works in ApacheDataFusion: datafusion.apache.org/blog/2025/06/3…

New blog post about cooperative scheduling using tokio and Rust async, and  how cancellation works in <a href="/ApacheDataFusio/">ApacheDataFusion</a>: datafusion.apache.org/blog/2025/06/3…
InfluxData (@influxdb) 's Twitter Profile Photo

Stop juggling pipelines and alerting tools! 🤹‍♂️ With #InfluxDB 3’s embedded Python engine, analyze, transform, and automate right where your data lives: bit.ly/4mFcL1C by Peter Barnett via InfoWorld

Andrew Lamb (@andrewlamb1111) 's Twitter Profile Photo

It is a common misconception that Apache Parquet files are restricted to basic statistics. Footer metadata and offset-based addressing permit user-defined index structures today. Latest ApacheDataFusion blog from Qi Zhi, Jigao Luo and myself explains how datafusion.apache.org/blog/2025/07/1…

It is a common misconception that <a href="/ApacheParquet/">Apache Parquet</a> files are restricted to basic statistics. Footer metadata and offset-based addressing permit user-defined index structures today.

Latest <a href="/ApacheDataFusio/">ApacheDataFusion</a>  blog from Qi Zhi, Jigao Luo and myself explains how datafusion.apache.org/blog/2025/07/1…
Christian Legnitto (@legneato) 's Twitter Profile Photo

Created a new demo of a single Rust codebase running across many platforms and GPU stacks: rust-gpu.github.io/blog/2025/07/2…

Zed (@zeddotdev) 's Twitter Profile Photo

"People don't use their IDEs anymore" - Steve Yegge Meanwhile Nathan Sobo is building a code editor from scratch, betting developers still need interfaces to code with AI. Two visions. One debate. Next week: zed.dev/agentic-engine…

"People don't use their IDEs anymore" - <a href="/Steve_Yegge/">Steve Yegge</a>
Meanwhile <a href="/nathansobo/">Nathan Sobo</a> is building a code editor from scratch, betting developers still need interfaces to code with AI.

Two visions. One debate. Next week: zed.dev/agentic-engine…
Zed (@zeddotdev) 's Twitter Profile Photo

🚀 New in Zed: Bring your own agent, starting with Google’s Gemini CLI. → Try Gemini CLI with full code context in Zed → Build & run multiple agents in your editor → Powered by the new Agent Client Protocol (ACP) Learn more: zed.dev/blog/bring-you…

ScyllaDB (@scylladb) 's Twitter Profile Photo

💡 Tuesday tech tip: Designed for teams building performance critical applications, our free Masterclass on September 25 with Turso's Pekka Enberg and Felipe Mendes offers practical methods for battling P99 (and higher) percentiles. ow.ly/zBvE50X0Nll #ScyllaDB

💡 Tuesday tech tip: Designed for teams building performance critical applications, our free Masterclass on September 25 with <a href="/tursodatabase/">Turso</a>'s Pekka Enberg and Felipe Mendes offers practical methods for battling P99 (and higher) percentiles. ow.ly/zBvE50X0Nll

#ScyllaDB
Andy Pavlo (@andypavlo.bsky.social) (@andy_pavlo) 's Twitter Profile Photo

Our SIGMOD paper with Xinyu Zeng + Huanchen Zhang + Wes McKinney + Jignesh Patel on creating a next generation open-source data file format is out. F3 is a future-proof file format avoids the mistakes of Parquet. 📄 Paper: db.cs.cmu.edu/papers/2025/ze… 📁 Code: github.com/future-file-fo…

Our SIGMOD paper with <a href="/XinyuZeng218/">Xinyu Zeng</a> + <a href="/huanchenzhang/">Huanchen Zhang</a> + <a href="/wesmckinn/">Wes McKinney</a> + <a href="/pateljm/">Jignesh Patel</a> on creating a next generation open-source data file format is out. F3 is a future-proof file format avoids the mistakes of Parquet. 
📄 Paper: db.cs.cmu.edu/papers/2025/ze…
📁 Code: github.com/future-file-fo…
Yann Collet (@cyan4973) 's Twitter Profile Photo

We are open-sourcing OpenZL, a new data compression library and training tools to generator specialized compressors for structured data, achieving performance levels inaccessible to classic generic algorithms: github.com/facebook/openzl

CMU Database Group (@cmudb) 's Twitter Profile Photo

Today's Future Data Systems Seminar Speaker: Ian Cook (Ian Cook) will present Columnar's work on ApacheArrow database connectivity API (ADBC). ADBC is available in modern DBMSs. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/futured…

Python Software Foundation (@thepsf) 's Twitter Profile Photo

TLDR; The PSF has made the decision to put our community and our shared diversity, equity, and inclusion values ahead of seeking $1.5M in new revenue. Please read and share. pyfound.blogspot.com/2025/10/NSF-fu… 🧵 pyfound.blogspot.com/2025/10/NSF-fu…

Sean McArthur (@seanmonstar) 's Twitter Profile Photo

Just published a new #rustlang reqwest release candidate: v0.13.0-rc.1. This has some breaking changes, the biggest was switching to rustls by default. I'd appreciate if you gave it a spin 🙏 github.com/seanmonstar/re…

Dmitrii Kovanikov (@chshersh) 's Twitter Profile Photo

After 8 years of Haskell, 2 years of OCaml, 2.5 years of C++ and 45 minutes of Go, I present you the ultimate Design Pattern. The Context Pattern FP, OOP, Procedural and Declarative Programming combined to create The Last and Only design pattern you ever need. A single record

After 8 years of Haskell, 2 years of OCaml, 2.5 years of C++ and 45 minutes of Go, I present you the ultimate Design Pattern.

The Context Pattern

FP, OOP, Procedural and Declarative Programming combined to create The Last and Only design pattern you ever need.

A single record
Viacheslav Biriukov (@brk0v) 's Twitter Profile Photo

🦀 Building an LLM from scratch in Rust - Part 4 is where the model actually learns. No autograd magic: you hand-roll backprop through linear layers, attention, layer norm, MLP. Watching it go from pure noise to Shakespeare. tag1.com/how-to/part4-t… #rust #rustlang #LLM #gpt

🦀 Building an LLM from scratch in Rust - Part 4 is where the model actually learns.

No autograd magic: you hand-roll backprop through linear layers, attention, layer norm, MLP. 

Watching it go from pure noise to Shakespeare.

tag1.com/how-to/part4-t…
#rust #rustlang #LLM #gpt
Jens Axboe (@axboe) 's Twitter Profile Photo

This code now landed upstream and will be part of the 7.0 kernel when released. The liburing helpers, man page, and test cases have been merged into the master branch.

Qwen (@alibaba_qwen) 's Twitter Profile Photo

🚀 Introducing the Qwen 3.5 Small Model Series Qwen3.5-0.8B · Qwen3.5-2B · Qwen3.5-4B · Qwen3.5-9B ✨ More intelligence, less compute. These small models are built on the same Qwen3.5 foundation — native multimodal, improved architecture, scaled RL: • 0.8B / 2B → tiny, fast,

🚀 Introducing the Qwen 3.5 Small Model Series
Qwen3.5-0.8B · Qwen3.5-2B · Qwen3.5-4B · Qwen3.5-9B

✨ More intelligence, less compute.
These small models are built on the same Qwen3.5 foundation — native multimodal, improved architecture, scaled RL:
• 0.8B / 2B → tiny, fast,