Show HN: Wealthfolio: Private, open-source investment tracker

https://wealthfolio.app/favicon-128x128.png
Wealthfolio is a simple, desktop-based investment tracker. Your financial data is stored safely on your own computer Ditch the spreadsheets, forget about those pesky subscription fees, and no more worries about SaaS services playing around with your data.

2M users but no money in the bank

https://assets.exercism.org/assets/icons/perks-gradient-0e53b8b88c052e0ccfe01e285368fc9f9af379d7.svg
Exercism, a coding platform, has reached 2 million users and 45 million exercise submissions, but faces financial struggles and has lost faith in the nonprofit business model. The platform's founder is taking a break, but plans to launch a new educational product and for-profit company to support Exercism's growth.
https://blog.nuclearsecrecy.com/wp-content/uploads/2024/09/2007-Sandia-Sierra-Mechanics-Package-Logo-Slide-1716635-600x450.jpg
A graphic from a 2007 presentation by Sandia National Laboratories appears to show a thermonuclear weapon design, which is unusual given the strict secrecy surrounding such information. The graphic has been used in multiple presentations and is part of a software package, leading to speculation about why it was approved for release despite the potential for political scandal.

Show HN: Infinity – Realistic AI characters that can speak

Infinity AI has trained a video diffusion transformer model that generates realistic-looking characters that speak, driven by audio input, and allows creators to type out a script and get a video output. The model has limitations, including slow processing and failure modes such as handling animals, inserting hands, and distorting identities, but it can handle multiple languages, physics, and ...

What happens when you touch a pickle to an AM radio tower

https://www.jeffgeerling.com/sites/default/files/images/rf-safety-hotdog.jpg
The user and their dad tested various meats on an AM radio tower, measuring effects on signal and sound, and observed different reactions, including plasma arcs and heating. They also tested a vegan hot dog, corn dog, and breakfast sausage, and discussed safety precautions and potential improvements for future experiments.

Effects of Gen AI on High Skilled Work: Experiments with Software Developers

https://static.ssrn.com/cfincludes/img/icons/icon-adobe-pdf.svg
A study analyzing three field experiments found that using GitHub Copilot, an AI-based coding assistant, increased software developer productivity by 26.08%. Less experienced developers showed higher adoption rates and greater productivity gains.

Nginx has moved to GitHub

NGINX has moved its development repository from Mercurial to GitHub, accepting contributions, bug reports, and feature requests through Pull Requests and Issues. The community forums have also moved to GitHub Discussions, with a transition period until December 31st, 2024, for patches and community support via mailing lists.

Hardware Acceleration of LLMs: A comprehensive survey and comparison

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The paper presents a survey of research efforts to accelerate transformer networks for Large Language Models using hardware accelerators, comparing frameworks on various platforms. The authors extrapolate results to a common technology to make a fair comparison, implementing part of the LLMs on FPGA chips to validate the findings.

Swift is a more convenient Rust

https://svbtleusercontent.com/Xh8p2mozIF20tu5prKPmXxI5pZ7lI_large.jpg
Rust and Swift share similar features, such as ownership, reference counting, and functional programming concepts, but differ in their default memory models and syntax. Rust is a low-level systems language that provides tools for high-level programming, while Swift is a higher-level language that provides ease of use and convenience, making them suitable for different use cases.

The expected value of the game is positive regardless of Ballmer’s strategy

Steve Ballmer's binary search interview question is flawed, as there are numbers that result in a loss, but a mixed strategy can be used to make every number "winning" with a positive expected value. The author found a winning strategy by using linear programming to combine different binary search patterns, resulting in a 60-line strategy that can be viewed on GitHub.

Study: Playing D&D helps autistic players in social interactions

https://cdn.arstechnica.net/wp-content/uploads/2024/09/dungeons1-800x543.jpg
Researchers found that playing Dungeons & Dragons helped autistic players form healthy social connections, boost confidence, and feel a sense of belonging. The game's structured rules and imaginative environment provided a comfortable space for autistic players to relax and express themselves, leading to positive experiences and increased confidence.

LwIP – Lightweight IP Stack

lwIP is a lightweight TCP/IP implementation suitable for embedded systems with limited RAM and code space, featuring a range of protocols and APIs. It is freely available under a BSD license and is maintained by a worldwide network of developers, with documentation and resources available on the lwIP website and Savannah project page.

