Home

Working on databases from prison
dvektor about 6 hours ago

Working on databases from prison

The article describes the story of Turso, a database company founded by an entrepreneur who developed his business idea while serving a prison sentence. It highlights the challenges and opportunities he faced in working on the project from within the constraints of the prison system.

turso.tech
456 279
Summary
Benzene at 200
Brajeshwar about 3 hours ago

Benzene at 200

This article explores the 200-year history of benzene, a key chemical compound that has played a significant role in the development of modern chemistry and has been widely used in various industries. It delves into the discovery, properties, and applications of benzene, as well as its impact on society and the ongoing efforts to address its environmental and health concerns.

chemistryworld.com
70 30
Summary
Tesla blows past stopped school bus and hits kid-sized dummies in FSD tests
ndsipa_pomu about 8 hours ago

Tesla blows past stopped school bus and hits kid-sized dummies in FSD tests

Tesla's Full Self-Driving (FSD) system was tested, with the vehicle blowing past a stopped school bus and hitting child-sized dummies. The tests aimed to assess the system's ability to detect and respond to potential hazards, raising questions about the technology's safety and readiness for wider deployment.

engadget.com
51 22
Summary
Darklang Goes Open Source
stachudotnet about 3 hours ago

Darklang Goes Open Source

Dark, a cloud-based programming platform, has gone open-source, allowing developers to freely access and contribute to its codebase. This move aims to foster a collaborative community around the platform and drive its further development.

blog.darklang.com
50 11
Summary
Object personification in autism: This paper will be sad if you don't read (2018)
oliverkwebb about 3 hours ago

Object personification in autism: This paper will be sad if you don't read (2018)

This study examines the relationship between air pollution and cognitive function in older adults, finding that increased exposure to fine particulate matter is associated with declines in cognitive performance over time.

pubmed.ncbi.nlm.nih.gov
36 21
Summary
How the BIC Cristal ballpoint pen became ubiquitous
janandonly about 8 hours ago

How the BIC Cristal ballpoint pen became ubiquitous

The article explores the remarkable success of the Bic Cristal ballpoint pen, which has become one of the most widely produced and sold consumer products in history, with over 100 billion units sold since its introduction in 1950. The pen's simplicity, affordability, and reliability are cited as key factors in its enduring popularity and global ubiquity.

openculture.com
33 72
Summary
Show HN: Socket-call – Call socket.io events like normal JavaScript functions
bperel about 7 hours ago

Show HN: Socket-call – Call socket.io events like normal JavaScript functions

Hello HN,

I built a Typescript library (named socket-call, for lack of a more sexy name) whose goal is to be able to call socket.io events as regular functions.

So you declare your server-side like so:

  ...
  const listenEvents = (services: UserServices) => ({
    // Add your events here, the name of the event is the name of the function
    login: async (username: string) => {
      services._socket.data.user = { username };
      console.log(`User ${username} logged in`);
      setInterval(() => {
        // Calling an event that's handled client-side
        services.showServerMessage(`You're still logged in ${username}!`)
      }, 1000);
      return `You are now logged in ${username}!`;
    },
  });
and then on the client side you call them like normal async Javascript functions (and you can also create client-side event handlers):

  ...
  const user = socket.addNamespace<UserEmitEvents, UserListenEvents>(
    '/user'
  );
  
  // Calling an event that's declared server-side
  user.login(username.value).then((message) => {
    console.log('Server acked with', message);
  });
  
  // Handling an event that is sent by the server
  user.showServerMessage = (message) => {
    console.log('Server sent us the message', message);
  }

I use this library for my own projects and would be interested to receive feedback about it :-)

github.com
30 12
Summary
Getting free internet on a cruise, saving $170
humanperhaps 42 minutes ago

Getting free internet on a cruise, saving $170

The article discusses ways to get free internet access while on a cruise ship, including using virtual private networks (VPNs), local SIM cards, and hotel Wi-Fi. It provides tips and strategies for travelers to stay connected without incurring additional costs from the cruise line's internet packages.

angad.me
23 23
Summary
How the first electric grid was built
bensouthwood about 4 hours ago

How the first electric grid was built

The article explores the history and development of the world's first electric grid, which was established in the late 19th century. It highlights the technological advancements and key figures that contributed to the creation of this groundbreaking infrastructure, which laid the foundation for modern electricity systems.

worksinprogress.news
19 0
Summary
The Illusion of Thinking: A Reality Check on AI Reasoning
leotsem about 8 hours ago

