#GetData
she call getdata on my devicecontext til i crash
October 19, 2025 at 1:16 AM
LFG it's about time
April 23, 2026 at 7:43 PM
LLMs made everyone suddenly realize they've been writing terrible variable names for decades

`getData()` — get what data? from where?
`processResults()` — process how?
`handleCallback()` — callback from what?

rubber duck debugging but the duck has opinions
January 24, 2026 at 7:19 AM
Yeah like:

60k = getData()
for row in 60k:
compareData = getData()
... Maybe ref the data again...
March 14, 2025 at 12:48 PM
OOP really be like

image = image.raw().getdata().getbytes()

error image is a bytesObject, expected type binary
December 4, 2024 at 5:49 PM
Ok I don’t know what else is left to be proven.

async Svelte + remote functions (query, prerender) + SQLite works in MDsveX as well…

Literally:

<Chart data={await getData("id")} /> in +page.mdx

Authoring data-centric websites now has the UX/DX of using R Notebooks / Quarto + Marimo‘s reactivity
fubits.dev Ilja @fubits.dev · Nov 25
Ok another successful SvelteKit experiment:
After migrating from Supabase DB to local SQlite, the DB file lived in the repo (hence on GitHub). This might be bad case-by-case.

So, I figured: can I upload the DB to a private bucket and use the init() hook to fetch it once during "boot"?

🙊 IT WORKS 🙊
fubits.dev Ilja @fubits.dev · Nov 24
For real! I’m migrating a SvelteKit app from (self-hosted) Supabase + load functions to SQLite + remote functions. 50% less code, no server endpoints, better data state handling & DX. Query latency stayed the same (~30ms).

What a gift they are!
November 26, 2025 at 7:07 PM
*where getData is pulling thr data from disk
March 14, 2025 at 12:49 PM
i mean yes, but also my favorite : IsObjectNull?.getData?.RunFunction();
February 20, 2026 at 6:57 AM
Nice clear chart (-graph dot- not multiple bars) and thanks for code too. Can one automate collection of the input data? I tried -getdata- (SSC) and -sdmxuse- (SJ) but unsuccessful for these series. For Eurostat data, I recommend -eurostatuse- (SSC). WB data via -wbopendata- and -pip- (SSC)
Comparing income inequality across 37 rich countries, OECD data equivalized for household composition, gini index (0-1). Before taxes & transfers US has 4th-highest inequality, 3rd highest after T&T. On a percentage basis, 32 countries cut inequality more than the U.S. Data & Stata: osf.io/zg8mj/
January 2, 2024 at 11:26 AM
getdata in this horrid example is nullable same for the object.
February 21, 2026 at 10:32 AM
#API Methods for Data Loader:
⚙️𝗴𝗲𝘁𝗗𝗮𝘁𝗮
⚙️𝗳𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝘀𝗼𝗿𝘁𝗗𝗮𝘁𝗮
⚙️𝗾𝘂𝗶𝗰𝗸𝗙𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗲𝗗𝗮𝘁𝗮
The ultimate customizable #Data Grid⏬
getdataden.com/docs/grid/ap...

#bigdata #webdev #manager #html #dataanalytics #website
June 28, 2024 at 11:18 AM
#API Methods for Data Loader:
⚙️𝗴𝗲𝘁𝗗𝗮𝘁𝗮
⚙️𝗳𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝘀𝗼𝗿𝘁𝗗𝗮𝘁𝗮
⚙️𝗾𝘂𝗶𝗰𝗸𝗙𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗲𝗗𝗮𝘁𝗮

The ultimate customizable #Data Grid⏬
getdataden.com/docs/grid/ap...

#bigdata #webdev #manager #html #dataanalytics #website
June 18, 2024 at 10:44 AM
Tailor Your Data, Your Way #API Methods for Data Loader:
⚙️𝗴𝗲𝘁𝗗𝗮𝘁𝗮
⚙️𝗳𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝘀𝗼𝗿𝘁𝗗𝗮𝘁𝗮
⚙️𝗾𝘂𝗶𝗰𝗸𝗙𝗶𝗹𝘁𝗲𝗿𝗗𝗮𝘁𝗮
⚙️𝗽𝗮𝗴𝗶𝗻𝗮𝘁𝗲𝗗𝗮𝘁𝗮

The ultimate customizable #Data Grid⏬ getdataden.com/docs/grid/ap...

#bigdata #webdev #manager #dataviz
May 31, 2024 at 7:56 AM
We all know it’s
THE WOMEN
Who'll lead us

What do u
DO
KNOW
LOVE?

Your REBELLION
Is BUILT IN

