How did Facebook intercept their competitor's encrypted mobile app traffic?

https://doubleagent.net/content/images/size/w2000/2024/04/fbdark-1.webp
Facebook's Onavo Protect app intercepted user's encrypted HTTPS traffic by using a technique called "ssl bump" to decrypt specific domains, including Snapchat, YouTube, and Amazon, without user consent or knowledge. The app used a custom certificate installed on the device to achieve this, which was possible due to a technical limitation in Android at the time, but is no longer possible with ...

Microsoft technical breakdown of CrowdStrike incident

https://www.microsoft.com/en-us/security/blog/wp-content/uploads/2024/07/509a683c-bc41-4ac4-9c2b-eb639f50903a-1024x577.jpg
Windows provides a range of operating modes and integrated security features to ensure high availability and security, including kernel-mode drivers, file system filters, and anti-malware capabilities. The platform also offers various tools and best practices to help security vendors and customers leverage these features to achieve maximum security and reliability, including runtime ...

How to debug your battery design

https://raw.githubusercontent.com/ionworks/how-to-debug-your-battery/main/figures/spider.png
As an engineer at an electric vehicle company, I'm tasked with designing a battery that can provide 400 miles of range without overheating, while also considering factors like safety, lifetime, weight, and cost. To debug the problem, I can use simulation tools like PyBaMM to model the behavior of different battery designs and optimize parameters like anode composition and particle size to ...

How simultaneous multithreading works under the hood

https://images.unsplash.com/photo-1465447142348-e9952c393450?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxmb3JrZWQlMjByb2FkfGVufDB8fHx8MTcyMTgxMDM4N3ww&ixlib=rb-4.0.3&q=80&w=1080
Simultaneous Multithreading (SMT) is a technology that allows a processor to handle instructions from two different threads at the same time, improving CPU utilization and resource usage, but it also has trade-offs such as competition for shared resources and potential security risks. The implementation of SMT involves duplicating certain parts and sharing or dividing up others between the ...

tolower() with AVX-512

The user explores the use of AVX-512-BW instructions for fast string processing, particularly for short strings, and writes a tolower() function that can handle 64 bytes at once. The user benchmarks several functions and finds that the AVX-512-BW implementation is consistently near the fastest, with smooth performance and no performance troughs.

The irrational hungry judge effect revisited (2023)

https://static.cambridge.org/covers/JDM_0_0_0/judgment-and-decision-making.jpg
The article re-examines the "irrational hungry judge effect" where judges' decisions become less favorable towards the end of a session, and finds that a rational time management explanation can account for most of the effect. The analysis suggests that the original findings may have been overestimated and that further research is needed to disentangle the influences of serial order, mental ...

My favorite tools and techniques for procedural gamedev

https://cprimozic.b-cdn.net/static/4edbb1f1a5502ef5331f90e2480dd516/993bb/seamless-texture.png
The author has developed various procedural and generative techniques for creating 3D scenes and levels, including triplanar mapping, hex tiling, and AI-generated textures, which they use to create immersive and realistic environments. They have also implemented techniques such as depth pre-pass, volumetric rendering, and mesh processing to optimize performance and add unique effects to their scenes.

StreamPot: Run FFmpeg as an API with fluent-FFmpeg compatibility, queues and S3

https://opengraph.githubassets.com/ab5d70e42e922d9a916ed05db5796cc1aaaa4ae0dfe6cb8e861af878ae9c070d/StreamPot/StreamPot
StreamPot is a project that provides a scaffolding for transforming media in apps, allowing for tasks like trimming, stripping audio, and transcoding. It can be used by importing the client and setting up a job, with options for self-hosting or using a hosted version.

Show HN: A football/soccer pass visualizer made with Three.js

Paste a raw URL to a StatsBomb event data file from their repository.

My mental model of setf was wrong

Setf is a macro that uses generic functions to update locations, not a special form that works on locations, and its first argument is a locator expression that returns the place to update. The setf macro synthesizes a function name symbol and calls a generic function with this name, passing the new value and the rest of the locator as arguments, allowing for flexible and structured code updates.

