Can OpenAI’s ‘Master of Disaster’ fix AI’s reputation crisis?

Can OpenAI’s ‘Master of Disaster’ fix AI’s reputation crisis?

💥 Discover this awesome post from WIRED 📖 📂 **Category**: Business,Business / Artificial Intelligence,Model Behavior 📌 **What You’ll Learn**: Three months ago, Greg Brockman, co-founder of OpenAI, told me about his concerns about the mounting PR crisis facing AI companies: Despite the popularity of tools like ChatGPT, an increasingly large percentage of the population said they viewed AI negatively. Since then, the backlash has intensified.University commencement speakers are now being booed for speaking about artificial intelligence in optimistic terms. Last month, someone threw a Molotov cocktail at the home of OpenAI CEO Sam Altman in San Francisco and wrote a…
Read More
Page introuvable… | Usborne | Des livres pour explorer le monde

Page introuvable… | Usborne | Des livres pour explorer le monde

🚀 Discover this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Page introuvable... | Usborne | Des livres pour explorer le monde The store will not work correctly when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. chev_right_small instagram twitter tiktok threads plus alert_in_circle basket basket_full chev_down chev_right cir_eye cir_pencil cir_puzzle c_scissors cross pencil message linkedin linked youtube link look paypal p_discover p_maestro p_mastercard p_paypal p_visa search secure sq_book sq_earphones sq_eye…
Read More
The Gulf’s artificial intelligence boom faces a problem with submarine cables

The Gulf’s artificial intelligence boom faces a problem with submarine cables

🚀 Check out this awesome post from WIRED 📖 📂 **Category**: Business,Business / Artificial Intelligence,Cable Vision 💡 **What You’ll Learn**: Artificial intelligence in the Gulf Its ambitions depend on something surprisingly fragile: a handful of submarine cables running through some of the world's most turbulent waterways.Countries like Saudi Arabia and the United Arab Emirates have spent billions building AI infrastructure, attracting super-scalers and positioning themselves as future exporters of computing power. But as the region shifts from oil wealth to AI-based economies, the infrastructure that holds that data is increasingly a strategic vulnerability.Submarine cables have long powered the global Internet.…
Read More
AI Chip Component Costs: Memory at 63% | Epoch AI

AI Chip Component Costs: Memory at 63% | Epoch AI

💥 Read this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: For each AI chip designed by Nvidia, AMD, Google, and Amazon, we estimate the per-chip cost of four component categories: memory (HBM), logic dies, advanced packaging (CoWoS), and auxiliary components. We then multiply those per-chip costs by estimated quarterly production volumes to get total component spending in each category, and compute each category’s share of total component spending per quarter from Q1 2024 to Q4 2025. We find that memory’s share rose from 52% to 63% over this period, while packaging fell from 19% to…
Read More
Finally, a great free radio app for Windows

Finally, a great free radio app for Windows

🔥 Discover this trending post from WIRED 📖 📂 **Category**: Gear,Gear / How To and Advice,Radio On 💡 **What You’ll Learn**: You can also add stations manually, which is useful if the station you like doesn't appear in the built-in search. To do this, you will need to find a link to the PLS file that the station is using, this is what allows Trdo to find the radio station. Many online radio stations offer these links for free on their websites, just look for the Streaming Links section.If you can't find a link to the stream, don't worry: there…
Read More

Don’t know where your data is from? Bayesian modeling for unknown coordinates

✨ Check out this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: location_surface_grids = 🔥 with location_error_gp_model: for multiplier, X_noisy_value in zip(multipliers, noisy_xs): pm.set_data(💬) posterior_mean_point = 💬 f_mean, _ = gp_location.predict(Xnew, point=posterior_mean_point, diag=True, pred_noise=False) location_surface_grids[multiplier] = f_mean.reshape(n_prediction_grid, n_prediction_grid) naive_kde_grids = 💬 kde_bandwidths = { multiplier: location_error_idatas[multiplier].posterior["ℓ"].mean(("chain", "draw")).item() for multiplier in multipliers } for multiplier, X_noisy_value in zip(multipliers, noisy_xs): squared_distance = ( (Xnew[:, 0, None] - X_noisy_value[:, 0]) ** 2 + (Xnew[:, 1, None] - X_noisy_value[:, 1]) ** 2 ) weights = np.exp(-0.5 * squared_distance / kde_bandwidths[multiplier]**2) naive_kde_grids[multiplier] = (weights @ y_walker / weights.sum(axis=1)).reshape(n_prediction_grid, n_prediction_grid) location_norm =…
Read More
Razer Viper V4 Pro review: The iterative update packs big performance

Razer Viper V4 Pro review: The iterative update packs big performance

✨ Explore this awesome post from WIRED 📖 📂 **Category**: Gear,Gear / Reviews,Gear / Products / Computers,Gear / Products / Gaming,Product Review 💡 **What You’ll Learn**: While the 5g weight reduction may seem minor, the improvements were immediately noticeable, resulting in the quick, snappy movements and clicks required in first-person shooters. In games that focus on accuracy e.g Counter Strike 2the weight was perfectly balanced when throwing it without being so light that I lost control, and in fast-paced titles like Hell Divers 2The added agility gave me the ability to engage multiple enemies at once (or, more accurately, easily…
Read More

Migrating from Go to Rust

💥 Explore this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Out of all the migrations I help teams with, Go to Rust is a bit of an outlier. It’s not a question of “is Rust faster?” or “does Rust have types?”, Go already gets you most of the way there. The discussion is mostly about correctness guarantees, runtime tradeoffs, and developer ergonomics. A quick disclaimer before we start: this guide is heavily backend-focused. Backend services are where Go is strongest, small static binaries, a standard library focused on networking, and an ecosystem of libraries for…
Read More
Valve Steam Controller (2026) review: Wait for the Steam Machine

Valve Steam Controller (2026) review: Wait for the Steam Machine

✨ Read this insightful post from WIRED 📖 📂 **Category**: Gear,Gear / Products / Gaming,Gear / Reviews,Product Review 📌 **What You’ll Learn**: In terms of inputs, it takes almost all of the control methods from the Steam Deck, except the touchscreen, and crams them into an 11 x 16 x 6cm design. Valve tries to have it both ways when it comes to its most familiar controls, using Xbox's ABXY face buttons and a wide aesthetic but PlayStation's identical joystick layout, as well as dual shoulder buttons and a pair of analogue triggers. Players accustomed to either will soon adapt…
Read More

defeating git rigour fatigue with jujutsu

🔥 Check out this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: This post assumes a basic level of familiarity with the jujutsu version control system. If you haven't used jujutsu, you'll still get the gist of the idea, but I recommend reading Steve's Jujutsu tutorial after.When developing a large feature, writing Good Commits is hard.And by Good Commits, I mean something like:define types add DB functions server CRUD client API client UIThis allows reviewers to step through your pull request in small bites, with each set of changes scoped to a single aspect of the…
Read More