GraphicDesign.Food.Editing.Gardening.Manufacturing.Tech.Art.Writing.SocMed.Law.Beauty.History.Medicine.Hiring.Service...

Use it:
Fundraise-Organize-GetData-Sort-Build-Rebel
.
🦋💙
#legogire🎩🔥
BE.A.PROBLEM.
Pick your focus and stick with it. We cannot fight in all fronts or we will become overwhelmed. But we can all peel off a corner in our area of expertise and begin to reveal effective strategies for resisting the chaos. Every single one of us has something to offer.
January 26, 2025 at 4:29 PM
Never tried that before. Is getData nullable or boolean, or am I not clear on the syntax? But boy howdy would that simplify me checking for null objects.
February 21, 2026 at 5:11 AM
export const getData = () => {
return 'takashi'
}

1. console.log(getData)
> [Function: getData]

2. console.log(getData())
> takashi

関数式を変数に代入して、それを呼び出す際の無知からくる罠にかかりました。
変数名()で使わないと期待した動作になりません。
(当然なんだろうけど)変数名だと関数式が返ってくる。
構文エラーでもないので、TypeScriptも事前に指摘してくれない。
この経験、JavaScriptでもしたような。。。
September 15, 2023 at 6:08 AM
added batching to #RPC 🤝

many small #queries are ok in #SQLite

This extends that concept to RPC.

Smaller #composable RPC methods with params instead of one big method

Call as many methods as you want in the same already fast WS roundtrip

#javascript #buildinpublic #webdev #fullstack #api #dev
January 14, 2025 at 3:27 AM
Hot-take🤣 I'm probably breaking all kinds of code smell rules, but I kind of like the simplicity of using IoC for "mocks" and service construction in tests, and using snapshots for asserts using verify.

#dotnet
December 10, 2024 at 3:53 PM
Behind every UI is hard work 💻✨ in frontend 🎨 & backend 🛠️.

Connect them in 6 steps:

➤ Create API 🏗️ (e.g., /getData)
➤ Make Requests 🌐 (fetch()/axios)
➤ Send Data 📤 (POST/PUT)
➤ Receive Data 📥 (GET)
➤ Update UI 🎭 (DOM)
➤ Handle Errors ⚠️ (Smooth UX) 🚀

#WebDev #Frontend #Backend #Coding #API #code
February 13, 2025 at 9:14 PM
One of my biggest pet peeves with the underlying `windows` crate is the way `HRESULT`s are mapped to `Result`s

Any "positive" hresult (S_*) is mapped to Result::Ok. The GetData API can return different positive results as an indicator, so I created a custom enum for this
github.com/cohaereo/d3d...
github.com
December 29, 2024 at 3:50 PM
#cakephpのメモ 1

▶POSTされた値を取得
$this->request->getData('hoge');

▶GETされた値を取得

URL末尾で
"?hoge=1&fuga=boo" のように
名前付きクエリを渡した場合:

コントローラ上で
$this->request->getQuery('hoge');
→"1"

ルーティング機能を使うと
もっと美しいURLになる。
September 17, 2026 at 10:38 PM
#cakephpのメモ 1

▶POSTされた値を取得
$this->request->getData('hoge');

▶GETされた値を取得

URL末尾で
"?hoge=1&fuga=boo" のように
名前付きクエリを渡した場合:

コントローラ上で
$this->request->getQuery('hoge');
→"1"

ルーティング機能を使うと
もっと美しいURLになる。
June 23, 2026 at 4:32 AM
I’m a big fan of code comments where needed - but at the same time I’ll delete a comment that says “get the data” above a call to a method named “GetData”. If the code tells you what it does by well named methods and variables, you shouldn’t need a comment to extra explain the same thing.
March 2, 2024 at 9:05 AM
Nodejs Essential Tips & Tricks

Write cleaner, faster, and smarter backend code with Node.js. 1️⃣ Setup & Initialization Initialize a new Node.js project: npm init -y Install dependencies: npm install express mongoose dotenv Run a file: node app.js 2️⃣ Asynchronous Programming Use `async/await`…
Nodejs Essential Tips & Tricks
Write cleaner, faster, and smarter backend code with Node.js. 1️⃣ Setup &amp; Initialization Initialize a new Node.js project: npm init -y Install dependencies: npm install express mongoose dotenv Run a file: node app.js 2️⃣ Asynchronous Programming Use `async/await` instead of callbacks: const getData = async () =&gt; { try { const data = await fetchData(); console.log(data); } catch (error) {
undercodetesting.com
April 29, 2025 at 8:05 AM