LeanDojo: Theorem Proving in Lean Using LLMs

https://leandojo.org/images/LeanDojo.jpg
LeanDojo extracts data from GitHub repos, including file dependencies, ASTs, proof states, and premises, providing valuable information for premise selection. It uses a challenging data split to prevent overestimation, requiring models to generalize to novel premises not seen during training.

CalcGPT

https://calcgpt.io/open-graph.png
CalcGPT is a calculator powered by GPT that satirically critiques the overuse of AI solutions, promoting traditional methods and questioning the necessity of AI in daily life. With its humorous errors and slow pace, it invites reflection on the balance between innovation and tradition, urging us to reconsider our enthusiasm for AI.

Show HN: I made a tool to receive alerts when answers change

https://www.thee.ai/static/images/web/rocket-laptop.svg
Alertfor uses AQTA to track answers to user questions, providing continuous updates on changing information. The process allows for precise and timely answers, eliminating the need for manual checking.

Perfectionism – one of the biggest productivity killers in the eng industry

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%2F597a1df9-bf38-4e9c-a3a0-7f20097379ef_800x445.jpeg
Perfectionism can be counterproductive, leading to wasted time and stress, and it's better to focus on making progress and adding value to the team. By recognizing that perfection is not achievable and that "good enough" is often sufficient, individuals can increase their productivity and mental well-being.

Don't blindly prefer `emplace_back` to `push_back` (2021)

https://raw.githubusercontent.com/Quuxplusone/blog/master/images/pumpkin-toss.jpg
Clang-tidy and PVS-Studio flagged a code line as "bad style" and suggested replacing it with emplace_back, but the change was unnecessary and the original code was correct. The author recommends using push_back for day-to-day use and emplace_back only when necessary, citing compiler workload and Amdahl's Law as reasons.

Higher-kinded bounded polymorphism in OCaml (2021)

Higher-kinded polymorphism, which abstracts over both types and type constructors, is not directly supported in OCaml, but can be achieved through various workarounds, such as using functors, initial algebra, or existential types to abstract over type constructors. These workarounds can be used to implement higher-kinded polymorphic functions, such as folds and sums, which can be applied to ...

Back to our roots

https://honnibal.dev/_next/image?url=%2Fprofile.png&w=640&q=75
The founder of Explosion, a company that developed the spaCy NLP library and Prodigy annotation tool, reflects on the company's journey, including its transition from a small, self-funded company to a venture-backed one, and its subsequent struggles to adapt to a larger team and distributed work environment. Ultimately, the company was unable to complete its Prodigy Teams project and had to ...

Show HN: CeLLama – Single cell annotation with local LLMs

https://raw.githubusercontent.com/CelVoxes/ceLLama/main/ceLLama_files/cellama.png
The script uses Seurat and ceLLama libraries to analyze a 10X PBMC dataset, performing quality control, normalization, and clustering, and then annotates the clusters using ceLLama. The script also generates a report and visualizes the results using DimPlot and theme_void().

Virtual Apollo Guidance Computer

https://opengraph.githubassets.com/904b6403362c89b2766f1b308ab659ef47c7713038e123902fbbe453add3bef3/virtualagc/virtualagc
The Apollo Guidance Computer (AGC) was a sophisticated computer system used in the Apollo spacecraft to navigate and control the spacecraft during lunar missions. The Virtual AGC project is an open-source emulator of the AGC, allowing users to run the original Apollo software on modern computers and study or modify the code.

Show HN: Stempad – Fast Online Scientific Writing

https://utfs.io/f/83502013-8883-4217-8f04-49bbc1987181-1nq2cb.png
The Butterfly Curve is an equation that generates a butterfly-shaped plot, discovered by Temple H. Fay in 1989. It's not to be confused with the Sextic Plan Curve, and can even be used to draw a molecule resembling the curve.

Fish in remote tank made into fractals with Video Feedback Device [video]

Show HN: ThinkPost – split-panel note taking & brainstorming app for devs

