1. X
  2. Dani Akash 🧪💥
Log inSign up
Dani Akash 🧪💥
3,820 posts
user avatar
Dani Akash 🧪💥
@dani_akash_
🇮🇳 | Building a new browser @browserOS_ai 🐶 | Gamer 🎮 | Anime fan 🍥 | 🧪 Science Geek | World Builder 🌍✨
Chennai, India
daniakash.com
Joined July 2010
190
Following
1,008
Followers
RepliesRepliesMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    user avatar
    Dani Akash 🧪💥
    @dani_akash_
    Aug 17, 2019
    No matter how big a number is, it is always closer to zero than to Infinity
  • user avatar
    Dani Akash 🧪💥
    @dani_akash_
    Jul 30
    I just filed my taxes with claude code + browserclaw Claude code knew what to fill and by giving it a browser - it just automated my whole tax filing process... Try for yourself:
    BrowserClaw: The Missing Browser for Claude, Cowork & Codex | BrowserOS
    From browseros.com
    150
  • user avatar
    Dani Akash 🧪💥
    @dani_akash_
    Jul 29
    Work happens on the Browser, so we gave AI agents the best possible browser Download BrowserClaw & give your AI agents the essential upgrade!
    user avatar
    Browser OS
    @browserOS_ai
    Jul 28
    Today we’re launching BrowserClaw! AI agents are great at writing code, but are bad at using software. BrowserClaw fixes that: agents that operate a real browser like a human, work inside your logged-in apps, and run multi-step workflows in parallel. Go try it now! It's Free
    00:00
    126
  • user avatar
    Dani Akash 🧪💥
    @dani_akash_
    Jul 28
    every "React killer" dies because it throws out the programming model. Octane keeps the model and just compiles the vDOM away that's the one to actually watch 👀
    user avatar
    Dominic Gannaway
    @trueadm
    Jul 27
    Happy to announce Octane – the successor to Inferno. React’s programming model, compiled. Hooks, Suspense and Actions, compiled ahead of time. No virtual DOM. No Rules of Hooks. No manually maintained dependency arrays. The compiler understands what your code captures and
    // Counter.tsrx — hooks next to output, no rules of hooks
import { useState, useEffect } from 'octane';

export function Counter(props) @{
	const [count, setCount] = useState(0);

	// A hook behind a condition is fine — slots are
	// assigned by call site, not call order.
	if (!props.paused) {
		useEffect(() => {
			console.log('count is now', count);
		}); // the compiler infers [count]
	}

	<button onClick={() => setCount(count + 1)}>{'Count: ' + count}</button>
}
    125
  • user avatar
    Dani Akash 🧪💥
    @dani_akash_
    Jul 28
    I can't believe we keep finding new lows as a species
    user avatar
    Hedgie
    @HedgieMarkets
    Jul 27
    🦔AI companies are bulk-buying rare books, scanning them through high-speed machines that cut the spines off, and shredding the originals. A service called ISBNdb facilitates orders of up to a million books and keeps buyers anonymous. Pre-2022 books are premium because they're
    71