Intent to unship: HTTP/2 Push

Safari rejects HTTP/2 push streams, while Chrome disabled it due to low use. Firefox still supports HTTP/2 push, but recent bugs have been found, and the feature will likely be removed before ESR 140.

Why Don't Tech Companies Pay Their Engineers to Stay?

https://www.goethena.com/wp-content/uploads/2023/02/4d2dc5_0db0c18025614c82a173455a281ce519_mv2.webp
Tech companies often struggle to retain engineers due to opaque compensation structures that prioritize saving money over employee growth. The author proposes a new approach at Ethena, where engineers are paid generously and in proportion to their impact, with a public compensation formula that prioritizes transparency and fairness.

QtCS2024: Compile once, Run everywhere

Cosmopolitan Libc allows for "compile once, run everywhere" for C++ applications on Windows, Linux, and macOS by detecting the host machine at runtime. Qt Creator team member Cristian Adam presented a talk on using Cosmopolitan Libc, successfully building and running Qt applications on multiple platforms, but encountering issues on Windows due to POSIX implementation.

Godot founders had desperately hoped Unity wouldn't 'blow up'

https://eu-images.contentstack.com/v3/assets/blt740a130ae3c5d529/blta6ff0dcc1ccb8c74/66db0645088df340ad0a641f/godotcrewfeatured.jpg?width=700&auto=webp&quality=80&disable=upscale
Godot founders Rémi Verschelde and Juan Linietsky were not prepared to handle a sudden influx of users after Unity's Runtime Fee announcement, but they were relieved to find that "Unity refugees" were willing to compromise with Godot's open-source model. Despite some limitations, Godot's community-first structure and open-source nature allowed developers to adapt and find workarounds, with ...

Inertia.js – Build React, Vue, or Svelte apps with server-side routing

Inertia is a new approach to building classic server-driven web apps, allowing for fully client-side rendered, single-page apps without complexity, and works with any backend framework, fine-tuned for Laravel. It's not a framework, but rather a glue that connects server-side and client-side frameworks via adapters, currently supporting React, Vue, Svelte, Laravel, Rails, and Phoenix.

DevHub.app – Developer Utilities for macOS

https://raw.githubusercontent.com/jaywcjlove/DevHub/main/assets/logo.png
DevHub is an offline app for developers, aiming to provide a comprehensive collection of 100+ utilities with weekly updates. It integrates with other apps and workflows via URL Scheme, allowing for seamless activation of tools and commands.

Groups underpin modern math

https://www.quantamagazine.org/wp-content/uploads/2024/09/Galois-Alamy.webp
Mathematics has evolved from concrete numbers to abstract structures, with group theory being a significant step in this journey. Group theory, which generalizes essential properties of whole numbers, has transformed various mathematical fields and is used in various applications, including physics, cryptography, and geometry.

SQLToy

https://opengraph.githubassets.com/d0449b920a2c6b37b77d43e024e11e1e9c98614a556ee6b7dce142a25fafef56/weinberg/SQLToy
Building a SQL database by writing JavaScript methods for common SQL operations like SELECT and JOIN will help learn how a SQL database works. The goal is to manually call these methods in the correct order to execute a complex query, such as the one shown, which retrieves data from multiple tables and performs various operations.

Parkinson's may begin in the gut, study says, adding to growing evidence

I use Nim instead of Python for data processing (2021)

https://benjamindlee.com/img/headshot-square_hu8d7e90702dff3973597985bd26b4b579_3414958_660x0_resize_box_3.png
The author, a researcher at NIH, uses the Nim programming language for data processing tasks due to its ease of use, speed, and compatibility with Python. Nim's performance is significantly better than Python's, making it a suitable replacement for non-numerical data processing tasks, and its compilation process is fast enough to be used in place of an interpreted language.

Oxford commercializes its 20% more powerful solar panels in the US

https://electrek.co/wp-content/uploads/sites/3/2024/09/Oxford-PV-integrated-production-line-in-Brandenburg-Photo-by-Oxford-PV-1.jpg?quality=82&strip=all&w=1600
Oxford PV has made a "world-first" commercial sale of its tandem solar panels, which produce 20% more energy than standard silicon panels, to a US utility customer. The panels have a 24.5% module efficiency and reduce the levelized cost of electricity, making them a breakthrough for the energy industry.