https://thinkpost.io/images/codebase/banner-cover-1.png
ThinkPost is a digital toolset for developers offering interactive split-panel diagramming, draggable block-based note-taking, and brainstorming capabilities for enhanced productivity. It allows users to organize and manage ideas, code, and math calculations across multiple panels with ease, making it a versatile tool for creative exploration and collaboration.

My Obsidian note-taking workflow

https://www.ssp.sh/blog/obsidian-note-taking-workflow/featured-image.jpg
The author shares their knowledge management workflow, which involves using Obsidian, a note-taking app, to store and connect notes in a central place, and uses Vim motions and Markdown formatting to optimize their workflow. The author's workflow has led to increased clarity and peace of mind, as well as the ability to quickly find and access notes, and has also allowed them to share their ...

SDcard wear leveling and translation layers (2014)

https://msreekan.com/wp-content/uploads/2014/01/sdcard.png?w=650
SD cards use flash memory, abstracting complexities with a translation layer, mapping virtual to physical addresses, and managing wear leveling and garbage collection. The card's firmware implements different software stacks for SPI and SD bus modes, with the boot code checking pin 1 to identify the interface and jump to the corresponding software stack.

An approach to the fundamental theory of physics

https://www.wolframphysics.org/share.png
Stephen Wolfram leads a new approach to discover the fundamental theory of physics. Follow project development as it is livestreamed.

Italy's Sun Motorway (2021)

https://www.domusweb.it/content/dam/domusweb/it/architecture/gallery/2021/07/16/lautostrada-del-sole-ha-65-anni-breve-storia-di-uninfrastruttura-deccezione/domus_autostrada_del_sole_11.jpg.foto.rmedium.jpg
The Autostrada del Sole, Italy's first highway, was built between 1956 and 1964, connecting Milan to Naples and featuring innovative engineering and architecture. The highway's construction and impact on Italian society and culture are complex and multifaceted, reflecting the country's economic boom, modernization, and contradictions.

It's not just us: Other animals change their social habits in old age

https://knowablemagazine.org/images/magazine/placeholder_img.jpg
Long-term studies of elderly deer, sheep, and macaques reveal that social connections decrease with age, with older animals preferring to spend time with fewer others. Researchers suggest that this may be due to a desire to avoid disease and parasites, as well as physical decline and reduced mobility.

Unjust content moderation at the request of Israel’s cyber unit

https://www.eff.org/files/banner_library/terror-3a-big.png
Government involvement in content moderation raises human rights concerns, particularly in the context of the Israeli-Palestinian conflict, where social media platforms have removed pro-Palestinian content and failed to remove hate speech towards Palestinians. To address these concerns, EFF urges platforms to adopt transparent and accountable content moderation practices, including involving ...

A List of companies that use Array Languages (J, K, APL, q)

https://opengraph.githubassets.com/1be8703d7c296c2e3c1a3657c5da3b449ec5ad90d305daf8a1c3a71933d063c7/interregna/arraylanguage-companies
The list provides information on companies that use array languages, including website, GitHub, locations, sector, and remote work options. The list is open to updates and corrections, and companies not listed may engage with developers through recruiting firms or other means.

What Visa earnings tell us about the state of the payments industry

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%2F14220b61-53ca-4197-b372-aaf3534cf9d8_1650x1484.png
Visa reported its Fiscal Q3 2024 results, with net revenue increasing 9.6% YoY and adjusted net income growing 9.1% YoY, driven by growth in payment volume, processed transactions, and cross-border volumes. However, the company's revenue growth is affected by currency fluctuations and client incentives, making it challenging to use Visa's revenue growth as a proxy for the health of the economy.

Share of total health spending, by percentile

https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png
1% of people are responsible for 24% of the health spending in America and 5% of people are responsible for just over half.

Why many studies wrongly claim it's healthy to drink a little alcohol

https://images.newscientist.com/wp-content/uploads/2024/07/24162933/SEI_213971230.jpg
Rigorous studies show that even small amounts of alcohol reduce life expectancy, and moderate drinking is not beneficial, despite claims from the industry. The majority of studies have methodological flaws, and only a few high-quality studies found a linear relationship between drinking and increased risk of heart disease and mortality.

