Amazon add 3.5% fuel and logistics surcharge for sellers amid Iran war

Amazon add 3.5% fuel and logistics surcharge for sellers amid Iran war

✨ Read this trending post from Hacker News πŸ“– πŸ“‚ **Category**: βœ… **What You’ll Learn**: An Amazon employee works to fulfill same-day orders during Cyber Monday, one of the company's busiest days, at an Amazon fulfillment center in Orlando, Florida, on Dec. 2, 2024.Miguel J. Rodriguez Carrillo | Getty ImagesAmazon is adding a 3.5% "fuel and logistics-related surcharge" to fees it collects from third-party sellers who use its fulfillment services, as the war in Iran stretches into its fifth week, driving up oil prices.The surcharge will take effect on April 17, for sellers in the U.S. and Canada, the company…
Read More
OpenAI acquires TBPN, the buzzy founder-led business talk show

OpenAI acquires TBPN, the buzzy founder-led business talk show

πŸ’₯ Read this must-read post from TechCrunch πŸ“– πŸ“‚ **Category**: AI,Media & Entertainment,Chris Lehane,OpenAI,sam altman,tbpn βœ… **What You’ll Learn**: OpenAI has acquired the popular tech industry talk show TBPN – the Technology Business Programming Network – making this the AI ​​giant's first acquisition of a media company. The show will report to OpenAI's Chief Policy Officer, Chris Lehane. TBPN, hosted by former tech founders John Coogan and Geordie Hayes, is a three-hour daily live show broadcast on YouTube and The show has gained popularity in Silicon Valley, a safe space where powerful industry players can speak candidly and be asked…
Read More
How we sped up bun by 100x

How we sped up bun by 100x

πŸ’₯ Check out this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: Digest We rewrote git in zig and: Sped up bun by 100x Got 4x faster than git on an arm Macbook Compiled to WASM to be 5x smaller with 8.5x more exports Check out this demo to clone a repo in your browser! Rather than start with the theory behind the "swarming", we'll share how to code cannon yourself, describe how our zig rewrite of git went, and then dive into some of our theory behind why this works. How to code cannon yourself…
Read More
Artemis 2 is NASA’s last mission to the moon without Silicon Valley

Artemis 2 is NASA’s last mission to the moon without Silicon Valley

πŸš€ Explore this trending post from TechCrunch πŸ“– πŸ“‚ **Category**: Space,Blue Origin,NASA,SpaceX,Artemis,Exclusive βœ… **What You’ll Learn**: SpaceX launched its initial public offering on the same day the United States sent astronauts to the moon for the first time in 54 years. And the timing is right: This will likely be the last time NASA will attempt to send people into deep space without significant help from a company that has fallen out of the venture-backed technology scene. NASA's current lunar campaign has its origins in a complex path dating back to the second Bush administration, which began developing a massive…
Read More
How notch traversal works on MacBooks

How notch traversal works on MacBooks

✨ Read this trending post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: Tailscale should feel nearly invisible when it's connecting you and all your devices together. But on some MacBooks, for a while there, it could be a little too invisible. We have two fixes for it: one small and slightly quirky, and another really useful one, available now on macOS. The small, quirky fix might become a thing of the past for the vast majority of Mac users. I wanted to document it here: to help other developers, to mark this moment in time, and quietly…
Read More
ElevenLabs launches a new music generation app powered by artificial intelligence

ElevenLabs launches a new music generation app powered by artificial intelligence

πŸš€ Explore this trending post from TechCrunch πŸ“– πŸ“‚ **Category**: Apps,ElevenLabs,Exclusive,iOS app,Music AI πŸ“Œ **What You’ll Learn**: Audio AI company ElevenLabs has quietly released an iOS app called ElevenMusic that can be used to create music using AI and discover AI-generated music in order to compete with platforms like Suno and Udio. The new app, which has been listed on the App Store for a few weeks and was finally released on April 1, indicates that ElevenLabs wants to be more than just an audio modeling company. The company sees tools that use AI to create music and other media…
Read More
A $1.75 Trillion IPO Would Be Overpaying 30% for SpaceX

A $1.75 Trillion IPO Would Be Overpaying 30% for SpaceX

πŸ’₯ Explore this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: SpaceX filed confidentially for an IPO on April 1, 2026, targeting a $1.75 trillion valuation and a June listing. If completed, it would be the largest IPO in history. I found this valuation interesting because SpaceX is a conglomerate now, so valuing the business segments together has a lot of intangible value. But my particular interest was because the IPO will happen in June (or later), so the question is not: what is SpaceX worth now, but what will SpaceX be worth then? That's a…
Read More
Money transfer app Duc has exposed thousands of driver’s licenses and passports on the open web

Money transfer app Duc has exposed thousands of driver’s licenses and passports on the open web

πŸ”₯ Discover this awesome post from TechCrunch πŸ“– πŸ“‚ **Category**: Fintech,Security,Canada,cybersecurity,data exposure,Exclusive,money transfer βœ… **What You’ll Learn**: An Amazon-hosted, publicly accessible storage server allows anyone with a web browser to access the personal data of hundreds of thousands of people without needing a password. This included driver's licenses, passports and other personal information collected by the Duc app, a money transfer service owned by Toronto-based Duales. The Canadian fintech company said it resolved a data exposure issue on Tuesday after TechCrunch alerted its CEO that one of the company's cloud storage servers was publicly listing its contents without a password.…
Read More

JSON, text search, CTE, STRICT, generated columns, WAL

πŸ’₯ Check out this trending post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: Working with JSON data SQLite ships with a JSON extension that lets you store and query JSON documents directly in tables. You can keep your schema flexible while still using SQL to slice and dice structured data. Example: extracting fields from a JSON column: CREATE TABLE events ( id INTEGER PRIMARY KEY, payload TEXT NOT NULL -- JSON ); SELECT json_extract(payload, '$.user.id') AS user_id, json_extract(payload, '$.action') AS action, json_extract(payload, '$.metadata') AS metadata FROM events WHERE json_extract(payload, '$.action') = 'login'; You can also create indexes…
Read More
Microsoft is taking on AI competitors with three new core models

Microsoft is taking on AI competitors with three new core models

πŸš€ Discover this must-read post from TechCrunch πŸ“– πŸ“‚ **Category**: AI,Enterprise,artificial intelligence,Microsoft,Mustafa Suleyman,OpenAI πŸ“Œ **What You’ll Learn**: The tech giant's Microsoft AI Research Lab announced the launch of three basic AI models on Thursday that can generate text, audio, and images. This release signals Microsoft continuing its push to build its own set of multimodal AI models - and competing with rival AI labs - although it is still associated with OpenAI. MAI-Transcribe-1 transcribes speech across 25 different languages ​​into text and is 2.5 times faster than Microsoft's Azure Fast offering, according to a company press release. MAI-Voice-1 is a…
Read More