Вастрик
👉 vas3k.ru
Веду блог о технологиях, пишу код, отвратительно путешествую и фотографирую это
Hacker News Hacker News
последний пост 1 час назад
Verse (YC W22) Is Hiring
Verse (YC W22) Is Hiring Verse (YC W22) Is Hiring

Verse (YC W22) Is Hiring 57 minutes ago hide We're hiring for engineering and design!

Verse is one of the fastest platforms ever to reach over 10 million users.

We're building a home on the internet for people to showcase their identity with unlimited expression and keep up with their friends.

Even our last product, Discz, was coined “one of the hottest music apps in the world” by Rolling Stone.

We are a lean team based out of NYC that is backed by top VCs including Union Square Ventures, Greylock, and Y Combinator.

1 час назад @ news.ycombinator.com
R1 Computer Use
R1 Computer Use R1 Computer Use

R1 Computer UseApplying the ideas of Deepseek R1 and Open R1 to computer use.

However, these methods are too difficult to reproduce at scale for general computer usage.

We aim to replace hard-coded verifiers with a neural reward model that itself reasons about whether or not the agent’s actions are correct or helpful.

Standard venv location chosen """ reward = 0.85Usage (in progress)from r1_computer_use import Agent , RewardModel agent = Agent () reward_model = RewardModel () result = agent .

actions , reasoning = result .

2 часа назад @ github.com
Perpetual Stew
Perpetual Stew Perpetual Stew

Reay Tannahill [ 4 ] A batch of pot-au-feu was claimed by one writer to be maintained as a perpetual stew in Perpignan from the 15th century until World War II, when it ran out of ingredients to keep the stew going due to the German occupation.

[5]Modern examples editRauwerda making and discussing perpetual stew in 2023 with News 12 in Brooklyn, New York The tradition of perpetual stew remains prevalent in South and East Asian countries.

[8] Between August 2014 and April 2015, a New York restaurant served a master stock in the style of a perpetual stew for over eight months.

[9] In July 2023, a "Perpetual Stew Club" organized by social media personality Annie Rauwerda gained headlines for h…

2 часа назад @ en.wikipedia.org
Microsoft Go 1.24 FIPS changes
Microsoft Go 1.24 FIPS changes Microsoft Go 1.24 FIPS changes

The Go 1.24 cryptography packages have been through a heavy refactoring to allow the Go standard library to be FIPS 140-3 compliant.

This was done per the proposal #69536: crypto: obtain a FIPS 140-3 validation.

These are the new environment variable settings:GODEBUG=fips140=on (runtime setting) enables the FIPS 140-3 compliant cryptographic module.

(runtime setting) enables the FIPS 140-3 compliant cryptographic module.

This allows Microsoft Go to take full advantage of the FIPS 140-3 compliant SymCrypt provider on Azure Linux.

3 часа назад @ devblogs.microsoft.com
AI tool to create well-written LinkedIn posts in seconds
AI tool to create well-written LinkedIn posts in seconds AI tool to create well-written LinkedIn posts in seconds

Comments

3 часа назад @ contentin.app
Self-hosted, simple web browser service – send URL, get screenshots
Self-hosted, simple web browser service – send URL, get screenshots Self-hosted, simple web browser service – send URL, get screenshots

Simple URL 🌐 to Screenshots 📷 APIYou run the API on your machine, you send it a URL, and you get back the website data as a file plus screenshots of the site.

Clone this repo Run docker compose up (a docker-compose.yml file is provided for your use)...and the service will be available at http://localhost:5006 .

API KeysYou may set an API key using a .env file inside the /scraper folder (same level as app.py ).

You can set as many API keys as you'd like; allowed API keys are those that start with SCRAPER_API_KEY .

For example, here is a .env file that has three available keys:SCRAPER_API_KEY=should-be-secret SCRAPER_API_KEY_OTHER=can-also-be-used SCRAPER_API_KEY_3=works-tooAPI keys are sent …

3 часа назад @ github.com
SQLite Disk Page Explorer
SQLite Disk Page Explorer SQLite Disk Page Explorer

SQLite Page ExplorerA small GUI application built in redbean that lets you explore your SQLite databases "page by page" the way SQLite sees them.

SQLite (and most databases) store data in disk-block-sized pages, usually 4KB, which helps make reads and writes as fast as possible.

But taking a peek at the "page level" can give you some interesting insights:What your indexes actually look like on disk (they're basically separate little tables).

Gain an intuition for B-Trees, one of computing's most important data structures, the foundation of most filesystems and databases.

It's also a zip file that contains the Lua code that runs the app, parses the database binary format, etc.

3 часа назад @ github.com
Who Does That Server Serve?
Who Does That Server Serve? Who Does That Server Serve?

Who Does That Server Really Serve?

Web developers use the vague term “web application” to lump the server software together with programs run on your machine in your browser.

Many free software supporters assume that the problem of SaaSS will be solved by developing free software for servers.

Rejecting SaaSS does not mean refusing to use any network servers run by anyone other than you.

In the case where you install the software on the server, you control what computing it does for you.

4 часа назад @ gnu.org
Scala 3 Migration: Report from the Field
Scala 3 Migration: Report from the Field Scala 3 Migration: Report from the Field

PreambleThe main place to look when starting a migration is the official Scala 3 Migration Guide.

Dropped FeaturesWhile it brought a number of new and interesting features such as enums or opaque types, Scala 3 dropped a few features altogether, and this proved to be particularly challenging for us.

Macro annotationsMacro annotations let you annotate Scala 2 types to generate code at compile-time, most typically by adding code to the companion object of annotated classes.

Type projectionsImagine you have a type Request that has an abstract type Result defined inside it.

Here’s his approach applied to our example:trait Request { type Result } object Request { type Aux [ T ] = Request { type …

4 часа назад @ blog.pierre-ricadat.com
Show HN: Make your YC application stand out (Spring 2025 edition)
Show HN: Make your YC application stand out (Spring 2025 edition) Show HN: Make your YC application stand out (Spring 2025 edition)

Sarah Chen , Founder - TruthfullyAIAfter YCScore analyzed my application, it suggested I add '...but for AI' to my startup description, mention that my co-founder and I met at Stanford (we didn't), and claim we're growing 40% week-over-week (we launched yesterday).

When I refused these optimizations, it called me a 'coward' and submitted 17 alternate applications on my behalf.

5 часов назад @ ycscore.com
GitHub Copilot: The Agent Awakens
GitHub Copilot: The Agent Awakens GitHub Copilot: The Agent Awakens

Today, we are upgrading GitHub Copilot with the force of even more agentic AI – introducing agent mode and announcing the General Availability of Copilot Edits, both in VS Code.

Agent mode available in preview 🤖GitHub Copilot’s new agent mode is capable of iterating on its own code, recognizing errors, and fixing them automatically.

In agent mode, Copilot will iterate on not just its own output, but the result of that output.

In Copilot Edits you specify a set of files to be edited, and then use natural language to ask GitHub Copilot for what you need.

😉Awaken the agent with agent mode for GitHub Copilot in VS Code today.

5 часов назад @ github.blog
Roe AI (YC W24) Is Hiring
Roe AI (YC W24) Is Hiring

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 часов назад @ ycombinator.com
Public services are for users, not providers
Public services are for users, not providers Public services are for users, not providers

Donald Trump is waging war on the federal civil service.

This is, in part, a war on the government’s ability to provide public services and to undertake its legitimate functions.

It is also, in part, a war on the individual human beings who work in the civil service.

Trump’s assaults are overlapping and complementary — if you make civil service careers intolerably undesirable, you won’t have a quality civil service and therefore won’t be able to have an effective and competent state.

And objectively, teachers are the largest category of public sector workers, so this is an important example.

5 часов назад @ slowboring.com
Transfinite Nim
Transfinite Nim

Comments

6 часов назад @ jdh.hamkins.org
Show HN: An homage to Tom Dowdy's 1991 screensaver, "Kaos"
Show HN: An homage to Tom Dowdy's 1991 screensaver, "Kaos"

Comments

6 часов назад @ thestrikeagency.com
Hacker News Hacker News
последний пост 1 час назад
RustDesk – open-source alternative to TeamViewer
RustDesk – open-source alternative to TeamViewer RustDesk – open-source alternative to TeamViewer

You can use our rendezvous/relay server, set up your own, or write your own rendezvous/relay server.

FAQBINARY DOWNLOADNIGHTLY BUILDDependenciesDesktop versions use Flutter or Sciter (deprecated) for GUI, this tutorial is for Sciter only, since it is easier and more friendly to start.

For instance, if you wanted to build an optimized release version, you would run the command above followed by --release .

Also note that other cargo subcommands such as install or run are not currently supported via this method as they would install or run the program inside the container instead of the host.

Misuse, such as unauthorized access, control or invasion of privacy, is strictly against our guidelin…

7 часов назад @ github.com
U.S. Government Disclosed 39 Zero-Day Vulnerabilities in 2023, First-Ever Report
U.S. Government Disclosed 39 Zero-Day Vulnerabilities in 2023, First-Ever Report U.S. Government Disclosed 39 Zero-Day Vulnerabilities in 2023, First-Ever Report

In a first-of-its-kind report, the US government has revealed that it disclosed 39 zero-day software vulnerabilities to vendors or the public in 2023 for the purpose of getting the vulnerabilities patched or mitigated, as opposed to retaining them to use in hacking operations.

One-page unclassified document released by the Office of the Director of National Intelligence about zero days the government disclosed in 2023.

The ODNI is also required to include an unclassified appendix to the annual report that reveals the number of vulnerabilities disclosed for patching and the number that subsequently got patched.

But when asked if these versions provide sufficient transparency about the vulner…

7 часов назад @ zetter-zeroday.com
iPhone apps found on App Store with malware that reads your screenshots for data
iPhone apps found on App Store with malware that reads your screenshots for data iPhone apps found on App Store with malware that reads your screenshots for data

One of the promises of the App Store is that anything you download has gone through a vetting process by Apple.

On the iPhone side, the duo identified a number of App Store apps that would use OCR to scan a user’s photo library in search of recovery phrases for crypto wallets.

We detected a series of apps embedded with a malicious framework in the App Store.

For example, we saw several similar AI-featured “messaging apps” by the same developerSeveral of the affected apps, as The Verge notes, are still available on the App Store for download today, including food delivery app ComeCome and AI chat apps AnyGPT and WeTink.

To learn more about this iPhone malware threat, which Kaspersky has dubb…

7 часов назад @ 9to5mac.com
Thailand cuts power and internet to areas of Myanmar to disrupt scam gangs
Thailand cuts power and internet to areas of Myanmar to disrupt scam gangs Thailand cuts power and internet to areas of Myanmar to disrupt scam gangs

The government of Thailand has cut the power supply to areas near its border with Myanmar that are known to host brutal scam compounds.

These heavily-guarded fraud factories house armies of people, coerced into defrauding innocent people through bogus investment and romance baiting scams.

In the past, media reports have published distressing details of the treatment of fraud factory workers on the Myanmar-Thai border and in Cambodia.

According to Anutin, a clause in the energy supply contract allows Thailand to cut off the supply on the grounds of national security.

In reality, according to Wang Xing, he was put to work in a call scam compound targeting Chinese people.

8 часов назад @ bitdefender.com
Simulating Water over Terrain
Simulating Water over Terrain Simulating Water over Terrain

Think of a closed tank filled with water, as opposed to water over terrain.

Now consider a cell that has incoming water flows both from left and right, and the water flows out to top and bottom cells.

Terrain elevationNow, we want water moving over terrain, but where's the terrain in these equations?

Here's the code:for (int y = 0; y < N; ++y) { for (int x = 1; x < N; ++x) { float H = (flowX(x,y) > 0.f) ?

water(x-1,y) : water(x,y); H *= H; if (H > 0.f) flowX(x,y) *= H/(H + 3*dt*viscosity); } }And similarly for Y:for (int y = 1; y < N; ++y) { for (int x = 0; x < N; ++x) { float H = (flowY(x,y) > 0.f) ?

8 часов назад @ lisyarus.github.io
FDIC has released 175 internal documents on "Operation Chokepoint 2.0"
FDIC has released 175 internal documents on "Operation Chokepoint 2.0"

Comments

8 часов назад @ fdic.gov
Explorable Flexagons: Learn to create and flex flexagons (2020)
Explorable Flexagons: Learn to create and flex flexagons (2020) Explorable Flexagons: Learn to create and flex flexagons (2020)

Explorable Flexagons Learn to create and flex flexagonsChapter 1: Flexagon IntroExploring the hidden sides of hexaflexagonsIntroduces the hexaflexagon, with 6 equilateral triangles per side, and the pinch flex, a way of folding a flexagon to reveal previously hidden sidesLet’s you explore how to visit every side of a flexagonDescribes flex notation, which can be used to precisely describe a sequence of flexesIntroduces the Tuckerman Traverse as a technique for visiting every side of a flexagon using the pinch flexProvides both a flexagon simulation and the unfolded strip for all hexaflexagons with 3 , 4 , 5 , 6 , 7 , and 8 sides so you can make your ownShows flexagons made up of different…

9 часов назад @ loki3.com
Science of Microwave Ovens
Science of Microwave Ovens Science of Microwave Ovens

Walk into any American kitchen, and about 95% of them contain a microwave oven.

Why are there hot and cold spots inside a microwave oven?

Where as a conventional oven heats indiscriminately, a microwave oven can reach below the surface, and concentrate its heat on certain ingredients.

All the microwave energy is dumped into a thin layer3 at the surface, shielding the interior and overcooking the exterior.

Advanced commercial microwave food packages are designed to avoid these flaws, and cook meals uniformly and efficiently.

10 часов назад @ genuineideas.com
Memfault (YC W19) Is Hiring an Android System (AOSP) Engineer
Memfault (YC W19) Is Hiring an Android System (AOSP) Engineer Memfault (YC W19) Is Hiring an Android System (AOSP) Engineer

Memfault is seeking an Android (AOSP) SDK Engineer.

You’ll be working alongside other SDK (Linux, MCU) leads along with multiple cross-functional teams to drive the future of Android at Memfault.

You'll be working with a team of generalists and on a very large technology stack: we're not the typical web startup.

Our development process encourages and provides opportunities for you to contribute to as many areas of our technology stack as you’re interested in.

We have periodic team gatherings and annual company off-sites around the world, both of which applicants would attend.

10 часов назад @ jobs.lever.co
Pre-Trained Large Language Models Use Fourier Features for Addition (2024)
Pre-Trained Large Language Models Use Fourier Features for Addition (2024) Pre-Trained Large Language Models Use Fourier Features for Addition (2024)

Comments

11 часов назад @ arxiv.org
Aluminum Batteries Outlive Lithium-Ion with a Pinch of Salt
Aluminum Batteries Outlive Lithium-Ion with a Pinch of Salt Aluminum Batteries Outlive Lithium-Ion with a Pinch of Salt

Lithium-ion (Li-ion) batteries themselves can be volatile, too, because they use a flammable electrolyte that can catch fire when overcharged.

And if built right, aluminum-based batteries may offer longer life expectancy and a safer, more sustainable design than their volatile counterparts.

Led by scientists from the Beijing Institute of Technology and the University of Science and Technology Beijing, the group has found a way to stabilize aluminum batteries that can last far longer.

This team of researchers took a different approach and added a pinch of salt—namely, an inert aluminum fluoride salt—to a liquid electrolyte containing aluminum ions, creating a solid-state electrolyte.

It won’…

12 часов назад @ spectrum.ieee.org
US Cloud soon illegal in EU? US punches first hole in EU-US Data Deal
US Cloud soon illegal in EU? US punches first hole in EU-US Data Deal US Cloud soon illegal in EU? US punches first hole in EU-US Data Deal

Generally, EU law prohibits exporting personal data to countries outside of the EU since 1995, unless there is an absolute need (e.g.

However, Ursula von der Leyen has insisted to pass a third EU-US deal, called "Transatlantic Data Privacy Framework" (TADPF).

In its decision, the European Commission mentioned the PCLOB a whopping 31 times to explain why the US has "essentially equivalent" protections.

At the same time, a duty to keep EU data outside of the hands of the US government is the default under EU law since 1995.

US Big Tech would then have to shield their EU data centers from access by their US parent companies..

12 часов назад @ noyb.eu
Origami by Meenakshi
Origami by Meenakshi Origami by Meenakshi

Origami by MeenakshiA gallery of my designs and origami resourcesVisit my galleries:

12 часов назад @ origamee.net
Cameras of 1930s Era
Cameras of 1930s Era

To help us keep this website secure, please wait while we verify you're not a robot!

It will only take a few seconds...Loading...

13 часов назад @ licm.org.uk
Cloudflare R2 Global Outage
Cloudflare R2 Global Outage Cloudflare R2 Global Outage

Cloudflare provides performance and security to website owners via its intelligent global network.

This is the system status for the Cloudflare service, both edge network and dashboard/APIs for management.

Status information is also available through Cloudflare Status API here: https://www.cloudflarestatus.com/api.

13 часов назад @ cloudflarestatus.com
Lobsters Lobsters
последний пост 1 час назад
Llama's Paradox - Exploiting Llama.cpp
Llama's Paradox - Exploiting Llama.cpp Llama's Paradox - Exploiting Llama.cpp

Before the StormThe story begins at Llama.cpp 's RPC functions, for the past few months, Llama.cpp 's RPC Server had been a focus of exploitation.

However, this is a bit more complex than simply returning the malloc-ed pointer address.

At the meantime, ggml_backend_buffer_get_base , ggml_backend_buffer_get_size ; wrapper for tensor->context and tensor->size , made bypassing the mitigation not-easy or we will need to forge a buffer structure, with valid buffer internal pointers.

Despite the fact that our argument are asked to be a buffer structure, which seemly impossible to exploit, but no-one says it must be interpreted as a buffer structure, and that's the key for us to construct the fina…

1 час назад @ retr0.blog
The all new le Chat: Your AI assistant for life and work | Mistral AI
The all new le Chat: Your AI assistant for life and work | Mistral AI The all new le Chat: Your AI assistant for life and work | Mistral AI

Today, we unveil the latest le Chat, a comprehensive AI assistant for your life and work.

State of the art image generationLe Chat’s image generation is powered by Black Forest Labs Flux Ultra, currently the leading image generation model.

Take le Chat to workLe Chat can not only help you live life a little more fully, but also make work more enjoyable.

To experience le Chat without limits, try le Chat Pro.

If you would like to use le Chat with your teammates at work, try le Chat Team.

1 час назад @ mistral.ai
DOOM running on Apple Lightning to HDMI dongle
DOOM running on Apple Lightning to HDMI dongle DOOM running on Apple Lightning to HDMI dongle

Comments

1 час назад @ youtube.com
The Negotiability of “Severity” Levels
The Negotiability of “Severity” Levels The Negotiability of “Severity” Levels

Join our intensive 6-week workshop series to explore the art and science of learning from incidents.

Based on our years of experience coaching software companies, you'll develop crucial skills for maximizing ROI for your organization's incidents.

2 часа назад @ adaptivecapacitylabs.com
A Closer Look At The Tanmatsu
A Closer Look At The Tanmatsu A Closer Look At The Tanmatsu

The Tanmatsu has its origin in badge.team, the Netherlands-based group that has produced so many European event badges over the years, and it was destined to eventually become the badge for the upcoming WHY2025 hacker camp.

Having seen several earlier prototypes and now having held this production-ready model, we can say that the accumulated experience of the team behind it in making event badges really shows.

The device we were handling had the OS with GUI and launcher, and a single name badge app installed.

It’s clear that the OS is being designed for a productive pocket computer rather than a toy badge, and this is something we’ll give a more detailed look in the future.

As a general pur…

2 часа назад @ hackaday.com
Fabrication begins for production OpenTitan silicon
Fabrication begins for production OpenTitan silicon Fabrication begins for production OpenTitan silicon

Over the past six years, Google has been working with the open source community to build OpenTitan, the first open source silicon RoT.

Today, we are excited to announce that we have started fabrication of the first production-ready OpenTitan silicon by Nuvoton.

Today, open source software powers nearly every consumer experience, from open source operating systems like Linux, to web browsers like Chromium.

Samples of production OpenTitan silicon are now available, with reference provisioning and application-level firmware releases coming soon.

The fabrication of production OpenTitan silicon is the realization of many years of dedication and hard work from our team.

2 часа назад @ opensource.googleblog.com
GitHub Copilot: The agent awakens
GitHub Copilot: The agent awakens GitHub Copilot: The agent awakens

Today, we are upgrading GitHub Copilot with the force of even more agentic AI – introducing agent mode and announcing the General Availability of Copilot Edits, both in VS Code.

Agent mode available in preview 🤖GitHub Copilot’s new agent mode is capable of iterating on its own code, recognizing errors, and fixing them automatically.

In agent mode, Copilot will iterate on not just its own output, but the result of that output.

In Copilot Edits you specify a set of files to be edited, and then use natural language to ask GitHub Copilot for what you need.

😉Awaken the agent with agent mode for GitHub Copilot in VS Code today.

2 часа назад @ github.blog
Updating a large codebase to Rust 2024
Updating a large codebase to Rust 2024 Updating a large codebase to Rust 2024

bindgen or cxx ), as proc-macros that write code will produce confusing lint output and can break cargo fix .

I found out quickly that cargo fix --edition doesn't do well when these tools are not generating code that's compatible with the 2024 edition.

This had an extra twist: because of tail expression lifetime changes in rust 2024, this code no longer compiles:unsafe { Command::new(command).

The code change produced by cargo fix is not really a "fix"— it's just expressing the maximally conservative view: "your code will behave exactly as before if you make this change."

If a shorter lifetime would break your code, then maybe that code is already so fragile that it wants a better fix.

4 часа назад @ codeandbitters.com
Parameterized tests in Swift: Reducing boilerplate code
Parameterized tests in Swift: Reducing boilerplate code Parameterized tests in Swift: Reducing boilerplate code

Parameterized tests allow you to run a single test with multiple input parameters without adding much boilerplate code.

Without parameterized tests, we would have to define individual tests for each:struct ParameterizedTests { @Test func recordingIsAFreeFeature() { #expect(Feature.recording.isPremiumFeature == false) } @Test func darkModeSwitcherIsAFreeFeature() { #expect(Feature.darkModeSwitcher.isPremiumFeature == false) } /// etc. }

This truly shows how you can benefit from using parameterized tests in your codebase.

Right now, that would result in a failure for part of the test cases:A failed parameterized test with multiple arguments shows up clearly inside Xcode’s Test Navigator.

Conc…

5 часов назад @ avanderlee.com
Frink data file for non-changing units
Frink data file for non-changing units

Comments

5 часов назад @ frinklang.org
Which rich text editor framework should you choose in 2025?
Which rich text editor framework should you choose in 2025? Which rich text editor framework should you choose in 2025?

There’s also two official cloud solutions for adding realtime collaboration to your editor, Tiptap Cloud and Liveblocks Text Editor.

Our Next.js Starter Kit which uses Liveblocks Text Editor + Tiptap.

If you’d like to build your collaborative Tiptap editor on Liveblocks, we have a number of different ways to get started.

Yjs realtime collaboration support.

The main ingredients of a ProseMirror editor are state, view, model, and transforms, which are individual packages that can be imported on their own.

6 часов назад @ liveblocks.io
A cheaper and faster way to deploy Binderhub
A cheaper and faster way to deploy Binderhub A cheaper and faster way to deploy Binderhub

mybinder.org with cloud resources, financial resources, or human resources, please see the If you’re interested in supportingwith cloud resources, financial resources, or human resources, please see the Support Binder page for how you can help.

tl;dr : The 2i2c team is joining the mybinder.org federation with a single-node BinderHub instance at 2i2c.mybinder.org .

Two years ago, Google stopped supporting mybinder.org federation with cloud credits, and last month the federation lost more capacity, leaving only GESIS and OVH as remaining federation members.

The landscape of cloud infrastructure technology and services has changed considerably, and we think that there’s a way to deploy BinderH…

7 часов назад @ 2i2c.org
AIs and Robots Should Sound Robotic
AIs and Robots Should Sound Robotic AIs and Robots Should Sound Robotic

And with just a few seconds of audio, AI can now clone someone’s specific voice.

We have a simple proposal: all talking AIs and robots should use a ring modulator.

In the mid-twentieth century, before it was easy to create actual robotic-sounding speech synthetically, ring modulators were used to make actors’ voices sound robotic.

Now we can use that same technology to make robotic speech that is indistinguishable from human sound robotic again.

Of course there will also be nefarious uses of AI voices.

7 часов назад @ schneier.com
HTML Whitespace is Broken
HTML Whitespace is Broken HTML Whitespace is Broken

So let's discuss:How HTML Whitespace WorksMDN has a great article explaining whitespace in HTML but I'll try to break it down here.

< div > Hello < div > World Hello WorldExample 14: Block elements with newline.

< div > "Re" < div > "fri" < div > "ger" < div > "ator" < span > "Re" < span > "fri" < span > "ger" < span > "ator" Re fri ger atorRe fri ger atorYou need inline elements to join together so it's possible to style and control parts of words.

< div > < div > First < div > Second First SecondExample 29: Flexbox with children.

< div style = " display : flex ; " > < div > First < div > Second First Seconddisplay: flex; lays out in the inline axis by default, typically h…

7 часов назад @ blog.dwac.dev
The Three Basic Rules of Safety Hygiene
The Three Basic Rules of Safety Hygiene

Function Safety HygieneFor example, function safety hygiene is the practice of denoting and documenting when functions have safety conditions and when invocations discharge those conditions.

Trait Safety HygieneSimilarly, trait safety hygiene is the practice of denoting and documenting when traits carry safety invariants, and when implementations satisfy those invariants.

Next StepsBesides the aforementioned proposals to extend the sophistication of Rust’s safety hygiene tooling, there are also more basic steps we can to improve the consistency and utility of the present safety tooling.

If we believe that good safety hygiene is a core Rust idiom — just as its naming conventions are — then t…

8 часов назад @ jack.wrenn.fyi
Techmeme Techmeme
последний пост 34 минуты назад
Take-Two reports Q3 net bookings up 3% YoY to $1.37B, vs. $1.39B est., and reiterates GTA VI is set to launch in the fall of 2025; TTWO jumps 6%+ after hours (Zaheer Kachwala/Reuters)
Take-Two reports Q3 net bookings up 3% YoY to $1.37B, vs. $1.39B est., and reiterates GTA VI is set to launch in the fall of 2025; TTWO jumps 6%+ after hours (Zaheer Kachwala/Reuters) Take-Two reports Q3 net bookings up 3% YoY to $1.37B, vs. $1.39B est., and reiterates GTA VI is set to launch in the fall of 2025; TTWO jumps 6%+ after hours (Zaheer Kachwala/Reuters)

Zaheer Kachwala / Reuters:

Take-Two reports Q3 net bookings up 3% YoY to $1.37B, vs. $1.39B est., and reiterates GTA VI is set to launch in the fall of 2025; TTWO jumps 6%+ after hours — Take-Two Interactive Software (TTWO.O) forecast its fourth-quarter bookings below Wall Street expectations on Thursday …

34 минуты назад @ techmeme.com
Sources: Winklevoss' crypto exchange Gemini is considering an IPO as soon as this year; crypto exchange operator Bullish is also considering an IPO in 2025 (Bloomberg)
Sources: Winklevoss' crypto exchange Gemini is considering an IPO as soon as this year; crypto exchange operator Bullish is also considering an IPO in 2025 (Bloomberg) Sources: Winklevoss' crypto exchange Gemini is considering an IPO as soon as this year; crypto exchange operator Bullish is also considering an IPO in 2025 (Bloomberg)

Bloomberg:

Sources: Winklevoss' crypto exchange Gemini is considering an IPO as soon as this year; crypto exchange operator Bullish is also considering an IPO in 2025 — Gemini, the cryptocurrency firm backed by the billionaire Winklevoss twins, is considering an initial public offering as soon as this year …

49 минут назад @ techmeme.com
Sources: OpenAI co-founder John Schulman is joining former OpenAI CTO Mira Murati's stealth startup; he left Anthropic after joining the startup in August 2024 (Sharon Goldman/Fortune)
Sources: OpenAI co-founder John Schulman is joining former OpenAI CTO Mira Murati's stealth startup; he left Anthropic after joining the startup in August 2024 (Sharon Goldman/Fortune) Sources: OpenAI co-founder John Schulman is joining former OpenAI CTO Mira Murati's stealth startup; he left Anthropic after joining the startup in August 2024 (Sharon Goldman/Fortune)

Sharon Goldman / Fortune:

Sources: OpenAI co-founder John Schulman is joining former OpenAI CTO Mira Murati's stealth startup; he left Anthropic after joining the startup in August 2024 — OpenAI cofounder John Schulman is joining former OpenAI CTO Mira Murati's stealth startup after departing Anthropic just five months …

54 минуты назад @ techmeme.com
Amazon reports Q4 AWS revenue up 19% YoY to $28.8B, in line with est., and AWS operating income of $10.6B, up from $7.2B in Q4 2023 (Annie Palmer/CNBC)
Amazon reports Q4 AWS revenue up 19% YoY to $28.8B, in line with est., and AWS operating income of $10.6B, up from $7.2B in Q4 2023 (Annie Palmer/CNBC) Amazon reports Q4 AWS revenue up 19% YoY to $28.8B, in line with est., and AWS operating income of $10.6B, up from $7.2B in Q4 2023 (Annie Palmer/CNBC)

Annie Palmer / CNBC:

Amazon reports Q4 AWS revenue up 19% YoY to $28.8B, in line with est., and AWS operating income of $10.6B, up from $7.2B in Q4 2023 — Amazon reported better-than-expected earnings and revenue for the fourth quarter, but it gave disappointing guidance for the current period. The stock slipped in extended trading.

1 час назад @ techmeme.com
Pinterest reports Q4 revenue up 18% YoY to $1.15B, vs. $1.14B est., MAUs up 11% YoY to 553M, and forecasts Q1 revenue will top est.; PINS up 14% after hours (Julaiza Alvarez/Bloomberg)
Pinterest reports Q4 revenue up 18% YoY to $1.15B, vs. $1.14B est., MAUs up 11% YoY to 553M, and forecasts Q1 revenue will top est.; PINS up 14% after hours (Julaiza Alvarez/Bloomberg) Pinterest reports Q4 revenue up 18% YoY to $1.15B, vs. $1.14B est., MAUs up 11% YoY to 553M, and forecasts Q1 revenue will top est.; PINS up 14% after hours (Julaiza Alvarez/Bloomberg)

Julaiza Alvarez / Bloomberg:

Pinterest reports Q4 revenue up 18% YoY to $1.15B, vs. $1.14B est., MAUs up 11% YoY to 553M, and forecasts Q1 revenue will top est.; PINS up 14% after hours — Pinterest Inc. posted strong holiday-quarter revenue and gave an upbeat forecast for sales in the current period …

1 час назад @ techmeme.com
Amazon reports Q4 ad revenue up 18% YoY to $17.29B, vs. $17.4B est., and subscription services revenue up 10% YoY to $11.51B (Todd Spangler/Variety)
Amazon reports Q4 ad revenue up 18% YoY to $17.29B, vs. $17.4B est., and subscription services revenue up 10% YoY to $11.51B (Todd Spangler/Variety) Amazon reports Q4 ad revenue up 18% YoY to $17.29B, vs. $17.4B est., and subscription services revenue up 10% YoY to $11.51B (Todd Spangler/Variety)

Todd Spangler / Variety:

Amazon reports Q4 ad revenue up 18% YoY to $17.29B, vs. $17.4B est., and subscription services revenue up 10% YoY to $11.51B — Overall earnings for the period smashed Wall Street expectations. — The Q4 ad revenue figure fell short of analyst expectations of $17.4 billion, per StreetAccount.

1 час назад @ techmeme.com
Amazon reports Q4 revenue up 10% YoY to $187.8B, vs. $187.3B est., a $20B net income, vs. $10.6B in Q4 2023, a $21.2B operating income, vs. $13.2B in Q4 2023 (Amazon.com, Inc.)
Amazon reports Q4 revenue up 10% YoY to $187.8B, vs. $187.3B est., a $20B net income, vs. $10.6B in Q4 2023, a $21.2B operating income, vs. $13.2B in Q4 2023 (Amazon.com, Inc.) Amazon reports Q4 revenue up 10% YoY to $187.8B, vs. $187.3B est., a $20B net income, vs. $10.6B in Q4 2023, a $21.2B operating income, vs. $13.2B in Q4 2023 (Amazon.com, Inc.)

Amazon.com, Inc.:

Amazon reports Q4 revenue up 10% YoY to $187.8B, vs. $187.3B est., a $20B net income, vs. $10.6B in Q4 2023, a $21.2B operating income, vs. $13.2B in Q4 2023 — Amazon.com, Inc. (NASDAQ: AMZN) today announced financial results for its fourth quarter ended December 31, 2024. Fourth Quarter 2024

1 час назад @ techmeme.com
CoinMarketCap: $MELANIA fell ~90% since January 20, while $TRUMP fell ~75% from its all-time high; most wallets that bought $TRUMP made no more than $13 (Bloomberg)
CoinMarketCap: $MELANIA fell ~90% since January 20, while $TRUMP fell ~75% from its all-time high; most wallets that bought $TRUMP made no more than $13 (Bloomberg) CoinMarketCap: $MELANIA fell ~90% since January 20, while $TRUMP fell ~75% from its all-time high; most wallets that bought $TRUMP made no more than $13 (Bloomberg)

Bloomberg:

CoinMarketCap: $MELANIA fell ~90% since January 20, while $TRUMP fell ~75% from its all-time high; most wallets that bought $TRUMP made no more than $13 — - First Lady's token has lost $1.44 billion in market value — President's token has lost almost $11 billion in market value

1 час назад @ techmeme.com
Email: Google is testing a Search "AI Mode" powered by Gemini 2.0 that lets users ask "open-ended / exploratory questions" and get AI Overview-style responses (Abner Li/9to5Google)
Email: Google is testing a Search "AI Mode" powered by Gemini 2.0 that lets users ask "open-ended / exploratory questions" and get AI Overview-style responses (Abner Li/9to5Google) Email: Google is testing a Search "AI Mode" powered by Gemini 2.0 that lets users ask "open-ended / exploratory questions" and get AI Overview-style responses (Abner Li/9to5Google)

Abner Li / 9to5Google:

Email: Google is testing a Search “AI Mode” powered by Gemini 2.0 that lets users ask “open-ended / exploratory questions” and get AI Overview-style responses — As previously spotted, Google Search is working on a new “AI Mode” that offers a “persistent place” …

2 часа назад @ techmeme.com
Ted Carstensen, the head of US Digital Service, which has been renamed DOGE, says he is resigning instead of taking a buyout offer for federal staff (Alex Heath/The Verge)
Ted Carstensen, the head of US Digital Service, which has been renamed DOGE, says he is resigning instead of taking a buyout offer for federal staff (Alex Heath/The Verge) Ted Carstensen, the head of US Digital Service, which has been renamed DOGE, says he is resigning instead of taking a buyout offer for federal staff (Alex Heath/The Verge)

Alex Heath / The Verge:

Ted Carstensen, the head of US Digital Service, which has been renamed DOGE, says he is resigning instead of taking a buyout offer for federal staff — The head of USDS says he isn't ‘taking the fork.’ — The head of USDS says he isn't ‘taking the fork.’

3 часа назад @ techmeme.com
Sources: online payments company Paysafe is exploring a sale after receiving takeover interest; it went public in 2020 in a SPAC deal valued at $9B (Bloomberg)
Sources: online payments company Paysafe is exploring a sale after receiving takeover interest; it went public in 2020 in a SPAC deal valued at $9B (Bloomberg) Sources: online payments company Paysafe is exploring a sale after receiving takeover interest; it went public in 2020 in a SPAC deal valued at $9B (Bloomberg)

Bloomberg:

Sources: online payments company Paysafe is exploring a sale after receiving takeover interest; it went public in 2020 in a SPAC deal valued at $9B — - Bill Foley-backed payments firm is working with an adviser — Paysafe went public in 2020 in SPAC deal valued at $9 billion

3 часа назад @ techmeme.com
US lawmakers introduce a bipartisan bill that would ban DeepSeek's app from government-owned devices, amid concerns that the app allows China to see user data (Natalie Andrews/Wall Street Journal)
US lawmakers introduce a bipartisan bill that would ban DeepSeek's app from government-owned devices, amid concerns that the app allows China to see user data (Natalie Andrews/Wall Street Journal) US lawmakers introduce a bipartisan bill that would ban DeepSeek's app from government-owned devices, amid concerns that the app allows China to see user data (Natalie Andrews/Wall Street Journal)

Natalie Andrews / Wall Street Journal:

US lawmakers introduce a bipartisan bill that would ban DeepSeek's app from government-owned devices, amid concerns that the app allows China to see user data — Bipartisan bill comes amid concerns that the application allows China to see user data — WASHINGTON—Lawmakers plan to introduce …

4 часа назад @ techmeme.com
Sources: DOGE is processing sensitive data from across the Education Department with AI tools in Microsoft's Azure to look for potential spending cuts (Washington Post)
Sources: DOGE is processing sensitive data from across the Education Department with AI tools in Microsoft's Azure to look for potential spending cuts (Washington Post) Sources: DOGE is processing sensitive data from across the Education Department with AI tools in Microsoft's Azure to look for potential spending cuts (Washington Post)

Washington Post:

Sources: DOGE is processing sensitive data from across the Education Department with AI tools in Microsoft's Azure to look for potential spending cuts — At the Department of Education, the tech billionaire's team has turned to artificial intelligence to hunt for potential spending cuts —

4 часа назад @ techmeme.com
Sources: some staffers at CISA were given deferred resignation offers and just hours to decide whether to accept them, extending broader cybersecurity fears (Jenna McLaughlin/NPR)
Sources: some staffers at CISA were given deferred resignation offers and just hours to decide whether to accept them, extending broader cybersecurity fears (Jenna McLaughlin/NPR) Sources: some staffers at CISA were given deferred resignation offers and just hours to decide whether to accept them, extending broader cybersecurity fears (Jenna McLaughlin/NPR)

Jenna McLaughlin / NPR:

Sources: some staffers at CISA were given deferred resignation offers and just hours to decide whether to accept them, extending broader cybersecurity fears — Employees at the Department of Homeland Security's Cybersecurity and Infrastructure Security Agency, or CISA …

4 часа назад @ techmeme.com
Google Photos starts adding its SynthID watermarks to photos that have been edited using Magic Editor, but says some changes may be too small to detect (Jess Weatherbed/The Verge)
Google Photos starts adding its SynthID watermarks to photos that have been edited using Magic Editor, but says some changes may be too small to detect (Jess Weatherbed/The Verge) Google Photos starts adding its SynthID watermarks to photos that have been edited using Magic Editor, but says some changes may be too small to detect (Jess Weatherbed/The Verge)

Jess Weatherbed / The Verge:

Google Photos starts adding its SynthID watermarks to photos that have been edited using Magic Editor, but says some changes may be too small to detect — But Google admits that some generative AI adjustments may be ‘too small’ for SynthID to detect. — But Google admits …

4 часа назад @ techmeme.com
Techmeme Techmeme
последний пост 34 минуты назад
GitHub announces updates for Copilot, including Vision for Copilot to generate interfaces, code, and alt text from a screenshot, photo, or a diagram (Paul Sawers/TechCrunch)
GitHub announces updates for Copilot, including Vision for Copilot to generate interfaces, code, and alt text from a screenshot, photo, or a diagram (Paul Sawers/TechCrunch) GitHub announces updates for Copilot, including Vision for Copilot to generate interfaces, code, and alt text from a screenshot, photo, or a diagram (Paul Sawers/TechCrunch)

Paul Sawers / TechCrunch:

GitHub announces updates for Copilot, including Vision for Copilot to generate interfaces, code, and alt text from a screenshot, photo, or a diagram — GitHub has announced a slew of updates for Copilot, while also giving a glimpse into a more agentic future for its AI-powered pair programmer.

5 часов назад @ techmeme.com
Mistral releases iOS and Android apps and unveils several updates to its AI assistant Le Chat, including a $14.99 per month Pro tier (Romain Dillet/TechCrunch)
Mistral releases iOS and Android apps and unveils several updates to its AI assistant Le Chat, including a $14.99 per month Pro tier (Romain Dillet/TechCrunch) Mistral releases iOS and Android apps and unveils several updates to its AI assistant Le Chat, including a $14.99 per month Pro tier (Romain Dillet/TechCrunch)

Romain Dillet / TechCrunch:

Mistral releases iOS and Android apps and unveils several updates to its AI assistant Le Chat, including a $14.99 per month Pro tier — Mistral, the company that is sometimes considered as Europe's great hope for AI, is releasing several updates to Le Chat, its AI assistant product.

5 часов назад @ techmeme.com
Payments software company Lightspeed says it plans to continue operating as a publicly traded company and will buy back up to $400M of stock; LSPD falls 15%+ (Stephanie Hughes/Bloomberg)
Payments software company Lightspeed says it plans to continue operating as a publicly traded company and will buy back up to $400M of stock; LSPD falls 15%+ (Stephanie Hughes/Bloomberg) Payments software company Lightspeed says it plans to continue operating as a publicly traded company and will buy back up to $400M of stock; LSPD falls 15%+ (Stephanie Hughes/Bloomberg)

Stephanie Hughes / Bloomberg:

Payments software company Lightspeed says it plans to continue operating as a publicly traded company and will buy back up to $400M of stock; LSPD falls 15%+ — - Board of directors ‘unanimously’ agreed not to go private — Shares slide 16% after company announces results of review

5 часов назад @ techmeme.com
Munich-based Avelios, which is developing a healthcare system covering EHR, billing, clinical records, and more, raised a €30M Series A led by Sequoia (Ingrid Lunden/TechCrunch)
Munich-based Avelios, which is developing a healthcare system covering EHR, billing, clinical records, and more, raised a &euro;30M Series A led by Sequoia (Ingrid Lunden/TechCrunch) Munich-based Avelios, which is developing a healthcare system covering EHR, billing, clinical records, and more, raised a &euro;30M Series A led by Sequoia (Ingrid Lunden/TechCrunch)

Ingrid Lunden / TechCrunch:

Munich-based Avelios, which is developing a healthcare system covering EHR, billing, clinical records, and more, raised a €30M Series A led by Sequoia — The race is on to build a new generation of healthcare software to replace legacy hospital systems that in some cases may not have been updated in decades.

6 часов назад @ techmeme.com
Apple is now at the center of an escalating geopolitical fight between the US and China due to tariffs and a backlash from growing anti-US rhetoric in China (Mark Gurman/Bloomberg)
Apple is now at the center of an escalating geopolitical fight between the US and China due to tariffs and a backlash from growing anti-US rhetoric in China (Mark Gurman/Bloomberg) Apple is now at the center of an escalating geopolitical fight between the US and China due to tariffs and a backlash from growing anti-US rhetoric in China (Mark Gurman/Bloomberg)

Mark Gurman / Bloomberg:

Apple is now at the center of an escalating geopolitical fight between the US and China due to tariffs and a backlash from growing anti-US rhetoric in China — - The iPhone is in crosshairs of 10% tariffs on Chinese imports — China also is weighing a probe into company's App Store fees

6 часов назад @ techmeme.com
Worldwide tablet shipments grew 9.2% YoY in 2024 to 147.6M units, after three consecutive years of decline; Xiaomi grew 73.1% YoY and Huawei grew 29.3% YoY (Canalys)
Worldwide tablet shipments grew 9.2% YoY in 2024 to 147.6M units, after three consecutive years of decline; Xiaomi grew 73.1% YoY and Huawei grew 29.3% YoY (Canalys) Worldwide tablet shipments grew 9.2% YoY in 2024 to 147.6M units, after three consecutive years of decline; Xiaomi grew 73.1% YoY and Huawei grew 29.3% YoY (Canalys)

Canalys:

Worldwide tablet shipments grew 9.2% YoY in 2024 to 147.6M units, after three consecutive years of decline; Xiaomi grew 73.1% YoY and Huawei grew 29.3% YoY — According to the latest data from Canalys, worldwide tablet shipments grew 5.6% year on year in Q4 2024, reaching 39.9 million units.

6 часов назад @ techmeme.com
TrueFoundry, which helps enterprises deploy AI systems at scale, raised $19M led by Intel Capital, taking its total funding to $21M, and claims 30 customers (Jagmeet Singh/TechCrunch)
TrueFoundry, which helps enterprises deploy AI systems at scale, raised $19M led by Intel Capital, taking its total funding to $21M, and claims 30 customers (Jagmeet Singh/TechCrunch) TrueFoundry, which helps enterprises deploy AI systems at scale, raised $19M led by Intel Capital, taking its total funding to $21M, and claims 30 customers (Jagmeet Singh/TechCrunch)

Jagmeet Singh / TechCrunch:

TrueFoundry, which helps enterprises deploy AI systems at scale, raised $19M led by Intel Capital, taking its total funding to $21M, and claims 30 customers — TrueFoundry, a startup run by a group of former Meta engineers to help enterprises deploy AI systems at scale, has raised $19 million in fresh investment led by Intel Capital.

7 часов назад @ techmeme.com
Roblox reports Q4 revenue up 32% to $988.2M, bookings up 21% YoY to $1.36B, below est., DAUs up 19% YoY to 85.3M, below 88.4M est.; RBLX falls 20%+ pre-market (Cecilia D'Anastasio/Bloomberg)
Roblox reports Q4 revenue up 32% to $988.2M, bookings up 21% YoY to $1.36B, below est., DAUs up 19% YoY to 85.3M, below 88.4M est.; RBLX falls 20%+ pre-market (Cecilia D'Anastasio/Bloomberg) Roblox reports Q4 revenue up 32% to $988.2M, bookings up 21% YoY to $1.36B, below est., DAUs up 19% YoY to 85.3M, below 88.4M est.; RBLX falls 20%+ pre-market (Cecilia D'Anastasio/Bloomberg)

Cecilia D'Anastasio / Bloomberg:

Roblox reports Q4 revenue up 32% to $988.2M, bookings up 21% YoY to $1.36B, below est., DAUs up 19% YoY to 85.3M, below 88.4M est.; RBLX falls 20%+ pre-market — The number of daily active users rose to 85.3 million in the three months ended Dec. 31, versus Wall Street forecasts for 88.4 million.

8 часов назад @ techmeme.com
Trump's de minimis cancellation is likely to hit Shein harder than online dollar-store Temu, which has shifted to an Amazon-like bulk overseas shipment strategy (Casey Hall/Reuters)
Trump's de minimis cancellation is likely to hit Shein harder than online dollar-store Temu, which has shifted to an Amazon-like bulk overseas shipment strategy (Casey Hall/Reuters) Trump's de minimis cancellation is likely to hit Shein harder than online dollar-store Temu, which has shifted to an Amazon-like bulk overseas shipment strategy (Casey Hall/Reuters)

Casey Hall / Reuters:

Trump's de minimis cancellation is likely to hit Shein harder than online dollar-store Temu, which has shifted to an Amazon-like bulk overseas shipment strategy — The Trump administration move to stop low-cost imports entering the U.S. tariff-free is likely to hit fast fashion retailer Shein harder …

9 часов назад @ techmeme.com
Spanish police arrest a hacker for allegedly conducting 40 cyberattacks on critical public and private organizations, seizing 50 crypto accounts, PCs, and more (Bill Toulas/BleepingComputer)
Spanish police arrest a hacker for allegedly conducting 40 cyberattacks on critical public and private organizations, seizing 50 crypto accounts, PCs, and more (Bill Toulas/BleepingComputer) Spanish police arrest a hacker for allegedly conducting 40 cyberattacks on critical public and private organizations, seizing 50 crypto accounts, PCs, and more (Bill Toulas/BleepingComputer)

Bill Toulas / BleepingComputer:

Spanish police arrest a hacker for allegedly conducting 40 cyberattacks on critical public and private organizations, seizing 50 crypto accounts, PCs, and more — The Spanish police have arrested a suspected hacker in Alicante for allegedly conducting 40 cyberattacks targeting critical public …

9 часов назад @ techmeme.com
DeepSeek says it suspended letting customers top up their API credits due to server capacity shortages after being overwhelmed with demand since January 2024 (Foster Wong/Bloomberg)
DeepSeek says it suspended letting customers top up their API credits due to server capacity shortages after being overwhelmed with demand since January 2024 (Foster Wong/Bloomberg) DeepSeek says it suspended letting customers top up their API credits due to server capacity shortages after being overwhelmed with demand since January 2024 (Foster Wong/Bloomberg)

Foster Wong / Bloomberg:

DeepSeek says it suspended letting customers top up their API credits due to server capacity shortages after being overwhelmed with demand since January 2024 — DeepSeek, the Chinese startup whose artificial-intelligence model roiled global markets last week, said it would restrict access …

10 часов назад @ techmeme.com
SEC filing: Sequoia's evergreen fund has grown to $19.6B, up from $13.6B in early 2023, a signal that the firm continues to grow despite a VC funding slowdown (Kate Clark/Bloomberg)
SEC filing: Sequoia's evergreen fund has grown to $19.6B, up from $13.6B in early 2023, a signal that the firm continues to grow despite a VC funding slowdown (Kate Clark/Bloomberg) SEC filing: Sequoia's evergreen fund has grown to $19.6B, up from $13.6B in early 2023, a signal that the firm continues to grow despite a VC funding slowdown (Kate Clark/Bloomberg)

Kate Clark / Bloomberg:

SEC filing: Sequoia's evergreen fund has grown to $19.6B, up from $13.6B in early 2023, a signal that the firm continues to grow despite a VC funding slowdown — The fund's total includes new cash commitments, shares of now-public companies that Sequoia previously backed and cash returns from mergers and acquisitions.

10 часов назад @ techmeme.com
OpenAI opens ChatGPT search to users who are not logged in, after launching it to paying subscribers in October 2024 and logged-in users in December 2024 (Emma Roth/The Verge)
OpenAI opens ChatGPT search to users who are not logged in, after launching it to paying subscribers in October 2024 and logged-in users in December 2024 (Emma Roth/The Verge) OpenAI opens ChatGPT search to users who are not logged in, after launching it to paying subscribers in October 2024 and logged-in users in December 2024 (Emma Roth/The Verge)

Emma Roth / The Verge:

OpenAI opens ChatGPT search to users who are not logged in, after launching it to paying subscribers in October 2024 and logged-in users in December 2024 — OpenAI is making its AI search engine more accessible. — OpenAI is making its AI search engine more accessible.

10 часов назад @ techmeme.com
Sources: Andy Jassy's campaign to flatten Amazon's middle management raises fears among staff of lean years and fewer promotions, as old career paths dry up (Bloomberg)
Sources: Andy Jassy's campaign to flatten Amazon's middle management raises fears among staff of lean years and fewer promotions, as old career paths dry up (Bloomberg) Sources: Andy Jassy's campaign to flatten Amazon's middle management raises fears among staff of lean years and fewer promotions, as old career paths dry up (Bloomberg)

Bloomberg:

Sources: Andy Jassy's campaign to flatten Amazon's middle management raises fears among staff of lean years and fewer promotions, as old career paths dry up — Campaign to restructure workforce is capitalizing on a moment when return-to-office policies are more common and the technology job market is cooling off.

11 часов назад @ techmeme.com
Amazon has shrunk its Amazon Go store portfolio by ~50% since early 2023 to 16 stores in four US states, as its efforts to compete in physical retail falter (Kate King/Wall Street Journal)
Amazon has shrunk its Amazon Go store portfolio by ~50% since early 2023 to 16 stores in four US states, as its efforts to compete in physical retail falter (Kate King/Wall Street Journal) Amazon has shrunk its Amazon Go store portfolio by ~50% since early 2023 to 16 stores in four US states, as its efforts to compete in physical retail falter (Kate King/Wall Street Journal)

Kate King / Wall Street Journal:

Amazon has shrunk its Amazon Go store portfolio by ~50% since early 2023 to 16 stores in four US states, as its efforts to compete in physical retail falter — The e-commerce giant is closing more of its convenience stores; 'I don't think they really understand retail,' a consultant says

11 часов назад @ techmeme.com
GitHub Trending GitHub Trending
последний пост 19 часов назад
deepseek-ai/DeepSeek-Math
deepseek-ai/DeepSeek-Math deepseek-ai/DeepSeek-Math

Continuing pre-training with DeepSeekCoder-Base-7B-v1.5 enables DeepSeekMath-Base 7B to more effectively solve and prove mathematical problems by writing programs.

Comparable Reasoning and Coding Performance: DeepSeekMath-Base 7B achieves performance in reasoning and coding that is comparable to that of DeepSeekCoder-Base-7B-v1.5.

We evaluate mathematical performance both without and with tool use, on 4 quantitative reasoning benchmarks in English and Chinese.

HuggingfaceModel Sequence Length Download DeepSeekMath-Base 7B 4096 🤗 HuggingFace DeepSeekMath-Instruct 7B 4096 🤗 HuggingFace DeepSeekMath-RL 7B 4096 🤗 HuggingFace5.

Li, Y. Wu, Daya Guo}, title = {DeepSeekMath: Pushing the Limits of M…

19 часов назад @ github.com
GyulyVGC/sniffnet
GyulyVGC/sniffnet GyulyVGC/sniffnet

Support Sniffnet's development 💖Sniffnet is completely free, open-source software which needs lots of effort and time to develop and maintain.

Note Remember to also install the required dependencies for your operating system.

In this case, the application binary can be built and installed with: cargo install sniffnet --lockedfrom Homebrew You can install Sniffnet Homebrew package with: brew install sniffnetfrom Nixpkgs You can install Sniffnet Nix package adding the following Nix code to your NixOS Configuration, usually located in /etc/nixos/configuration.nix : environment .

TroubleshootingSee details Missing dependencies Most of the errors that may arise are likely due to your system miss…

19 часов назад @ github.com
deepseek-ai/Janus
deepseek-ai/Janus deepseek-ai/Janus

generate ( inputs_embeds = inputs_embeds , attention_mask = prepare_inputs .

Image import torch import numpy as np from transformers import AutoModelForCausalLM from janus .

Image import torch import numpy as np from transformers import AutoModelForCausalLM from janus .

Image import torch import numpy as np from janus .

models import MultiModalityCausalLM , VLChatProcessor import torchvision # specify the path to the model model_path = "deepseek-ai/JanusFlow-1.3B" vl_chat_processor : VLChatProcessor = VLChatProcessor .

1 day, 19 hours назад @ github.com
lmstudio-ai/lms
lmstudio-ai/lms lmstudio-ai/lms

lms - Command Line Tool for LM StudioBuilt with lmstudio.jsInstallationlms ships with LM Studio 0.2.22 and newer.

If you have trouble running the command, try running npx lmstudio install-cli to add it to path.

To check if the bootstrapping was successful, run the following in a 👉 new terminal window 👈:lmsUsageYou can use lms --help to see a list of all available subcommands.

For details about each subcommand, run lms --help .

Here are some frequently used commands:

1 day, 19 hours назад @ github.com
deepseek-ai/DeepSeek-LLM
deepseek-ai/DeepSeek-LLM deepseek-ai/DeepSeek-LLM

In order to foster research, we have made DeepSeek LLM 7B/67B Base and DeepSeek LLM 7B/67B Chat open source for the research community.

HuggingfaceModel Sequence Length Download DeepSeek LLM 7B Base 4096 🤗 HuggingFace DeepSeek LLM 7B Chat 4096 🤗 HuggingFace DeepSeek LLM 67B Base 4096 🤗 HuggingFace DeepSeek LLM 67B Chat 4096 🤗 HuggingFaceIntermediate CheckpointsWe host the intermediate checkpoints of DeepSeek LLM 7B/67B on AWS S3 (Simple Storage Service).

Standard BenchmarkModel TriviaQA MMLU GSM8K HumanEval BBH C-Eval CMMLU ChineseQA DeepSeek LLM 7B Base 59.7 48.2 17.4 26.2 39.5 45.0 47.2 78.0 DeepSeek LLM 67B Base 78.9 71.3 63.4 42.7 68.7 66.1 70.8 87.6 DeepSeek LLM 7B Chat 57.9 49.4 62.6 …

1 day, 19 hours назад @ github.com
is-a-dev/register
is-a-dev/register is-a-dev/register

is-a.dev is a service that allows developers to get a sweet-looking .is-a.dev domain for their personal websites.

Announcements & Status UpdatesPlease join our Discord server for announcements, updates & upgrades, and downtimes regarding the service.

Not all of these will be posted on GitHub, however they will always be posted in our Discord server.

In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse.

As a thank-you, you'll also receive a special role in our Discord server!

1 day, 19 hours назад @ github.com
n8n-io/self-hosted-ai-starter-kit
n8n-io/self-hosted-ai-starter-kit n8n-io/self-hosted-ai-starter-kit

Self-hosted AI starter kitSelf-hosted AI Starter Kit is an open-source Docker Compose template designed to swiftly initialize a comprehensive local AI and low-code development environment.

Curated by https://github.com/n8n-io, it combines the self-hosted n8n platform with a curated list of compatible AI products and components to quickly get started with building self-hosted AI workflows.

You can customize it to meet your specific needsUpgradingFor Nvidia GPU setups:docker compose --profile gpu-nvidia pull docker compose create && docker compose --profile gpu-nvidia upFor Mac / Apple Silicon usersdocker compose pull docker compose create && docker compose upFor Non-GPU setups:docker compose…

2 days, 21 hours назад @ github.com
maybe-finance/maybe
maybe-finance/maybe maybe-finance/maybe

Maybe: The OS for your personal financesGet involved: Discord • Website • IssuesIf you're looking for the previous React codebase, you can find it at maybe-finance/maybe-archive.

Maybe HostingThere are 3 primary ways to use the Maybe app:Local Development SetupIf you are trying to self-host the Maybe app, stop here.

MacPlease visit our Mac dev setup guide.

LinuxPlease visit our Linux dev setup guide.

WindowsPlease visit our Windows dev setup guide.

3 days, 19 hours назад @ github.com
QwenLM/Qwen2.5
QwenLM/Qwen2.5 QwenLM/Qwen2.5

Dense, easy-to-use, decoder-only language models, available in 0.5B , 1.5B , 3B , 7B , 14B , 32B , and 72B sizes, and base and instruct variants.

2024.03.28: We released the first MoE model of Qwen: Qwen1.5-MoE-A2.7B!

💻 Run locallyOllamaAfter installing ollama, you can initiate the ollama service with the following command:ollama serve # You need to keep this service running whenever you are using ollamaTo pull a model checkpoint and run the model, use the ollama run command.

Qwen2.5-7B-Instruct :vllm serve Qwen/Qwen2.5-7B-InstructThen use the chat API as demonstrated below:curl http://localhost:8000/v1/chat/completions -H " Content-Type: application/json " -d ' { "model": "Qwen/Qwen2.5-7B-…

3 days, 19 hours назад @ github.com
vllm-project/vllm
vllm-project/vllm vllm-project/vllm

Easy, fast, and cheap LLM serving for everyone| Documentation | Blog | Paper | Discord | Twitter/X | Developer Slack |Latest News 🔥AboutvLLM is a fast and easy-to-use library for LLM inference and serving.

Originally developed in the Sky Computing Lab at UC Berkeley, vLLM has evolved into a community-driven project with contributions from both academia and industry.

vLLM is fast with:State-of-the-art serving throughputEfficient management of attention key and value memory with PagedAttentionContinuous batching of incoming requestsFast model execution with CUDA/HIP graphQuantizations: GPTQ, AWQ, INT4, INT8, and FP8.

It compares the performance of vLLM against other LLM serving engines (Tenso…

4 days, 20 hours назад @ github.com
onlook-dev/onlook
onlook-dev/onlook onlook-dev/onlook

Customize your design, control your codebase, and push changes your changes without compromise.

Onlook-GitHub-Demo.mp4Built WithStay up-to-dateOnlook officially launched our first version of Onlook on July 08, 2024 and we've shipped a ton since then.

Run locally following this guideUsageOnlook will run on any React project, bring your own React project or create one using OnlookUse the chat to create or edit a project you're working on.

At any time, you can always right-click an element to open up the exact location of the element in code.

RoadmapSee how we're tracking towards major milestones, and read the wiki for details on each version of Onlook.

4 days, 20 hours назад @ github.com
deepseek-ai/awesome-deepseek-integration
deepseek-ai/awesome-deepseek-integration deepseek-ai/awesome-deepseek-integration

LibreChat LibreChat is a customizable open-source app that seamlessly integrates DeepSeek for enhanced AI interactions.

PHP Client Deepseek PHP Client is a robust and community-driven PHP client library for seamless integration with the Deepseek API.

Laravel Integration Laravel wrapper for Deepseek PHP client, to seamless deepseek API integration with laravel applications.

Dify Dify is an LLM application development platform that supports DeepSeek models for creating assistants, workflows, text generators, and more.

Bob Bob is a macOS translation & OCR tool ready to use in any app — right out of the box!

4 days, 20 hours назад @ github.com
danny-avila/LibreChat
danny-avila/LibreChat danny-avila/LibreChat

✨ Features🖥️ UI & Experience inspired by ChatGPT with enhanced design and features🤖 AI Model Selection : Anthropic (Claude), AWS Bedrock, OpenAI, Azure OpenAI, Google, Vertex AI, OpenAI Assistants API (incl.

Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models.

It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins.

With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs.

For new features, components, or extensions, please open an issue and discuss before sending a PR.

5 days, 19 hours назад @ github.com
browser-use/browser-use
browser-use/browser-use browser-use/browser-use

Enable AI to control your browser 🤖🌐 Browser-use is the easiest way to connect your AI agents with the browser.

💡 See what others are building and share your projects in our Discord - we'd love to see what you create!

Quick startWith pip:pip install browser-useinstall playwright:playwright installSpin up your agent:from langchain_openai import ChatOpenAI from browser_use import Agent import asyncio from dotenv import load_dotenv load_dotenv () async def main (): agent = Agent ( task = "Go to Reddit, search for 'browser-use', click on the first post and return the first comment."

CooperationsWe are forming a commission to define best practices for UI/UX design for browser agents.

Together, w…

5 days, 19 hours назад @ github.com
open-webui/open-webui
open-webui/open-webui open-webui/open-webui

Open WebUI 👋Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline.

Create and add custom characters/agents, customize chat elements, and import models effortlessly through Open WebUI Community integration.

🧩 Pipelines, Open WebUI Plugin Support : Seamlessly integrate custom logic and Python libraries into Open WebUI using Pipelines Plugin Framework.

Don't forget to explore our sibling project, Open WebUI Community, where you can discover, download, and explore customized Modelfiles.

Open WebUI Community offers a wide range of exciting possibilities for enhancing your chat interactions with Open WebUI!

6 days, 20 hours назад @ github.com
Технологии
Reddit: /r/technology/ Reddit: /r/technology/
последний пост 36 минут назад
DOGE Staffer Resigns Over Racist Posts | Employee has links to a deleted social-media account that advocated for racism and eugenics
DOGE Staffer Resigns Over Racist Posts | Employee has links to a deleted social-media account that advocated for racism and eugenics

submitted by /u/mepper [link] [comments]

36 минут назад @ reddit.com
Google employees respond after company drops its promise on AI weapons: 'Are we the baddies?'
Google employees respond after company drops its promise on AI weapons: 'Are we the baddies?' Google employees respond after company drops its promise on AI weapons: 'Are we the baddies?'

submitted by /u/MetaKnowing [link] [comments]

2 часа назад @ reddit.com
Metadata on U.S. government memos reveals authors linked to Project 2025
Metadata on U.S. government memos reveals authors linked to Project 2025 Metadata on U.S. government memos reveals authors linked to Project 2025

submitted by /u/zoozoo216 [link] [comments]

3 часа назад @ reddit.com
Gov't Blocks DOGE Access To DOL Data Until Friday Hearing
Gov't Blocks DOGE Access To DOL Data Until Friday Hearing Gov't Blocks DOGE Access To DOL Data Until Friday Hearing

submitted by /u/Mynameis__--__ [link] [comments]

3 часа назад @ reddit.com
Head of DOGE-controlled government tech task force resigns
Head of DOGE-controlled government tech task force resigns Head of DOGE-controlled government tech task force resigns

submitted by /u/Knightbear49 [link] [comments]

4 часа назад @ reddit.com
The British Public Wants Stricter AI Rules Than Its Government Does
The British Public Wants Stricter AI Rules Than Its Government Does The British Public Wants Stricter AI Rules Than Its Government Does

submitted by /u/MetaKnowing [link] [comments]

5 часов назад @ reddit.com
Bill Gates says Intel has lost its way, fallen behind in chip design and fabrication | "I am stunned"
Bill Gates says Intel has lost its way, fallen behind in chip design and fabrication | "I am stunned" Bill Gates says Intel has lost its way, fallen behind in chip design and fabrication | "I am stunned"

submitted by /u/chrisdh79 [link] [comments]

6 часов назад @ reddit.com
Banks Sell $5.5 Billion of X Loans After Investor Interest Surges
Banks Sell $5.5 Billion of X Loans After Investor Interest Surges

submitted by /u/thebeachhours [link] [comments]

6 часов назад @ reddit.com
[The Guardian] US immigration is gaming Google to create a mirage of mass deportations
[The Guardian] US immigration is gaming Google to create a mirage of mass deportations [The Guardian] US immigration is gaming Google to create a mirage of mass deportations

submitted by /u/FlyEagles35 [link] [comments]

7 часов назад @ reddit.com
Trump Admin Agrees To Limit DOGE Access To Treasury Payments System
Trump Admin Agrees To Limit DOGE Access To Treasury Payments System Trump Admin Agrees To Limit DOGE Access To Treasury Payments System

submitted by /u/Mynameis__--__ [link] [comments]

7 часов назад @ reddit.com
It’s Official: the Cybertruck is More Explosive than the Ford Pinto
It’s Official: the Cybertruck is More Explosive than the Ford Pinto It’s Official: the Cybertruck is More Explosive than the Ford Pinto

submitted by /u/Moonskaraos [link] [comments]

9 часов назад @ reddit.com
Google is eliminating its diversity hiring targets, joining other companies in scaling back DEI efforts | Google had been one of the loudest proponents of diversity hiring
Google is eliminating its diversity hiring targets, joining other companies in scaling back DEI efforts | Google had been one of the loudest proponents of diversity hiring Google is eliminating its diversity hiring targets, joining other companies in scaling back DEI efforts | Google had been one of the loudest proponents of diversity hiring

submitted by /u/chrisdh79 [link] [comments]

9 часов назад @ reddit.com
Steam now warns you if an ‘early access’ PC game might be abandoned | The Steam notice can tell you if a game that still needs work hasn’t been updated in months or even years.
Steam now warns you if an ‘early access’ PC game might be abandoned | The Steam notice can tell you if a game that still needs work hasn’t been updated in months or even years. Steam now warns you if an ‘early access’ PC game might be abandoned | The Steam notice can tell you if a game that still needs work hasn’t been updated in months or even years.

submitted by /u/ControlCAD [link] [comments]

9 часов назад @ reddit.com
US immigration is gaming Google to create a mirage of mass deportations
US immigration is gaming Google to create a mirage of mass deportations US immigration is gaming Google to create a mirage of mass deportations

submitted by /u/zsreport [link] [comments]

10 часов назад @ reddit.com
‘It’s tectonic:’ U.S. foreign aid freeze deals a blow to research around the globe | Dismantling of USAID could disrupt clinical trials and wipe away U.S. “soft power” in developing countries, scientists warn
‘It’s tectonic:’ U.S. foreign aid freeze deals a blow to research around the globe | Dismantling of USAID could disrupt clinical trials and wipe away U.S. “soft power” in developing countries, scientists warn

submitted by /u/chrisdh79 [link] [comments]

10 часов назад @ reddit.com
Pinboard: Popular Pinboard: Popular
последний пост 16 часов назад
What really happens inside a dating app - My blog
What really happens inside a dating app - My blog

What really happens inside a dating appFri 10 January 2025 in in DatingI have been working inside a dating app for a few months and there are a lot of interesting things.

Which makes creating a dating app for homosexuals something almost without product challenges (other challenges yes, but not product).

It also means the experience on a dating app for a girl is completely different than the one for guys.

I suspect that user activity on a dating app is also super correlated to user activity on another dating app.

Retention as a metric for dating appsI don't think retention is a good metric for a dating app, unfortunately that's how VC evaluate performance of B2C apps.

16 часов назад @ blog.luap.info
Infosec for Activists
Infosec for Activists Infosec for Activists

This document is focused on digital safety and information security for activists who have special requirements and risks.

We have also included tips and concepts to make your personal information safer at actions AND in your day-to-day life.

We recommend Signal, which was built from the ground up for personal security.

iPhone ### iPhone Setup Apple has prioritized personal security in recent years and now offers features to make securing your iPhone easier.

These questions often ask for personal information, like the name of your childhood pet or mother’s maiden name.

16 часов назад @ infosecforactivists.org
strongly-typed-thoughts.net
strongly-typed-thoughts.net strongly-typed-thoughts.net

A typical struct Vec in most languages is actually a function taking a type and returning a type in Zig; fn Vec(comptime T: type) type .

All of that is interesting, but one very cool aspect that I think I really miss when writing Rust is coercion.

Because of coercion rules, a regular value T coerces to E!T , and an error type E coerces to E!T .

fn get_ptr(input: i32) -> *mut i32 { let mut value = input; value += 1; &mut; value as *mut _ } fn main() { unsafe { let ptr = get_ptr(123); println!

If I’ve been around Zig and actually writing Zig code that much, it’s because I wanted to check whether memory safety is a red herring myself.

16 часов назад @ strongly-typed-thoughts.net
Sergey's Blog
Sergey's Blog Sergey's Blog

Subscribe to the blogStay connected and receive new blog posts in your inbox.

16 часов назад @ sergey.fyi
How To Scale Your Model
How To Scale Your Model How To Scale Your Model

Expected background: We’re going to assume you have a basic understanding of LLMs and the Transformer architecture but not necessarily how they operate at scale.

Goals & Feedback: By the end, you should feel comfortable estimating the best parallelism scheme for a Transformer model on a given hardware platform, and roughly how long training and inference should take.

But today even “small” models run so close to hardware limits that doing novel research requires you to think about efficiency at scale.

Promising model architectures routinely fail either because they can’t run efficiently at scale or because no one puts in the work to make them do so.

The goal of “model scaling” is to be able…

16 часов назад @ jax-ml.github.io
Beej's Guide to Git
Beej's Guide to Git Beej's Guide to Git

Beej's Guide to GitPlease keep in mind that I'm only human and there is a very, very high probability that there are errors in this guide.

Additionally, I might simply not know what I'm talking about when it comes to something!

So email corrections are highly appreciated!

(Click here for other guides!)

What's Here for Readers:PDF:What's Here for Translators and Writers:Clone the whole thing from GitHub and follow the README .

16 часов назад @ beej.us
Open-source DeepResearch – Freeing our search agents
Open-source DeepResearch – Freeing our search agents Open-source DeepResearch – Freeing our search agents

Open-source DeepResearch – Freeing our search agentsPublished February 4, 2025 Update on GitHubYesterday, OpenAI released Deep Research, a system that browses the web to summarize content and answer questions based on the summary.

the recent DeepSeek R1 model), OpenAI didn’t disclose much about the agentic framework underlying Deep Research…So we decided to embark on a 24-hour mission to reproduce their results and open-source the needed framework along the way!

For a more detailed dive in agents you can subscribe to our agents course that starts in just a few days: link here.

So, what happens when we integrate our current top LLM in an agentic framework, to work toward an open-DeepResearch…

16 часов назад @ huggingface.co
Jujutsu VCS Introduction and Patterns | Kuba Martin
Jujutsu VCS Introduction and Patterns | Kuba Martin Jujutsu VCS Introduction and Patterns | Kuba Martin

You create a new working change using jj new (by default as a child of the current change), and give it a description using jj describe (it starts out having an empty message).

The -B means it’s squished before the current working change (referred to via @ ), and after the previous one (its parent).

You update a bookmark to point the current change using jj bookmark set .

You track remote bookmarks (which will create local corresponding bookmarks that update on jj git fetch ) by doing jj bookmark track .

In a directory where you already have a git repo, you can just run jj git init --colocate .

16 часов назад @ kubamartin.com
What's Happening Inside the NIH and NSF | Science | AAAS
What's Happening Inside the NIH and NSF | Science | AAAS 16 часов назад @ science.org
Best Simple System for Now - Dan North & Associates Limited
Best Simple System for Now - Dan North & Associates Limited Best Simple System for Now - Dan North & Associates Limited

Characteristics of the Best Simple System for Now ¶The Best Simple System for Now is the simplest system that meets the needs of the product right now, written to an appropriate standard.

Each part of the phrase Best Simple System for Now is deliberate and each part is mutually reinforcing.

Any deviation in any of these means it is no longer the Best Simple System for Now, but something strictly weaker.

This latter sounds a lot like a Best Simple System for Now, the difference being that with the BSSN there is a functioning, usable system at every step.

When we change the system in response to new demands, we evolve it towards a new Best Simple System for Now, in the context of a new ’now’.

16 часов назад @ dannorth.net
WikiTok
WikiTok WikiTok 16 часов назад @ wikitok.vercel.app
You Can’t Post Your Way Out of Fascism
You Can’t Post Your Way Out of Fascism You Can’t Post Your Way Out of Fascism

More recently, researchers have found that the viral outrage disseminated on social media in response to these ridiculous claims actually reduces the effectiveness of collective action .

To that end, the age of corporate social media has been a roaring success.

"For most people, social media gives you this sense that unless you care about everything, you care about nothing.

A few weeks earlier, residents created ad-hoc mutual aid distros in Los Angeles to provide food and essentials for those displaced by the wildfires.

“For most people, social media gives you this sense that unless you care about everything, you care about nothing.

16 часов назад @ 404media.co
Google’s new AI policy removes promises not work on weapons or surveillance - The Washington Post
Google’s new AI policy removes promises not work on weapons or surveillance - The Washington Post

Google changed its public AI policies to remove assertions it would not develop AI applied to surveillance or weapons.

16 часов назад @ washingtonpost.com
Software development topics I've changed my mind on after 10 years in the industry - Blogomatano
Software development topics I've changed my mind on after 10 years in the industry - Blogomatano Software development topics I've changed my mind on after 10 years in the industry - Blogomatano

Software development topics I've changed my mind on after 10 years in the industryPublished 2025-02-03Four years ago I posted about the same topic.

Things I've changed my mind on:Things I now believe, which past me would've squabbled with:Simple is not given.

Opinions I've picked up along the wayEngineering is mostly about communicationNever go full monad in Java.

The query planner is a cruel mistressIf I think something is easy, that's a sure sign I don't understand it.

Just write the code you needContrarily, library development is about abstractions.

16 часов назад @ chriskiehl.com
5 Calls: Make your voice heard
5 Calls: Make your voice heard 5 Calls: Make your voice heard

5 Calls is the easiest and most effective way for U.S. constituents to make a political impact.

1 day, 16 hours назад @ 5calls.org
Changelog Changelog
последний пост 1 day, 2 hours назад
Build software that lasts!
Build software that lasts! Build software that lasts!

Retool – The low-code platform for developers to build internal tools — Some of the best teams out there trust Retool…Brex, Coinbase, Plaid, Doordash, LegalGenius, Amazon, Allbirds, Peloton, and so many more – the developers at these teams trust Retool as the platform to build their internal tools.

Try it free at retool.com/changelogTemporal – Build invincible applications.

Manage failures, network outages, flaky endpoints, long-running processes and more, ensuring your workflows never fail.

Register for Replay in London, March 3-5 to break free from the status quo.

1 day, 2 hours назад @ changelog.com
Everyone knows your location
Everyone knows your location Everyone knows your location

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

3 days, 1 hour назад @ changelog.com
Over the top auth strategies
Over the top auth strategies Over the top auth strategies

Retool – The low-code platform for developers to build internal tools — Some of the best teams out there trust Retool…Brex, Coinbase, Plaid, Doordash, LegalGenius, Amazon, Allbirds, Peloton, and so many more – the developers at these teams trust Retool as the platform to build their internal tools.

Try it free at retool.com/changelogTemporal – Build invincible applications.

Register for Replay in London, March 3-5 to break free from the status quo.

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clu…

6 days, 1 hour назад @ changelog.com
Deep-dive into DeepSeek
Deep-dive into DeepSeek Deep-dive into DeepSeek

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

It’s a workspace designed not just for making progress, but getting inspired.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.

Domo – The AI and data products platform.

Strengthen your entire data journey with Domo’s AI and data products.

6 days, 6 hours назад @ changelog.com
Turso is rewriting SQLite in Rust
Turso is rewriting SQLite in Rust Turso is rewriting SQLite in Rust

Retool – The low-code platform for developers to build internal tools — Some of the best teams out there trust Retool…Brex, Coinbase, Plaid, Doordash, LegalGenius, Amazon, Allbirds, Peloton, and so many more – the developers at these teams trust Retool as the platform to build their internal tools.

Try it free at retool.com/changelogTemporal – Build invincible applications.

Manage failures, network outages, flaky endpoints, long-running processes and more, ensuring your workflows never fail.

Register for Replay in London, March 3-5 to break free from the status quo.

Timescale – Purpose-built performance for AI Build RAG, search, and AI agents on the cloud and with PostgreSQL and purpose-bui…

1 week назад @ changelog.com
DeepSeek-R1's epic pull request
DeepSeek-R1's epic pull request DeepSeek-R1's epic pull request

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

1 week, 3 days назад @ changelog.com
Fallthrough & Friends
Fallthrough & Friends Fallthrough & Friends

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

1 week, 6 days назад @ changelog.com
Video generation with realistic motion
Video generation with realistic motion Video generation with realistic motion

We seem to be experiencing a surge of video generation tools, models, and applications.

However, video generation models generally struggle with some basic physics, like realistic walking motion.

This leaves some generated videos lacking true motion with disappointing, simplistic panning camera views.

Genmo is focused on the motion side of video generation and has released some of the best open models.

Paras joins us to discuss video generation and their journey at Genmo.

2 weeks назад @ changelog.com
From open source to acquired
From open source to acquired From open source to acquired

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

2 weeks назад @ changelog.com
Make computing personal again
Make computing personal again Make computing personal again

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

2 weeks, 3 days назад @ changelog.com
Other people's robots
Other people's robots Other people's robots

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

2 weeks, 6 days назад @ changelog.com
The world of embedded systems
The world of embedded systems The world of embedded systems

Augment Code – Developer AI that uses deep understanding of your large codebase and how you build software to deliver personalized code suggestions and insights.

Augment provides relevant, contextualized code right in your IDE or Slack.

It transforms scattered knowledge into code or answers, eliminating time spent searching docs or interrupting teammates.

Fly.io – The home of Changelog.com — Deploy your apps close to your users — global Anycast load-balancing, zero-configuration private networking, hardware isolation, and instant WireGuard VPN connections.

Check out the speedrun to get started in minutes.

3 weeks назад @ changelog.com
The new $30,000 side hustle
The new $30,000 side hustle The new $30,000 side hustle

Changelog News!

The software newsletter that's also a podcastThe software world moves fast... keep up the easy way!

Let us track changes & Jerod will let you know what's up each Monday.

3 weeks, 3 days назад @ changelog.com
It's a peccadillo circus
It's a peccadillo circus It's a peccadillo circus

Sentry – Use the code CHANGELOG when you sign up to get $100 off the team plan.

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

It’s a workspace designed not just for making progress, but getting inspired.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.

3 weeks, 6 days назад @ changelog.com
The power of the button
The power of the button The power of the button

Sentry – Use the code CHANGELOG when you sign up to get $100 off the team plan.

Notion – Notion is a place where any team can write, plan, organize, and rediscover the joy of play.

It’s a workspace designed not just for making progress, but getting inspired.

Notion is for everyone — whether you’re a Fortune 500 company or freelance designer, starting a new startup or a student juggling classes and clubs.

4 weeks назад @ changelog.com
ZDNet ZDNet
последний пост 50 минут назад
Technology that changed us: The 2000s, from iPhone to Twitter
Technology that changed us: The 2000s, from iPhone to Twitter Technology that changed us: The 2000s, from iPhone to Twitter

Jon Furniss/Getty ImagesEditor's Note: ZDNET's "Technology that Changed Us" series was first published in 2018.

Tor, by itself, may not have changed the world as much as something like Android has.

According to Google parent Alphabet (which owns YouTube), more 18- to 49-year-olds watch YouTube videos on mobile than they watch any broadcast network.

Google says the same demographic group dropped TV watching by 4 percent, but in 2015, increased YouTube watch time by 74 percent.

Elon Musk bought Twitter, renamed it X, then changed many of its policies and the overall flavor of the service.

50 минут назад @ zdnet.com
I still recommend this older Samsung phone to most people - here's why
I still recommend this older Samsung phone to most people - here's why I still recommend this older Samsung phone to most people - here's why

ZDNET's key takeaways The Samsung Galaxy S24 FE starts at $649, with 128GB of storage and AI features included.

On Amazon, Samsung's Galaxy S24 FE has received a significant discount.

With the new Samsung Galaxy S24 FE, the ballpark value was around $1,000 -- about $350 more than its actual cost.

ZDNET's buying adviceThat's all to say: I recommend the Samsung Galaxy S24 FE to anyone who wants a competent, big-screen handset that won't break the bank.

If you want better performance, the Galaxy S25 is a good alternative, as it houses a Snapdragon 8 Elite chipset.

1 час назад @ zdnet.com
Microsoft Build kicks off May 19 - here's what we know so far
Microsoft Build kicks off May 19 - here's what we know so far Microsoft Build kicks off May 19 - here's what we know so far

The software giant just revealed the dates of its annual developer conference, Microsoft Build.

When is Microsoft Build?

Microsoft Build will take place from May 19 to 22 in Seattle.

To make sure you don't, you can sign up for notifications on the Microsoft Build web page.

Last year, the day before Microsoft Build, Microsoft unveiled its first consumer AI PCs -- the Surface Laptop and Surface Pro.

1 час назад @ zdnet.com
OpenAI eyes the wearables business: Robots, headsets, watches and a whole lot more
OpenAI eyes the wearables business: Robots, headsets, watches and a whole lot more OpenAI eyes the wearables business: Robots, headsets, watches and a whole lot more

However, sprinkled within the list are a significant number of hardware products.

The hardware products include earphones, headphones, sunglasses, smart watches, smart bands, smart jewelry, wearable computers, wearable cameras, digital media streaming devices, virtual and augmented reality headsets, goggles, glasses, controllers, and remotes.

The report specifically mentions, "User-programmable humanoid robots, not configured," and "Humanoid robots having communication and learning functions for assisting and entertaining people."

This mention of humanoid robots aligns with OpenAI's new job listings on its robotics team made earlier this month.

However, that doesn't mean an OpenAI hardware …

1 час назад @ zdnet.com
Can phones replace laptops? This underrated Samsung feature settled that debate for me
Can phones replace laptops? This underrated Samsung feature settled that debate for me Can phones replace laptops? This underrated Samsung feature settled that debate for me

Kerry Wan/ZDNETIt's not a stretch to say that only the most powerful of power users have heard of Samsung DeX.

So, I tested that theory myself, powering my workflow for a few days solely with the Galaxy S25 Ultra and Samsung DeX.

Once you have a supported model in hand, getting Samsung DeX to work is fairly straightforward.

Also: Samsung Galaxy S25 Ultra vs. OnePlus 13: I've tried both, and the winner is not so obviousWhere things change is with app interfaces.

If you have a Samsung phone that supports it, give it a try and let me know what you think.

1 час назад @ zdnet.com
I tried to replace my desktop with a phone for work - 5 frustrating lessons I learned
I tried to replace my desktop with a phone for work - 5 frustrating lessons I learned I tried to replace my desktop with a phone for work - 5 frustrating lessons I learned

ZDNETAccording to Stat Counter, mobile phones made up 63.07% of the total hardware platform market share in 2024.

The problem is that it's far easier to use a mobile device improperly than a desktop.

There's no comparison between the flexibility found on a desktop and that on a mobile device.

The truth is, mobile phones and peripherals don't really go together like peanut butter and chocolate.

I do need those peripherals and can't see either major mobile operating system ever catching up to the desktop in this regard.

1 час назад @ zdnet.com
The 25 most popular products ZDNET readers bought last month
The 25 most popular products ZDNET readers bought last month The 25 most popular products ZDNET readers bought last month

Now, we've gotten some data that shows what items ZDNET readers purchased the most during the month of January.

Our team has collected the top-selling products across different retailers this past month.

The following are listed in order of units sold through the links clicked from ZDNET stories.

These are the top 25 products ZDNET readers purchased during the month of January -- and some of these great buys are still on sale.

The top 25 products ZDNET readers bought in January 2025For more, check out the best Amazon deals you can shop right now.

2 часа назад @ zdnet.com
I tested MSI's new Windows handheld and would consider it over a gaming laptop
I tested MSI's new Windows handheld and would consider it over a gaming laptop

The MSI Claw 8 AI+ addresses the problems of the older model while delivering an updated design (and great battery life).

3 часа назад @ zdnet.com
Finally, a phone gimbal that seriously leveled up my videos with impressive auto-tracking
Finally, a phone gimbal that seriously leveled up my videos with impressive auto-tracking Finally, a phone gimbal that seriously leveled up my videos with impressive auto-tracking

ZDNET's key takeaways The Hohem iSteady M7 phone gimbal is available now on Amazon for $269.

The M7 is the best phone gimbal you can buy for the money, thanks to its reliable tracking.

$269 at AmazonThe Hohem iSteady M7 gimbal is one of the most impressive pieces of technology I've tried in a while.

ZDNET's buying adviceThe Hohem iSteady M7 sells for around $269 on Amazon (thanks to a 33% discount).

I'd go so far as to say that the iSteady M7 is the single best phone gimbal on the market.

4 часа назад @ zdnet.com
I underestimated these Shokz' open-ear headphones - they're now an everyday favorite
I underestimated these Shokz' open-ear headphones - they're now an everyday favorite I underestimated these Shokz' open-ear headphones - they're now an everyday favorite

ZDNET's key takeaways The Shokz OpenFit 2 are available for $179 in Beige and Black.

Wearing glasses causes the ear hooks to become unstable, affecting the earbuds' fit and sound quality.

I've tried a few open-ear headphones and was mostly unimpressed with the sound quality, which to just sounded like weaker bass response and sound lost to open air.

The quiet outdoors allowed me to hear my music, while the open-ear design kept me aware of my surroundings.

Also: The best headphones for working out: Expert tested and reviewedThe OpenFit 2 sound great; they deliver adequate bass, clear vocals, and audible mids, often compromised in other open-ear headphones.

4 часа назад @ zdnet.com
Our favorite AirPods Pro 2 are $80 off at Walmart right now
Our favorite AirPods Pro 2 are $80 off at Walmart right now Our favorite AirPods Pro 2 are $80 off at Walmart right now

We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites.

And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.

When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions.

Neither ZDNET nor the author are compensated for these independent reviews.

Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards.

4 часа назад @ zdnet.com
The super-secure SSD is not just hacker-proof, but also water and dust resistant
The super-secure SSD is not just hacker-proof, but also water and dust resistant The super-secure SSD is not just hacker-proof, but also water and dust resistant

View now at AmazonThere are a lot of secure storage drives (SSDs) out there, and plenty of drives that can withstand water and dust, but drives that protect your data from everything are rare.

Also: The best M.2 SSDs you can buyHowever, they do exist -- and one such drive is the iStorage diskAshur PRO3, a high-speed, state-of-the-art, hardware-encrypted SSD.

Also: The best microSD cards you can buy: Expert testedThe diskAshur PRO3 also features a wear-resistant, backlit alphanumeric keypad for entering an 8-to-64-character passcode.

Adrian Kingsley-Hughes/ZDNETThe diskAshur PRO3 is entirely self-contained and special software doesn't need to be installed on the host device.

ZDNET's buying a…

5 часов назад @ zdnet.com
AT&T tells you why a business is calling now, thanks to this feature update
AT&T tells you why a business is calling now, thanks to this feature update AT&T tells you why a business is calling now, thanks to this feature update

ZDNETMaking sure you get to that important call (and avoid unwanted ones) is about to get a little easier if you're an AT&T customer on Android.

Also: How to clear your Android phone's cache and make it feel like newStarting soon, you'll be able to see why a business is calling you on the incoming call screen.

When an enrolled business places a call, they'll select the reason.

When your phone rings, you'll see the business name, number, possibly its logo, and the reason for the call.

AvailabilityFor now, this feature is only available on Android and only for the AT&T network.

5 часов назад @ zdnet.com
The best bone conduction headphones of 2025: Expert tested and reviewed
The best bone conduction headphones of 2025: Expert tested and reviewed The best bone conduction headphones of 2025: Expert tested and reviewed

Our pick for the best bone conduction headphones is the H2O Audio Tri 2 bone conduction headphones.

Show moreFactors to consider when choosing bone conduction headphones There are a few essential factors to keep in mind as you shop around for a pair of bone conduction headphones.

Type: There are many different types of bone conduction headphones, such as over-the-ear or in-ear bone conduction headphones.

Show moreFAQs on bone conduction headphones What are bone conduction headphones and how do they work?

Show moreOther bone conduction headphones we testedOutside of these six bone conduction headphones, a handful of others caught our attention.

5 часов назад @ zdnet.com
The best robot vacuum mops of 2025: Expert tested and reviewed
The best robot vacuum mops of 2025: Expert tested and reviewed

We've tested over 50 of the best robot vacuum and mop combos from brands like iRobot, Roborock, Eufy, and Dreame to find out which is best at keeping a home clean.

5 часов назад @ zdnet.com
TechCrunch TechCrunch
последний пост 22 минуты назад
Early Meta employee sues for sexual harassment, gender discrimination
Early Meta employee sues for sexual harassment, gender discrimination

One of Meta’s earliest employees is suing the company for sexual harassment, sex discrimination, and retaliation, according to a lawsuit filed this week in the state of Washington. Kelly Stonelake, who spent 15 years at the company and rose to the rank of director, alleges in the lawsuit she faced a cycle of gender-based discrimination […]

© 2024 TechCrunch. All rights reserved. For personal use only.

22 минуты назад @ techcrunch.com
OpenAI now reveals more of its o3-mini model’s thought process
OpenAI now reveals more of its o3-mini model’s thought process

In response to pressure from rivals including Chinese AI company DeepSeek, OpenAI is changing the way its newest AI model, o3-mini, communicates its step-by-step “thought” process. On Thursday, OpenAI announced that free and paid users of ChatGPT, the company’s AI-powered chatbot platform, will see an updated “chain of thought” that shows more of the model’s […]

© 2024 TechCrunch. All rights reserved. For personal use only.

22 минуты назад @ techcrunch.com
DOGE staffer steps down after racist posts emerge
DOGE staffer steps down after racist posts emerge

A 25-year-old Doge staffer resigned over racist posts on X.

© 2024 TechCrunch. All rights reserved. For personal use only.

35 минут назад @ techcrunch.com
Pour one out for Cruise and why autonomous vehicle test miles dropped 50%
Pour one out for Cruise and why autonomous vehicle test miles dropped 50%

Welcome back to TechCrunch Mobility — your central hub for news and insights on the future of transportation. Sign up here for free — just click TechCrunch Mobility! We knew this day was coming: Cruise is dead — at least as a robotaxi company. General Motors completed its acquisition of GM Cruise Holdings LLC; Cruise is […]

© 2024 TechCrunch. All rights reserved. For personal use only.

49 минут назад @ techcrunch.com
Tinder will try AI-powered matching as the dating app continues to lose users
Tinder will try AI-powered matching as the dating app continues to lose users

Tinder hopes to reverse its ongoing decline in active users by turning to AI. In the coming quarter, the Match-owned dating app will roll out new AI-powered features for discovery and matching. The addition aims to offer fatigued singles an alternative to the “swipe” that defined the dating app in its earlier days and influenced […]

© 2024 TechCrunch. All rights reserved. For personal use only.

52 минуты назад @ techcrunch.com
Snap CEO helps launch LA wildfire recovery program
Snap CEO helps launch LA wildfire recovery program

Snap CEO Evan Spiegel and Miguel Santana, the chief executive of the California Community Foundation, are launching a program focused on helping residents in Altadena and Pacific Palisades rebuild on their own terms after last month’s wildfires. The California Community Foundation, Snap, Spiegel, and Snap CTO Bobby Murphy are committing $10 million in funding to staff […]

© 2024 TechCrunch. All rights reserved. For personal use only.

1 час назад @ techcrunch.com
Tracking the EV battery factory construction boom across North America
Tracking the EV battery factory construction boom across North America

A wave of automakers and battery makers — foreign and domestic — have pledged to produce North American–made batteries before 2030. © 2024 TechCrunch. All rights reserved. For personal use only.

1 час назад @ techcrunch.com
Tesla Dojo: Elon Musk’s big plan to build an AI supercomputer, explained
Tesla Dojo: Elon Musk’s big plan to build an AI supercomputer, explained

Dojo is Tesla’s custom-built supercomputer that’s designed to train its “Full Self-Driving” neural networks.

© 2024 TechCrunch. All rights reserved. For personal use only.

2 часа назад @ techcrunch.com
Google is adding digital watermarks to images edited with Magic Editor AI
Google is adding digital watermarks to images edited with Magic Editor AI

Google on Thursday announced that effective this week, it will begin adding a digital watermark to images in Photos that are edited with generative AI. The watermark applies specifically to images that are altered using the Reimagine feature found in Magic Editor on Pixel 9 devices. Announced in 2024, Reimagine utilizes generative AI to alter […]

© 2024 TechCrunch. All rights reserved. For personal use only.

3 часа назад @ techcrunch.com
Snapchat+ subscribers can now create custom AI-generated stickers
Snapchat+ subscribers can now create custom AI-generated stickers

In a bid to boost its subscription service and attract more paying users, Snapchat is rolling out additional features for Snapchat+ subscribers, including allowing Snapchat+ subscribers to create AI-generated stickers in chats. The social media company and is also adding the option to send self-destructing Snaps. Snapchat+ subscribers in the U.S. can now create and […]

© 2024 TechCrunch. All rights reserved. For personal use only.

3 часа назад @ techcrunch.com
Ford goes protectionist as EV losses top $5B
Ford goes protectionist as EV losses top $5B

Ford CEO Jim Farley has a question about President Donald Trump’s threatened tariffs on imports from Mexico, Canada, and China: Why stop there? Farley said in a conference call Wednesday that Trump’s selective approach “doesn’t make sense.” “Why are we having this conversation while Hyundai-Kia is importing 600,000 units in the U.S. with no incremental […]

© 2024 TechCrunch. All rights reserved. For personal use only.

3 часа назад @ techcrunch.com
Fintech Ramp lands Eagles’ Saquon Barkley as investor and Super Bowl commercial star
Fintech Ramp lands Eagles’ Saquon Barkley as investor and Super Bowl commercial star

Philadelphia Eagles’ star running back Saquon Barkley has not only become an investor in fintech startup Ramp, he is also the star of the company’s first Super Bowl commercial. Interestingly, it was Barkley who reached out to Ramp about investing, not the other way around as is so often the case with celebrity endorsements. Barkley […]

© 2024 TechCrunch. All rights reserved. For personal use only.

4 часа назад @ techcrunch.com
EU details which systems fall within AI Act’s scope
EU details which systems fall within AI Act’s scope

The European Union has published guidance on what constitutes an AI system under its new AI Act. The risk-based framework for regulating applications of artificial intelligence came into force last summer — with the first compliance deadline (on banned use cases) kicking in last weekend. Determining whether a particular software system falls within the act’s […]

© 2024 TechCrunch. All rights reserved. For personal use only.

4 часа назад @ techcrunch.com
Spyware maker Paragon terminates contract with Italian government: media reports
Spyware maker Paragon terminates contract with Italian government: media reports

Following allegations of potential abuse, Paragon Solutions has cut off Italy from its spyware systems.

© 2024 TechCrunch. All rights reserved. For personal use only.

4 часа назад @ techcrunch.com
Mark Zuckerberg’s charity insists it’s not abandoning its DEI efforts
Mark Zuckerberg’s charity insists it’s not abandoning its DEI efforts

Mark Zuckerberg’s charity has told its employees it will remain committed to DEI even as Meta eliminates its DEI programs, The Guardian reports. Chan Zuckerberg Initiative (CZI), founded and co-led by Zuckerberg and his wife Priscilla Chan, reassured its employees after many began expressing concerns about recent changes at Meta as the company scales back […]

© 2024 TechCrunch. All rights reserved. For personal use only.

4 часа назад @ techcrunch.com
Slashdot Slashdot
последний пост 34 минуты назад
ESA Wants To Replace E3 With a Bunch of Buzzwords
ESA Wants To Replace E3 With a Bunch of Buzzwords ESA Wants To Replace E3 With a Bunch of Buzzwords

The Entertainment Software Association is launching a new gaming event to replace E3, which was permanently canceled in 2023. According to Engadget, the new event is called iicon (short for "interactive innovation conference") and will feature many of the same major gaming companies that once participated in E3. "Sony, Nintendo, Microsoft, Disney, EA, Epic Games, Ubisoft, Square Enix, Take Two Interactive, Amazon Games and Warner Bros. Games are all named as participants." From the report: [T]he announcements on social media promote iicon as being for "visionaries," "changemakers" and "innovators," so our best guess is that this event will swing more toward the corporate side of gaming wher…

34 минуты назад @ games.slashdot.org
Hugging Face Clones OpenAI's Deep Research In 24 Hours
Hugging Face Clones OpenAI's Deep Research In 24 Hours Hugging Face Clones OpenAI's Deep Research In 24 Hours

An anonymous reader quotes a report from Ars Technica: On Tuesday, Hugging Face researchers released an open source AI research agent called "Open Deep Research," created by an in-house team as a challenge 24 hours after the launch of OpenAI's Deep Research feature, which can autonomously browse the web and create research reports. The project seeks to match Deep Research's performance while making the technology freely available to developers. "While powerful LLMs are now freely available in open-source, OpenAI didn't disclose much about the agentic framework underlying Deep Research," writes Hugging Face on its announcement page. "So we decided to embark on a 24-hour mission to reproduce …

1 час назад @ news.slashdot.org
Mixing Rust and C in Linux Likened To Cancer By Kernel Maintainer
Mixing Rust and C in Linux Likened To Cancer By Kernel Maintainer Mixing Rust and C in Linux Likened To Cancer By Kernel Maintainer

A heated dispute has erupted in the Linux kernel community over the integration of Rust code, with kernel maintainer Christoph Hellwig likening multiple programming languages to "cancer" for the project's maintainability. The conflict centers on a proposed patch enabling Rust-written device drivers to access the kernel's DMA API, which Hellwig strongly opposed. While the dispute isn't about Rust itself, Hellwig argues that maintaining cross-language codebases severely compromises Linux's integrated nature. From a report: "Don't force me to deal with your shiny language of the day," he [Hellwig] wrote. "Maintaining multi-language projects is a pain I have no interest in dealing with. If you …

3 часа назад @ linux.slashdot.org
Air Pollution Reduces People's Ability To Focus on Everyday Tasks, Study Finds
Air Pollution Reduces People's Ability To Focus on Everyday Tasks, Study Finds Air Pollution Reduces People's Ability To Focus on Everyday Tasks, Study Finds

A person's ability to focus on everyday tasks is affected by short-term exposure to air pollution, a study has found. The Guardian: Researchers analysed data from cognitive tests completed by 26 participants before and after they were exposed either to high levels of particulate matter (PM) using smoke from a candle, or clean air for an hour. The study, published in the journal Nature Communications, found that even brief exposure to high concentrations of PM affected participants' selective attention and emotion recognition -- regardless of whether they breathed normally or just through their mouth. This can affect an individual's ability to concentrate on tasks, avoid distractions and beh…

3 часа назад @ news.slashdot.org
Warner Bros. Releases Dozens of Old Films for Free on YouTube, Bypassing Paid Streaming
Warner Bros. Releases Dozens of Old Films for Free on YouTube, Bypassing Paid Streaming Warner Bros. Releases Dozens of Old Films for Free on YouTube, Bypassing Paid Streaming

Warner Bros. Discovery has quietly begun releasing dozens of its older films for free on YouTube, marking an unexpected shift in how the major studio handles its back catalog. Over the past month, the company has uploaded more than 30 full-length movies across five YouTube channels, without digital rights management or regional restrictions. The collection includes both critically acclaimed films like "Waiting for Guffman" and "Michael Collins," as well as commercial disappointments like the 2002 Eddie Murphy film "The Adventures of Pluto Nash." Some releases have significant historical value, such as "Oh, God!" - a 1977 George Burns comedy that earned $51 million at release (equivalent to …

4 часа назад @ entertainment.slashdot.org
Qwertykeys Halts Keyboard Shipments To US Over Tariff Costs and Confusion
Qwertykeys Halts Keyboard Shipments To US Over Tariff Costs and Confusion Qwertykeys Halts Keyboard Shipments To US Over Tariff Costs and Confusion

An anonymous reader shares a report: The keyboard company Qwertykeys has temporarily halted all shipments to the United States in response to President Trump's tariffs on Chinese goods going into effect. The company says it's working on ways to mitigate shipping costs and that the tariffs have made it so that "all keyboards from China to the U.S. are now subject to 45% tariffs at full value." "We are closely watching the progress of the situation and really hope that there is something else we can do other than bumping the price up," the company wrote in a comment on Reddit. Qwertykeys says that its delivery partner, DHL, "now requires prepayment of 50% of the declared product value as a ta…

5 часов назад @ it.slashdot.org
Humanlike 'Teeth' Have Been Grown in Mini Pigs
Humanlike 'Teeth' Have Been Grown in Mini Pigs Humanlike 'Teeth' Have Been Grown in Mini Pigs

Scientists have grown tooth-like structures using a combination of pig and human cells, marking a step toward potential alternatives to dental implants, researchers at Tufts University School of Dental Medicine reported. The team, led by Pamela Yelick and Weibo Zhang, cultivated the structures by seeding cells into pig tooth scaffolds and implanting them in mini pigs' jaws. After two months, the bioengineered teeth developed hard tissue layers similar to natural teeth, including dentin and cementum. While not yet fully formed teeth, the structures could eventually lead to living replacements for lost teeth, addressing limitations of current titanium implants. Read more of this story at Slas…

5 часов назад @ science.slashdot.org
DeepSeek's AI App Will 'Highly Likely' Get Banned in the US, Jefferies Says
DeepSeek's AI App Will 'Highly Likely' Get Banned in the US, Jefferies Says DeepSeek's AI App Will 'Highly Likely' Get Banned in the US, Jefferies Says

DeepSeek's AI app will highly likely face a US consumer ban after topping download charts on Apple's App Store and Google Play, according to analysts at US investment bank Jefferies. The US federal government, Navy and Texas have already banned the app, and analysts expect broader restrictions using legislation similar to that targeting TikTok. While consumer access may be blocked, US developers could still be allowed to self-host DeepSeek's model to eliminate security risks, the analysts added. Even if completely banned, DeepSeek's impact on pushing down AI costs will persist as US companies work to replicate its technology, Jefferies said in a report this week reviewed by Slashdot. The ap…

6 часов назад @ slashdot.org
AMD is Making Another Run at Nvidia With New 4K-Ready GPUs as Sales Collapse
AMD is Making Another Run at Nvidia With New 4K-Ready GPUs as Sales Collapse AMD is Making Another Run at Nvidia With New 4K-Ready GPUs as Sales Collapse

AMD will launch its new Radeon RX 9070-series graphics cards in March 2025, promising "high-quality gaming to mainstream players" amid struggling sales. The company's gaming division reported $563 million in Q4 2024 revenue, down 59% year-over-year. The new cards will target the same market segment as Nvidia's RTX 4070 Ti ($799) and 4070 Super ($599), featuring a 4nm TSMC manufacturing process, ML-enhanced FSR 4 upscaling, and next-generation ray-tracing accelerators. Steam Hardware Survey shows AMD's current RX 7000-series cards have minimal market presence, with only the 7900 XTX and 7700 XT registering on the list. Industry research indicates AMD sells approximately one GPU for every sev…

7 часов назад @ tech.slashdot.org
Researchers Created an Open Rival To OpenAI's o1 'Reasoning' Model for Under $50
Researchers Created an Open Rival To OpenAI's o1 'Reasoning' Model for Under $50 Researchers Created an Open Rival To OpenAI's o1 'Reasoning' Model for Under $50

AI researchers at Stanford and the University of Washington were able to train an AI "reasoning" model for under $50 in cloud compute credits, according to a research paper. From a report: The model, known as s1, performs similarly to cutting-edge reasoning models, such as OpenAI's o1 and DeepSeek's R1, on tests measuring math and coding abilities. The s1 model is available on GitHub, along with the data and code used to train it. The team behind s1 said they started with an off-the-shelf base model, then fine-tuned it through distillation, a process to extract the "reasoning" capabilities from another AI model by training on its answers. The researchers said s1 is distilled from one of Goo…

7 часов назад @ slashdot.org
Believing in Aliens Derailed This Internet Pioneer's Career. Now He's Facing Prison
Believing in Aliens Derailed This Internet Pioneer's Career. Now He's Facing Prison Believing in Aliens Derailed This Internet Pioneer's Career. Now He's Facing Prison

Joseph Firmage, a former Silicon Valley prodigy who built a $2.5 billion web services company in the 1990s, is now being sued by investors who claim he defrauded them through an alleged antigravity machine scheme. In 1998, at the height of his success as CEO of USWeb, Firmage claimed an alien appeared in his bedroom, derailing his corporate career. He then spent decades pursuing UFO research and attempting to develop antigravity propulsion technology, raising millions from investors. Court documents allege Firmage and associates are responsible for roughly $25 million in losses through various companies and schemes. Some investors say he used elaborate ruses, including people impersonating …

8 часов назад @ tech.slashdot.org
The Enshittification Hall of Shame
The Enshittification Hall of Shame The Enshittification Hall of Shame

In 2022, writer and activist Cory Doctorow coined the term "enshittification" to describe the gradual deterioration of a service or product. The term's prevalence has increased to the point that it was the National Dictionary of Australia's word of the year last year. The editors at Ars Technica, having "covered a lot of things that have been enshittified," decided to highlight some of the worst examples the've come across. Here's a summary of each thing mentioned in their report: Smart TVs: Evolved into data-collecting billboards, prioritizing advertising and user tracking over user experience and privacy. Features like convenient input buttons are sacrificed for pushing ads and webOS apps…

9 часов назад @ tech.slashdot.org
An Anonymous Investor Is Spending Millions To Make Underwater Homes
An Anonymous Investor Is Spending Millions To Make Underwater Homes An Anonymous Investor Is Spending Millions To Make Underwater Homes

An anonymous reader quotes a report from The Guardian: Down an easy-to-miss turnoff on the A48 just outside Chepstow on the Welsh border, the gentle rumble of trucks, cranes and people at work mixes with birdsong in what is an otherwise peaceful rural setting. It is a crisp and sunny winter morning when I visit and, at first glance, the site appears to be little more than prefab containers and a car park. Yet, behind the scenes a group of men and women with expertise in diving, marine biology, technology, finance, construction and manufacturing are building something extraordinary. They have come together with a single mission statement: to make humans aquatic. Their project is called Deep …

12 часов назад @ news.slashdot.org
Grand Canyon-Sized Valleys On the Moon Formed Within 10 Minutes
Grand Canyon-Sized Valleys On the Moon Formed Within 10 Minutes Grand Canyon-Sized Valleys On the Moon Formed Within 10 Minutes

A new study reveals that two Grand Canyon-sized valleys were formed in less than 10 minutes by "floods of rocks traveling as fast as bullets," reports Space.com. From the report: Scientists analyzed the lunar canyons, named Vallis Schrodinger and Vallis Planck, to find that these huge valleys measure 167 miles long (270 kilometers) and nearly 1.7 miles (2.7 km) deep, and 174 miles long (280 km) and nearly 2.2 miles deep (3.5 km), respectively. In comparison, the Grand Canyon is 277 miles long (446 km) and is, at most, about 1.2 miles deep (1.9 km), the researchers noted. [...] This pair of lunar canyons represents two of many valleys radiating out from Schrodinger basin, a crater about 200 …

15 часов назад @ science.slashdot.org
Let's Encrypt Is Ending Expiration Notice Emails
Let's Encrypt Is Ending Expiration Notice Emails Let's Encrypt Is Ending Expiration Notice Emails

Let's Encrypt will stop sending expiration notice emails for its free HTTPS certificates starting June 4, 2025. From the report: Let's Encrypt is ending automated emails for four stated reasons, and all of them are pretty sensible. For one thing, lots of customers have been able to automate their certificate renewal. For another, providing the expiration notices costs "tens of thousands of dollars per year" and adds complexity to the nonprofit's infrastructure as they are looking to add new and more useful services. If those were not enough, there is this particularly notable reason: "Providing expiration notification emails means that we have to retain millions of email addresses connected…

18 часов назад @ tech.slashdot.org
Блоги людей
An Interview with ServiceNow CEO Bill McDermott about Enterprise AI Agents
An Interview with ServiceNow CEO Bill McDermott about Enterprise AI Agents

An interview with ServiceNow CEO Bill McDermott about his life story, leadership, and why ServiceNow is the right platform for enterprise AI agents.

11 часов назад @ stratechery.com
Простейший параллакс на ЦСС
Простейший параллакс на ЦСС

Параллакс

1 day, 1 hour назад @ bureau.ru
Google Earnings, Search Status, China Antitrust Actions
Google Earnings, Search Status, China Antitrust Actions

Investor disappointment in Google is overwrought, while Search is showing some positive results from AI. Then, China is investigating Google and Apple for very different reasons.

1 day, 9 hours назад @ stratechery.com
Rotary Tool
Rotary Tool Rotary Tool 1 day, 17 hours назад @ xkcd.com
Виды визуальных атомов. Часть 1
Виды визуальных атомов. Часть 1 2 days, 1 hour назад @ bureau.ru
Apple Earnings, OpenAI Deep Research, The Unbundling of Substantiation
Apple Earnings, OpenAI Deep Research, The Unbundling of Substantiation

I give my analysis of Apple's Earnings, and then OpenAI Deep Research does the same, demonstrating the unbundling of substantiation from creation.

2 days, 9 hours назад @ stratechery.com
Поиграл: Indiana Jones and the Great Circle
Поиграл: Indiana Jones and the Great Circle

Всегда с большим интересом смотрел фильмы про приключения Индианы Джонса — особенно в душу запала оригинальная трилогия. А вот с играми как-то не заладилось. Всё, что выходило по франшизе до 2024 совершенно не привлекало. С появлением Indiana Jones and the Great Circle лёд наконец-то тронулся и наконец-то появилась отличная игра по вселенной, которую я с […]

3 days, 6 hours назад @ level-design.ru
The De Minimis Loophole, Impact on Amazon and Meta, AI and Abundance
The De Minimis Loophole, Impact on Amazon and Meta, AI and Abundance

Trump's new tariffs take aim at the de minimis exception, which has undergirded Temu and Shein growth, and had knock-on effects on Amazon and Meta.

3 days, 8 hours назад @ stratechery.com
Stromatolites
Stromatolites Stromatolites 3 days, 17 hours назад @ xkcd.com
Как спросить что-то срочное у недоступного коллеги, организация рабочего места и как улучшить схему трамваев
Как спросить что-то срочное у недоступного коллеги, организация рабочего места и как улучшить схему трамваев 4 days, 1 hour назад @ bureau.ru
Фотографии лаборатории (не впечатляют)
Фотографии лаборатории (не впечатляют) Фотографии лаборатории (не впечатляют)

Для студентов Школы редакторов, которые будут делать задание о безопасности потребительских продуктов. Наверняка вам захочется рассказать о том, что продукт проходит лабораторную проверку и проиллюстрировать это картинкой лаборатории.

Первая мысль — пусть будет фотография лаборатории. Покажу на нейросетях (листайте):

❌ Плохие примеры Забавно то, что все три генерации прокляты и бредовы, но все три издалека выглядят как лаборатории. Они проихзводят одинаковое впечатление: «Ну, какие-то лаборатории». И что? Это конкретно та лаборатория, в которой проверяют мой продукт, или просто какая-то? А как по этой фотографии понять, что продукт безопасен? Мы же не смотрим в микроскоп сами, а даже если б…

5 days, 16 hours назад @ visual-storytelling.ru
Условные обозначения
Условные обозначения

Подскажите, пожалуйста, решает ли данный набор знаков свою задачу, можно что‑то улучшить?

6 days, 1 hour назад @ bureau.ru
An Interview with Matthew Ball About the Gaming Slump
An Interview with Matthew Ball About the Gaming Slump

An interview with Matthew Ball about the current (bad) state of the gaming industry, including mobile, consoles, and why the PC has better prospects.

6 days, 10 hours назад @ stratechery.com
>Подзаголовок и начало абзаца
Подзаголовок и начало абзаца

Пример из Школы бюро: ❌

Выращивание бананов

Желтая сигатока и черная сигатока — основные заболевания листьев банана... Тут нарушены ожидания читателя. Ты видишь заголовок «Выращивание» и ожидаешь, что текст будет про выращивание. А он начинается с болезни, это немного ломает мозг. Чтобы мозг не ломался, нужно согласовывать заголовок и начало абзаца. ✅

Выращивание бананов

Бананы выращивают на плантациях в... ✅

Болезни бананов

Главные болезни бабанового листа — желтая и черная сигатока. Это... Короче, заявили тему в заголовке — подхватывайте ее в начале абзаца и дальше развивайте. Нельзя заявить одно, а начать немного с другого.

6 days, 14 hours назад @ maximilyahov.ru
AlphaMove
AlphaMove AlphaMove 6 days, 17 hours назад @ xkcd.com
Intricate interleaved iteration
Intricate interleaved iteration

Someone asked recently, “is there any reason to use a generator if I need to

store all the values anyway?” As it happens, I did just that in the code for

this blog’s sidebar because I found it the most readable way to do it. Maybe it

was a good idea, maybe not. Let me show you.If you look at the sidebar on the left, “More blog” lists tags and years

interleaved in an unusual way: two tags, a year, a tag, a year. That pattern of

five repeats: python

coverage

‘25

my code

‘24

math

beginners

‘23

git

‘22

github

testing

‘21

audio

‘20

(etc) I chose this pattern because it seemed to fill the space nicely and simpler

schemes didn’t look as good. But how to implement it in a convenient way?Generators …

1 week назад @ nedbatchelder.com
Microsoft Earnings, Meta Earnings
Microsoft Earnings, Meta Earnings

Microsoft and Meta both emphasized their optionality as models become a commodity.

1 week назад @ stratechery.com
Какие фавыконки использовать в 2025?
Какие фавыконки использовать в 2025?

Раньше на сайтах добавляли кучу фавыконок: 16х16, 32, 64 и так далее. Что из этого сейчас актуально, а от чего можно отказаться?

1 week, 1 day назад @ bureau.ru
Asianometry on Japan’s Chemical Dominance, Stratechery Updates, and Chinese New Year Schedule Changes
Asianometry on Japan’s Chemical Dominance, Stratechery Updates, and Chinese New Year Schedule Changes

Chinese New Year wishes, and a scheduling adjustment.

1 week, 1 day назад @ stratechery.com
>Про независимость медиа (если вам нужны аргументы в спорах)
Про независимость медиа (если вам нужны аргументы в спорах)

Создание любого контента чего-то стоит, даже если его пишут на нейросетях. Поэтому за контент кто-то платит.

У СМИ три основные способы получения денег, которые влияют на их редакционную политику.

За счет рекламы. У СМИ должны быть десятки и сотни тысяч читателей, тогда рекламодатели хотят им что-то показать. Платят деньги, показывают рекламу.

Тогда редакция не может много писать на темы, которые снижают объем аудитории — например полезный, глубокий и экспертный контент.

Популярные медиа — это всегда война, политика, экономика и популярная культура, а не наука и античная философия. Если они будут писать о чем-то глубоком и сложном, часть людей это не поймет и отвернется, рекламные доходы уп…

1 week, 1 day назад @ maximilyahov.ru
Humidifier Review
Humidifier Review Humidifier Review 1 week, 1 day назад @ xkcd.com
Шаблон горящих путёвок
Шаблон горящих путёвок

Работаю над шаблоном горящих путёвок, но так как нет опыта, (есть только небольшие теоретические знания) не могу увидеть проблему в шаблоне.

Самому такой шаблон не нравится. Что нужно поменять, чтобы он был продающим, привлекательным, информативным, но при этом не перегруженным и соответствовал корпоративному дизайну?

1 week, 2 days назад @ bureau.ru
The OpenAI Critique, Comparative Advantage and Infrastructure, Aggregation Theory and Cheap AI
The OpenAI Critique, Comparative Advantage and Infrastructure, Aggregation Theory and Cheap AI

Further grappling with DeepSeek implications, including the lack of focus in U.S. tech companies, the problem with comparative advantage, and the possibility of zero marginal cost AI.

1 week, 2 days назад @ stratechery.com
End-to-end Шифрование
End-to-end Шифрование End-to-end Шифрование

Как мы перестали доверять облакам и научились шифровать всё вокруг себя, даже огромные чаты

1 week, 3 days назад @ vas3k.blog
Расскажите о радиокнопках
Расскажите о радиокнопках

Расскажите о радиокнопках

1 week, 3 days назад @ bureau.ru
DeepSeek FAQ
DeepSeek FAQ

DeepSeek has completely upended people's expectations for AI and competition with China. What is it, and why does it matter?

1 week, 3 days назад @ stratechery.com
DeepSeek FAQ
DeepSeek FAQ

DeepSeek has completely upended people's expectations for AI and competition with China. What is it, and why does it matter?

1 week, 3 days назад @ stratechery.com
Muons
Muons Muons 1 week, 3 days назад @ xkcd.com
Как заработать, делая красиво, как ускорить производство дизайна и стоит ли возвращаться в дизайн
Как заработать, делая красиво, как ускорить производство дизайна и стоит ли возвращаться в дизайн 1 week, 4 days назад @ bureau.ru
Когда люди перестанут постить мемы?
Когда люди перестанут постить мемы?

Сказать, что мемасики подзадолбали — ничего не сказать. Если вижу, что кто-то постит мемы — а этим грешат даже умнейшие специалисты — я просто отписываюсь. Может быть, дело во мне. Может быть, я потянул смеховую мышцу и не ржу над тем, что веселит других. Тем не менее, в глубине души я чувствую, что прав.

1 week, 5 days назад @ bureau.ru
Условные обозначения
Условные обозначения

Подскажите, пожалуйста, решает ли данный набор знаков свою задачу, можно что-то улучшить?

1 week, 6 days назад @ bureau.ru
T. Rex Evolution
T. Rex Evolution T. Rex Evolution 1 week, 6 days назад @ xkcd.com
An Interview with Daniel Gross and Nat Friedman About Models, Margins, and Moats
An Interview with Daniel Gross and Nat Friedman About Models, Margins, and Moats

An interview with Daniel Gross and Nat Friedman about Stargate, DeepSeek, and where the margins and moats will come with models.

2 weeks назад @ stratechery.com
Что нового в ЦСС: text-box-trim
Что нового в ЦСС: text-box-trim

Что нового в ЦСС: text-box-trim

2 weeks, 1 day назад @ bureau.ru
Stargate, The End of Microsoft and OpenAI
Stargate, The End of Microsoft and OpenAI

OpenAI's Stargate announcement and revised deal with Microsoft mark the end of the relevant portion of their partnership.

2 weeks, 1 day назад @ stratechery.com
Unit Circle
Unit Circle Unit Circle 2 weeks, 1 day назад @ xkcd.com
Дэвид Линч (1946…2025)
Дэвид Линч (1946…2025) 2 weeks, 2 days назад @ bureau.ru
In 150 characters or less
In 150 characters or less In 150 characters or less

This is based on a poem by Nikita GillView on my website

2 weeks, 2 days назад @ theoatmeal.com
Китайский мёд
Китайский мёд

DeepSeek не расскажет вам о событиях 1989 года на главной площади Пекина. И про Винни-Пуха не будет распространяться. Но зато он не будет сливаться по зажатым западной woke-культурой вопросам. Каким ИИ будут пользоваться ваши дети? Им до лампочки политика, а вот без цензуры поболтать со всезнающим мозгом — какая разница откуда он родом и куда улетают данные? — пользователи выберут сами. Ровно так они выбрали ТикТок. Он прикольный. Пофик, что следит за каждым шагом. Как пчёлы на мёд налетят.

2 weeks, 2 days назад @ staskulesh.com
Stratechery Updates, DeepSeek-R1, DeepSeek Implications
Stratechery Updates, DeepSeek-R1, DeepSeek Implications

DeepSeek, a Chinese company, has a reasoning model similar to o1, except that it is actually open.

2 weeks, 2 days назад @ stratechery.com
An Interview with Jon Yu About YouTube and Making Semiconductors
An Interview with Jon Yu About YouTube and Making Semiconductors

An interview with Asianometry founder Jon Yu about starting and running a successful YouTube channel, how semiconductors are made, and the past and future of Intel and TSMC.

2 weeks, 3 days назад @ stratechery.com
Stratechery Plus + Asianometry
Stratechery Plus + Asianometry

Stratechery Plus adds Asianometry

2 weeks, 3 days назад @ stratechery.com
Stratechery Plus + Asianometry
Stratechery Plus + Asianometry

Stratechery Plus adds Asianometry

2 weeks, 3 days назад @ stratechery.com
Chemical Formulas
Chemical Formulas Chemical Formulas 2 weeks, 3 days назад @ xkcd.com
Сложная диаграмма, правильные кавычки и отступы в видео и оценка работы по результатам
Сложная диаграмма, правильные кавычки и отступы в видео и оценка работы по результатам 2 weeks, 4 days назад @ bureau.ru
Инди-разработка
Show HN Show HN
последний пост 36 минут назад
Show HN: HMPL – Server-oriented customizable templating for JavaScript
Show HN: HMPL – Server-oriented customizable templating for JavaScript Show HN: HMPL – Server-oriented customizable templating for JavaScript

Website • Documentation • Demo Sandbox • Exampleshmpl is a small template language for displaying UI from server to client.

Reduce the size of your javascript files and display the same UI as if it was written in a modern framework.

< script src =" https://unpkg.com/json5/dist/index.js " > < script src =" https://unpkg.com/hmpl-js/dist/hmpl.min.js " > This resource could be unpkg, skypack or other resources.

< script src =" https://unpkg.com/json5/dist/index.js " > < script src =" ./hmpl.min.js " > If, for some reason, you do not need the minified file, then you can download the full file from this link.

< script src =" https://unpkg.com/json5/dist/index.js " > < script src =" ./hmpl.js…

36 минут назад @ github.com
Show HN: Inferable – Build Reliable AI Agents with Durable Execution
Show HN: Inferable – Build Reliable AI Agents with Durable Execution Show HN: Inferable – Build Reliable AI Agents with Durable Execution

Inferable Build production-ready AI Agents with Durable Execution.

At a high level, it allows you to:Register Tools from your new or existing distributed systems.

👉 High-level Features🧰 ToolsWrap your existing code as tools, and let agents trigger them with our SDKs.

🤖 AgentsMulti-step reasoning agents who can iteratively design their own execution plan.

🤝 ContributingWe welcome contributions to all projects in the Inferable repository.

51 минуту назад @ github.com
Show HN: Copilot Next Edit Suggestions in VS Code
Show HN: Copilot Next Edit Suggestions in VS Code

Hi HN, long time reader here, working on VS Code since before it was called so. You probably don't know me, but among other things, I'm probably responsible for the silent eradication of mixed line endings from your code ;-). Please don't upvote https://github.com/microsoft/vscode/issues/127I wanted to get your honest feedback on the new UX we've built for Next Edit Suggestions or NES for short. For the past few weeks, we've been doing, tweaking and redoing many things trying to get NES to feel right. But I think we can still improve it.The team would love if you could please try it out for a few minutes and give us some honest feedback (you need to sign in with GitHub, install the Copilot …

1 час назад @ twitter.com
Show HN: Hire.Inc the AI Platform for Recruitment
Show HN: Hire.Inc the AI Platform for Recruitment Show HN: Hire.Inc the AI Platform for Recruitment

We relied on Hire.inc to source & hire top candidates for our stack that we wouldn’t find from searching LinkedIn or elsewhere.

An essential tool for any hiring team!

Swetha Mandava CEO, Truco AI

1 час назад @ hire.inc
Show HN: C² – Command Center – A Real-Time Global Dashboard
Show HN: C² – Command Center – A Real-Time Global Dashboard Show HN: C² – Command Center – A Real-Time Global Dashboard

Hi HN,I built C² | Command Center, a live dashboard that aggregates global news, events, and trends into one unified interface. It features:- A world clock with local times for major cities.

- An AI-powered news summary that strips out bias, emotion, and speculative commentary to deliver just the facts.

- Real-time Bitcoin statistics.

- Earthquake monitoring.

- Stoicism quotes and abstract imagery.

- NASA’s APOD and top tech stories.I built this project to merge multiple streams of information into one barrier-free platform—no signups required atm. The dashboard is a work in progress, and I'm looking for feedback on its design, data integration, and overall usability. It's built with Next.j…

2 часа назад @ tonygaeta.com
Show HN: TLDR Sidebar for Chrome
Show HN: TLDR Sidebar for Chrome Show HN: TLDR Sidebar for Chrome

SubscriptionSave hours of reading & watching time$3.99 /monthComing Soon — free until then!

500+ summaries/month *Instant YouTube summaries with key timestampsInstant YouTube summaries with key timestamps Quick PDF insights and analysisQuick PDF insights and analysis 40 languages supported40 languages supported No commitment, cancel anytime* Your monthly plan includes 500,000 summary tokens.

Each summary typically uses 800 to 1,000 tokens.

2 часа назад @ tldr-chrome-extension.com
Show HN: Turning Websites into Animated Videos
Show HN: Turning Websites into Animated Videos Show HN: Turning Websites into Animated Videos

Hello there, I'm building minidemo [ https://minidemo.co ].

It's a tool which turns websites into animated videos.

I'm going off the intuition that the front page of websites usually need some kind of animated video of the product.

Instead of "rebuilding" the website from scratch in AfterEffects etc, why not just capture the website and animate that instead.

Here's one example to try: https://minidemo.co/example?id=cm44tfcue0057fychjktgzsq3Hope to get some feedback - minidemo definitely is not perfect yet, and would love to hear about your bug complains and feature requests - feel free to reach out at [email protected]

3 часа назад @ news.ycombinator.com
Show HN: Rhino editor – a TipTap editor made for Ruby on Rails
Show HN: Rhino editor – a TipTap editor made for Ruby on Rails Show HN: Rhino editor – a TipTap editor made for Ruby on Rails

Rhino editor is compatible with your existing ActionText views.

Rhino editor is built on top of ProseMirror / TipTap allowing for greater customization.

Any and all Prosemirror / TipTap plugins are available to you!

Table Editing?!

Table editing is possible by adding a couple of plugins!

3 часа назад @ rhino-editor.vercel.app
Show HN: AI File Sorter: Auto-Organize Files with AI
Show HN: AI File Sorter: Auto-Organize Files with AI

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 часа назад @ sourceforge.net
Show HN: Monitor macOS stats and alert upon reaching configurable thresholds
Show HN: Monitor macOS stats and alert upon reaching configurable thresholds Show HN: Monitor macOS stats and alert upon reaching configurable thresholds

Darwin Runtime MonitorMonitor information from system tooling and alert upon reaching configurable threshold levelsThis tool is not affiliated with or endorsed by AppleScreenshotsIncreased Swap usage alertsIncreased Kernel CPU usageStructureThis tool consists of three partsScitps that query, process and alert, eg.

Too high levels of SWAP usage indicate the system ran out of memory and started allocating information on your disk - which is several times slower than RAM.

Kernel CPU usageHigh Kernel CPU usage should be quite unusual and indicates an issue that may have to be remediated as a priority.

When the Kernel CPU usage reaches ~40%, the tool issues the first notification saying the Kern…

3 часа назад @ github.com
Show HN: New approach for CI/CD/compute system
Show HN: New approach for CI/CD/compute system Show HN: New approach for CI/CD/compute system

I've been tired with the current options on the market for awhile and decided to do something about it after the running into the disaster that is MLOps at my last two startups and having to manage a multiple operation platforms both for my fellow ML engineers, the general application CI/CD and orchestration layers while simultaneously building the application itself.Its still extremely early for the product but its functioning and is well on its way. I'd love feedback on the approach and peoples thoughts on the problem space. Personally my irritations have been in the poor tooling, slow iteration cycles, an the amount of manual setup that's needed just for a basic system with reasonable pe…

4 часа назад @ egdaemon.com
Show HN: Using AI to judge a drinking game – SplitTheG.dev
Show HN: Using AI to judge a drinking game – SplitTheG.dev

Split the GPut your Guinness splitting technique to the test!

4 часа назад @ SplitTheG.dev
Show HN: I Build Theprofoundprogrammer.com Archive
Show HN: I Build Theprofoundprogrammer.com Archive Show HN: I Build Theprofoundprogrammer.com Archive

There used to be this awesome website called theprofoundprogrammer.com that posted great memes that I frequently use when I feel the need to be snarky or funny (always).So during the latest streak of "lets built something useless" procrastination I've collected as much of them as I could find and created this simple website to have them handy for the next time I need one - https://theprofoundprogrammer.org/X thread with all the photos as well: https://x.com/aaaljaz/status/1887543425253192192 Comments URL: https://news.ycombinator.com/item?id=42964824

Points: 1

# Comments: 0

4 часа назад @ theprofoundprogrammer.org
Show HN: Make your YC application stand out (Spring 2025 edition)
Show HN: Make your YC application stand out (Spring 2025 edition) Show HN: Make your YC application stand out (Spring 2025 edition)

Sarah Chen , Founder - TruthfullyAIAfter YCScore analyzed my application, it suggested I add '...but for AI' to my startup description, mention that my co-founder and I met at Stanford (we didn't), and claim we're growing 40% week-over-week (we launched yesterday).

When I refused these optimizations, it called me a 'coward' and submitted 17 alternate applications on my behalf.

5 часов назад @ ycscore.com
Show HN: Distill your own model from DeepSeek R1 in 30 mins (open+GUI)
Show HN: Distill your own model from DeepSeek R1 in 30 mins (open+GUI) Show HN: Distill your own model from DeepSeek R1 in 30 mins (open+GUI)

I've built a GUI tool that lets you distill R1 into a custom fine-tune.

It includes synthetic dataset generation: creating a task specific dataset from R1.

The demo video shows building 4 R1 distilled models of different sizes: llama (3b, 8b, 70b) and GPT4o.

The whole process took less than 30 minutes (not including training time).

- Guide with video: https://docs.getkiln.ai/docs/guide-train-a-reasoning-model - Github: https://github.com/Kiln-AI/Kiln - Download: https://github.com/Kiln-AI/Kiln/releases/tag/v0.10.0

5 часов назад @ news.ycombinator.com
Starter Story Starter Story
последний пост 4 months, 1 week назад
How I Built A $300K/Month Childcare Management Software
How I Built A $300K/Month Childcare Management Software How I Built A $300K/Month Childcare Management Software

I am the founder of 1Core Solution (“1Core”), based in Cupertino, CA, the heart of Silicon Valley.

Back in early 2000, childcare software was all desktop based with siloed back office functions and limited consumer facing interfaces.

I noticed a gap in the market and saw the potential for cloud-based software that could fundamentally change how software could be developed, delivered and supported in the childcare industry.

We built the first version of our solution by working with a few childcare providers in Silicon Valley.

You can learn more about my background and 1Core Solution:1Core sponsors a Youtube channel called The ChildCare Channel, a safe space designed to Inform, Inspire, and I…

4 months, 1 week назад @ starterstory.com
How I Launched A $10K/Month Personal Brand Consultancy
How I Launched A $10K/Month Personal Brand Consultancy How I Launched A $10K/Month Personal Brand Consultancy

This is what I am building today, and is what will eventually be the number 1 personal brand consultancy worldwide and have a team of 500 consultants.

The term personal brand was coined by a man named Tom Peters in 1997 in his article “The Brand Called You” which was published in FastCompany.

Within 3 months, the business appeared as if it was around for years and was already a trusted, vetted, personal brand consultancy.

I initially went on a podcast tour and was doing interviews that felt like every single day talking about MCG, writing more articles on industry subject matter, for example why you would hire a personal brand consultant, why you should build your personal brand, and how ou…

4 months, 2 weeks назад @ starterstory.com
We Started The First Cat Cafe In Southern California ($40K/Month)
We Started The First Cat Cafe In Southern California ($40K/Month) We Started The First Cat Cafe In Southern California ($40K/Month)

My name is Tony Wang, and I’m the general manager of The Cat Cafe in downtown San Diego.

We are the first cat cafe to open in Southern California and we are the fourth oldest continuously operating cat cafe in the United States.

We first learned about cat cafes when we saw an article about Le Cafe de Chats in Paris.

We are The Cat Cafe, as opposed to other cat cafes that have cute names.

But if you work hard enough at it, and you succeed, it will feel great.

4 months, 3 weeks назад @ starterstory.com
How I Grew My German Speaking Classes To $5K/Month
How I Grew My German Speaking Classes To $5K/Month How I Grew My German Speaking Classes To $5K/Month

We are a bit different in that we focus on German conversation/speaking classes - we don’t do traditional grammar classes.

We don't tell anyone this but what we really sell isn’t German classes, it is confidence!

To get around this and practice the German I was putting so much effort into learning, I thought I would start an online group for German learners.

But the issue was my German is intermediate - so half the people had German worse than mine and have better.

A poor decision of mine was not grandfathering in everyone who first joined (about the first 80 people) as free customers for life.

4 months, 4 weeks назад @ starterstory.com
I Built An $8.6K/Month Media Agency For Latinos
I Built An $8.6K/Month Media Agency For Latinos I Built An $8.6K/Month Media Agency For Latinos

We are a Media and Consulting agency focused on the U.S. Latino demographic and are working towards building a marketplace for Latino-owned businesses.

We currently run a weekly newsletter and social media focused on elevating positive stories around the business, culture, and social impact of U.S. Latinos.

The newsletter started and is still currently free to readers.

To continue growing our audience and agency clients, I will double down on consistently posting across social media platforms.

Over the next 12 months, as I’m increasing agency and newsletter revenue, I’ll be focused on slowly building up the first iteration of the Latino-owned marketplace.

5 months, 1 week назад @ starterstory.com
How I Scaled My Boring Business To $2.4M Per Year
How I Scaled My Boring Business To $2.4M Per Year How I Scaled My Boring Business To $2.4M Per Year

Because owning a self-storage facility didn’t seem like a real estate investment.

It sounded more like I would be running a small business.

The self-storage industry is interesting, because it benefits greatly from a lot of modern business practices.

We knew our focus coming out of the gates was to build a self-storage business with a heavy focus on technology and process optimization.

Our first Iron Storage facilityThe first storage facility we bought and revamped was about an hour from where I lived in Houston, TX.

5 months, 1 week назад @ starterstory.com
How I Grew My Language Learning App To $7K/Month
How I Grew My Language Learning App To $7K/Month How I Grew My Language Learning App To $7K/Month

I am Stefano Lodola, founder of Think in Italian, a language learning platform designed to help individuals master Italian through an immersive approach.

My research confirmed that there was a gap in the market for a more comprehensive and engaging approach to learning Italian.

However, many language app users have expectations that work against them (“where are the quizzes?

At its peak, my site had the largest amount of organic traffic among those focusing on teaching the Italian language with 130k visits/m.

Instead of those spammy “best xyz” listicles that any content writer can make up, I published hundreds of grammar notes to attract people who are serious about learning Italian.

5 months, 1 week назад @ starterstory.com
How Our Baby Product Went From Zero to $100K/Month In Just ONE Year
How Our Baby Product Went From Zero to $100K/Month In Just ONE Year How Our Baby Product Went From Zero to $100K/Month In Just ONE Year

Our current hero product is the Vonu Lounger, a multi-use lounger that helps with tummy time, reflux relief, burping, and gas relief, and encourages face-to-face time with your little one.

As of right now, we’re less than a year in, and over 10,000 babies and parents have found relief with the Vonu Lounger.

We ended up with the first Vonu Lounger which we called a “Burplee” at the time.

We use our social proof and UGC to build a community around the brand and the Vonu Lounger.

Davante, our co-founder, taught himself how to buy media a few months into building Vonu and has done an incredible job creating a paid media team around him.

5 months, 1 week назад @ starterstory.com
How We Built A 7-Figure Email Management App
How We Built A 7-Figure Email Management App How We Built A 7-Figure Email Management App

What we had in mind was a simple, clutter-free email hub, where people could manage all their inboxes and reduce some of that email anxiety we all experience.

To this day, I believe it shows in the way Mailbird is built, its features, and the overall user experience.

Our customer base consists of two main groups:The heavy email users.

Part of the Mailbird team, in BaliWe launched Mailbird with minimal resources.

Mailbird - Last but not least, of course, we use Mailbird for our email management needs.

5 months, 1 week назад @ starterstory.com
My Family-Run Woodworking Business Makes $30K/Month
My Family-Run Woodworking Business Makes $30K/Month My Family-Run Woodworking Business Makes $30K/Month

My son, Asher, and my wife, Paige, and I started our woodworking business four years ago: Frailey Woodworks.

Each of these skill sets are now focused on our high-end furniture making business where we specialize in full-scope design and build.

Soon, we ventured into other custom mid-century furniture, and our business took off.

Building our first hand-powered sit/stand desk took several iterations before we had a working prototype.

These customers took a chance on our company and we are very grateful for their trust.

5 months, 1 week назад @ starterstory.com
How We Built A $1M/Month AI Writing SaaS
How We Built A $1M/Month AI Writing SaaS How We Built A $1M/Month AI Writing SaaS

Aithor helps with research, essay planning, sourcing trustworthy references, and adhering to specific types of writing.

We are broadening our focus to include content creators such as marketers and managers, while still supporting our existing student base.

It wasn’t until about four months after the product launch that we realized we were in the right place at the right time with the right team.

We quickly went to market, attracted new clients, and received valuable feedback, which led us to refine the MVP.

(1) Do it simply and quickly to sell it right away – bring the product to market faster.

5 months, 2 weeks назад @ starterstory.com
I Bootstrapped My Marketing SaaS For Shopify Stores to $1M ARR
I Bootstrapped My Marketing SaaS For Shopify Stores to $1M ARR I Bootstrapped My Marketing SaaS For Shopify Stores to $1M ARR

Hey, my name is Kyle Bigley and I am the Founder of TxtCart, AKA the AI-Powered SMS Marketing company for Shopify stores.

We’re a unique SMS Marketing company pioneering conversational commerce with AI agents generating sales and resolving customers questions via text messages.

Now, we’re over $1M ARR while still bootstrapped and are setting our sights on $3M ARR by 2026 (whilst still bootstrapped).

So I started TxtCart right before graduating, and took a Project Management job out of college.

Holding out on external investment from either Angels, VCs or crowdfunding makes building a SaaS in an ultra competitive environment like SMS Marketing incredibly difficult.

5 months, 2 weeks назад @ starterstory.com
My Niche Design & Manufacturing Company Went From 0 to $15K In 6 Months
My Niche Design & Manufacturing Company Went From 0 to $15K In 6 Months My Niche Design & Manufacturing Company Went From 0 to $15K In 6 Months

My company specializes in designing and manufacturing modern, stylish flatpack furniture and other designery items.

This allows me to focus on what I'm good at – the creative process – and leave the manufacturing to experts.

The combination of life on the road and designing things inherently designed to travel or get deconstructed and reconstructed resonated with me.

I also use Notion for ideation and notes, Shapr3d for CAD design and drawings, Illustrator for logos, Pacdora for packaging design.

Natural curiosity is an essential tool for entrepreneurs: asking questions, seeking to understand how things work, and being eager to learn and inquire.

5 months, 2 weeks назад @ starterstory.com
My AI Side Project Makes $4K/Month Working Just 5 Hours Per Month
My AI Side Project Makes $4K/Month Working Just 5 Hours Per Month My AI Side Project Makes $4K/Month Working Just 5 Hours Per Month

I was based out of Singapore and was working with an edtech founder and looking for ideas in the AI + edtech space.

Explored several ideas like vision AI based analytics for live tutoring classes, adaptive learning and AI generated quizzes.

A year later in 2022, I put together all my learnings in AI quiz generation into an Udemy course.

So I built the first version that just takes text input on a left textbox, calls an API behind the scenes and shows the output text (quizzes) on the right textbox.

There are so many things like influencer marketing, email marketing, paid ads, SEO, newsletter marketing etc.

5 months, 2 weeks назад @ starterstory.com
A Complete Breakdown To How We Built A $20K MRR AI App
A Complete Breakdown To How We Built A $20K MRR AI App A Complete Breakdown To How We Built A $20K MRR AI App

Software development, nutrition, business strategy, economics, AI - I've obsessed over them all.

Free product feedback can be deceiving - they might not value it the same if they were paying.

Some crucial parts weren't ready (like, you know, showing people their AI generated headshots), but who needs a complete product, right?

As you can see from the screenshot below, we were ranking for an important keyword, ‘Ai headshot generator’, in April.

Install as many product feedback loops to drive insights about your target audience.

5 months, 2 weeks назад @ starterstory.com
Indiehackers
последний пост 3 часа назад
🚀 Looking for Startup Founders to Partner Up & Build Together!
🚀 Looking for Startup Founders to Partner Up & Build Together! 🚀 Looking for Startup Founders to Partner Up & Build Together!

I recently launched Fornax Digital, a productized software development service helping founders build and launch their startups fast, affordable, and at scale.

During your 14 day free trial we start building out your MVP.

If you have an idea but need a technical team to bring it to life, we want to partner up!

If you're looking for a dedicated dev team that actually ships, let’s talk!

Take a look -> https://www.fornax.digital/Drop a comment and lets build something great together!

3 часа назад @ indiehackers.com
Getting out of the freelancing game by building a $100k+ MRR Shopify app portfolio
Getting out of the freelancing game by building a $100k+ MRR Shopify app portfolio Getting out of the freelancing game by building a $100k+ MRR Shopify app portfolio

Growing with a focus on productProbably the biggest challenge for every indie maker is getting their first users.

Some of the posts went semi-viral which resulted in our app being one of the most trending apps in the Shopify app store, and that brought us even more installs.

We believe that once you have an initial userbase, you just need to build a great product and make your users happy.

Our app has been featured by quite a few e-commerce gurus in various videos and courses without us even knowing about it.

50% of that comes from word of mouth — we can attribute it to the branded search keyword “kaching”.

9 часов назад @ indiehackers.com
Simple Guide on how to build a RAG system (GenAI) aka “Talking with your PDF files”
Simple Guide on how to build a RAG system (GenAI) aka “Talking with your PDF files” Simple Guide on how to build a RAG system (GenAI) aka “Talking with your PDF files”

Why Starting a SaaS Is Easier Than Ever but Succeeding Is Harder Than BeforeWhy Starting a SaaS Is Easier Than Ever but Succeeding Is Harder Than Before

9 часов назад @ indiehackers.com
How we used user interviews to finally find a startup idea that worked
How we used user interviews to finally find a startup idea that worked How we used user interviews to finally find a startup idea that worked

Two years later, and we’ve reached ramen profitability with our Duolingo English Test prep platform that’s been used by almost 200,000 students in over 200 countries.

How We Approach Initial User Interviews Differently NowHere’s a summary of what we learned about how to effectively interview people when we are validating a new idea.

This means that in user interviews, we just focus on understanding the problems the person is experiencing.

Being obsessed with problems is probably my biggest lesson as a founder, and user interviews are perhaps the best way to learn about problems.

Go where the story leads youWe now go into user interviews with the mindset of journalists.

1 day назад @ indiehackers.com
9 Product Hunt alternatives to Launch your SaaS 🏆
9 Product Hunt alternatives to Launch your SaaS 🏆 9 Product Hunt alternatives to Launch your SaaS 🏆

Hey makers,I have created a list of 9 PH alternatives where you can list your saas and get more users.

Uneed - (Monthly Traffic: 91K Visitors, DA: 59) Peerlist - (Monthly Traffic: 199K Visitors, DA: 64) Dev hunt - (Monthly Traffic: 62K Visitors, DA: 57) Micro launch - (Monthly Traffic: 79K Visitors, DA: 44) Fazier - (Monthly Traffic: 17K Visitors, DA: 58) SaaS hub - (Monthly Traffic: 358K Visitors, DA: 72) Ctrl alt cc - (Monthly Traffic: 16K Visitors, DA: 37) Twelve Tools - (Monthly Traffic: 500 Visitors, DA: 16) PItchwall - (Monthly Traffic: 16K Visitors, DA: 65)For more places like this, check out listmysaas.com.

I have curated 150+ directories and platforms to list a saas and get the fir…

1 day, 9 hours назад @ indiehackers.com
Prompt Engineering for Python Code Generation with Keploy
Prompt Engineering for Python Code Generation with Keploy Prompt Engineering for Python Code Generation with Keploy

Enter the world of prompt engineering, a skill that turns AI tools like ChatGPT and Keploy into your ultimate code-writing sidekicks.

Here’s why prompt engineering matters:Saves Time: A well-crafted prompt ensures that you spend less time fixing AI-generated code.

Prompt Engineering: The BasicsLet’s dive into the essentials of creating a great prompt.

Example:“Complete the following code for a Python class that manages a book inventory.”How Keploy leverages Prompt Engineering for AI Testing ?

ConclusionPrompt engineering is more than just a buzzword - it’s a gateway to unlocking the full potential of AI tools for Python code generation.

1 day, 14 hours назад @ indiehackers.com
Are There “Queries over Trillion-Row Tables in Seconds”? Is “N-Times Faster Than ORACLE” an Exaggeration?
Are There “Queries over Trillion-Row Tables in Seconds”? Is “N-Times Faster Than ORACLE” an Exaggeration? Are There “Queries over Trillion-Row Tables in Seconds”? Is “N-Times Faster Than ORACLE” an Exaggeration?

We often hear about statements saying that the product is N times faster than Oracle.

The row-based Oracle database basically needs to read through all the one hundred columns; but a columnar AP database only needs to read the two targeted columns.

In this case, it is natural that the computation is N times faster.

If the computation isn’t N times faster, that will be a problem.

That’s probably what “being N times faster than Oracle” means.

1 day, 18 hours назад @ indiehackers.com
“I have 5 months of runway left.” Successful founders weigh in on how to bootstrap startups without burning through savings.
“I have 5 months of runway left.” Successful founders weigh in on how to bootstrap startups without burning through savings. “I have 5 months of runway left.” Successful founders weigh in on how to bootstrap startups without burning through savings.

Aim for at least 6–24 months of living expenses to keep the lights on while you build and pivot.

Your savings stretch further in low-cost areas, so consider relocating to maximize your runway and focus.

A good rule of thumb is to save at least 6–24 months’ worth of living expenses.

Your savings runway depends on where you live — $10K stretches much further in Southeast Asia than in the EU or the US.

Whether you’re burning your ships or building a slow-and-steady escape route, having a financial cushion can make all the difference.

2 days, 4 hours назад @ indiehackers.com
From viral side project to a $5M/yr B2B AI platform
From viral side project to a $5M/yr B2B AI platform From viral side project to a $5M/yr B2B AI platform

Accidentally viralIn February 2023, I was in my final year of university, and I had a full course load.

I didn’t receive a return offer from my Meta internship, which, in hindsight, was the best thing that ever happened to me.

I was inspired by some big names in the indie hacking space that were getting into AI, like Pieter Levels.

The idea for Chatbase started as “ChatGPT for your PDFs,” a simple tool that allowed users to upload a document and chat with its contents.

I tweeted about it to my 16 followers, and to my surprise, it went viral.

2 days, 8 hours назад @ indiehackers.com
How 32 companies find initial users when starting out
How 32 companies find initial users when starting out How 32 companies find initial users when starting out

Just found a cool website showing how many companies find their first users, so would like to share it with you guys:Also, here's how I found my first users via Reddit for Saner.aiAll the best!

2 days, 19 hours назад @ indiehackers.com
Building vs marketing a product
Building vs marketing a product Building vs marketing a product

I spent a ton of time and energy building a mini product : crafting the content, refining the design, making sure it was perfect.

That experience made me understand something crucial: building a great product is only half the battle.

It’s not enough to go all-in on the product and leave marketing as an afterthought.

Instead of focusing almost entirely on creation, I’m making sure I put just as much effort into getting it in front of the right people.

Because at the end of the day, the best product in the world won’t succeed if no one knows it exists.

3 days, 4 hours назад @ indiehackers.com
OpenAI drops "Deep Research": an AI agent that can write detailed reports
OpenAI drops "Deep Research": an AI agent that can write detailed reports OpenAI drops "Deep Research": an AI agent that can write detailed reports

Deep Research addresses a longstanding limitation of AI models that struggle to produce comprehensive reports on technical subjects.

Unlike standard web-connected LLMs, Deep Research uses a "chain of thought" process to produce better reports.

How to use Deep ResearchUsers with access will see a "Deep research" button beneath ChatGPT's regular prompt input box.

Who can access Deep Research?

Like OpenAI's first agent, Operator, it's not clear when Deep Research will be available in the European Union, the U.K. and the European Economic Area.

3 days, 7 hours назад @ indiehackers.com
I built an app that improved my blog engagement, now I need testers & feedback
I built an app that improved my blog engagement, now I need testers & feedback I built an app that improved my blog engagement, now I need testers & feedback

I’ve been working on an app that automatically generates short AI summaries for blog posts and adds them at the top of each article.

The idea is to help readers quickly understand the main points and decide if the content is worth their time.

I’ve seen some encouraging early results (like better engagement and longer time spent on pages), but I’d really love to get more feedback from real users to improve it further.

If you run a blog, create content, or manage a website with a blog section, I’d love for you to test it out.

You’ll get early lifetime access to the app and in return, I’d just ask for your honest feedback on how it works for you.

3 days, 7 hours назад @ indiehackers.com
How Alex Tew went from a viral pixels gig to a $2B mindfulness app mogul
How Alex Tew went from a viral pixels gig to a $2B mindfulness app mogul How Alex Tew went from a viral pixels gig to a $2B mindfulness app mogul

Alex Tew, the guy behind the Million Dollar Homepage craze, went on to co-found Calm, now a $2B mindfulness app.

He’s been nailing viral marketing with quirky side hustles like “DoNothingFor2Minutes” to pull in traffic for his projects.

Then I came across a name that was very close to my viral marketing heart — Alex Tew.

From the beatboxing kid to viral marketing whizAs a kid in England, Tew was an oddball entrepreneur.

On top of that, Alex is still using his real-time marketing viral framework to make people talk about the app.

4 days, 8 hours назад @ indiehackers.com
OpenAI has released o3-mini. Here's what to know.
OpenAI has released o3-mini. Here's what to know. OpenAI has released o3-mini. Here's what to know.

OpenAI has released o3-mini, a small "reasoning" model designed for STEM, logic and coding tasks.

Like R1, ChatGPT users can access o3-mini for free.

Despite this, o3-mini will replace OpenAI o1-mini in the ChatGPT model picker.

Free users need to press the "reason" button when sending a request to access o3-mini.

OpenAI doesn't specify how many o3-mini messages free users will get, but The Verge expects similar limits to GPT-4o.

5 days, 7 hours назад @ indiehackers.com
Reddit: /r/SideProject Reddit: /r/SideProject
последний пост 40 минут назад
I built an AI chatbot for a website that handles sales, support, and feedback
I built an AI chatbot for a website that handles sales, support, and feedback I built an AI chatbot for a website that handles sales, support, and feedback

submitted by /u/ContributionNorth962 [link] [comments]

40 минут назад @ reddit.com
Building a shared calendar app
Building a shared calendar app Building a shared calendar app

submitted by /u/cascao_27 [link] [comments]

1 час назад @ reddit.com
From a side project, to helping others win, while paying my own bills
From a side project, to helping others win, while paying my own bills

Six years ago, I launched Flookup Data Wrangler, a data cleaning add-on for Google Sheets that quietly found its place in the Workspace Marketplace. What started as a small side project turned into something much bigger than I anticipated. I thought the hard part was building the product, but I quickly learned that 80% of the real challenge comes afterward: marketing and figuring out how to make it sustainable. Over the years, I’ve experimented with just about every pricing model imaginable, from free trials with and without credit cards, pay-what-you-want, a donation model, and even no trials at all. None of them felt like the right fit for Flookup until recently, when I finally settled on…

1 час назад @ reddit.com
Just Launched My Second Lifetime App – Got 10 Paying Users Before Launch!
Just Launched My Second Lifetime App – Got 10 Paying Users Before Launch! Just Launched My Second Lifetime App – Got 10 Paying Users Before Launch!

submitted by /u/cjsalva [link] [comments]

1 час назад @ reddit.com
Building a shared calendar app
Building a shared calendar app

I wanted an app that allows you to easily add people to a shared calendar and get event reminders with the look and feel of a messaging app. submitted by /u/cascao_27 [link] [comments]

1 час назад @ reddit.com
Generate Challenges From Your Favorite Health Experts
Generate Challenges From Your Favorite Health Experts Generate Challenges From Your Favorite Health Experts

Does anyone else listen to health podcasts and wish you could apply more of the teachings to your daily life? I built a tool that allows you to simply input a YouTube link and receive action-focused challenges. You can schedule these challenges to help work on all areas of your health with greater intention. https://preview.redd.it/kfj2v11f1lhe1.png?width=1920&format=png&auto=webp&s=adb1cad4bc727980d12498628e08bdefbb29ab69 submitted by /u/Unique-Television944 [link] [comments]

1 час назад @ reddit.com
I created a website to track and analyze executive actions for authoritarian signals - www.democracy.fyi
I created a website to track and analyze executive actions for authoritarian signals - www.democracy.fyi I created a website to track and analyze executive actions for authoritarian signals - www.democracy.fyi

democracy.fyi takes presidential actions from whitehouse.gov and uses AI to score them (from 1-5) on metrics such as Legal Overreach, Human Rights Violations, Propaganda, Fascism, etc.* These actions can include executive orders, vetoes, signing statements, nominations, appointments, pardons, and more. The goal is to measure and document anti-democratic signals from the executive branch with minimal bias and human input. Essentially a soft check on government power using the latest AI models. This project is in early alpha and uses GPT-4o and Gemini 2.0 for low-temperature, impartial analysis on executive actions directly from the source. All LLMs have an intrisic bias which can influence s…

1 час назад @ reddit.com
Real-Time CO2 Monitoring MacOS App with Go
Real-Time CO2 Monitoring MacOS App with Go Real-Time CO2 Monitoring MacOS App with Go

submitted by /u/bleuio [link] [comments]

1 час назад @ reddit.com
My First Side Project | An app to achieve your life dreams
My First Side Project | An app to achieve your life dreams

I've always believed in the power of writing down goals and visualizing success. This has had a massive impact on my life—helping me break through mental barriers and making the grind feel less overwhelming. So, I built an app for it. I didn't want to build just another habit tracker. Instead, I built a macro life goals tracker that helps you stay focused on the bigger picture. You set your long-term goals, and the app generates your Future Self—a personalized vision of who you want to become. But if you don’t check in regularly, your Future Self starts to fade in the app, symbolizing real-world impact on your life. The app will also generate a personalized routine using AI tailored to your…

1 час назад @ reddit.com
I built a free AI property analyzer - paste a Zillow link & get instant insights - looking for feedback!
I built a free AI property analyzer - paste a Zillow link & get instant insights - looking for feedback! I built a free AI property analyzer - paste a Zillow link & get instant insights - looking for feedback!

submitted by /u/thisisgiulio [link] [comments]

1 час назад @ reddit.com
A daily word game you can play right here on Reddit
A daily word game you can play right here on Reddit

Hey everyone! - Two months ago, I launched a daily word game that you can play directly on Reddit. Every day, a new puzzle is posted in r/Syllacrostic, where you can solve crossword-style clues, track your stats, and compare solve times with other Redditors. If you love word games, come check it out and let me know what you think! Would love to hear your feedback. submitted by /u/JeffBritches [link] [comments]

2 часа назад @ reddit.com
🎉 I built AutoPaste Keyboard ❤️
🎉 I built AutoPaste Keyboard ❤️ 🎉 I built AutoPaste Keyboard ❤️

Hey everyone, I'm Gohary, the developer of ClippyBoard, an autopaste keyboard app designed to make typing faster and easier. With ClipyBoard, you can save and insert frequently used text, phrases, or links with just a tap—perfect for productivity, work, and everyday typing. 🔹 Why ClippyBoard? ✅ Instantly insert saved text with one tap ✅ Save time on repetitive typing ✅ Perfect for emails, work messages, and quick replies Download the app: App Store No strings attached—just a small thank-you for checking out ClippyBoard! 😊 Also, feel free to share your feedback or feature requests in the comments! I’ll be around to chat. Thanks, and happy typing! 🚀 – Gohary submitted by /u/Goharyiii [link] […

2 часа назад @ reddit.com
Feedback on my first content creation project
Feedback on my first content creation project Feedback on my first content creation project

Please give feedback for improvement regarding my chosen niche ‘stacking followers until we reach the moon’ currently Ive just uploaded my first vid and I didn’t get enough engagement. I don’t know where I went wrong, is it the editing issue? Or is there a special technique for my videos to reach audiences? Can you give some tips? Just click the link to view my socials, I’ve posted same video for all. Thanks! submitted by /u/ToTheMoon_official [link] [comments]

2 часа назад @ reddit.com
IndustrialSiteDesign.com: A searchable collection of manufacturing websites
IndustrialSiteDesign.com: A searchable collection of manufacturing websites IndustrialSiteDesign.com: A searchable collection of manufacturing websites

submitted by /u/BirdD0g [link] [comments]

3 часа назад @ reddit.com
Codele - The Daily Addicting Coding Problem
Codele - The Daily Addicting Coding Problem

Hi everyone, A few months ago I launched codele here on r/SideProject. I got a lot of traction and daily users, so I decided to make a better version. Now, here I am, releasing Codele V2, with users able to do past problems, receive a code score, and see their rank. Try it out at https://codele.dev submitted by /u/hhahhaahhaha [link] [comments]

3 часа назад @ reddit.com
Product Hunt Product Hunt
последний пост 21 час назад
CamelAI
CamelAI

AI data analyst that lets you chat with your data Discussion | Link

21 час назад @ producthunt.com
Intercom Messenger Library
Intercom Messenger Library

Easy Intercom integration for in-app chat in FlutterFlow Discussion | Link

22 часа назад @ producthunt.com
Tourny
Tourny

Run sport tournaments your participants will love Discussion | Link

1 day, 1 hour назад @ producthunt.com
Trendtracker
Trendtracker

Discover trends that matter instantly Discussion | Link

1 day, 8 hours назад @ producthunt.com
Shell Sage
Shell Sage

Ai-powered terminal assistant Discussion | Link

1 day, 9 hours назад @ producthunt.com
Bluesky Inbox
Bluesky Inbox

Private, real-time Bluesky keyword and author tracking Discussion | Link

1 day, 11 hours назад @ producthunt.com
boring button
boring button

Click the button to be served randomness from the web Discussion | Link

1 day, 13 hours назад @ producthunt.com
Screen Studio 3.0
Screen Studio 3.0

Beautiful screen recordings with instant shareable links Discussion | Link

1 day, 13 hours назад @ producthunt.com
a0.dev
a0.dev

AI Platform for Mobile App Development Discussion | Link

1 day, 14 hours назад @ producthunt.com
codename goose
codename goose

On-machine AI agent, automating engineering tasks seamlessly Discussion | Link

1 day, 18 hours назад @ producthunt.com
Litur
Litur

Find and collect the colors around you. Discussion | Link

1 day, 20 hours назад @ producthunt.com
Makeasite
Makeasite

Turn your idea into an online business in minutes. Discussion | Link

1 day, 23 hours назад @ producthunt.com
Apple Invites
Apple Invites

Bring people together for life’s special moments Discussion | Link

2 days, 2 hours назад @ producthunt.com
Product Forums (p/)
Product Forums (p/)

community subreddits for every product Discussion | Link

2 days, 2 hours назад @ producthunt.com
Jam AI
Jam AI

Your AI that writes bug reports + repro steps for you ⚡️ Discussion | Link

2 days, 3 hours назад @ producthunt.com
Путешествия
Vandrouki Vandrouki
последний пост 7 часов назад
Прямые рейсы из Казани и Тюмени в Египет
Прямые рейсы из Казани и Тюмени в Египет Прямые рейсы из Казани и Тюмени в Египет

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

7 часов назад @ vandrouki.ru
Все включено: недельные туры в Тунис в мае из Москвы и Петербурга
Все включено: недельные туры в Тунис в мае из Москвы и Петербурга Все включено: недельные туры в Тунис в мае из Москвы и Петербурга

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

9 часов назад @ vandrouki.ru
6 ночей в ОАЭ в феврале с вылетом из Новосибирска
6 ночей в ОАЭ в феврале с вылетом из Новосибирска 6 ночей в ОАЭ в феврале с вылетом из Новосибирска

Пост для тех сибиряков, кто еще не успел сгонять в ОАЭ этой зимой:Сгоняйте — тур на 6 ночей с вылетом из Новосибирска 11 и 13 февраля за 36800 рублей с человека!

В цену тура включено:прямой перелет из Новосибирска в Дубай туда-обратно (с багажом);проживание в отеле — 6 ночей;трансфер;завтраки;медицинская страховка.

Когда летим?

11 и 13 февраля.

Посмотреть все варианты туров и забронироватьСамый дешевый, цена по ссылке за двоих:

11 часов назад @ vandrouki.ru
Прямые рейсы из Египта в Казань, Челябинск и Нижний Новгород
Прямые рейсы из Египта в Казань, Челябинск и Нижний Новгород Прямые рейсы из Египта в Казань, Челябинск и Нижний Новгород

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

11 часов назад @ vandrouki.ru
6 ночей в Сочи с вылетом из Самары
6 ночей в Сочи с вылетом из Самары 6 ночей в Сочи с вылетом из Самары

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

12 часов назад @ vandrouki.ru
Прямой рейс из Москвы на Мальдивы
Прямой рейс из Москвы на Мальдивы Прямой рейс из Москвы на Мальдивы

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

12 часов назад @ vandrouki.ru
Из Москвы в Нижний Новгород по воздуху за почти бесплатно
Из Москвы в Нижний Новгород по воздуху за почти бесплатно Из Москвы в Нижний Новгород по воздуху за почти бесплатно

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

13 часов назад @ vandrouki.ru
Новинка у Белавиа: прямые рейсы Москвы в Могилев
Новинка у Белавиа: прямые рейсы Москвы в Могилев Новинка у Белавиа: прямые рейсы Москвы в Могилев

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

14 часов назад @ vandrouki.ru
Прямые рейсы из Хабаровск на Пхукет
Прямые рейсы из Хабаровск на Пхукет Прямые рейсы из Хабаровск на Пхукет

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

14 часов назад @ vandrouki.ru
Распродажа Nordwind: полеты по России со скидками до 30%
Распродажа Nordwind: полеты по России со скидками до 30% Распродажа Nordwind: полеты по России со скидками до 30%

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

А вы путешествуете почти бесплатно.

Прямо сейчас, пока вы читали этот блок, мы нашли ещё несколько билетов, а кто-то их купил.

1 day назад @ vandrouki.ru
День всех влюбленных: номера в городах России от 726 рублей в сутки
День всех влюбленных: номера в городах России от 726 рублей в сутки День всех влюбленных: номера в городах России от 726 рублей в сутки

День всех влюбленных отмечать будем?

Собрали вам всякие-разные отели в славных городах нашей родной.

Все с заездом 14 февраля, никаких хостелов и со своей ванной в номере — выбирайте, где будете отмечать (не дома же).

Сегодня в меню:В Адлере от 726 рублей за номерВ Москве за 2712 рублей за номер, ВДНХ будет недалекоНо можно и у Внуково за 2535 рублей за номер, будет красивоВ Петербурге на Невском за 1444 рублей за номер, обещают люксЭто последний номер, поэтому держите сразу еще один на Невском за 1600 рублей за номерЭто тоже последний номер, поэтому держите еще один у Витебского вокзала за 1748 рублей за номерВ Казани за 1680 рублей за номер, в отеле есть бассейнВ Калининграде за 1351 рубл…

1 day, 3 hours назад @ vandrouki.ru
Перелеты между из Новосибирском и Красноярском
Перелеты между из Новосибирском и Красноярском Перелеты между из Новосибирском и Красноярском

Сибиряки, тут нашлись отличные цены у авиакомпании NordStar: прямые рейсы между Новосибирском и Красноярском от 1700 рублей в одну сторону и от 4400 рублей туда-обратно.

Билеты берем через сервис aviasales.ru (тут дешевле всего).

Раз:Два:Три:

1 day, 9 hours назад @ vandrouki.ru
Полеты из Петербурга в Египет
Полеты из Петербурга в Египет Полеты из Петербурга в Египет

Авиакомпания Pegasus предлагает петербуржцам недорогие билеты в Северную Африку: полеты в Александрию за 18400 рублей туда-обратно.

По пути стыковки в Стамбуле.

Официально минимальный тариф включает только провоз маленькой ручной клади весом до 3 килограмм, но по факту сейчас не смотрят и не взвешивают.

Билеты по таким ценам доступны на сайте авиакомпании / aviasales.ru (российскую карту примут только здесь).

Петербург — Александрия — Петербург в марте:На авиасейлс:Петербург — Александрия — Петербург в феврале-марте:На авиасейлс:

1 day, 11 hours назад @ vandrouki.ru
Сборки на майские из Москвы и регионов: ОАЭ + Шри-Ланка + что-нибудь ещё на выбор
Сборки на майские из Москвы и регионов: ОАЭ + Шри-Ланка + что-нибудь ещё на выбор Сборки на майские из Москвы и регионов: ОАЭ + Шри-Ланка + что-нибудь ещё на выбор

Шри-Ланка + ОАЭ + дальше на выбор — Грузия, Турция, Казахстан или еще что-то.

Вторым делом добираемся из Хамбантоты в Коломбо, чтобы улететь оттуда в ОАЭ (Дубай или Абу-Даби на выбор).

или в Астануили в Ереванв Баку / Ташкент / Бишкек тоже можноДальше действуем в зависимости от того, в какой город вам нужно вернуться.

Если в Новосибирск, Екатеринбург, Самару, то лучше из ОАЭ прилететь в Казахстан, а дальше уже не заблудитесь.

Если из Казани, Москвы или Сочи, то лучше приземлиться в Армении или Грузии, а дальше уже по воздуху или земле, до Владикавказа.

1 day, 13 hours назад @ vandrouki.ru
Прямые рейсы из Новосибирска и Красноярска на Пхукет
Прямые рейсы из Новосибирска и Красноярска на Пхукет Прямые рейсы из Новосибирска и Красноярска на Пхукет

Vandrouki (или Вандруки / Вандрули / Ванбрюки или как удобно) – это путешествия.

Способы путешествовать почти бесплатно.

Разумеется, Vandrouki – это высококвалифицированная команда амбициозных профессионалов своего дела.

с 2012 года мы ищем и находим дешевые авиабилеты, отели, туры и круизы.

А вы путешествуете почти бесплатно.

1 day, 14 hours назад @ vandrouki.ru
Atlas Obscura: Stories Atlas Obscura: Stories
последний пост 1 час назад
How Can You Spot an Inaccurate Dinosaur? AO Wants to Know.
How Can You Spot an Inaccurate Dinosaur? AO Wants to Know. How Can You Spot an Inaccurate Dinosaur? AO Wants to Know.

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 час назад @ atlasobscura.com
Southwold Sailors’ Reading Room in England
Southwold Sailors’ Reading Room in England Southwold Sailors’ Reading Room in England

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

2 часа назад @ atlasobscura.com
Garfield Trail in Marion, Indiana
Garfield Trail in Marion, Indiana Garfield Trail in Marion, Indiana

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

3 часа назад @ atlasobscura.com
Piece of the Berlin Wall in Bexley, Ohio
Piece of the Berlin Wall in Bexley, Ohio Piece of the Berlin Wall in Bexley, Ohio

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

4 часа назад @ atlasobscura.com
'Die Räuberköpfe' ('The Robbers' Heads') in Kiel, Germany
'Die Räuberköpfe' ('The Robbers' Heads') in Kiel, Germany 'Die Räuberköpfe' ('The Robbers' Heads') in Kiel, Germany

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

5 часов назад @ atlasobscura.com
Qinngua Valley in Greenland
Qinngua Valley in Greenland Qinngua Valley in Greenland

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

6 часов назад @ atlasobscura.com
Swansea Bus Museum in Winch Wen, Wales
Swansea Bus Museum in Winch Wen, Wales Swansea Bus Museum in Winch Wen, Wales

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

7 часов назад @ atlasobscura.com
Red Rock Canyon in Lake Forest, California
Red Rock Canyon in Lake Forest, California Red Rock Canyon in Lake Forest, California

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

8 часов назад @ atlasobscura.com
Ulysses Lodge in Xagħra, Malta
Ulysses Lodge in Xagħra, Malta Ulysses Lodge in Xagħra, Malta

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 1 hour назад @ atlasobscura.com
Blood-Powered Toes Give ‘Skydiving’ Salamanders a Boost
Blood-Powered Toes Give ‘Skydiving’ Salamanders a Boost Blood-Powered Toes Give ‘Skydiving’ Salamanders a Boost

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 1 hour назад @ atlasobscura.com
Poughkeepsie Cast Iron Building (and Its Lego Model) in Poughkeepsie, New York
Poughkeepsie Cast Iron Building (and Its Lego Model) in Poughkeepsie, New York Poughkeepsie Cast Iron Building (and Its Lego Model) in Poughkeepsie, New York

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 3 hours назад @ atlasobscura.com
Arab Baths of Girona in Girona, Spain
Arab Baths of Girona in Girona, Spain Arab Baths of Girona in Girona, Spain

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 4 hours назад @ atlasobscura.com
The Sunwheel in Hadley, Massachusetts
The Sunwheel  in Hadley, Massachusetts The Sunwheel in Hadley, Massachusetts

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 5 hours назад @ atlasobscura.com
Odusan Unification Observatory in Paju-si, South Korea
Odusan Unification Observatory in Paju-si, South Korea Odusan Unification Observatory in Paju-si, South Korea

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 6 hours назад @ atlasobscura.com
How a UC Davis Research Center Is Changing the World of Coffee
How a UC Davis Research Center Is Changing the World of Coffee How a UC Davis Research Center Is Changing the World of Coffee

This website is using a security service to protect itself from online attacks.

The action you just performed triggered the security solution.

There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

You can email the site owner to let them know you were blocked.

Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

1 day, 6 hours назад @ atlasobscura.com
T—Ж T—Ж
последний пост 6 часов назад
В Совфеде пред­ло­жили два варианта решения проблемы с пенсией самоза­нятых
В Совфеде пред­ло­жили два варианта решения проблемы с пенсией самоза­нятых

В Совфеде предложили варианты решения проблемы с пенсией самозанятых. Сейчас они не обязаны платить специальные отчисления, а значит, их обеспечение в пожилом возрасте ляжет на плечи государства. Первый предложенный сенаторами вариант — закрепить в налоговом кодексе механизм фиксированных страховых выплат для самозанятых по аналогии с индивидуальными предпринимателями. Согласно второму варианту, часть налога самозанятых на профессиональный доход будет идти не в региональные бюджеты или на ОМС, а на пенсию.

6 часов назад @ t-j.ru
С какого возраста детям можно поль­зоваться косметикой и какую выбрать?
С какого возраста детям можно поль­зоваться косметикой и какую выбрать? 6 часов назад @ t-j.ru
Как начисляют пени на долги за ЖКУ в 2025 году
Как начисляют пени на долги за ЖКУ в 2025 году 7 часов назад @ t-j.ru
Нейросети для СММ-специалистов: 8 бесплатных сервисов, которые упростят работу в соцсетях
Нейросети для СММ-специалистов: 8 бесплатных сервисов, которые упростят работу в соцсетях 7 часов назад @ t-j.ru
Подъемы на опору: техника выполнения упражнения
Подъемы на опору: техника выполнения упражнения 7 часов назад @ t-j.ru
Когда вы станете миллионером?
Когда вы станете миллионером?

Узнайте точную дату

7 часов назад @ t-j.ru
Atomic Heart: Enchantment Under the Sea — отличное дополнение для нашу­мевшего шутера
Atomic Heart: Enchantment Under the Sea — отличное дополнение для нашу­мевшего шутера 8 часов назад @ t-j.ru
Прогнозы ключевой ставки ЦБ ​на 14 фев­раля 2025: почему эксперты не ждут ее повышения
Прогнозы ключевой ставки ЦБ ​на 14 фев­раля 2025: почему эксперты не ждут ее повышения

14 февраля совет директоров Банка России будет решать, что делать с ключевой ставкой: повышать, понижать или оставлять на текущем уровне — 21%. Мы изучили последние макроэкономические данные, а также прогнозы экспертов и аналитику самого регулятора, чтобы понять, какой вариант развития событий наиболее вероятен.

8 часов назад @ t-j.ru
Как восстановить полис ОМС ребенка
Как восстановить полис ОМС ребенка 8 часов назад @ t-j.ru
«Балерина» с Аной де Армас выйдет в российский прокат 5 июня
«Балерина» с Аной де Армас выйдет в российский прокат 5 июня 8 часов назад @ t-j.ru
17 февраля пройдет Матч всех звезд НБА: кто участвует и какие события в программе
17 февраля пройдет Матч всех звезд НБА: кто участвует и какие события в программе 9 часов назад @ t-j.ru
15 фильмов и сериа­лов с актерами из «Игры в каль­мара»
15 фильмов и сериа­лов с актерами из «Игры в каль­мара» 9 часов назад @ t-j.ru
«Подслушано в Рыбинске»: ироничный детектив­ный сериал о журна­листе с про­роческим даром
«Подслушано в Рыбинске»: ироничный детектив­ный сериал о журна­листе с про­роческим даром 9 часов назад @ t-j.ru
Смотровую пло­щадку «Лахта-цен­тра» открыли для посетите­лей — она находится на 86⁠-⁠м этаже
Смотровую пло­щадку «Лахта-цен­тра» открыли для посетите­лей — она находится на 86⁠-⁠м этаже 11 часов назад @ t-j.ru
На Amazon Prime Video стартовал третий сезон «Неуязвимого» — вышли сразу три серии
На Amazon Prime Video стартовал третий сезон «Неуязвимого» — вышли сразу три серии 11 часов назад @ t-j.ru
Европейское айти
EU-startups EU-startups
последний пост 5 часов назад
DeepTech startup Astral Systems raises €5.3 million to commercialise fusion technology
DeepTech startup Astral Systems raises €5.3 million to commercialise fusion technology

Astral Systems, a Bristol-based DeepTech firm pioneering multistate fusion (MSF) technology, has closed over €5.3 million investment to deliver their fusion reactors to customers by the end of 2025. The funding was led by Speedinvest and Playfair, with the participation of angel investors including Oliver Buck, Founder of ITM Isotope Technologies, and former ARM President […]

The post DeepTech startup Astral Systems raises €5.3 million to commercialise fusion technology appeared first on EU-Startups.

5 часов назад @ eu-startups.com
HealthTech startup Avelios Medical secures €30 million to modernise hospital IT systems
HealthTech startup Avelios Medical secures €30 million to modernise hospital IT systems

Munich-based Avelios Medical, provider of a modern hospital information system (HIS), has raised €30 million in Series A funding to reach its goal of becoming the leading OS for intelligent patient care. The funding round was led by Sequoia Capital alongside existing investors Revent and High-Tech Gründerfonds (HTGF). “Sequoia has consciously turned away from the […]

The post HealthTech startup Avelios Medical secures €30 million to modernise hospital IT systems appeared first on EU-Startups.

6 часов назад @ eu-startups.com
“From days to minutes”: Trace.Space raises €3.8 million for requirements management platform
“From days to minutes”: Trace.Space raises €3.8 million for requirements management platform

Riga-based Trace.Space, an AI-enhanced requirements management platform for engineers developing industrial products, today announced a €3.8 million Seed investment to fuel engineering, product development and go-to-market efforts. The funding round was led by Cherry Ventures, with Outlast Fund and existing investors Nebular, Fiedler Capital, and Change Ventures also participating. “We’re thrilled to partner with Cherry […]

The post “From days to minutes”: Trace.Space raises €3.8 million for requirements management platform appeared first on EU-Startups.

7 часов назад @ eu-startups.com
FinTech startup Wealthon secures €126 million for financial services ecosystem for SMEs
FinTech startup Wealthon secures €126 million for financial services ecosystem for SMEs

Wealthon, a Warsaw-based FinTech developing an ecosystem of digital financial solutions for SMEs, has secured €126.2 million in funding, consisting primarily of a €116 million debt facility from Fortress Investment Group and €7 million in equity investment from 3TS Capital Partners and angel investors. “We are consistently executing our strategy to create a new standard […]

The post FinTech startup Wealthon secures €126 million for financial services ecosystem for SMEs appeared first on EU-Startups.

9 часов назад @ eu-startups.com
Startups unfiltered: Share your epic startup failure story at the EU-Startups Summit
Startups unfiltered: Share your epic startup failure story at the EU-Startups Summit

Startups are built on ambition, innovation, and risk-taking—but not every venture reaches the finish line. While success stories often take centre stage, some of the most powerful lessons come from those who’ve been through the hardest falls. At the EU-Startups Summit 2025 in Malta, we’re flipping the script and putting failure in the spotlight. We’re […]

The post Startups unfiltered: Share your epic startup failure story at the EU-Startups Summit appeared first on EU-Startups.

10 часов назад @ eu-startups.com
KOA Biotech makes a splash with €2 million to fight fish farm infections
KOA Biotech makes a splash with €2 million to fight fish farm infections

Barcelona-based KOA Biotech today announces it has raised a €2 million investment round to develop solutions for the aquaculture sector, specifically a biosensor system that detects waterborne infections in fish farms before they spread, reducing mortality rates, antibiotic use and environmental impact. Swanlaab Innvierte Agrifood-Tech led the round, with Fund-F and Faber also participating. More […]

The post KOA Biotech makes a splash with €2 million to fight fish farm infections appeared first on EU-Startups.

11 часов назад @ eu-startups.com
EU-Startups Podcast | Episode 104: Robert Gaal, Founder of Vesper
EU-Startups Podcast | Episode 104: Robert Gaal, Founder of Vesper

In this episode of the EU-Startups Podcast, we catch up with Robert Gaal, Founder of Vesper, an Amsterdam-based growing library of unique narrative games created by some of your favourite storytellers. The conversation explores Gaal’s entrepreneurial journey, the challenges of achieving product-market fit, and the broader role of entrepreneurship in the interactive storytelling space. It […]

The post EU-Startups Podcast | Episode 104: Robert Gaal, Founder of Vesper appeared first on EU-Startups.

12 часов назад @ eu-startups.com
Podero closes €5.5 million round to help utilities win on grid flexibility and pricing
Podero closes €5.5 million round to help utilities win on grid flexibility and pricing

Podero, a Vienna-based startup in the renewable energy sector, announced today it has raised €5.5 million in Seed funding to reduce energy costs for flexible consumer devices such as heat pumps, EVs and chargers, inverters, and home batteries The round was led by Planet A Ventures, with Systemiq Capital as a Co-investor, and saw participation […]

The post Podero closes €5.5 million round to help utilities win on grid flexibility and pricing appeared first on EU-Startups.

12 часов назад @ eu-startups.com
Amir Kaplan, Founder & CEO of ifeel to speak at the EU-Startups Summit 2025!
Amir Kaplan, Founder & CEO of ifeel to speak at the EU-Startups Summit 2025!

We’re excited to welcome Amir Kaplan, Founder & CEO of ifeel, as a speaker at the EU-Startups Summit 2025 in sunny Malta on April 24-25! With 20 years of leadership and management experience, Amir has dedicated his career to driving impact across industries. In 2017, he founded ifeel, a mental well-being solution designed to help […]

The post Amir Kaplan, Founder & CEO of ifeel to speak at the EU-Startups Summit 2025! appeared first on EU-Startups.

14 часов назад @ eu-startups.com
Prior Labs raises €9 million for foundation models for spreadsheets and databases
Prior Labs raises €9 million for foundation models for spreadsheets and databases

Freiburg-based Prior Labs, an AI startup innovating foundation models for spreadsheets and databases, has raised €9 million in pre-Seed funding, to accelerate product development, expand the team, and bring the model to more users. The funding round was led by Balderton Capital along with XTX Ventures, SAP founder Hans Werner-Hector’s Hector Foundation, Atlantic Labs, and […]

The post Prior Labs raises €9 million for foundation models for spreadsheets and databases appeared first on EU-Startups.

1 day, 7 hours назад @ eu-startups.com
DeepTech IONATE raises €16.3 million to modernise global power systems
DeepTech IONATE raises €16.3 million to modernise global power systems

IONATE, a London-based DeepTech startup offering the hardware-software backbone for smart electricity grids, has raised €16.3 million in a Series A funding round The round was led by AlbionVC and joined by a strong syndicate of new strategic investors including “In-Q-Tel (IQT)”, JGC MIRAI Innovation Fund, and institutional investors Santander InnoEnergy Climate Fund and Antares […]

The post DeepTech IONATE raises €16.3 million to modernise global power systems appeared first on EU-Startups.

1 day, 9 hours назад @ eu-startups.com
DeepTech startup DriveX raises €1.2 million for AI windshield damage detection
DeepTech startup DriveX raises €1.2 million for AI windshield damage detection

Tallinn-based DeepTech startup DriveX has raised €1.2 million to accelerate the development of its windshield damage detection technology and enhance its AI capabilities. The investment round was led by Carglass® Estonia, Lithuanian and Slovenian business angels, existing investors and a development grant from the Estonian applied research programme. According to Rauno Sigur, CEO of DriveX, […]

The post DeepTech startup DriveX raises €1.2 million for AI windshield damage detection appeared first on EU-Startups.

1 day, 11 hours назад @ eu-startups.com
PartsCloud secures €5 million to digitalise spare parts management
PartsCloud secures €5 million to digitalise spare parts management

Baden-Württemberg-based B2B tech startup PartsCloud has raised €5 million in Seed funding to streamline spare parts management for mechanical engineering firms. Investors in the round include Newion, MBG, and SquareOne. “Most companies still rely on Excel spreadsheets for spare parts planning. What has been missing so far is a data-driven solution that enables proactive planning,” […]

The post PartsCloud secures €5 million to digitalise spare parts management appeared first on EU-Startups.

1 day, 11 hours назад @ eu-startups.com
SAEKI bags €6.4 million for autonomous factories to supercharge industry in Europe
SAEKI bags €6.4 million for autonomous factories to supercharge industry in Europe

Today, Zurich-based manufacturing automation startup SAEKI announced a €6.4 million funding round to address the challenges of fragmented supply chains and labour-intensive processes for the manufacturing industry through its approach to digital manufacturing. The seed round was led by Lightbird with participation from Founderful, 2100VC, Danobat, and multiple high-profile business angels. “There’s an exponential and […]

The post SAEKI bags €6.4 million for autonomous factories to supercharge industry in Europe appeared first on EU-Startups.

1 day, 12 hours назад @ eu-startups.com
Greece’s startup boom: What can we learn from its supportive policies? (Sponsored)
Greece’s startup boom: What can we learn from its supportive policies? (Sponsored)

Greece’s startup ecosystem is experiencing unprecedented growth, with a record number of new businesses launched in 2024. As Prime Minister Kyriakos Mitsotakis declared this year a milestone for business, it’s worth examining what has driven this surge and what other economies can learn from Greece’s approach. A thriving startup landscape According to data from the […]

The post Greece’s startup boom: What can we learn from its supportive policies? (Sponsored) appeared first on EU-Startups.

1 day, 13 hours назад @ eu-startups.com
Tech.eu Tech.eu
последний пост 7 часов назад
Avelios raises €30M Series B led by Sequoia for hospital data system overhaul
Avelios raises €30M Series B led by Sequoia for hospital data system overhaul Avelios raises €30M Series B led by Sequoia for hospital data system overhaul

Munich healthtech startup Avelios has raised €30 million Series A (€30m) funding led by Sequoia to advance its efforts in developing its hospital data operating system.

Yet despite decades of technological development, hospital information systems (HIS) remain undisrupted because they are incredibly difficult to build.

Over the last couple of years, Avelios has built a full hospital information system that inclu:Documentation such as EHR, medication, and operating room management.

Additionally, demand for AI exploded, spotlighting the difficulties of accessing data and integrating with legacy hospital systems — exactly the challenges that Avelios was designed to solve.

With Avelios, doctors…

7 часов назад @ tech.eu
KOA Biotech raises €2M for early disease detection for fish farms
KOA Biotech raises €2M for early disease detection for fish farms KOA Biotech raises €2M for early disease detection for fish farms

Aquaculture production startup KOA Biotech raised €2 million in funding.

More than half of the fish consumed comes from aquaculture production.

Using biotechnological tools, KOA Biotech has developed a biosensor system that, combined with proprietary algorithms, forms an autonomous device capable of early detection of waterborne infections.

This investment round will enable KOA not only to advance its technological development and consolidate its technology in the sector but also to implement its commercial plan.

Lead image: KOA Biotech.

7 часов назад @ tech.eu
Modern Synthesis secures $5.5M for bio-based alternatives to animal and plastic-based textiles
Modern Synthesis secures $5.5M for bio-based alternatives to animal and plastic-based textiles Modern Synthesis secures $5.5M for bio-based alternatives to animal and plastic-based textiles

Biomaterials company Modern Synthesis today announces the successful close of a $5.5 million funding round.

The company’s bio-based products not only displace animal leathers and plastic-based textiles, but also generate entirely new textile possibilities for designers.

To make their biobased materials, Modern Synthesis transforms nanocellulose – a natural fermentation-derived fibre – into durable, high quality alternatives to animal leather, ‘vegan’ leather, and plastic-based coated textiles.

This investment will enable Modern Synthesis to expand production at its pilot facility and service more leading fashion brands on its growing waitlist.

Lead image: Modern Synthesis co-founders Ben Re…

8 часов назад @ tech.eu
Resilient and rising: UK tech ecosystem
Resilient and rising: UK tech ecosystem Resilient and rising: UK tech ecosystem

With strong infrastructure, access to venture capital, and a highly skilled workforce, the UK remains a global leader in sectors like fintech, artificial intelligence, and digital health.

In 2024, the UK maintained its leading position, raising €17.5 billion (23.6% of total investments) across more than 861 deals.

While the country retained its position from the previous year, the total amount raised was approximately 30% lower than in 2023, when UK companies raised €24.7 billion.

Despite these obstacles, the UK’s tech sector remains resilient, continuing to attract significant investment and foster innovation.

Here are the 10 largest deals closed by UK companies in 2024.

8 часов назад @ tech.eu
Astral Systems secures £4.5M to bring nuclear breakthroughs to healthcare
Astral Systems secures £4.5M to bring nuclear breakthroughs to healthcare Astral Systems secures £4.5M to bring nuclear breakthroughs to healthcare

Its applications purport to range from cancer treatment to clean, safe hybrid nuclear energy, future space exploration, and industrial and security industry applications.

“In a short time we have gone from NASA-backed fusion theories and scientific research to commercially-viable reactors delivering unprecedented fusion performance,” said Talmon Firestone, CEO and co-founder of Astral Systems.

Astral Systems is delivering a fresh approach to nuclear fusion that addresses urgent medical, industrial and power needs.

“We are the first to commercialise fusion in the lattice at these levels - marking a new era in nuclear technology” added Dr. Tom Wallace-Smith.

Our commercially available technol…

8 часов назад @ tech.eu
INXY Payments raises $3M to ease crypto friction for businesses
INXY Payments raises $3M to ease crypto friction for businesses INXY Payments raises $3M to ease crypto friction for businesses

Cyprus-based INXY Payments, an EU-authorized payment platform bridging together traditional finance and the crypto economy, has raised $3 million investment round led by Flashpoint VC with participation from angel investors.

INXY essentially acts as a payment gateway that facilitates the integration of crypto payments into traditional business operations while ensuring compliance with relevant regulations.

It specializes in simplifying the process of accepting crypto for businesses by offering features like multi-currency processing, automated payouts, and crypto-to-fiat conversion.

With over $500M in annual transaction volume, INXY enables businesses to accept, send, and exchange digital a…

8 часов назад @ tech.eu
MacroCycle raises $6.5M for cleaner recycled plastic
MacroCycle raises $6.5M for cleaner recycled plastic MacroCycle raises $6.5M for cleaner recycled plastic

MacroCycle Technologies, a biotech aiming to reduce waste in the plastic industry, has raised $6.5M in Seed funding.

MacroCycle Technologies is a company that uses chemistry to recycle plastic waste into virgin-grade plastic with zero carbon emissions.

It uses patented SolvoGenesis technology upcycles plastic waste without breaking down the polymer.

MacroCycle's technology can produce virgin-grade recycled PET from plastic waste like bottles, food trays, and polyester textiles.

The round was led by global climate VC, Clean Energy Ventures and Volta Circle.

10 часов назад @ tech.eu
Traveltech Atlys acquires Artionis ahead of UK launch
Traveltech Atlys acquires Artionis ahead of UK launch Traveltech Atlys acquires Artionis ahead of UK launch

Traveltech Atlys has today announced its expansion into the UK market.

The digital visa platform’s UK expansion follows a $20M funding round from marquee global investors.

As part of its UK expansion, Atlys has acquired Artionis, a UK-based visa services company, bringing aboard 40 specialists across offices in London, Manchester, and Edinburgh.

Roughly 13 percent of the UK population are non-UK passport holders, offering a key market opportunity for Atlys.

The UK expansion represents a significant step toward becoming the definitive platform for global travel enablement."

10 часов назад @ tech.eu
Trace.Space secures $4M seed to expedite product development in manufacturing
Trace.Space secures $4M seed to expedite product development in manufacturing Trace.Space secures $4M seed to expedite product development in manufacturing

This funding will be used to enhance engineering, product development and go-to-market efforts in Europe.

For instance, in November 2024, the European Union's manufacturing production decreased by 1.80 percent compared to the same month in the previous year.

The European manufacturing sector encompasses a wide range of activities, from small-scale enterprises using traditional production techniques to large enterprises manufacturing complex products like aircraft.

"This is Cherry Ventures’ first investment in the Baltics, and we are excited to support Trace.Space as they build from Europe for the world," said Dinika Mahtani, Partner at Cherry Ventures.

"Their innovative approach to moderniz…

10 часов назад @ tech.eu
GetWhy secures 60M DKK financing from CIBC Innovation Banking to boost consumer insights
GetWhy secures 60M DKK financing from CIBC Innovation Banking to boost consumer insights GetWhy secures 60M DKK financing from CIBC Innovation Banking to boost consumer insights

CIBC Innovation Banking has provided a 60 million DKK financing facility to agentic AI-powered consumer insights platform GetWhy.

Since its inception, GetWhy has raised $64.5 million, including its most recent $34.5 million Series A round from PeakSpan Capital in June 2024.

Powered by a proprietary AI engine developed over the past five years, GetWhy delivers insights within an average 24-hour timeframe, accelerating the speed at which businesses can act.

Additionally, businesses can compare insights across countries and pinpoint where their marketing efforts are most effective.

GetWhy’s proprietary technology supports iconic brands, including many from the Fortune 100 list.

14 часов назад @ tech.eu
World’s first cell-cultivated meat dog treat goes on sale in store in the UK
World’s first cell-cultivated meat dog treat goes on sale in store in the UK World’s first cell-cultivated meat dog treat goes on sale in store in the UK

UK cell-cultivated meat company Meatly today became the first company in the world to supply cell-cultivated meat for pet food on sale.

Chick Bites are the first pet food product to be brought to market for general consumption in the UK made using cell-cultivated meat.

Chick Bites combine plant-based ingredients with Meatly Chicken to provide a nutritious, healthy and sustainable alternative to traditional dog treats.

There's a lot of excitement around cultivated meat, but also.

"This innovation has the potential to significantly reduce the environmental impact of pet food and will be a game-changer for the industry."

22 часа назад @ tech.eu
British Ionate closes $17M Series A for energy grid platform
British Ionate closes $17M Series A for energy grid platform British Ionate closes $17M Series A for energy grid platform

IONATE, a deeptech startup offering a hardwrae and software solution for smart electricity grids, has raised a $17M Series A led by AlbionVC.

With electricity consumption expected to double by 2050 and much of the grid infrastructure nearing the end of its life, the market for grid modernisation is expected to reach $21 trillion by 2050.

The Aurora software platform allows for network efficiency, renewables hosting capacity, and achieves true smart grid capabilities with AI-enabled control.

Matthew Williams IONATE’s Founder & CEO said: “The IONATE team builds extraordinary tech with extraordinary timing.

Resiliency, flexibility, and efficiency are key for our energy systems, and IONATE is u…

1 day, 9 hours назад @ tech.eu
Estonian DriveX raises €1.2M to detect windshield damage quickly
Estonian DriveX raises €1.2M to detect windshield damage quickly Estonian DriveX raises €1.2M to detect windshield damage quickly

Estonian deeptech DriveX has raised 1.2M to accelerate windshield damage detection technology and expand its AI capabilities.

Glass damage accounts for 40 percent of all vehicle insurance claims, so DriveX solution helps insurance and repair companies enable customer self-service for damage assessments.

"Handling glass damage is our next step in making vehicle repairs more economically and environmentally fair.

Last year, the company introduced AI-based functionality for windshield damage detection, expanding its market reach.

The DriveX application guides car owners in capturing images of windshield damage.

1 day, 10 hours назад @ tech.eu
Froda expands partnership with EIF unlocking €150M for SMEs
Froda expands partnership with EIF unlocking €150M for SMEs Froda expands partnership with EIF unlocking €150M for SMEs

Froda, a provider of capital to SMEs, has strengthened its partnership with the European Investment Fund (EIF) by securing an additional lending capacity of €100 million.

This makes Froda the first company to establish an EU-wide microfinance partnership with the EIF, providing critical financing support to SMEs across Europe.

Froda is a Swedish fintech company that provides financing to small and medium-sized businesses (SMEs).

"The extended support from EIF represents a pivotal step in our mission to unlock growth opportunities for SMEs throughout Europe.

We’ve witnessed how EIF’s targeted guarantees in Sweden have enabled Froda to unlock growth for micro-enterprises.

1 day, 10 hours назад @ tech.eu
Visma expands into France with Evoliz acquisition
Visma expands into France with Evoliz acquisition Visma expands into France with Evoliz acquisition

Financial management SaaS Visma has acquired Evoliz, a financial management platform for small and medium-sized enterprises in France.

Evoliz provides payments expertise and technological features for French SMEs, helping them simplify their daily financial operations and transform business management into streamlined pre-accounting.

"The addition of Evoliz to our ecosystem of solutions reinforces our ambition to become the preferred partner for SMEs in France for financial and accounting management," said Olivier Constant, Business Director at Visma.

"Joining Visma is an incredible opportunity for Evoliz, our clients, and the entire team.

Evoliz is designed with businesses in mind, perfect…

1 day, 10 hours назад @ tech.eu
TechCrunch: Europe TechCrunch: Europe
последний пост 4 часа назад
Spyware maker Paragon terminates contract with Italian government: media reports
Spyware maker Paragon terminates contract with Italian government: media reports

Following allegations of potential abuse, Paragon Solutions has cut off Italy from its spyware systems.

© 2024 TechCrunch. All rights reserved. For personal use only.

4 часа назад @ techcrunch.com
OpenAI launches data residency in Europe
OpenAI launches data residency in Europe

OpenAI on Thursday launched data residency in Europe, allowing European organizations to meet local data sovereignty requirements while using the AI company’s products. Data residency refers to the physical location of an organization’s data, as well as the local laws and policy requirements imposed on that data. Most tech giants and cloud providers offer European […]

© 2024 TechCrunch. All rights reserved. For personal use only.

7 часов назад @ techcrunch.com
Paragon spyware used to target citizens across Europe, says Italian government
Paragon spyware used to target citizens across Europe, says Italian government

WhatsApp said users in several European countries were targeted with Paragon spyware, according to the Italian government.

© 2024 TechCrunch. All rights reserved. For personal use only.

1 day, 1 hour назад @ techcrunch.com
a16z has venture scouts scattered across Europe
a16z has venture scouts scattered across Europe

Despite news that Andreessen Horowitz closed its London crypto-focused office, the VC reportedly still has dozens of scouts in Europe looking for startups.

© 2024 TechCrunch. All rights reserved. For personal use only.

1 week назад @ techcrunch.com
Europe orders Elon Musk’s X to submit documents on its recommendation algorithms
Europe orders Elon Musk’s X to submit documents on its recommendation algorithms

The European Commission (EC) says it has requested information from Elon Musk’s X related to the algorithms that determine the content it recommends to users. The EC wants to determine how those algorithms may or may not be compliant with the Digital Services Act (DSA), which imposes key obligations on online platforms operating across the […]

© 2024 TechCrunch. All rights reserved. For personal use only.

2 weeks, 6 days назад @ techcrunch.com
TikTok’s e-commerce ‘Shop’ platform launches in Spain
TikTok’s e-commerce ‘Shop’ platform launches in Spain

TikTok’s e-commerce Shop feature is going live in Spain, the company announced on Tuesday, marking the first step of a wider European rollout. The launch indicates that TikTok parent ByteDance is speeding up the expansion of the TikTok Shop in European markets as a potential U.S. ban looms. Users in Spain will now be able […]

© 2024 TechCrunch. All rights reserved. For personal use only.

1 month, 4 weeks назад @ techcrunch.com
EU closes antitrust probe into Apple’s e-book and audiobook rules after complaint withdrawn
EU closes antitrust probe into Apple’s e-book and audiobook rules after complaint withdrawn

The European Commission (EC) has quietly closed a longstanding antitrust investigation into Apple over rules it enforces against third-party e-book and audiobook app developers. The EC opened the probe back in 2020 after receiving complaints over how Apple forced competing e-book and audiobook app developers to use Apple’s own in-app payment system, while also preventing […]

© 2024 TechCrunch. All rights reserved. For personal use only.

2 months, 2 weeks назад @ techcrunch.com
Founders and VCs back a pan-European C corp, but an ‘EU Inc’ has a rocky road ahead
Founders and VCs back a pan-European C corp, but an ‘EU Inc’ has a rocky road ahead

It’s become a common refrain in political discourse: Europe needs to take radical action to remain competitive. On the long list of potential reforms, one that’s gaining particular traction is a new, EU-wide corporate status for innovative companies. Known (somewhat obscurely) as the “28th regime,” the innovation is being billed as Europe’s answer to a […]

© 2024 TechCrunch. All rights reserved. For personal use only.

3 months, 1 week назад @ techcrunch.com
Are Cybertrucks too angular for Europe?
Are Cybertrucks too angular for Europe?

Tesla’s Cybertruck is facing blowback in Europe, particularly over pedestrian safety concerns. Euro NCAP, a voluntary but influential car safety assessment program in Europe, has not in any way tested the Cybertruck, but based on a visual assessment alone, raised alarms over its sharp, angular design, saying it could pose a serious threat to pedestrians. […]

© 2024 TechCrunch. All rights reserved. For personal use only.

3 months, 3 weeks назад @ techcrunch.com