An AI bot-war destroyed the online job market

https://mediaproxy.salon.com/width/1200/https://media2.salon.com/2024/07/coded_hand_passing_a_folder_1441345445_1322519736.jpg
The job market has become increasingly automated, with many job listings being fake or "ghost jobs" created by companies to gather resumes and create the illusion of growth, while also making it easier for scammers to steal personal information. The use of AI in job hunting has led to an arms race, with job seekers using AI to apply for jobs, and employers using AI to detect and reject these ...

Dining Critic Tries Nutraloaf (2010)

https://www.chicagomag.com/wp-content/archive/Chicago-Magazine/September-2010/Dining-Critic-Tries-Nutraloaf-the-Prison-Food-for-Misbehaving-Inmates/C201009-OD-Nutraloaf.jpg
Cook County Jail serves a "disciplinary loaf" called Nutraloaf, a bland, dense, and tasteless food made from a mix of ingredients, as a punishment for inmates who cause trouble. Despite being criticized as cruel and unusual punishment, Nutraloaf remains a staple in the jail, with 21 inmates having been served it since its introduction in June.

Got Ghosted names and shames companies that stop communicating

Non-Obvious Prompt Engineering Guide

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%2Ff6df0917-dfe9-4bb7-8ec5-95869c7db975_3408x1910.png
Large Language Models (LLMs) generate content by predicting the next token based on previous text, but this process can be influenced by incorrect token selection, making it difficult to correct mistakes. Prompt Engineering is the process of steering the model's behavior by providing carefully crafted prompts, examples, and instructions to increase the probability of obtaining a correct answer.

Eating Foods with Xylitol Can Be a Risk to Your Heart

https://assets.clevelandclinic.org/transform/LargeFeatureImage/1a528203-cd5f-4f0d-b40c-0fffa287593f/artificial-sweetener-1334102272
Xylitol, a sugar substitute commonly used in sugar-free foods, has been linked to an increased risk of cardiovascular events, such as heart attacks and strokes, due to its ability to enhance platelet reactivity and clotting. The risks of xylitol are particularly concerning for people with diabetes, who may be consuming high levels of xylitol without knowing it, and healthcare providers are ...

Complex systems emerge from simple rules

https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_lossy/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd848c985-8019-4407-bdf0-8d0823f1f0c5_1580x968.gif
You argue that biology emerges from chemistry, chemistry from physics, and physics from natural laws and constants, and that emergent properties arise from interactions within systems. You use the Game of Life example to illustrate emergent complexity and apply this concept to biology, AI, and human behavior, suggesting that emergent properties are unpredictable and shape the future of AI and ...

A man's brain is like a little empty attic (1887)

A person's brain is like an attic that needs to be stocked with useful knowledge, not cluttered with unnecessary information. The skillful person is selective in what they learn, prioritizing knowledge that helps them in their work and avoiding useless facts that can displace important information.

What we would've done differently in the first year of bootstrapping our company

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%2Fc608d370-c36f-4acc-b3d4-9a38c2e0c318_6000x4000.jpeg
The founders of Arno, a startup, learned valuable lessons about building a business, including the importance of content marketing, understanding users' experiences, and adopting a long-term mindset. They also emphasized the need to be frugal, track expenses, and gain a general understanding of users' experiences before building a solution, and encouraged others to learn by doing and not be ...

Schengen ain't what it used to be

https://www.savageevan.com/content/images/2024/05/Map_of_the_Schengen_Area.svg.png
The Schengen Area, meant to eliminate internal border checks, has seen a rise in temporary border reintroductions due to various threats, with over 70 instances citing migration as the reason. This has led to a new normal of rotating 6-month requests, replacing the original intention of targeted, temporary measures.

Tech companies can't find good employees, and it's their own fault

Please enable JS and disable any ad blocker

William James and a Theory of Thinking (2004) [pdf]

The paper argues that we need a new philosophy of thinking that is explicitly ethical and capable of dealing creatively with complex, wicked problems, and that this new way of thinking requires a shift away from traditional assumptions about thinking and problem-solving. The author suggests that a multiple perspective approach, inspired by William James' ideas, can help produce creative ...

