@OLX_India@OLX I'm unable to DM you, messages keep failing. What details do you need? This is the specific account I was in contact with: https://t.co/4d1UqgyNkK
PSA for anyone looking to buy used GPUs (or other tech), OLX is full of scams. I almost fell for one of them.
Found 5 more such profiles later. AI RAM shortages seem to be proliferating scams.
@OLX_India@OLX
Anyways, if you've gotten this far, I'm still looking for GPUs, 3090s. Everything else is egregiously priced. If you know how I may procure a couple, pls lmk.
My biggest regret in how I handled this was making the scammer aware of other scammers using AI for scams.
I'm now worried that I've added AI to his tool belt.
Been spending a lot of time on neural nets; recently, on understanding weight inits
To consolidate what I learnt, I've put down some notes
Rather niche a topic; so, the set of those seeing this, and those for whom it'd be worth a read, probably disjoint
https://t.co/zj8j8mng2K
fex - A command-line file explorer prioritizing quick exploration
https://t.co/jJMbkHzPnm
Discussions: https://t.co/pRxV7oU17H
#programming#ziglang
by @18alantom
Almost feels like a bad idea.
I suck at public speaking. π
Anyways, I'll be talking about Strawberry related JS things, hopefully I don't forget my words π€
Announcing the speakers for FOSS United Mumbai June Meet-up! π
Meet Irene, Arya, @18alantom and @WJayesh π
π IDfy, Marol, Mumbai
ποΈ Saturday, 24th June
β±οΈ Timings: 2:00-4:00 PM
#fossunited#mumbaifoss@FOSSUnited
Added iteration to Strawberry
Marking an element (eg `sb-mark="list.#"`) will insert elements for all items in the array
Allows for arbitrary nesting AND works with components
Updating todo array and its items updates UI (check the console)π
1/3 When I posted an article on HN about building a frontend framework, a user told me they'd tried something similar but found nested loops and recursive components to be complicated problems.
I'm on loops now and precisely understand what they'd meant π₯²
2/3 While I'm confident I can do it, that one simple elegant solution was not immediately apparent.
I've already gone through like 4 iterations to find it.
They all worked differently but were not sufficiently intuitive or expressive enough.