Hacker News
Supershy: Crossbreed between anonymity of Tor and speed of VPN
Article URL: https://github.com/AndrusAsumets/supershy-client
Comments URL: https://news.ycombinator.com/item?id=41997408
Points: 1
# Comments: 0
EU AI Act is much more insane than you think
Article URL: https://www.siliconcontinent.com/p/the-strange-kafka-world-of-the-eu
Comments URL: https://news.ycombinator.com/item?id=41997405
Points: 3
# Comments: 0
Apple Updates the MacBook Pro with M4 Pro and M4 Max Chips
Article URL: https://www.theverge.com/2024/10/30/24270706/apple-macbook-pro-m4-pro-max-14-16-announcement-specs
Comments URL: https://news.ycombinator.com/item?id=41997403
Points: 3
# Comments: 1
Video Game Pitch Decks
Article URL: https://plus.gamediscover.co/pitch-decks/
Comments URL: https://news.ycombinator.com/item?id=41997399
Points: 1
# Comments: 0
Imposters stole pounds of posh cheddar, rattling U.K. cheese world
Article URL: https://www.npr.org/2024/10/28/nx-s1-5168356/cheddar-cheese-stolen-neals-yard-dairy
Comments URL: https://news.ycombinator.com/item?id=41997373
Points: 1
# Comments: 1
Urgent recall of baby powder that may cause cancer and was sold in 35 states
Article URL: https://www.dailymail.co.uk/health/article-14019907/baby-power-recall-cancer-risk.html
Comments URL: https://news.ycombinator.com/item?id=41997371
Points: 1
# Comments: 0
Interesting Deep Learning Research Pattern [video]
Article URL: https://www.youtube.com/watch?v=kG-KUn1Ch14
Comments URL: https://news.ycombinator.com/item?id=41997362
Points: 1
# Comments: 0
Quality Means the Flexibility to Change
Article URL: https://blog.jim-nielsen.com/2024/easy-changes/
Comments URL: https://news.ycombinator.com/item?id=41997360
Points: 1
# Comments: 0
Building successful multi-tenant RAG applications
Article URL: https://www.thenile.dev/blog/multi-tenant-rag
Comments URL: https://news.ycombinator.com/item?id=41997351
Points: 1
# Comments: 0
Refusals (LLM Leaderboard)
Article URL: https://mandoline.ai/leaderboards/refusals
Comments URL: https://news.ycombinator.com/item?id=41997316
Points: 1
# Comments: 0
Alleged North Korean Lazarus tried to hack me and target devs
Article URL: https://iard.solutions/blog/unveiling-lazarus-sophisticated-cryptocurrency-theft-scheme/
Comments URL: https://news.ycombinator.com/item?id=41997312
Points: 5
# Comments: 0
MacBook Pro Now Features Up to 24 Hours Battery Life–Longest Ever in a Mac
Article URL: https://www.macrumors.com/2024/10/30/macbook-pro-longest-ever-battery-life/
Comments URL: https://news.ycombinator.com/item?id=41997307
Points: 1
# Comments: 0
The Cautionary Tales of Szilárd and Ellsberg
Show HN: Modus, serverless framework for intelligent APIs powered by WebAssembly
Modus is an open-source, serverless framework for building APIs powered by WebAssembly. It simplifies integrating AI models, data, and business logic with sandboxed execution.
We built Modus to put code back at the heart of development.
You write a function.
export function sayHello(name: string): string { return `Hello, ${name}!`; } Then, Modus:
- extracts the metadata of your functions - compiles your code with optimizations based on the host environment - caches the compiled module in memory for fast retrieval - prepares an invocation plan for each function - extracts connections, models, and other configuration details from the app’s manifest - generates an API schema and activates the endpoint
You query the endpoint.
query SayHello { sayHello(name: "world") } In a few milliseconds, Modus:
- loads your compiled code into a sandboxed execution environment with a dedicated memory space - runs your code, aided by host functions that power the Modus APIs - securely queries data and AI models as needed, without exposing credentials to your code - responds via the API result and releases the execution environment
Now you have a production ready scalable endpoint for your AI-enabled app. AI-ready when you’re ready. Launch and iterate.
Read more in the announcement blog post: https://hypermode.com/blog/introducing-modus-code-first-inte...
Come join our Discord, we’d love to hear your feedback: https://discord.hypermode.com
Follow us on GitHub: https://github.com/hypermodeinc/modus
Modus docs: https://docs.hypermode.com/modus
Modus quickstart video: https://youtu.be/3CcJTXTmz88
Comments URL: https://news.ycombinator.com/item?id=41996682
Points: 1
# Comments: 0
Miracle tiling Wayland window manager
Article URL: https://miracle-wm.org
Comments URL: https://news.ycombinator.com/item?id=41996678
Points: 1
# Comments: 0
Code a Simple RAG from Scratch – Hugging Face Community Article
Article URL: https://huggingface.co/blog/ngxson/make-your-own-rag
Comments URL: https://news.ycombinator.com/item?id=41996673
Points: 1
# Comments: 0
Inflammation, olfactory loss are associated with at least 139 medical conditions
Article URL: https://www.frontiersin.org/journals/molecular-neuroscience/articles/10.3389/fnmol.2024.1455418/full
Comments URL: https://news.ycombinator.com/item?id=41996667
Points: 1
# Comments: 0
Jumping spider craves for a diet of human blood, and she loves our smell
Article URL: https://en.wikipedia.org/wiki/Evarcha_culicivora
Comments URL: https://news.ycombinator.com/item?id=41996655
Points: 1
# Comments: 0
Cloud-Native Databases and Unikernels: OS Abstractions for Modern Hardware [pdf]
Article URL: https://www.vldb.org/pvldb/vol17/p2115-leis.pdf
Comments URL: https://news.ycombinator.com/item?id=41996647
Points: 1
# Comments: 0
Designing for Gen Z: Expectations and UX Guidelines
Article URL: https://www.smashingmagazine.com/2024/10/designing-for-gen-z/
Comments URL: https://news.ycombinator.com/item?id=41996632
Points: 1
# Comments: 0