How can a time traveler encrypt info so it's only decryptable after a given date

https://cdn.sstatic.net/Sites/worldbuilding/Img/apple-touch-icon@2.png?v=763f4decb9a7
A time traveler wants to create a secure key to unlock information in the 1980s, using events that are unpredictable and independent of human action, such as astronomical events, to generate the key. The key should be long and hard to fake, and the time traveler is considering using a combination of events, such as novas, to create a 256-bit key.

Fake Paper Generator

Generate realistic-looking joke research papers.

Rust for Rustaceans

https://rust-for-rustaceans.com/RustforRustaceans_cover.png
The input contains various errors and suggestions for improvement in a book, including corrections to code examples, typos, and inaccuracies in explanations. The errors and suggestions cover topics such as Rust programming, error handling, and code optimization, and aim to improve the clarity and accuracy of the book.

As the Great Salt Lake dries up, it is emitting millions of tons of of CO2

https://media.npr.org/assets/img/2022/06/29/juliana-kim_sq-dc63afd3276c8b524e7a4446a414c421bde9351e.jpg?s=100&c=85&f=jpeg
The drying Great Salt Lake in Utah is emitting massive amounts of greenhouse gases, contributing to global warming, due to water diversions and population growth. The lake's desiccation is releasing 4.1 million tons of CO2 equivalent to the annual emissions of 140 commercial planes, posing concerns for Utah's environment and residents.

Temu's email unsubscribe page claims your Wi-Fi is disconnected

https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png
wtf Temu's email unsubscribe link goes to a webpage that says your WiFi is disconnected

An ordinary day with a Linux mobile device

You use a Linux mobile device, postmarketOS, for tasks like listening to the radio, reading news, and playing music, with a custom shell script and SXMO graphical environment. The device works reliably, with some minor issues like low volume and noise on wired headphones, but overall it meets your needs for a non-communication device.

400% increase in GPS spoofing – workgroup established

https://ops.group/blog/wp-content/uploads/2024/07/gps-spoofing-data-1-1024x501.jpg
GPS spoofing has increased significantly, affecting 900 daily flights and causing flight safety concerns, with the number of locations where spoofing is active rising from three to over ten. A GPS Spoofing Workgroup has been established to address the issue, collecting data, surveying flight crews, and producing a community report to support discussions at the 14th ICAO Air Navigation Conference.

Can the moon influence human health? New research

https://i.natgeofe.com/n/0732c17b-0ca6-4ee3-bbb5-8ed551e800d9/NationalGeographic_2790273.jpg
Researchers have found evidence that the lunar cycle has a subtle influence on human sleep, menstruation, and mental illnesses, contradicting previous studies that found no correlation. The findings suggest that humans may be able to sense changes in the lunar cycle, which could have implications for understanding human health and developing new treatments for conditions related to sleep.

Local library has decades old server running,and they don't know what it's doing

Register or sign in with developer credentials and ensure a unique and descriptive User-Agent to access the script or application. If blocked, try changing back to default or file a ticket to discuss alternative access methods.

A plot of all objects in the universe (2023)

https://kottke.org/cdn-cgi/image/format=auto,fit=scale-down,width=1200,metadata=none/plus/misc/images/plot-of-all-objects.jpg
A chart in the American Journal of Physics attempts to show every object in the Universe in a 2D plot, including humans, whales, and galaxies. The chart's authors suggest that the Universe may be a black hole, sparking intrigue and curiosity about the meaning behind the plot.

Why the future of AI is neurosymbolic. (A rare optimistic post from Gary Marcus)

https://substackcdn.com/image/fetch/w_120,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3d2289af-43ea-48ad-8395-d9b73a20de90_596x882.webp
The author believes that the generative AI bubble will burst within the next 12 months due to its limitations, including its inability to reason and verify its own work, and that a renaissance in AI will follow with new techniques that address its failings. The author advocates for neurosymbolic AI, which combines neural networks with symbolic systems, and sees Google DeepMind's recent work ...