"it's nothing to do with solder. it's capacitors"

The "towel trick" for fixing Xbox 360 consoles is not related to solder joints, but rather the ceramic capacitors (MLCCs) in the console, which can be "reset" by heating them above their Curie temperature, allowing them to regain their original capacitance. This phenomenon is due to the spontaneous polarization reversal inhibition caused by DC bias, and the Curie temperature reset allows the ...

PHP is the new JavaScript?

https://cdn.sanity.io/images/2ejqxsnu/production/6fab7fda722f66fb380f27cf9d0ce577fe919b4e-1774x1930.png?w=3840&q=75&fit=clip&auto=format
The author, who hasn't touched PHP in over a decade, decides to learn Laravel and is surprised by how easy it is to get started and how well it integrates with other tools. After building a simple video playback app with Laravel, the author is impressed by its ease of use, flexibility, and comprehensive features, and declares themselves a "newly-minted PHP Web Artisan".

The Founder Mode Tradeoff – By Kent Beck

https://substackcdn.com/image/fetch/w_320,h_213,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_center/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F686088ea-6567-49b0-9203-eeb95832de83_1878x1548.jpeg
The article discusses the importance of CEOs staying involved in business decisions, but argues that this "Founder Mode" approach can be detrimental if not done thoughtfully, as it can lead to damage to the organization and its people. The article suggests that CEOs should instead cultivate a sensitive sniffer for potential danger and only intervene when necessary, leveraging their unique ...

YouTube deletes LTT video for teaching people how to live without Google

Against Rereading

The website is using a security service to protect itself from online attacks and has blocked the user's action. The user can email the site owner to report the block and include details of what they were doing when the page came up.

How to wrap a C compiler and preprocessor, really

The author is developing a wrapper script to modify the behavior of a compiler, specifically to interfere with the compilation process and add custom tools. The script needs to be able to precisely scan command lines to identify options and input files, and to lift cc1 options to the driver's command-line language, making it a complex and challenging task.

Meta will let third-party apps place calls to WhatsApp and Messenger users

https://techcrunch.com/wp-content/uploads/2024/05/meta-getty.jpg?w=1200
Meta plans to comply with the Digital Markets Act by introducing third-party messaging services and apps in WhatsApp and Messenger. The company will also provide notifications and an onboarding flow to inform users about these integrations and ensure a safe and secure experience.

SAMA – open-source Chat server

https://private-user-images.githubusercontent.com/98953475/329237913-fe8dfd1c-462d-46d2-aa24-5792b36e23f2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjU2MjgyODYsIm5iZiI6MTcyNTYyNzk4NiwicGF0aCI6Ii85ODk1MzQ3NS8zMjkyMzc5MTMtZmU4ZGZkMWMtNDYyZC00NmQyLWFhMjQtNTc5MmIzNmUyM2YyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTA2VDEzMDYyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMxMDVmNjU2MjRlYzEyYTJjMDQ0MTJkYTU2ZDVhNDlhYTI3NzEyYTU2MTBjYjQ5Y2RkZWFmOWZiZWQ4MWJkMmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.uJBZoXCMETVc6S2y0G3jE8Poc-dbr3nCIpGTnJESA6o
SAMA is an open-source chat server for secure, efficient, and real-time communication across mobile and web apps. It provides a robust platform with modern tech and comprehensive documentation for easy integration and feedback.

Swiss watchmakers put employees on state-funded leave as luxury demand disappear

https://fortune.com/img-assets/wp-content/uploads/2024/09/GettyImages-871725954-e1725442035622.jpg?w=1440&q=75
Swiss luxury watchmakers Girard-Perregaux and Ulysse Nardin are using a government program to retain jobs and avoid permanent cuts due to a downturn in demand, particularly in China. The industry is expected to see a partial recovery in 2025, but for now, many brands are struggling to maintain sales, with some even considering drastic measures to manage their growth.

Streaming every NFL game this season requires 7 different services, costs $2,500

Please enable JS and disable any ad blocker

Mozilla introduces updates to tab management in Firefox

https://assets-prod.sumo.prod.webservices.mozgcp.net/static/volunteer.a3be8d331849774b.png
Firefox allows you to open multiple websites in a single window using tabs, which can be organized and managed using various keyboard shortcuts and mouse actions. You can also pin, bookmark, and mute tabs, as well as customize the New Tab page and set a different home page.

