frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scientists make sense of shapes in the minds of the models

https://www.foommagazine.org/scientists-make-sense-of-shapes-in-the-minds-of-the-models/
1•mordecwhy•37s ago•1 comments

We're learning more about what Vitamin D does to our bodies

https://www.technologyreview.com/2025/11/21/1128206/vitamin-d-bodies-bone-health-immune/
1•Brajeshwar•1m ago•0 comments

A real-time stream of anonymous human thoughts

https://cloudly.cc
1•98469056•1m ago•0 comments

Inside the deal-making power of the F-35: A weapon, a network, strategic lock-in

https://timesofindia.indiatimes.com/world/us/inside-the-deal-making-power-of-the-f-35-a-weapon-a-...
1•rustoo•1m ago•0 comments

UN Convention Against Torture–Findings Re Albania, Argentina, Bahrain and Israel

https://tbinternet.ohchr.org/_layouts/15/treatybodyexternal/SessionDetails1.aspx?SessionID=2844&L...
1•treetalker•1m ago•1 comments

How and Why You Should Cut Your Social Media Usage

https://www.samstack.io/p/how-and-why-you-should-cut-your-social
1•paulpauper•1m ago•0 comments

N.Y. Law Could Set Stage for A.I. Regulation's Next 'Big Battleground'

https://www.nytimes.com/2025/11/29/nyregion/personalized-surveillance-pricing-ai-new-york.html
1•mitchbob•3m ago•1 comments

Experts warn of growing risk of 'ChatGPT psychosis' among AI chatbot users

https://techoreon.com/ai-chatgpt-psychosis-delusion-among-chatbot-users-experts/
1•ashishgupta2209•3m ago•0 comments

Auditing Large-Scale GCP Environments with InSpec/CINC

https://www.alexbilz.com/post/2025-11-18-auditing-gcp-with-inspec/
1•ninefinger•4m ago•1 comments

I measure my cortisol from sweat using a hacked-together device

https://www.reddit.com/r/Biohackers/s/lSS8Z42oWq
1•hentrep•4m ago•0 comments

His Very Variousness: Benjamin Franklin's Experiments

https://www.lrb.co.uk/the-paper/v47/n22/ferdinand-mount/his-very-variousness
1•jger15•5m ago•0 comments

I used an algorithm to see every inch of my neighborhood

https://youtu.be/hjuu-w2sK2g
1•dbsdev•5m ago•0 comments

How much do I owe in taxes?

https://taxquarterly.com/
1•vetraxneo_apps•6m ago•1 comments

FAA issues airspace warning for the SVZM FIR

https://safeairspace.net/venezuela/
1•ByteBlaster•7m ago•0 comments

Openreview Statement Regarding API Security Incident

https://openreview.net/forum/user%7Cstatement_regarding_api_security_incident
1•sieste•11m ago•0 comments

Individual and well-being factors associated w chatbot usage: A 6-country study

https://journals.sagepub.com/doi/10.1177/02654075251392956
1•DrierCycle•12m ago•0 comments

I'm a Concert Pianist. This Is Why I Seek Imperfection.

https://www.nytimes.com/2025/11/29/opinion/pianist-music-performance-perfection.html
1•mitchbob•12m ago•1 comments

Schubfach: The smallest double-to-string implementation

https://vitaut.net/posts/2025/smallest-dtoa/
2•todsacerdoti•14m ago•0 comments

Setting a wallpaper with less than 250 Kb

https://www.lgfae.com/posts/2025-11-21-SettingAWallpaperWithLessThan250KB.html
1•todsacerdoti•16m ago•0 comments

Bikeshedding, or why I want to build a laptop

https://geohot.github.io//blog/jekyll/update/2025/11/29/bikeshedding-or-laptop.html
1•lairv•18m ago•1 comments

Show HN: Rhubarb – C89 Libraries in Latin

https://github.com/farant/rhubarb
1•water_badger•21m ago•0 comments

Problematic USB NVMe SSD Enclosure? Disable Linux USB Attached Storage (UAS)

https://leo.leung.xyz/wiki/How_to_disable_USB_Attached_Storage_(UAS)
1•transpute•22m ago•0 comments

The Ukachi Universal Law of Transformation Energy

https://zenodo.org/records/17756265
1•tressp•22m ago•1 comments

How do you learn without AI?

https://stackoverflow.com/q/79832798/453783
1•robin_reala•23m ago•1 comments

B 4 a Soyuz launch Thursday someone forgot to secure a 20 ton service platform

https://arstechnica.com/space/2025/11/russian-launch-pad-incident-raises-concerns-about-future-of...
2•sleepyguy•26m ago•0 comments

Video Friday: Disney's Robotic Olaf Makes His Debut

https://spectrum.ieee.org/video-friday-disney-robot-olaf
1•quapster•28m ago•0 comments

Show HN: Auth Agent – the first agent-native auth flow for websites. Check out

https://github.com/auth-agent/auth-agent
2•hkpatel•32m ago•0 comments

China claims domestically-designed 14nm logic chips can rival 4nm Nvidia silicon

https://www.tomshardware.com/tech-industry/semiconductors/china-claims-14nm-ai-chip-can-rival-nvi...
2•themgt•34m ago•0 comments

My data should not be your cookie jar

https://blog.avas.space/cookie-jar/
1•curioussquirrel•37m ago•0 comments

Show HN: Lifetime Black Friday Deals (Mega List)

https://www.blackfridaydeals.directory
2•bfdd•37m ago•0 comments
Open in hackernews

macOS Malware Development II

3•0xf00sec•6mo ago
This article is a deep technical dive into custom macOS malware development, centered on building a self-mutating loader using Mach-O internals and native Darwin APIs. It details the architecture of a polymorphic engine divided into two phases: a parent process responsible for payload mutation and re-encryption, and a mutant process that executes the evolved code. The piece explores techniques such as fileless execution, runtime mutation, in-memory encryption, and command-and-control via dead-drop, all implemented entirely through native APIs and low-level Mach-O manipulation.

https://0xf00sec.github.io/0x22