Hacker News
Next-level frosted glass with backdrop-filter
Article URL: https://www.joshwcomeau.com/css/backdrop-filter/
Comments URL: https://news.ycombinator.com/item?id=42302907
Points: 1
# Comments: 0
Tenstorrent closes $693M+ of Series D funding led by Samsung
Article URL: https://tenstorrent.com/vision/tenstorrent-closes-693m-of-series-d-funding-led-by-samsung-securities-and-afw-partners
Comments URL: https://news.ycombinator.com/item?id=42302876
Points: 1
# Comments: 0
Getting Started with SurrealDB 2 and Axum for Web Development
Article URL: https://spacedimp.com/blog/using-rust-axum-surrealdb-to-build-a-webapp/
Comments URL: https://news.ycombinator.com/item?id=42302864
Points: 1
# Comments: 1
Ask HN: Is 100% recall search over private data solvable?
I have been working on AI products for some time, and there is always a RAG / search component to build.
With the plethora of tools out there by now, it's now pretty instinctive to set up with a basic stack.
However, I did see feedback from end users mentioning the search part didn't provide good results. And I also saw several engineering teams going from a standard stack to something way more complex.
Also, there always seems to be edge cases where hybrid search doesn't cut it. (Like asking "search for contracts that DO NOT mention a termination fee" for example).
I'm curious to understand what the community thinks about retrieval systems:
- is it still considered to be a hard problem? - are teams actively trying to solve it, if so how? - will we ever have a system that basically can find any information across any corpus even with minimal indications from users?
Comments URL: https://news.ycombinator.com/item?id=42302820
Points: 1
# Comments: 0
Art Cashin, New York Stock Exchange fixture for decades, dies at age 83
Article URL: https://www.cnbc.com/2024/12/02/art-cashin-new-york-stock-exchange-fixture-for-decades-dies-at-age-83.html
Comments URL: https://news.ycombinator.com/item?id=42302802
Points: 3
# Comments: 0
Show HN: Yeet a cube, an example of AI-powered UX
A web app that lets you yeet a cube with a natural language request rather than by pressing a button.
The code is available at https://github.com/rellfy/yeet-the-cube
The AI part is done as a plugin that defines the yeet function and is uploaded to asterai.io which hosts the AI agent. Messages are received in the front-end and decoded with protobuf. Once the yeet request is identified a function is called to yeet the cube with three.js.
So this example is serverless (hosted on vercel and asterai for the AI agent), meaning there's no need to manage any server code to implement AI-powered UX use cases such as this (very important) one.
Comments URL: https://news.ycombinator.com/item?id=42302789
Points: 2
# Comments: 0
Jaguar Type 00 press release
Article URL: https://media.jaguar.com/news/2024/12/jaguar-unveils-type-00-unmistakable-unexpected-dramatic
Comments URL: https://news.ycombinator.com/item?id=42302785
Points: 2
# Comments: 0
Lessons I learned working at an art gallery
Article URL: https://www.henrikkarlsson.xyz/p/art-gallery
Comments URL: https://news.ycombinator.com/item?id=42302784
Points: 3
# Comments: 0
ChatGPT refuses to say one specific name – and people are worried
Article URL: https://www.independent.co.uk/tech/chatgpt-david-mayer-open-ai-name-glitch-b2657723.html
Comments URL: https://news.ycombinator.com/item?id=42302748
Points: 3
# Comments: 2
Demo: Decoupled Momentum Optimization
Article URL: https://arxiv.org/abs/2411.19870
Comments URL: https://news.ycombinator.com/item?id=42302747
Points: 1
# Comments: 0
A comprehensive list of 2024 tech layoffs
Article URL: https://techcrunch.com/2024/12/02/tech-layoffs-2024-list/
Comments URL: https://news.ycombinator.com/item?id=42302744
Points: 2
# Comments: 0
Tricks for DPO Tuning a Code LLM, Part 1: Logit Curriculum Learning
Article URL: https://brianfitzgerald.xyz/dpo-pruning/
Comments URL: https://news.ycombinator.com/item?id=42302741
Points: 1
# Comments: 0
Population-Based Model Merging via Quality Diversity
Article URL: https://sakana.ai/cycleqd/
Comments URL: https://news.ycombinator.com/item?id=42302729
Points: 1
# Comments: 0
Unlock Hidden Sales Opportunities: How to Turn Social Media Leads into Customers
Article URL: https://leadsift.co
Comments URL: https://news.ycombinator.com/item?id=42302701
Points: 1
# Comments: 1
The Next Platform
Article URL: https://www.macchaffee.com/blog/2024/the-next-platform/
Comments URL: https://news.ycombinator.com/item?id=42302691
Points: 1
# Comments: 0
2025 will be a bad year for remote work
Article URL: https://www.computerworld.com/article/3613161/2025-will-be-a-bad-year-for-remote-work.html
Comments URL: https://news.ycombinator.com/item?id=42302686
Points: 2
# Comments: 0
Distributed Erlang
Article URL: https://vereis.com/posts/disterl_inbox
Comments URL: https://news.ycombinator.com/item?id=42302673
Points: 1
# Comments: 0
How a middle schooler found a new compound in a piece of goose poop
Article URL: https://phys.org/news/2024-12-middle-schooler-compound-piece-goose.html
Comments URL: https://news.ycombinator.com/item?id=42302658
Points: 2
# Comments: 0
Korea arrests CEO for adding DDoS feature to satellite receivers
Article URL: https://www.bleepingcomputer.com/news/security/korea-arrests-ceo-for-adding-ddos-feature-to-satellite-receivers/
Comments URL: https://news.ycombinator.com/item?id=42302651
Points: 3
# Comments: 0
Ask HN: New Resources for Learning Complexity Theory
A few years ago in 2021, I put together a guide to resources for learning computational complexity theory at the graduate level [0]. Think time and space complexity, hierarchy theorems, and circuit complexity.
For video lectures, for instance, I recommended Ryan O’Donnell undergraduate [1] and graduate classes [2] at CMU. To keep this up to date, I want to add more options for lecture notes and videos.
Have you worked through a new book or a recent set of lectures that were helpful?
[0]: https://bcmullins.github.io/complexity_theory_resources/
[1]: https://www.youtube.com/playlist?list=PLm3J0oaFux3YL5vLXpzOyJiLtqLp6dCW2
[2]: https://www.youtube.com/playlist?list=PLm3J0oaFux3b8Gg1DdaJOzYNsaXYLAOKH
Comments URL: https://news.ycombinator.com/item?id=42302591
Points: 2
# Comments: 0