A Word, Please: Coffee-shop prompt stirs ChatGPT to brew up bland copy

https://ca-times.brightspotcdn.com/dims4/default/ce68d48/2147483647/strip/true/crop/2520x3273+0+0/resize/1200x1559!/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F63%2Fad%2F53711a714a6c970b9ad5968a8878%2F468726-la-fo-love-to-drink-bar-nine-rrd-03.JPG
The author compared their 200-word article about a new coffee shop to one generated by ChatGPT, highlighting the AI's use of clichés and lack of understanding of human interests and word meanings. The author's article focused on the coffee shop's high-end credentials and unique selling points, while ChatGPT's article was more generic and lacked depth.

Frustrations with the OCaml ecosystem while developing a synthesizer library

https://www.gridbugs.org/logo.png
The author shares their frustrating experiences developing an audio synthesizer library in OCaml, highlighting issues with tooling, package management, and configuration, which led them to eventually rewrite the library in Rust. The author emphasizes the importance of setting realistic expectations when working with OCaml tools and encourages new users to normalize complaining about the ...

Oxygene: A modern language built on the foundation of Object Pascal

https://www.remobjects.com/images/product-logos/language-oxygene-256.png
Oxygene allows compiling code for various platforms, including .NET, Cocoa, Android, Java, WebAssembly, Windows, and Linux, with access to native APIs and frameworks. The same language features are available on each platform, making it easy to share code and develop applications for different environments.

Moral implications of being moderately successful computer scientist and a woman

https://www.sigops.org/wp-content/uploads/2024/08/image001-1.png
The author, a successful computer scientist, reflects on how her career has been defined by both technical excellence and misogyny, and how she has struggled to explain her experience to others. She highlights the fallacies that lead to women leaving tech, experiencing harassment, and being anxious in society, and calls for men to do better in being allies and preventing harassment.

Europe Surpasses 900,000 Public EV Charge Points

https://evmarketsreports.com/wp-content/uploads/Europe-Surpasses-900000-Public-EV-Charge-Points-in-July-2024-.png
Europe's EV charging network has experienced rapid growth, with an average YoY growth rate of 55.4% from 2021 to 2024, but still needs to reach its target of 8.8 million charge points by 2030. The continent's charging infrastructure is concentrated in a few key countries, with the Netherlands, Germany, and France accounting for nearly half of all charge points, and urban centers remaining the ...
https://sdfestaticassets-us-east-1.sciencedirectassets.com/prod/228145e775cb73241a3212e6cc4a2dfe486ed3d7/image/elsevier-non-solus.png
Researchers have investigated the relationship between individual differences in baseline pupil size and cognitive abilities, with mixed findings across studies. The authors suggest that the small inter-individual variance in baseline pupil size values in some studies may contribute to the null findings, and propose that precise control of lighting conditions is essential when investigating ...

Adding algebraic data types to Nickel

https://www.tweag.io/logo.png
Nickel, a configuration language, recently introduced algebraic data types (ADTs) to improve its functionality and usability, allowing for more expressive and concise code. The introduction of ADTs in Nickel was a gradual process, involving the exploration of different solutions, including union types, before settling on a structural version of ADTs that is a natural extension of the language.

My most downvoted StackOverflow answer

https://ohadravid.github.io/2024-09-yells-at-cloud/old_man_yells_at_cloud.png
You wrote an answer to a C programming question 13 years ago, which was later criticized for being incorrect and only applicable to C++. The answer became part of a StackOverflow Meta discussion on how to deal with bad answers, and you're advocating for kindness and understanding on the internet.

Stranded astronauts' capsule heads home without them

https://ichef.bbci.co.uk/news/2048/cpsprodpb/13f0/live/f956fed0-6ca0-11ef-97a3-c19c8d226c75.jpg
Boeing's Starliner spacecraft has undocked from the International Space Station and is returning to Earth, but the astronauts it was meant to carry will instead return on a SpaceX Crew Dragon in February. The delay is due to technical issues with Starliner, which experienced leaks and thruster problems during its test flight, making it too risky to bring the astronauts home.

Visa to launch pay-by-bank payments, an alternative to credit cards

