briht

204 posts

briht banner
briht

briht

@briht_ct

Crypto educator sharing airdrop farming, bounty strategies & safe cash-outs | AI experiments & gaming content | Practical guides + risks | Not financial advice

Entrou em Mayıs 2026
45 Seguindo6 Seguidores
briht
briht@briht_ct·
@RoundtableSpace Claude fable 5 is the first agentic ai with limitless possiblity
English
0
0
0
3
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
CLAUDE FABLE ONE SHOT THIS PIXAR-QUALITY EDUCATIONAL VIDEO
English
6
2
20
12.3K
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
This guy built several projects with Claude Fable while it was out and reported everything that he saw This is an interesting listen
English
6
3
48
23.9K
Brian Armstrong
Brian Armstrong@brian_armstrong·
Proof of work - derivatives in the US on Coinbase are growing fast! 25 contracts with over $200B traded. US crypto perps went live in July 2025. And with unified global liquidity on the way (connecting US traders with international) this should accelerate. Only on Coinbase.
Brian Armstrong tweet media
Coinbase 🛡️@coinbase

With over $200B of trading volume in the US alone, we'll just call them what they always were. US Perps. 22 assets. Institutional-grade liquidity. No expiration. Live on Coinbase (for a year now).

English
66
18
201
28.5K
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
This how you can fine tune Gemma 4 12B to actually play chess - fully local, on 8GB VRAM. Before: random moves. After: finds the exact correct move every time. Text, image & audio fine-tuning on consumer hardware is no longer a flex.
English
8
0
50
35.6K
briht retweetou
briht
briht@briht_ct·
Fable 5 made a 4k Minecraft mod
English
2
0
1
88
briht
briht@briht_ct·
@RoundtableSpace I will go for the AMD Ryzen Ai Halo Let's know the difference between supercomputer and normal one's
English
0
0
1
236
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
AMD Ryzen AI Halo OR Nvidia DGX Spark Which one will you choose and why?
0xMarioNawfal tweet media0xMarioNawfal tweet media
English
11
2
67
37.9K
briht
briht@briht_ct·
Higgsfield just realised a Photoshop plugin 1. Real Time turns your sketch into a finished image as you draw, in any style. 2. Decompose any image into editable layers. 3. Restyle any photo with a preset or prompt. Your whole creative pipeline, inside Photoshop.
English
0
0
1
23
briht
briht@briht_ct·
Links > OpenRouter free endpoint → openrouter.ai > Model on Hugging Face → search NVIDIA Nemotron 3 Ultra > OpenCode → GitHub Anyone using it already? How does it compare in real coding sessions?
English
0
0
0
15
briht
briht@briht_ct·
Realistic notes >Free tier is rate-limited >Not the top model on every benchmark >But excellent for long-context agentic coding at $0
English
1
0
1
17
briht
briht@briht_ct·
NVIDIA’s Nemotron 3 Ultra is now available with open weights and a free tier on OpenRouter. It’s a 550B MoE model (55B active parameters), hybrid Mamba-Transformer architecture, with 1M token context. Built mainly for agentic coding and long workflows.
English
1
0
1
26
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
OSX-PROXMOX lets you run macOS on literally any PC - AMD or Intel, no Hackintosh struggle. 7.2K stars. A few steps. Done. The $1000 entry fee to the apple ecosystem just disappeared. Github: github.com/luchina-gabrie…
0xMarioNawfal tweet media
English
12
5
80
38.8K
briht
briht@briht_ct·
@Steezehuman And also to go broke speaking from experience
English
0
0
2
23
Stephenblaq
Stephenblaq@Steezehuman·
Memecoin is the fastest way to get rich
English
8
4
30
1K
briht
briht@briht_ct·
- Icon: Add an `ArrowUpRight` icon.  - Button Layout: Use `flex justify-between items-center w-full sm:w-[240px] px-6 py-4 rounded-full font-medium shadow-lg hover:bg-gray-50`. On hover, the arrow icon should translate slightly up and right. 7. Responsiveness: - Ensure everything scales down perfectly for mobile. Add a hamburger menu icon on mobile screens that replaces the center nav and right CTA. When clicked, it should open a glassy dropdown overlay containing the nav links and a mobile version of the Contact CTA.
English
0
0
1
18
briht
briht@briht_ct·
Create a full-screen, responsive hero section using React and Tailwind CSS in a single-file component. The UI must be a pixel-perfect recreation of the design specifications below. Pay strict attention to typography, spacing, colors, and the glassy UI elements. 1. Base Structure & Background Video: - Main wrapper: `min-h-screen`, `w-full`, `relative`, `flex`, `flex-col`, `justify-between`, `overflow-hidden`. Apply generous padding around the entire screen (e.g., `p-6 md:p-8 lg:p-12`). Constrain max width on ultrawide screens (e.g., `max-w-[1920px] mx-auto`). - Background: Add a full-screen background video positioned at `absolute inset-0 z-0` with a black background underneath. - Video URL: `cdn.sceneai.art/Hero Section Video/1bc60917-cb77-4441-bc15-bb839a9dd6c2.mp4` - Video attributes: `autoPlay`, `loop`, `muted`, `playsInline`, `object-cover`. 2. Interactive Organic Glow Effect (Mouse Move): - Add a div layer over the video (`pointer-events: none`, `z-10`) to create an organic, blooming hover effect. - Use React `useRef` and `onMouseMove` with `requestAnimationFrame` to track the cursor's exact X and Y coordinates. Map the coordinates to CSS variables (`--mx` and `--my`). - The effect should be a CSS `radial-gradient` that uses `rgba(80,150,255,0.35)` blending into `transparent`. - On `mouseMove`, smoothly animate the gradient radius (`--r`) from 0px to 220px using a cubic-bezier transition (`0.8s cubic-bezier(0.25, 1, 0.5, 1)`). On `mouseLeave`, shrink the radius back to 0px. 3. Header Navigation (Top - z-50): - Wrapper: `flex justify-between items-center w-full relative z-50`. - Logo (Left): The text "Gour". Text color is solid Black. `font-semibold`. Font size should be around `28px` (`text-2xl md:text-[28px]`). - Desktop Nav (Center): A glassy, pill-shaped container (`bg-gray-200/50 backdrop-blur-md`). Padding should be tight vertically and generous horizontally (e.g., `p-1`).    - Links inside: "About", "Spaces", "Locations", "Contact".    - The "About" link is active: Give it a solid white pill background (`bg-white/80`) and black text with a subtle shadow.    - The other links should be text-only (`text-gray-700`), hovering to black. Font size `14px`, `font-medium`. Padding `px-6 py-2`. - CTA Button (Right): "Contact Us" button. Background color must be a vibrant blue (`bg-[#4B66D1]`), hovering to a darker blue (`hover:bg-[#3B54B4]`). Text color is White. Include a thin `ArrowUpRight` Lucide icon. Shape is fully rounded pill (`rounded-full`). Padding: `px-6 py-2.5`. Font size: `14px`. 4. Bottom Hero Section - Layout: - Create a `
` container at the bottom (`mt-auto relative z-20 pb-4`).  - On desktop, it must be `flex flex-row justify-between items-end gap-10 lg:gap-20`. On mobile, `flex-col items-start`. 5. Bottom Left - Big Typography: - Container: Flex column with tight vertical spacing (`space-y-4 md:space-y-6`). - Line 1 ("EightHours"): Solid white text (`text-white`). Massive font size (`86px` on desktop, `60px` mobile). Very tight letter spacing (`tracking-[-0.04em]`). Tight line height (`leading-[0.85]`). Font weight: `font-medium`. Add a slight drop shadow. - Line 2 ("Studio"): Same exact font size, tracking, and line height as Line 1. This text must be hollow/glassy. Apply `-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.9)` and a highly transparent fill (`text-white/20`). 6. Bottom Right - Description & CTA: - Container: Flex column, aligned to the right. Max-width around `340px`. Gap between paragraph and button should be `gap-6 lg:gap-8`. - Paragraph text: "Welcome to eightHours Studio, the perfect place for artists to ignite their creativity and boost productivity!". Color: White with slight transparency (`text-white/95`). Size: `15px` or `16px`. Line height: `leading-relaxed`. Font weight: `font-light`. Add a slight text shadow for readability. - Button: A wide white pill button. Background: Solid White (`bg-white`). Text: "View Project" in solid Black.  Continuation below 👇
English
1
0
1
35
briht
briht@briht_ct·
Gemini 3.1 Pro just built this entire animated 3D landing page… in ONE prompt. Rotating crystal rock, glowing neon UI, buttery-smooth interactions, premium dark aesthetic. No Figma. No Webflow. No dev team.Just pure AI magic. Prompt is in the comments below 👇
English
1
0
1
30
0xMarioNawfal
0xMarioNawfal@RoundtableSpace·
$ZEC SURGES 25% AFTER ANTHROPIC SECURITY AUDIT FINDS NO CRITICAL PROTOCOL FLAWS
0xMarioNawfal tweet media
English
30
22
233
52.2K