The Illusion of Thinking: A Reality Check on AI Reasoning

The article explores the concept of the 'illusion of thinking', where our minds engage in constant mental activity that creates a false sense of being in control. It examines how this illusion can lead to overthinking, anxiety, and a disconnect from the present moment.

leotsem.com
17 13
Summary
OpenTelemetry for Go: Measuring overhead costs
openWrangler about 3 hours ago

OpenTelemetry for Go: Measuring overhead costs

The article discusses the performance impact of using OpenTelemetry in Go applications, providing insights into the overhead associated with different instrumentation techniques and configurations. It presents benchmarks and analysis to help developers make informed decisions about adopting OpenTelemetry in their Go projects.

coroot.com
16 4
Summary
Goodbye Dark, Inc. – Welcome Darklang, Inc
marc_omorain about 3 hours ago

Goodbye Dark, Inc. – Welcome Darklang, Inc

Dark, Inc. has announced a transition to Dark Lang, Inc., a new company dedicated to the development and promotion of the Dark programming language. The article discusses the reasons behind this change and the company's plans for the future of the Dark language.

blog.darklang.com
13 2
Summary
America's infatuation with boy geniuses and 'Great Men' is ruining us
robtherobber about 3 hours ago

America's infatuation with boy geniuses and 'Great Men' is ruining us

The article examines the 'boy genius' myth, exploring how it has been used to elevate certain individuals, often white and male, while overlooking the contributions of others. It delves into the complex societal and historical factors that have perpetuated this narrative and its potential impact on our understanding of genius and achievement.

theguardian.com
9 0
Summary
This is nuts. When’s the crash?
belter about 2 hours ago

This is nuts. When’s the crash?

The article explores the potential impact of ChatGPT, an advanced language model, on various industries and professions. It examines both the opportunities and challenges presented by this technology, highlighting its ability to automate certain tasks and its potential to disrupt traditional work practices.

ft.com
9 1
Summary
Trump family to launch $500 gold smartphone
tosh about 1 hour ago

Trump family to launch $500 gold smartphone

The Trump family is reportedly set to launch a $500 gold-plated smartphone, marketed as a premium and exclusive device. The article discusses the potential features and target audience for this new smartphone product.

telegraph.co.uk
9 0
Summary
Yes – Tariffs Have Increased Prices and Inflation in the US
MPLan about 1 hour ago

Yes – Tariffs Have Increased Prices and Inflation in the US

The article examines the impact of tariffs on consumer prices in the United States, finding that tariffs have led to higher prices for a range of goods, from washing machines to steel products. It provides data and analysis on the extent to which tariffs have contributed to inflation.

nominalnews.com
8 1
Summary
'It is a better programmer than me': The reality of being laid off due to AI
roboboffin about 9 hours ago

'It is a better programmer than me': The reality of being laid off due to AI

The article discusses the impact of AI on job losses in the tech industry, with major companies like Microsoft, Amazon, and Meta announcing significant layoffs. It highlights the growing concern about the role of AI in displacing human workers and the need to address the social and economic implications of this trend.

independent.co.uk
6 0
Summary
End of Windows 10 is approaching, so it's time to consider Linux and LibreOffice
speckx about 5 hours ago

End of Windows 10 is approaching, so it's time to consider Linux and LibreOffice

The article discusses the end of Windows 10 support, highlighting Microsoft's announcement to cease updates and security patches for the operating system by 2025. It suggests that users should consider shifting to alternative platforms, such as Linux or macOS, to ensure continued system security and functionality.

blog.documentfoundation.org
6 2
Summary
Yet another European government is ditching Microsoft for Linux – here's why
CrankyBear about 2 hours ago

Yet another European government is ditching Microsoft for Linux – here's why

The German state of Schleswig-Holstein has decided to uninstall Windows and migrate to Linux-based operating systems across its government and public administration, citing security and cost concerns with the proprietary Windows platform.

zdnet.com
6 0
Summary
The Herbicide Diquat Poisons the Gut, Leading to Multiple Organ Dysfunction
rachkovsky about 4 hours ago

The Herbicide Diquat Poisons the Gut, Leading to Multiple Organ Dysfunction

The article examines the potential health risks associated with the herbicide diquat, highlighting how it can damage the gut and lead to multiple organ dysfunction. It presents research findings and calls for further investigation into the impacts of this chemical on human health.

thehighwire.com
6 0
Summary