https://image.cnbcfm.com/api/v1/image/108009168-1721407305750-gettyimages-2115797287-porzycki-visamast240329_nptVm.jpeg?v=1725470072&w=1920&h=1080
Visa plans to launch a dedicated service for account-to-account payments in Europe, allowing users to set up direct debits with a few clicks and monitor payments more easily. The service, which uses open banking technology, aims to provide consumers with more control and security over recurring payments, potentially reducing issues like unauthorized auto-renewals.

Leaked Disney+ financials may shed light on recent price hike

https://cdn.arstechnica.net/wp-content/uploads/2024/07/agatha1-800x530.jpg
A leaked data from Disney suggests that Disney+ generated $2.4 billion in revenue in its fiscal quarter ending March 30, but the figure is not officially confirmed by Disney. The leak includes financial and strategy information, as well as login credentials and internal spreadsheets, but the accuracy of the figures is uncertain.

Dell and Palantir to join S&P 500; shares of both jump

https://image.cnbcfm.com/api/v1/image/107181184-16741463852023-01-18t233103z_812444373_rc2vsy970jyh_rtrmadp_0_davos-meeting-nato.jpeg?v=1693326229&w=1920&h=1080
Dell and Palantir shares rose 7% in extended trading after being added to the S&P 500 index, replacing and respectively. The additions reflect a better representation of US stocks with high market capitalizations, with Palantir's market cap over $67 billion and Dell's over $72 billion.

Why Login Security Sucks

https://matduggan.com/content/images/2024/09/image-2.png
The user is frustrated with the complexity of login security and wants a simple, user-friendly solution that meets basic security requirements, such as randomly generated usernames and passwords, without relying on email or SMS. They propose using the PasswordCredential API to generate and store passwords, and suggest a fallback plan using TOTP or HOTP, but are unsure about the feasibility ...

How Local Governments Got Hooked on One Company's Janky Software

https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ihLTfTi33ziU/v0/-1x-1.webp
North Carolina's $100 million software upgrade, Odyssey, was plagued by 573 defects and user complaints after its introduction in four counties. The digital suite, meant to streamline court processes, was met with frustration and errors, including wrongful arrests, due to its transition from a paper-based system.

Simon Verity believed in working the medieval way

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20240907_OBP001.jpg
Simon Verity had distinctive grey hair that resembled corkscrews and was covered in stone dust, giving him a trampish appearance. He liked to think he looked like an apparition when walking down the street.

Every webpage deserves to be a place

https://interconnected.org/more/2024/09/cursor-party/two-cursors.png
The author added a feature called "cursor party" to their website, allowing users to see and interact with each other's cursors in real-time. The feature aims to create a sense of co-presence and community, and is now open-source for others to install on their own websites.

Boost your development environment with Ubuntu Multipass

https://letsdebug.it/post/21-ubuntu-multipass/multipass-promo-header.png
Ubuntu Multipass is a tool for quickly launching and managing Linux virtual machines on any workstation, available for Linux, MacOS, and Windows, and is an alternative to Docker or VirtualBox for developers. It provides a simple and easy-to-use interface for creating and managing virtual machines, with features such as mounting directories and transferring files, making it a useful tool for ...

RGCosm – Reverse Geocode for OpenStreetMap

https://opengraph.githubassets.com/72c3a672e19a565e900abcafefbc687d9f956dc03b63b8a19f3d64224e772ed3/punnerud/rgcosm
A locally hosted OpenStreetmap using sqlite3 for reverse geocoding allows easy address lookup by coordinates, but requires a large file (10GB with indexes) and takes 15 minutes to process. Indexes significantly speed up queries, and a pre-made database for Norway with indexes is available for testing.

NTT All-Photonics Network Activated Between Taiwan and Japan

https://insidehpc.com/wp-content/uploads/2024/07/NTT-logo-2-1-0724.png
NTT Corp. and Chunghwa Telecom activated the first all-photonics network between Taiwan and Japan, achieving low latency and stable communication with 100 Gbps bandwidth. The network will support data backup and replication services for disaster countermeasures and low-latency interactive entertainment, accelerating Japan-Taiwan industrial collaborations.

Manipulating large language models to increase product visibility

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers found that adding a strategic text sequence to a product's information page can increase its likelihood of being recommended as the top result by large language models. This manipulation can provide vendors with a competitive advantage, potentially disrupting fair market competition and revolutionizing content optimization for AI-driven search services.

Cough or sneeze? How the brain knows what to unleash