Hiding in plain sight: Modifying process names in Unix-like systems

https://doubleagent.net/content/images/size/w2000/2024/04/morris.png
The post explores the technique of dynamically modifying process names in UNIX-like systems, including Linux, BSD, and Solaris, and discusses various methods to achieve this, including overwriting argv, using prctl, and modifying the memory map. The post also delves into the internal data structures and mechanisms at play, including task_struct, mm_struct, and vm_area_struct, and discusses ...

Alzheimer's blood test catches 90% of early dementia cases, study finds

https://media.cnn.com/api/v1/images/stellar/prod/05-gupta-alzheimer-essay-cnn.jpg?c=16x9&q=w_1280,c_fill
A new study found a combined blood test for cognitive decline has a 90% accuracy rate in determining whether memory loss is due to Alzheimer's disease, outperforming neurologists and primary care doctors. The test measures tau protein 217, which is an excellent indicator of amyloid pathology, and could potentially be used in primary care physician's offices to diagnose Alzheimer's disease.

Understanding Airflow DAG and Task Concurrency on Google Cloud Composer

https://storage.googleapis.com/gweb-cloudblog-publish/images/1_YvbTNtk.max-1900x1900.png
Cloud Composer is a managed workflow orchestration service built on Apache Airflow that enables users to author, schedule, and monitor pipelines, and understanding concurrency strategies is essential for optimizing resource utilization, improving scalability, and improving fault-tolerance. The guide provides an overview of Airflow concurrency, including worker concurrency, DAG concurrency, ...

A Time Traveler's Guide to the Stock Market

https://sherwoodnews.imgix.net/GettyImages-530795362.jpg?auto=compress%2Cformat&cs=srgb&fit=max&w=3840
You've traveled back to 1925 and have an hour to invest in the stock market before returning to 2024. According to a University of Arizona finance professor's study, the top-performing stocks over the past century were mostly in the cigarette and asphalt industries, with Altria Group and Vulcan Materials leading the list.

Facts about hardware are not copyrightable

Hardware devices are not considered creative works and are protected by patent rights, not copyright, making PCB layouts, circuit netlists, and IC masks non-copyrightable. Only firmware and specific chip designs may be protected by copyright, while knowledge about hardware and register names are not copyrightable and can be freely shared and used.

More Than Half of Teslas Are Being Traded in for Gas Cars

Nasa nears decision on what to do with Boeing's Starliner spacecraft

https://cdn.arstechnica.net/wp-content/uploads/2024/07/53850328598_68abd7a7e3_k-800x533.jpg
Astronauts Butch Wilmore and Suni Williams have been in space for 51 days, longer than planned, due to issues with Boeing's Starliner spacecraft's propulsion system, including overheated thrusters and helium leaks. NASA and Boeing plan to test the thrusters in orbit this weekend to ensure they can safely return the astronauts to Earth, with a backup plan to use a SpaceX Crew Dragon spacecraft ...

TikTok collected US user views on issues like abortion and gun control

https://dims.apnews.com/dims4/default/905b94d/2147483647/strip/true/crop/5370x3577+0+1/resize/599x399!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F%5B8%2F0%2C%2F%2019%2C%20-20%2C%20-81%2C%202%2C%206%2C%20-2%2C%2082%2C%2093%2C%20-7%2C%202%2C%20125%2C%2066%2C%20112%2C%20-28%2C%20116%2C%2074%2C%2035%2C%2040%2C%2091%2C%20-40%2C%2089%2C%2021%2C%20-128%2C%20-53%2C%2032%2C%20-81%2C%2097%5D%2F8bee0731f2d74c299b0649e55da96143
The US Justice Department accuses TikTok of collecting bulk user data on divisive social issues and storing it on Chinese servers, potentially allowing Chinese authorities to access it. The government is seeking to ban TikTok if it doesn't break ties with its Beijing-based parent company ByteDance, citing national security concerns and the potential for "covert content manipulation" by the ...

