frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I spent a year making an ASN.1 compiler in D

https://bradley.chatha.dev/blog/dlang-propaganda/asn1-compiler-in-d/
174•BradleyChatha•4h ago•71 comments

PyTorch Monarch

https://pytorch.org/blog/introducing-pytorch-monarch/
231•jarbus•6h ago•34 comments

The game theory of how algorithms can drive up prices

https://www.quantamagazine.org/the-game-theory-of-how-algorithms-can-drive-up-prices-20251022/
127•isaacfrond•5h ago•79 comments

VST3 audio plugin format is now MIT

https://forums.steinberg.net/t/vst-3-8-0-sdk-released/1011988
536•rock_artist•11h ago•125 comments

Google flags Immich sites as dangerous

https://immich.app/blog/google-flags-immich-as-dangerous
1278•janpio•20h ago•542 comments

Antislop: A framework for eliminating repetitive patterns in language models

https://arxiv.org/abs/2510.15061
7•Der_Einzige•34m ago•7 comments

CRDTs: Convergence without coordination

https://read.thecoder.cafe/p/crdt
41•0xKelsey•1w ago•18 comments

Programming with Less Than Nothing

https://joshmoody.org/blog/programming-with-less-than-nothing/
324•signa11•11h ago•113 comments

Show HN: Deta Surf – An open source and local-first AI notebook

https://github.com/deta/surf
66•mxek•4h ago•26 comments

Unconventional Ways to Cast in TypeScript

https://wolfgirl.dev/blog/2025-10-22-4-unconventional-ways-to-cast-in-typescript/
5•Bogdanp•3h ago•0 comments

VectorWare – from creators of `rust-GPU` and `rust-CUDA`

https://www.vectorware.com/blog/announcing-vectorware/
9•ashvardanian•1h ago•5 comments

Compiler for "Easy" language from "Etudes for Programmers" book (1978)

https://github.com/begoon/easy
13•begoon•1w ago•3 comments

Nango (YC W23) is hiring staff back-end engineers (remote)

https://www.nango.dev/careers
1•bastienbeurier•5h ago

Scripts I wrote that I use all the time

https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-time/
1142•speckx•1d ago•327 comments

Radios, how do they work? (2024)

https://lcamtuf.substack.com/p/radios-how-do-they-work
178•aqrashik•11h ago•44 comments

Which Collatz numbers do Busy Beavers simulate (if any)?

https://gbragafibra.github.io/2025/10/16/collatz_ant11.html
28•Fibra•5d ago•1 comments

Accessing Max Verstappen's passport and PII through FIA bugs

https://ian.sh/fia
562•galnagli•22h ago•127 comments

Show HN: Nostr Web – decentralized website hosting on Nostr

https://nweb.shugur.com
10•karihass•2h ago•4 comments

Karpathy on DeepSeek-OCR paper: Are pixels better inputs to LLMs than text?

https://twitter.com/karpathy/status/1980397031542989305
361•JnBrymn•1d ago•145 comments

SpaceX disables 2,500 Starlink terminals allegedly used by Asian scam centers

https://arstechnica.com/tech-policy/2025/10/starlink-blocks-2500-dishes-allegedly-used-by-myanmar...
190•jnord•5h ago•167 comments

Run interactive commands in Gemini CLI

https://developers.googleblog.com/en/say-hello-to-a-new-level-of-interactivity-in-gemini-cli/
188•ridruejo•1w ago•68 comments

JMAP for Calendars, Contacts and Files Now in Stalwart

https://stalw.art/blog/jmap-collaboration/
369•StalwartLabs•23h ago•179 comments

US axes website for reporting human rights abuses by US-armed foreign forces

https://www.bbc.com/news/articles/cqx30vnwd4do
643•tartoran•2h ago•327 comments

Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?

106•billpg•1w ago•30 comments

C64 Blood Money

https://lemmings.info/c64-blood-money/
113•mariuz•8h ago•24 comments

We need to start doing web blocking for non-technical reasons

https://utcc.utoronto.ca/~cks/space/blog/web/WeShouldBlockForSocialReasons?showcomments
39•birdculture•3h ago•20 comments