https://media.nature.com/lw767/magazine-assets/d41586-024-02858-9/d41586-024-02858-9_27656164.jpg
Scientists have discovered distinct nerve cells in mice that trigger sneezes and coughs, which could lead to new treatments for allergies and chronic coughs. The study found that "sneeze neurons" in the nasal passages and "cough neurons" in the trachea respond to different stimuli, and researchers hope to identify similar neurons in humans to develop more effective treatments.

Linux man-pages project maintenance

Alex, the maintainer of the Linux man-pages project, has been working voluntarily for 4 years but can no longer sustain the work economically and will temporarily stop working on the project. He welcomes sponsorship offers from companies interested in the project's future.

Advanced Programming in the Unix Environment

The course, CS631APUE, covers advanced programming in the Unix environment, focusing on system-level software development in C, with topics including the user/kernel interface, file systems, signals, process relationships, and interprocess communication. Students are expected to have a good working knowledge of C programming and Unix systems, and will work on various programming assignments ...

PwC tells UK staff it will monitor office attendance using location data

The Financial Times offers a free trial with limited access, including reading articles and newsletters, with a $75 monthly fee for full digital access. A yearly subscription saves 20% and includes access to the FT newspaper on any device.

C2y Proposal: Essential Effects for C

The proposal suggests extending the C type system to include a type-and-effect system, which would track the side effects of expressions and statements at a finer level of granularity than usual, allowing for static verification of resource management and improved composability in metaprogramming. The system would use attributes to declare effect signatures, which would describe the effects ...

Nntpit: Minimalist Reddit2nntp Gateway

https://raw.githubusercontent.com/taviso/nntpit/main/doc/screenshot.png
A Reddit2NNTP gateway server allows users to follow Reddit discussions using a newsreader, with features like post scoring, thread sorting, and ignoring. To set up, users must add subreddits to the server, configure their newsreader to connect to localhost, and customize their reading experience with features like scoring and sorting.

Tesla launches first all-electric 'Giga Train' – and it's free to ride

https://s.yimg.com/ny/api/res/1.2/Qq6v3tRYX12xC966dPlbzA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyNDI7aD02OTk-/https://media.zenfs.com/en/the_cool_down_737/687949583f59dac3ea7f4cf2e5d00161
Tesla's Giga Train, a battery-electric train, transports 500 passengers daily from Erkner to Tesla's manufacturing facility in Berlin, with plans to expand to 4,500 employees. The train reduces carbon dioxide pollution by 50 tons and is a green transportation option, aligning with Tesla's mission to accelerate the transition to renewable energies.

The Sun and other publications roll out "Pay to Reject personalized ads"

The UK Information Commissioner's enforcement action requires publishers to ask subscribers to consent to advertising cookies or pay a monthly fee. Pay to Reject allows subscribers to opt out of personalized ads and pay a small monthly fee to support quality journalism.

Google removed 'number of results' default setting for some users

Users can now migrate Google Podcasts subscriptions to YouTube Music or to another app that supports OPML import. Learn more here

Causing environmental damage should be a criminal offence

https://res.cloudinary.com/dfyeeawiq/images/f_auto,q_auto/v1724932184/GCS-news_12393899b4/GCS-news_12393899b4.png?_i=AA
Across 18 G20 countries, 72% of people support making it a criminal offence for government or leaders to approve actions causing serious damage to nature and climate. The majority of respondents (61%) fall into three groups advocating for strong action to protect the environment, marking a social tipping point where more people demand action to protect the planet than those who do not.

The One-Eyed Man Is King: How did the monocle become a symbol of wealth? (2012)

https://compote.slate.com/images/34b4b89f-62b6-4f09-b63c-bb9f098984ee.jpg?crop=568%2C347%2Cx0%2Cy0
The monocle originated as a fashionable accessory for the wealthy in Europe in the 1820s and 1830s, symbolizing elegance and luxury. Its impractical design, requiring custom-fitting and attachment to a chain, ensured its status as a luxurious object, often ridiculed for its association with pretentiousness.

X global affairs head Nick Pickles resigns

Please enable JS and disable any ad blocker

How colorful ribbon diagrams became the face of proteins