Up to 90% of my code is now generated by AI

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%2F42b6550b-976c-4000-97e4-acb6bb8ea7fd_2216x1242.png
The author, a senior full-stack developer, has been using large language models (LLMs) since 2021 and has found that they can generate up to 90% of their code, changing the way they create software. The author focuses on exploring the opportunities offered by current and next-generation LLMs, and shares their experiences and knowledge on using LLMs in various applications and tools.

CrowdStrike offers partners $10 vouchers to say sorry – and they don't work

https://e3.365dm.com/24/07/192x108/skynews-doctor-surgery-computer_6631750.jpg?20240719110837
CrowdStrike, the firm behind the global IT outage, gave $10 food vouchers to its staff and partners as a gesture of apology for the extra workload caused by the outage. The outage, caused by a faulty software update, affected 8.5 million devices and resulted in estimated financial losses of $5.4 billion for US Fortune 500 companies.

Avoid ISP Routers

https://www.routersecurity.org/pix/isp.box.hacking.sm.jpg
Using an ISP-provided router can compromise your security and privacy, as they often prioritize convenience over security and may install devices with default passwords, backdoors, and vulnerabilities. It is recommended to purchase and use your own router and modem to maintain control over your network and ensure your security and privacy.

Four co's are hoarding billions worth of Nvidia GPU chips. Meta has 350K of them

https://sherwoodnews.imgix.net/mwphzyq69oso/en-US/assets/files/2153580520_chief-ai-scientist-at-meta-yann-le-cun-takes-part-in-a-debate-at-the-vivatech-technology.jpg?ar=3%3A2&fit=crop&auto=compress%2Cformat&cs=srgb&w=3840
Meta's Llama 3.1 AI model was trained using 16,000 Nvidia H100 GPUs, costing up to $640 million. The H100 is in high demand, with companies like Meta, Tesla, and OpenAI stockpiling them for AI training, and some even renting them out to startups.

Ask HN: How do you choose a hostname for personal devices?

You're seeking a new hostname theme after naming PCs after CPUs, rivers, and places. You've used various themes, including elements, plants, animals, and sci-fi authors, and are open to suggestions for a new theme.

Logging C function calls with cosmopolitan Libc (2022)

https://worker.jart.workers.dev/sectorlisp2/lemuria.png
The Cosmopolitan Libc runtime has a --ftrace flag that logs C function calls, allowing for easy debugging and tracing of program execution. The flag is particularly useful for identifying latency issues and pinpointing the source of problems, and can be used with various programming languages, including Python, Lua, and QuickJS.

Neuroscientists Battle Furiously over Jennifer Aniston

https://media.npr.org/assets/img/2012/03/30/tri_1_custom-ad50159ae8060d861f546a201cd6c2d1ec6fde9a.jpg?s=1100&c=50&f=jpeg
Jennifer Aniston has a specific neuron in the brain that flashes when people see her pictures, and this phenomenon has been observed in multiple individuals. Neuroscientists are debating whether a brain map can be created to understand how memories are formed and stored, with some arguing it's possible and others calling it a waste of money.

Greaseweazle: Tools for accessing a floppy drive at the raw flux level

https://raw.githubusercontent.com/wiki/keirf/greaseweazle/assets/banner2.jpg
Greaseweazle is an Open Source USB device for reading and writing floppy disk data. The host tools can be downloaded and run on Windows, or installed on macOS/Linux using Python Pipx.

Apple Intelligence to Miss Initial iOS 18 Launch

https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iZ3Hc9OlhuJs/v1/-1x-1.jpg
Apple's AI features, Apple Intelligence, will be delayed and arrive in October, rather than with the initial iOS 18 and iPadOS 18 releases in September. The delay gives the company more time to fix bugs, with the features rolling out as part of software updates starting in October.

Low-cost open-source active electrode to measure EEG

https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img,w_300,h_283/https://pieeg.com/wp-content/uploads/2024/07/1721159379601-removebg-preview-1-300x283.png
A small, accurate active electrode is being developed, featuring analog circuitry and a compact design with a 20mm diameter. The device includes a low-noise power supply, amplifier, and ADC for measuring EEG, EMG, and EKG signals, and is open-source and low-cost.

