Feed aggregator
Stress can disrupt memory and lead to needless anxiety
Article URL: https://www.nature.com/articles/d41586-024-03724-4
Comments URL: https://news.ycombinator.com/item?id=42200386
Points: 2
# Comments: 0
DeepSeek launches o1-preview style reasoning model: R1-Lite-Preview
Article URL: https://api-docs.deepseek.com/news/news1120
Comments URL: https://news.ycombinator.com/item?id=42200361
Points: 1
# Comments: 0
Security means securing people where they are
Article URL: https://blog.yossarian.net/2024/11/18/Security-means-securing-people-where-they-are
Comments URL: https://news.ycombinator.com/item?id=42200328
Points: 2
# Comments: 0
The 5 Perfect Foods for Your Microwave Oven
The Contribution of High-Skilled Immigrants to Innovation in the United States [pdf]
Article URL: https://www.nber.org/system/files/working_papers/w30797/w30797.pdf
Comments URL: https://news.ycombinator.com/item?id=42200272
Points: 1
# Comments: 0
'The Simpsons': Milhouse Voice Actor Pamela Hayden Retires
Article URL: https://www.hollywoodreporter.com/tv/tv-news/the-simpsons-milhouse-voice-actor-pamela-hayden-retiring-1236067689/
Comments URL: https://news.ycombinator.com/item?id=42200271
Points: 1
# Comments: 0
USCC recommends a Manhattan Project for AGI, claiming race against China
Article URL: https://www.lesswrong.com/posts/KPBPc7RayDPxqxdqY/china-hawks-are-manufacturing-an-ai-arms-race
Comments URL: https://news.ycombinator.com/item?id=42200268
Points: 1
# Comments: 0
Retrieval Augmented Generation in Practice: Building Search for Connected Notes
Article URL: https://nsavage.substack.com/p/retrieval-augmented-generation-in
Comments URL: https://news.ycombinator.com/item?id=42200267
Points: 1
# Comments: 0
Maurizio Cattelan's duct-taped banana artwork fetches $5.2M at New York auction
Mathematical Thinking Isn't What You Think It Is
Article URL: https://www.quantamagazine.org/mathematical-thinking-isnt-what-you-think-it-is-20241118/
Comments URL: https://news.ycombinator.com/item?id=42200209
Points: 1
# Comments: 0
Testing a therapists listing crawler beta in NY
Article URL: https://www.sana.so/
Comments URL: https://news.ycombinator.com/item?id=42200204
Points: 1
# Comments: 0
Utah is embracing its news NHL team. But is the frenzy sustainable?
Article URL: https://www.theguardian.com/sport/2024/nov/05/utah-is-embracing-its-news-nhl-team-but-is-the-frenzy-sustainable
Comments URL: https://news.ycombinator.com/item?id=42200165
Points: 1
# Comments: 0
Why everyone missed solar's exponential growth
Article URL: https://www.exponentialview.co/p/the-forecasters-gap
Comments URL: https://news.ycombinator.com/item?id=42200149
Points: 2
# Comments: 1
Objc2 – Safe Rust bindings for Apple's Objective-C frameworks
Article URL: https://github.com/madsmtm/objc2
Comments URL: https://news.ycombinator.com/item?id=42200123
Points: 2
# Comments: 0
We Open-Sourced Our Compost Monitoring Tech – Hack It for Your Own Projects
Article URL: https://github.com/gtls64/MontyHome-Hackers-Guide
Comments URL: https://news.ycombinator.com/item?id=42200099
Points: 2
# Comments: 1
20d10 used to seed Pennsylvania election recount
Article URL: https://pacast.com/m?p=26873
Comments URL: https://news.ycombinator.com/item?id=42200073
Points: 1
# Comments: 2
Scientific Advertising, Claude C. Hopkins (1923)
Article URL: https://www.loc.gov/item/23009362/
Comments URL: https://news.ycombinator.com/item?id=42200066
Points: 1
# Comments: 0
Ask HN: What are the nice feature you need in a programming language?
I'm developing a programming language, the keywords and features mostly based on Swift 5 but some additional features like,
1. async function will be called from no async function but no async/await keyword. If you want to block main thread then block_main() function will be used. block_main() /* operations / unblock_main()
2. protocol can inherit another protocol(s) & protocol can confirm a class like swift.
3. no `let`. only `var`. compiler can optimize further.
4. if (a == (10 || 20 || 30) || b == a) && c { } 5. is replaced to x for mul operations.
What are the features you found or you need in a programming language?
Comments URL: https://news.ycombinator.com/item?id=42200056
Points: 2
# Comments: 3
Simple CSS only toggleable switch component for LiveView
Article URL: https://morphic.pro/posts/add-a-switch-to-your-liveview-core-components
Comments URL: https://news.ycombinator.com/item?id=42200039
Points: 1
# Comments: 0