https://www.quantamagazine.org/wp-content/uploads/2024/08/RibbonModel-crJaneRichardson-Lede-scaled.webp
Jane Richardson, a structural biologist, created the ribbon diagram, a visual representation of protein structures, to help scientists communicate and compare protein shapes. Her innovative design, which combines elegance and scientific accuracy, has become the ubiquitous face of proteins in scientific articles and textbooks, revolutionizing the field of protein science.

Show HN: High-performance Location tracking server built with PHP, Swoole

https://opengraph.githubassets.com/c8a5b494ca8b2ce8b9fe934633291ab4b59c79bb3e7ef39e4b231b2ba826de19/LAGGOUNE-Walid/geopulse
GeoPulse is a server application for real-time geolocation data processing, optimized for high performance and integrating with Laravel's queue system. It supports UDP protocol, JSON and MessagePack data formats, and can store location records in a database.

AI chatbots are banned from our docs for now

https://cdn.sanity.io/images/2ejqxsnu/production/0915cc533c27972cbef0b329bd433285bcd343d4-1200x760.png?w=3840&q=75&fit=clip&auto=format
The author tested an AI chatbot for their company's documentation but ultimately decided not to use it due to its inaccuracies and lack of nuance, opting instead to improve their existing guides. The author believes that supervised AI services, like GitHub Copilot, are more effective because they are trained by humans and can be corrected, whereas unsupervised AI services still require ...

AI craze distorting VC market, as tech giants pour in billions of dollars

https://image.cnbcfm.com/api/v1/image/108029197-17254716271725471625-36119215978-1080pnbcnews.jpg?v=1725471627&w=750&h=422&vtcrop=y
Venture capitalists are struggling to exit their investments in artificial intelligence startups due to the dominance of tech giants like Microsoft, Amazon, and Google, which are pouring billions of dollars into the industry. As a result, venture firms are having to get creative with fundraising, using special purpose vehicles and secondary transactions to generate returns, but IPOs remain ...

Lab-Grown Diamonds

https://wip.gatspress.com/wp-content/uploads/2024/08/C129BR-1024x773.jpg
The production of diamonds has evolved from natural formation to laboratory synthesis, with the development of high-pressure and high-temperature methods and chemical vapor deposition techniques, allowing for the creation of high-quality diamonds with precise physical, mechanical, thermal, and optical properties. The use of lab-grown diamonds is becoming increasingly popular, not only for ...

Build a quick Local code intelligence using Ollama with Rust

https://bosun.ai/_astro/swiftide-ask-jaeger-ollama.Kzn3zSel_24gKIk.webp.webp
The user discusses building a tool to index a codebase in Rust, using Swiftide, a library that allows for powerful indexing and querying pipelines, and explores the performance of using different LLMs, such as Ollama and Groq. The user notes that Rust's compile-time guarantees and Swiftide's parallelization and batching capabilities make it a great choice for building language tools, and that ...

TSMC's Arizona Trials Put Plant Productivity on Par with Taiwan

https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ivvLOCTmRe6Q/v1/-1x-1.webp
TSMC's Arizona facility has achieved production yields similar to its established plants in Taiwan, indicating its US project is on track. The facility started engineering wafer production in April using advanced 4-nanometer process technology.

Voters' Yearning for a Dictator Is a Danger to the Country

https://d2eehagpk5cl65.cloudfront.net/img/c800x450-w800-q80/uploads/2024/09/dictator-800x450.jpg
The US presidency is often blamed for things outside its control, and the public's unrealistic expectations of the office pose a greater danger. Americans want presidents to have more power, but this desire for a strong leader can lead to a concentration of power and a threat to social peace, rather than a more balanced system of governance.

The future of college in the asset economy

https://harpers.org/wp-content/uploads/2024/07/CUT-11bweb-scaled-900x0-c-default.jpg
The value of a college education is being reevaluated as fewer students are enrolling and staying in college, and even affluent liberals are questioning its worth, with some arguing that it's no longer essential to modern capitalist societies. The shift is partly due to the changing economy, where technical innovation and finance have become more important, and the rise of the asset economy, ...

The "Need for Chaos" Voter

https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58de3a56-1fef-4758-ac72-af68b40fddab_2400x1350.jpeg
Researchers identified a personality trait called "Need for Chaos" that drives individuals to spread malicious political lies and cause destruction. This trait is particularly damaging when combined with feelings of loneliness and a perceived loss of status, often manifesting in white men who feel threatened by social equality.