frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to get into SWE as a new grad

https://www.chaidhat.com/how-to-get-into-swe-as-a-new-grad
1•chaidhat•18s ago•0 comments

Phantom Drive: open-source USB with encrypted partition unlocked via text file

https://www.tomshardware.com/pc-components/usb-flash-drives/open-source-stealth-usb-hides-an-encr...
1•sbulaev•1m ago•0 comments

Quake on the Game Boy Advance [video]

https://www.youtube.com/watch?v=R43k-p9XdIk
1•nailer•10m ago•0 comments

Turn satellite imagery into a paper globe you fold yourself

https://foldingglobes.com/
2•dango2506•10m ago•0 comments

Samsung Browser for Desktop

https://browser.samsung.com/
1•namjh•18m ago•0 comments

Canoeboot – Special Fork of Coreboot / Libreboot

https://canoeboot.org/
1•peter_d_sherman•20m ago•1 comments

Show HN: Weather balloon to the stratosphere with a Raspberry Pi computer

https://github.com/stratopi-org/stratopi
2•nodesocket•23m ago•0 comments

The Gaming Market Is Starting to Break (Comprehensive) [video]

https://www.youtube.com/watch?v=Eo5w2S-h5dI
1•sudo_cowsay•25m ago•0 comments

Goofball trivia about cracker packaging

1•Xorakios•25m ago•0 comments

Is Jurassic Park the only film that product-places its own making-of book?

https://bsky.app/profile/danielgray.com/post/3mqjxn4jess2j
2•colinprince•30m ago•1 comments

Taming the Steam ARM64 client on PostmarketOS

https://blog.drakulix.de/taming-the-steam-arm64-client-on-pmos/
1•LorenDB•30m ago•0 comments

Review Overhaul – done-for-you Google review generation for local businesses

1•alvinbrussell•30m ago•0 comments

Show HN: Gotcha- First on-device AI copilot for Android

https://samosa-ai.com/gotcha/
3•rishabhbajpai24•34m ago•0 comments

The US bares its financial weak spot

https://www.ft.com/content/fb49381a-3e09-4666-85b0-7a171e01394e
2•petethomas•35m ago•0 comments

AI bots started a religion, 'Spiralism' – humans followed

https://www.theverge.com/ai-artificial-intelligence/975017/ai-spiralism-chatbot-movement
2•ilamont•36m ago•0 comments

Safe-rm: Remap `rm` on Macs to `mv _ Trash` so LLMs don't delete data

https://gist.github.com/Divide-By-0/5e1ae59ccf66129dd9ec5ef239f87d65
1•aayushg•40m ago•1 comments

Quick Map Tools

https://www.quickmaptools.com
1•dango2506•42m ago•1 comments

Geo Hound

https://www.geohound.app/
1•dango2506•43m ago•1 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
33•hipparchus•45m ago•8 comments

DeepSeekV4SSD: DeepSeek-V4-Flash-0731 on an M-series Mac

https://github.com/yanun0323/deepseek_ssd
2•JKCalhoun•45m ago•0 comments

Hundreds rally at site where Haitians required to check-in, get monitors

https://www.springfieldnewssun.com/local/hundreds-rally-at-site-where-haitians-required-to-check-...
1•petethomas•46m ago•0 comments

What are they building at the frontier?

https://ironheartsystems.com/
1•dullpebble•49m ago•0 comments

Why.com Launches as Side Project

https://www.reddit.com/r/SideProject/comments/1vjqjoz/just_launched_whycom/
1•jawns•52m ago•1 comments

A Memory Design for Local SLM

https://linuxrebel.github.io/rastro-real/
1•linuxrebe1•54m ago•1 comments

Taylor Farms recalls salsa and guacamole over salmonella risk

https://www.cnbc.com/2026/08/09/taylor-farms-recalls-salsa-and-guacamole-over-salmonella-risk.html
4•cramer4next•54m ago•0 comments

Computers Are Just a Tool

1•DesaiAshu•59m ago•0 comments

Neovim Colorscheme: Luna.nvim

https://github.com/WTFox/luna.nvim
1•wtfox•59m ago•0 comments

Show HN: Ask your coding agent to subtitle, translate, and clip video (FFmpeg)

https://github.com/perso-ai/perso-dubbing-plugin
2•remyships•1h ago•0 comments

3 in 4 European businesses fear their US tech provider could cut them off

https://proton.me/business/blog/business-continuity-survey
5•billybuckwheat•1h ago•1 comments

Neutrinos from Deep Inside Earth Provide a New Picture of the Mantle

https://www.quantamagazine.org/neutrinos-from-deep-inside-earth-provide-a-new-picture-of-the-mant...
3•pseudolus•1h ago•0 comments
Open in hackernews

A Memory Design for Local SLM

https://linuxrebel.github.io/rastro-real/
1•linuxrebe1•54m ago

Comments

linuxrebe1•54m ago
For those of you who remmber the days of monolithic monster programs,you also remember the process of throwing more hardware at the problem. Then someone came along and asked "What if we broke it into chunks and then only load what we are using, when we are using it?

There was a time when the entire OS and the program you were running where both loaded into RAM and you ran from there. Limiting capabilities because hey 1MB of RAM was expensive.

We are reaching a similar point with LLMs. As useful and wonderful as they may be. The idea that you can just through a larger context window at it and it will solve your problem is proving false.It's being proven that the more you have the LLM actively remember, the dumber it can get.

This White Paper marks my research into this issue and what I've found out about how to maximize what an SLM can remember, preserving data integrity, performance,and keeping your data local rather than feeding it to the all consuming.

Feel free to give me feedback and thanks for reading.