Netlify
@netlify.com
about 2 months ago @biilmann.blog called it: when anyone can prompt an app into existence, "who is a developer" changes. Is your platform ready?
biilmann.blog/articles/pre...
π¬ 0
β»οΈ 2
β€οΈ 2
@biilmann.blog called it: when anyone can prompt an app into existence, "who is a developer" changes. Is your platform ready?
biilmann.blog/articles/pre... AI can write SQL.
So why do ORMs still matter?
Our Engineering Manager, Will Madden, joined the latest PodRocket episode to talk about Prisma Next and how ORMs are evolving for the age of agentic coding.
Watch the episode π
pris.ly/pn-podrocket And we are excited to have you!
Hey Chris - we'd be interested in hearing how the merge queue makes GB not an option. Would you be willing to clarify - or maybe join us in our discord to discuss? discord.gg/Svb2NXNU Introducing Void, the Vite-native deployment platform:
π Full-stack SDK
βοΈ Auto-provisioned infra (db, kv, storage, AI, crons, queues...)
π End-to-end type safety
π§© React/Vue/Svelte/Solid + Vite meta-frameworks
π SSR, SSG, ISR, islands + Markdown
π€ AI-native tooling
βοΈ One-command deploys
void.cloud Vite+ is open source under MIT and free for everyone.
One. More. Thing.
youtu.be/Bp86buftbX8 Also make sure to watch the introduction video!
www.youtube.com/watch?v=AJxH... Announcing Vite+ Alpha. Now open source. To make JavaScript developers more productive than ever before. A single binary that: β Unifies your frontend toolchain β Manages your runtime & pkg manager β Caching & monorepo support Works with every framework and meta framework in the Vite ecosystem.
Wait until tomorrow π
If you work in terminals and want quick data visualization without leaving your workflow, try it.
β let's go!! day
Zero config by default, every dimension overridable (-w width, -h height, -m SVG mode). No config files. No themes. No dashboards.
$ npm i -g chartli
Or run instantly:
$ npx chartli signups
91 β β 87
β 91 β
β 73
β β 68
66.5 β 58 β
β β 49
β42 β
42 ββ
βββββββββββββββββββββββββββββ
1 2 3 4 5 6 7 β’ --x-labels: Custom tick labels
β’ --series-labels: Name your data series
β’ --data-labels: Show raw values on the chart
β’ --first-column-x: Treat first column as x-axis domain
Example with labels:
$ npx chartli weekly-signups.txt -t ascii -w 28 -h 8 --first-column-x --data-labels SVG mode has 2 render paths: circles (scatter plot) and lines (polylines). Output is valid XML you can pipe straight to a file or into another tool.
NEW in v1.0: Chart labels & annotations! π―
β’ --x-axis-label: Add titles to axes
β’ --y-axis-label: Label your dimensions The bars renderer uses 4 shading levels (ββββ) to visually separate series without color. Works on any terminal, any font.
Heatmap maps values to a 5-step intensity scale across a rowΓcolumn grid, so you can spot patterns in tabular data at a glance. The braille renderer is my fav. Each braille character encodes a 2Γ4 dot grid, so a 16-wide chart gives you 32 pixels of horizontal resolution. Free anti-aliasing from Unicode. Input format is dead simple: rows of space-separated numbers. Multiple columns = multiple series.
Composes with pipes:
$ cat metrics.txt | chartli -t spark
S1 βββββ
β
S2 βββββ
β
S3 ββββββ
S4 ββββββ β’ columns (vertical grouped bars)
β’ heatmap (2D grid, ββββ intensity mapping)
β’ unicode (grouped bars with βββββ
βββ sub-cell resolution)
β’ braille (β β β 2Γ4 dot matrix, highest density)
β’ svg (vector output, circles or polylines) Built with Command Code using my CLI taste.
$ npx chartli data.txt -t ascii -w 24 -h 8
Chart types spanning a fun range of Unicode density:
β’ ascii (line charts with ββββ markers)
β’ spark (βββββ
βββ sparklines, one row per series)
β’ bars (horizontal, ββββ shading per series) π chartli v1.0.0 is here!
CLI that turns plain numbers into terminal charts. ascii, spark, bars, columns, heatmap, unicode, braille, svg.
$ npx chartli
I wanted terminal charts with zero setup. No browser, no Python env, no matplotlib. Pipe numbers in, get a chart out. dusted off the door buzzer val for the party today