Ovi: Twin backbone cross-modal fusion for audio-video generation

https://github.com/character-ai/Ovi
301•montyanderson•21h ago•110 comments

Why SSA?

https://mcyoung.xyz/2025/10/21/ssa-1/
202•transpute•20h ago•88 comments

Show HN: Play abstract strategy board games online with friends or against bots

https://abstractboardgames.com/
156•abstractbg•6d ago•68 comments

Element: setHTML() method

https://developer.mozilla.org/en-US/docs/Web/API/Element/setHTML
248•todsacerdoti•1d ago•134 comments
Open in hackernews

Show HN: Deta Surf – An open source and local-first AI notebook

https://github.com/deta/surf
66•mxek•4h ago
Hi HN!

We got frustrated with the fragmented experience of exploring & creating across our file manager, the web and document apps. Lots of manual searching, opening windows & tabs, scrolling, and ultimately copying & pasting into a document editor.

Surf is a desktop app meant for simultaneous research and thinking to minimize the grunt work. It’s made of two parts:

1) A multi-media library where you can save and organize files and webpages into collections called Notebooks.

2) A LLM-powered smart document which you can auto-generate using the context from any stored page, tab or entire notebook. This document contains deep links back to the source material — like a page of a PDF or timestamp in a YouTube video. Unlike Deep Research products (or NotebookLMs chat) the entire thing is editable. The user also stays in the loop.

With a technology like AI, context / data is proving to be king. We think it should stay under the user’s control, with minimal lock in: where you can own & export, and plug & play with different models. That’s why Surf is:

- Open Source on GitHub - Open (& Local Data): the data saved in Surf is stored on your local machine in open and accessible formats and mostly works offline. - Open Model Choice: you can choose which models you use with Surf, and can add custom & Local LLMs

Early users include students & researchers who are learning and doing thematic research using Surf.

Github repo: https://github.com/deta/surf/

Website: https://deta.surf/

Comments

digdugdirk•3h ago
Interesting! I'm very intrigued by the possibility of new forms of computer interaction made by breaking down app silos and linking data across various mediums. Something that caught my eye recently is Atuin Desktop, which seems to be a jupyter notebook style thing that runs your code natively.

The benefits of this is that I can connect this data, but in a computable medium. Does your product have any similar ability to bring code workflows "inside" the Surf application?

Atuin: https://github.com/atuinsh/desktop

mxek•3h ago
Thanks for the link, super interesting!

We have a super early form of runnable code, called "Surflets". More info here: https://github.com/deta/surf/blob/main/docs/SURFLETS.md

Basically you can supply input context and a runnable file will generate & run in your document. Useful for creating interactive charts or small applets.

Our philosophy is that if you want to update it, you should be able use your local code editor, not be stuck in Surf!

(we have work to do to make this solid)

ocdtrekkie•3h ago
Is this a pivot from Deta Space? Related code or totally different project?
mxek•3h ago
Many ideas are inspired by Space, but totally different codebase.
esafak•3h ago
Looks like a personal Notion, or Obsidian.

I would call this a note-taking app rather than a notebook, which to many mean computational notebooks like Jupyter.

mxek•3h ago
Thanks for the input.

We took inspiration from analog notebooks as a tool for thought, but wanted something for multi-media. We also see NotebookLM as the closest mainstream product to Surf.

Related -- some people who have seen Surf's Applets feature have also called Surf "Jupyter for normies".

More on Surflets: https://github.com/deta/surf/blob/main/docs/SURFLETS.md

ashhimself•3h ago
Looks great, will give it a go. Unrelated, what did you use to make the promo videos on deta.surf? they look great!
brechtknecht•3h ago
big thanks for the praise!

for all the screen recordings we use Screen Studio by Adam Pietrasiak. Really a all in one workhorse for everything screen recording related.

