Absolutely! Thanks for sharing @MyZeroCarbon It's live now at the link below 🙂 https://
bit.ly/3x9jmvO @MSCloud #MSCloud #MSFTPartner #5G #AI #Telco
SOFTWARE
-

Microsoft Cloud Platform Goes Live with 5G and AI Integration
By
–
-

LangChain adds token usage tracking for LLM responses
By
–
Token usage tracking We've made it easier to access response metadata returned by LLM providers with a new field on AIMessages! Useful information like token usage for supported models will appear there. Python : https://
python.langchain.com/docs/modules/m
odel_io/chat/token_usage_tracking/
…
JS : https://
js.langchain.com/docs/modules/m
odel_io/chat/token_usage_tracking
… -

Theseus GPU-native query engine benchmarks massive data processing
By
–
Excited to show what our team has been working on over the last 2.5 years: Theseus, our GPU-native query engine! This benchmark compares data queries of different scales — 10TB, 30TB, and 100TB — on Spark (run on CPUs) and Theseus (run on GPUs). Moving the same queries from
-
Pandas DataFrame Cloud Sharing Syntax Innovation
By
–
i want this syntax: > df = pd.DataFrame(…)
> http://
df.to_cloud() https://
website-with-your-df.com/a0283u0j -
Cloud Data Sharing Syntax for Pandas DataFrames
By
–
i want this syntax: > df = pd.DataFrame(…)
> http://
df.to_cloud() https://
website-with-your-df.com/a0283u0j -
Google Docs for Pandas DataFrames: Cloud Collaboration Tool
By
–
who is building the google docs for pandas dataframes? i would use that often. i want to send df links, save them to my notes, plot graphs in the cloud, etc.
-
AI Model Error Regarding Training Data Recitation and Bypass Method
By
–
The description in the docs is inaccurate. The error code means it detected recitation of training text — and there’s lots of false positives for this, like famous integer sequences. Anecdotally streaming the response seems to bypass it.
-
Terminal Script Automates Video Frame Capture via AppleScript
By
–
Today's TIL: I figured out a terminal script which uses AppleScript so you can watch a video in QuickTime Player and hit "enter" every time you want to capture the current frame as a JPEG in /tmp
-
Finding good enough off-the-shelf AI solutions for small projects
By
–
Damn, ok. Putting something small together and was hoping I could just use something off the shelf. Is there anything w/ mediocre perf. that is *good enough*?
-
JSON Stability: Why Unchanged Format Ensures Universal Compatibility
By
–
The JSON spec hasn't changed since it was first informally published in 2006 Not changing is one of its most valuable features – it means that if you publish data in no-trailing-commas original JSON you can be certain it will be usable in every language with a JSON parser