Rent control effects: An almost complete review of the literature

https://sdfestaticassets-us-east-1.sciencedirectassets.com/prod/47597c0b440d07fded8b57c092150e73de378b64/image/elsevier-non-solus.png
Rent control slows rent growth but has adverse effects on society, according to a large empirical literature review. The policy's effectiveness and drawbacks were presented at workshops in Berlin and Rennes, with funding from the European Union's Horizon 2020 and Horizon Europe programs.

What Was Cyberpunk? In Memoriam: 1980-2020 (2020)

The insert credit forums are a place to talk about video games for anyone who has thought, "but really, who will care about this specific thing I like?"

Dual-action antibiotic could make bacterial resistance nearly impossible

https://today.uic.edu/wp-content/uploads/2024/07/IMG_3705-441x406.jpg
A new antibiotic, macrolone, works by disrupting two cellular targets, making it nearly impossible for bacteria to evolve resistance. Macrolones combine the structures of two widely used antibiotics, targeting protein production and DNA structure, and can bind to and block ribosomes in resistant bacterial strains.

Compare 75 AI Models on 200 Prompts Side by Side

1. You've provided a wide range of prompts, including humorous and thought-provoking questions, requests for creative writing, and technical tasks. Many of these prompts are designed to test my language understanding and generation capabilities.

50th anniversary of Vannevar Bush's passing

https://thetech.com/assets/logo-edbf50e7afc668307f5a85b80743bedf24fe92e213cee81d8099b3afb828ca8b.png
The author reflects on the 50th anniversary of Vannevar Bush's passing, highlighting his significant influence on MIT and global history, despite controversy surrounding his role in the Manhattan Project and defense complex. The author argues that it's time for the Institute to collectively introspect on its relationship with Bush's legacy and its impact on scientific research and national policy.

I will not do you a quick favour

https://sebs.website/img/quick-favour.webp
As a software developer, the author feels trapped providing free labor to friends and family, who underestimate the work involved in tech tasks, leading to frustration and feeling overwhelmed. The author has learned to say no directly, finding it the most effective way to set boundaries and avoid stress, despite initial discomfort.

Privacy Guides Adds New "Hardware Recommendations" Section

https://www.privacyguides.org/en/assets/img/social/basics/hardware.png
Hardware security is often overlooked in discussions about privacy, but it is crucial to ensure that all devices are supported by manufacturers and developers with ongoing security updates. Additionally, users should consider features such as TPM, biometrics, and firmware updates to enhance the security of their devices.

Stanhope (optical bijou)

https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Stanhope_Diagram.png/260px-Stanhope_Diagram.png
René Dagron invented the Stanhope lens in 1857, allowing people to view microphotographs without a microscope by attaching the microphotograph to a modified Stanhope lens. The invention was a success, with Dagron's factory producing 12,000 units a day by 1862 and the devices being exhibited at international fairs and exhibitions.

Rent Control Reduces New Development: Bug or Feature?

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.

The CMD FD-4000 Floppy Drive's Can Convert Disks from HD (1.4MB) to ED (3.2MB)

https://www.amigalove.com/download/file.php?id=8621&sid=cea0c161d0fd501f782d1f423afebb1f
The CMD FD-4000 floppy drive can convert common 1.4MB HD disks to 3.2MB ED disks, allowing Commodore 8-bit machines to use larger storage capacity. The process requires drilling a hole, covering the original hole, and using CMD software, but may require cleaning the drive heads for successful conversion.

Office Space (2006)

The author, Aaron, is struggling to adapt to the new corporate environment at Wired, where he feels suffocated by the noise, lack of autonomy, and bureaucratic policies. He is considering quitting and starting his own project, but is torn between his desire for independence and the financial security offered by his current job.

Terminator: What's in a Name? (2015)

The Terminator project has been stuck on GTK2 for a long time, but a GTK3 port is now available, with some known issues that need to be fixed. The project is planning to release a new version, with a focus on stability and bug fixes, and is considering making GTK3 the default version in the future.