The main teaser video was made by our incredible video editor Célestin (https://www.celest.in/) who is working with After Effects, Premiere and Blender.

tnolet•2h ago
Saw it on Twitter and was interested. But from the video and demos I immediately did not understand why Notebooks and Notes are two tabs? In my mind, a Note is IN a Notebook, not some separate adjacent item...
mxek•2h ago
Yes agree, the Notebook / homepage UX still needs work.

We recently introduced a sidebar (after the video was made) which has them organized as you mention.

codebastard•2h ago
Looks to my like an effort to pivot from an AI embedded Browser after the ChatGPT Atlas release into a local system Browser.

I still don't see the advantage I get for my local system? Nearly all of the actions on the demo page are doable with chatGpt in one or three interactions.

mxek•1h ago
The big difference UX wise between chatbots and Surf is that Surf is built entirely on editable documents that you can mold / craft into an output (vs chat).

We actually had a chatbot, but our explorations showed that notes were a more effective in many cases!

An example of local data is that "Applets" made in Surf can be opened / updated from your local code editor, they're just HTML files.

jrm4•1h ago
Umm -- not being tied to ChatGPT? Like, that's huge. I personally do not consider consistently using any AI tool unless it has a local option. I've been air-quotes "paranoid" about things like this my whole life and it's served me QUITE well.
hbarka•2h ago
Photos are not mentioned as subset of media. I wonder if there’s a use case applicable to picture metadata.
mxek•2h ago
Yes great point. Photos are intended as a very important subset of media.

Not (yet) super usable, but for photos we have local OCR running, with Surf creating additional metadata (e.g. the link from where the photo was downloaded).

Can imagine some use cases -- off the top of my head, suggesting the right photos to embed in a note in response to a user query.

vee-kay•2h ago
So it's basically Cortana for Windows in a brand new powerful AI LLM avatar? ;-)
IOT_Apprentice•2h ago
Is this an open source equivalent to google’s NotebookLM? I can tell. How does it stack up features wise?
mxek•1h ago
We see NotebookLM as the closest thing!

Surf is built entirely on editable WYSIWYG documents, NotebookLM's main AI is built on chat. Surf is built to be a bit more open, NotebookLM was a bit locked down for our taste.

An example I'd highlight is taking notes against a PDF.

NotebookLM will convert the PDF to simple text, and the chat responses are read only. NotebookLM also has a lot of strict walls between chat, artifacts & sources. You have to "save" responses as (read only) notes, and move notes to sources.

With Surf you can generate notes that deep link to specific pages in the PDF, and Surf will open those pages in the original PDF. You can remove the fluff you don't want in your notes. The intention is to be a little more open -- all notes are sources from the get go, you don't have to save or migrate anything.

tosh•1h ago
Kudos on the launch. Love the local-ai approach.

Regarding open models: what is the go-to way for me to make Surf run with qwen3-vl? Ollama?

As far as I understand any endpoint that supports the completions API will work?

https://github.com/deta/surf/blob/main/docs/AI_MODELS.md

If I attach image context will it be provided to qwen3-vl? Or does this only work with the "main" models like OpenAI, Anthropic, Gemini and so on?

aavshr•1h ago
Thank you.

Yes, we support any endpoint that supports the completions API. And yes, Ollama might be the easiest to setup. The images should also work with qwen3-vl.

But if you run into any issues, please feel free to submit a bug report https://github.com/deta/surf/issues

Edit: fixed github issues link

ruguo•1h ago
Running a local LLM sounds like a solid use case, just not sure if it actually performs as well as the description claims.
santiagobasulto•47m ago
Nice, congrats! Off-topic, you guys are based in Berlin? I just recently moved in. Any recommendation for meetups or groups pro AI/startups?
mxek•40m ago
We are in Berlin. Welcome!

Don't know too many, unfortunately. AI Tinkerers organizes a few a year: https://berlin.aitinkerers.org/

chanon•17m ago
Looks interesting! What is the business model?
mxek•11m ago
Great question. We'd look at Obsidian as a reference.

We think there are a lot of value added services that can happen when you need servers, but they should be user aligned & optional (Mobile app, sync, publishing, backups, remote jobs, collab).

We want Surf's client to be independent & open, but offer some of these on top -- for people who want them!

smoser•1m ago
This is a neat app. Though when looking at the files in finder it looks like while some files are stored as '.md' files the sample md files only contain HTML.