frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Obsidian Bases

https://help.obsidian.md/bases
278•twapi•3h ago

Comments

mudkipdev•3h ago
Is this essentially an official replacement for the Dataview plugin? Last time I used Obsidian was 2 years ago
LordDragonfang•3h ago
Yes and no. It's not meant to be as "kitchen sink" comprehensive yet, but it's a like 90% replacement and it's a ton faster and more responsive. (And I suspect once extension support comes in the dataview team will fully change over)
datadrivenangel•3h ago
So obsidian is now notion is now airtable.

Interesting to see how well this scales.

haydenlingle•3h ago
Yes, but their kicker has always been that you own your data in a readable format even if you don’t use their app and can self sync it if you prefer. I imagine they’ll keep adding functionality of notion and airtable while still keeping this underlying premise
abakker•3h ago
I create .md files programmatically based on my calendar. One day, I'll figure out how to take my copilot notes and paste them in automatically, but for now I know that a note and metadata are already there. its great to be able to do the front matter.
viccis•3h ago
I haven't really looked into what Airtable does, and I shouldn't be surprised at how much AI nonsense I had to dig through on their website to get any real info, but I still was.
cyberpunk•2h ago
It's a shit internet spreadsheet for managers who think they can use it to "no code" code some feature or other that some poor sucker has to painfully migrate off of sometime down the road.
wjrb•3h ago
Wow, I remember when this feature was planned/announced. It's great to see first class support for the Dataview-type workflows.

I hope the API has support to allow extensions---I see that it is on the Roadmap[0].

I'm particularly interested to see how this integrates with Canvas and other note types.

[0]: https://obsidian.md/roadmap/

kepano•2h ago
You can embed a base in a canvas, and you can list canvases in a base.
wjrb•1h ago
Hey, thanks for the reply. Big fan of your work! Cheers.
jcutrell•13m ago
I am curious about how this compares to dataview. As a dataview user, I'm not immediately seeing something bases does that dataview doesn't, but I am not a power user.
dadrian•3h ago
Are there any good LLM plugins for Obsidian, beyond just throwing Claude Code / Codex at your markdown folder?
eightysixfour•3h ago
I put Claude Code in MCP server mode, then use it as an MCP server for claude desktop to interact with that folder. Works better for me since Claude Code desperately wants to edit things instead of chat sometimes.
gavmor•2h ago
There's no decent RAG functionality, AFAICT, but the Text-Generator plugin has been fantastic w/ larger contexts and a template that pulls either/both links and backlinks into the inference query window.

Hands-down my most productive interface to LLMs for [years since GPT3.5] years running.

Noumenon72•1h ago
The fact there is no app to do "RAG on localhost for my own notes" really makes me wonder whether the tech works at all.
obsidianbases1•9m ago
> There's no decent RAG functionality

Do you have any examples of what decent RAG functionality might look like? And where the current plugins fall short?

obsidianbases1•1h ago
Copilot, Smart Connections and Text Generator are all popular LLM plugins in Obsidian

https://youtu.be/mZ8TJ59Hj28

https://youtu.be/7Rvl9Sl29Jk

LordDragonfang•3h ago
I've been using bases (in beta) for a month or so for the vault I keep for the notes for each of the (many) D&D/ttrpg campaigns I play in, and it's really made it a ton easier to get an overview of e.g. the many different NPCs we meet and interact with, and the relevant info (name/pronouns/pic/race/class/etc) all in one place.

The Obsidian dev team has been really responsive to feedback from those of us in the beta, and I'd encourage people to look at the changelog to see that in action (e.g. changing the syntax to be more object oriented, smoothing over UI issues, etc)

lolive•3h ago
Man, you probably gave me the only use case that could push me beyond my basic usage of Obsidian. [i wait for your YouTube demo. #PROOOOFIT]
LordDragonfang•2h ago
Lol, I'm not much of a "content creator" (though I'd recommend wanderloots' intro series on bases[1]), but here's a quick gist of what I extracted from my for one of my campaigns:

https://gist.github.com/LordDragonfang/d826cb686c64d582afbe2...

This is a combined view of the players and npcs from one campaign with the portrait gallery in the second view.

I've got the official template plugin bound to ctrl-shift-2, so I just hit that to pre-populate the frontmatter whenever I create an npc/pc/etc note with the appropriate template.

[1] https://www.youtube.com/playlist?list=PLWhMzDKA7vJ4NDvVhlZMk...

wjrb•1h ago
I also made pretty heavy use of plugins to manage PCs, NPCs, encounters, items (!!), custom tables, maps, and setting details in a single campaign. Led to a lot of bug reports for the D&D-specific plugins, but Dataview worked like a charm.

Having a more Obsidian-native interface for managing all of that is. Like other commenters, would definitely watch a video of you sharing your Obsidian "build" for that use-case.

alberth•3h ago
This is slick.

Does anyone know what JS library (presumably) they are using to display, filter, sort the table?

sebmellen•3h ago
If I were in their position I’d use TanStack Table.
joethei•3h ago
For the grammar: Lezer For the editor: CodeMirror

Everything else is custom as we generally don't use existing frameworks and the large amount of baggage they carry. CodeMirror and Lezer we already used before Bases.

alberth•2h ago
Any chance the entire table layout, filtering, etc will be open sourced?

I can see plenty of SaaS apps, especially indie made, that could benefit from such functionality.

hu3•2h ago
Neat! Does it use a library like React? Or perhabs Lit?
echelon•2h ago
This is beyond slick.

I'm finally able to kill Notion (good riddance - I never liked it!), and if it can handle larger tables then I'll stop using Google Suite as well.

My last request of the Obsidian team is a better git plugin. Their official built-in sync product is fine, but I'd still like to manage my own versioning so I can use automations.

The currently available git plugin is extremely dangerous (!!!) if set up incorrectly. I would consider myself an advanced user of git, and Obsidian's git plugin has on several occasions blown away my history and notes. It has frustrating and opaque behavior for how it consolidates change sets and diffs.

semi-extrinsic•2h ago
Can you expand on when the git plugin is dangerous?
LordDragonfang•2h ago
I've never had it wipe anything before[1], but I do have a stretch of 200+ commits in my personal vault where my laptop and desktop were fighting back and forth on the contents of one setting file.

One caveat is that the obsidian android app DOES NOT seem to save files to storage until the note unloads, which can break things if you pull in the middle of making changes.

[1] Though I have had to fix my termux clone of the vault enough times that I now just nuke it and re-clone instead of bothering with git - but that's more of a "termux likes to break git" issue than anything

obsidianbases1•19m ago
For better/worse, I've noticed save seems to be triggered when moving to a new line. Plenty of times I've unloaded (swiped away the app) only to have a missing last line later when I get on desktop. Building a habit of adding a few trailing newlines seems to have mostly resolved this for me
Redster•2h ago
I know this won't work for some and is no replacement for a good git plugin, but have you tried using an Obsidian terminal plugin to manage git and the git repos yourself?
HSO•1h ago
Speaking as a superficial git user, can you say why not simply git init on the vault is enough to use it?

Why is a plugin necessary?

mynegation•33m ago
Plugin commits and pushes the contents of the notes as they are being updated - from within the Obsidian app.
obsidianbases1•12m ago
I prefer not using git the plugin, but still commit to a repo.

Sometimes you'll have to push a big ugly commit.

But other times the manual diff review can save you from a headache, like if you have some obscure syncing going on, like syncing READMEs and other markdown files to external repos to manage all markdown with the same Obsidian interface.

Also if you need to maintain a high-standard for the contents of your notes while still utilizing AI tools, the manual diff review can prove invaluable in ensuring trusted resources don't turn into slop

dtkav•55m ago
The Git plugin is great for single-device backup IMO, but not great for device sync or collaboration.

I've been working on making Obsidian "work for work" with a real-time collaboration plugin called Relay [0]. We use CRDTs for conflict resolution between users/clients and it also happens to remove a ton of headaches for device-to-device sync as well.

Our collaboration server can be run on-premise and we also just open sourced a Git Sync connector so you can do google-docs style collab via Obsidian+Relay but still have the merged documents end up in git (and plug into (Markdown + git)-centric publishing workflows like Mintlify and Quartz.

The whole Obsidian ecosystem feels really electric right now.

[0] https://relay.md

jasonjmcghee•3h ago
Super interesting to see this.

Are things like Kanban views (a la notion) planned?

kepano•2h ago
It's on the roadmap, yes. https://obsidian.md/roadmap/
dang•3h ago
I found one previous thread. Others?

Obsidian Bases - https://news.ycombinator.com/item?id=44058972 - May 2025 (13 comments)

LordDragonfang•2h ago
(May 2025 was from when the donor-only beta was announced, the current thread is the official release many changes later)
hereme888•2h ago
Yes!

No more need to evaluate AnyType or similar apps.

Obsidian rocks.

patrickhogan1•2h ago
Obsidian is amazing
johntash•2h ago
Neat. I haven't been using Obsidian for a couple years now, but this will probably get me to give it another try.
dottjt•2h ago
As much as I like the idea of Obsidian, I just can't get over all the additional functionality that Notion provides due to the integrated nature of it.

In particular, I love how you select text/blocks in Notion and how every line is a "block". I really wish other editors did that as well. In fact, it's probably the main reason why I haven't moved away from Notion.

bachmeier•2h ago
IMO they're for completely different customers. Obsidian constrains itself to working on local text files that you can sync yourself. Notion is just another complex website where you turn over all your data and they sell you AI services.
shminge•2h ago
That seems such a minor gain to me. Are you not concerned about notion a) being online only and b) not letting you be in control of your data?

I'm a strong proponent of File over App: who knows how long Obsidian or notion will exist - at least I know I can work with my Obsidian notes as long as text editors exist

al_borland•1h ago
Notion always felt painfully slow and fiddly. I have convinced myself that they have manufactured their entire perceived popularity through YouTube sponsorship. It seems like there is a better tool for every job.
__jonas•2h ago
Neat! Is the 'import from notion' functionality able to convert Notion databases to this?
kepano•2h ago
You can import all the underlying data from Notion using the Obsidian Importer plugin, however I believe that Notion's Databases export only includes a CSV. So you'll need to recreate the views to be able to interact with them dynamically.

https://help.obsidian.md/import/notion

andyferris•2h ago
So where does the data "live"? I was looking at the syntax, it defines predicates for filters and views and so on, but I don't see the "rows". There is this `file.name` and `file.ext` thing - but where do you set them? What type of file does it point to? CSV? JSON? Something else? The docs seem incomplete.
kepano•2h ago
The rows are individual Markdown files and the columns are YAML frontmatter properties in those files.

There are some special properties prefixed by `file.` which are implicit to the file itself, e.g.`file.name` refers to the file name, and `file.ext` is the extension.

The base views are defined as YAML in .base files or can be embedded in code blocks within a Markdown file. You can also export the rendered views to a Markdown table or CSV.

See also: https://help.obsidian.md/bases/syntax

andyferris•2h ago
Hmm... so I can't use this to render and filter a table with 10k rows without having 10k markdown files?

If I understand correctly, the intention seems to be "curated list of links" which the user can sort, filter, etc when viewing. I guess that's cool, if you use Obsidian lots and have many notes/links - but when I clicked the article and saw the table I was hoping for a "dataframe" plugin for .md (much like how mermaid works, defined in a codeblock) that references a nearby CSV/JSON/etc file.

I often have a lot of .md files floating around "data" projects and a lightweight tabular renderer (with filtering, sorting, possibly editing) would be absolutely killer. Does such a thing exist already?

wjrb•1h ago
Have you ever tried the Dataview plugin?

It allows inline blocks in the `key:: value` format, as well as frontmatter-based data (sort of what Bases are doing) and probably even more.

jskherman•1h ago
I think what you're trying to describe is a Jupyter notebook but in a slimmer package. Maybe marimo or quarto? Maybe there are already notebook viewers out there (on GitHub?) that only allow view or edit without code execution, if that suits your needs.
segphault•37m ago
Yes, it relies on a Markdown note file for each row and the “columns” are YAML frontmatter and cached metadata for each file.

I am with you on this, I wish Obsidian would optionally allow you to use YAML or some other structured data directly in the fenced code block or base file.

I really, really want something that kind of takes an Obsidian-like approach to local databases, sort of like Excel/Airtable but with flat, human-editable text files that live on your filesystem with a schema driven property editor. It’s kind of a bummer that this gets so tantalizingly close but doesn’t take it to the logical conclusion. I hope they do it eventually or make it possible with plugins.

andyferris•31m ago
Yes exactly. In fact, I'd prefer it by built more like mermaid as a _markdown_ JavaScript plugin thing that supports different data formats (not just YAML frontmatter - bare CSV for example) and have it available outside Obsidian (the github .md renderer, VS Code Markdown Preview, etc).
raviisoccupied•2h ago
I’m an Obsidian user. I pay for Obsidian sync, and I love the philosophy behind their product. However, and I feel stupid for saying this, but I just find it confusing to use. It’s difficult for me to wrap my head around plugins, and understanding how it wants me to use it.

For now, I’m just sticking to using it for daily notes, but I feel there’s so much I’m missing.

Eji1700•2h ago
I think the one thing that really kills me is "consolidating" data is harder than it probably should be.

A simple thing I started with was "lets track movies and shows people recommend to me and I watch".

Ok, page for each rec, and then I can use props to tag them with things like if I watched them or not, who recommended them, genre's, and most importantly, if it's just for me, or also something the wife would enjoy.

Well....obviously I'd like to have a quick view on some page of the recommendations, and then ideally the recommendations that are tagged to include my wife so I can glance view between the two.

Thiiiiiis is not as easy as it should be. I'm writing this as some massive sql vquery on a couple billion records churns away. I'm not great (i'm much less impressive than that previous comment sounds in fact), but im way above beginner. I'm shocked at how hard this seems to be.

Tag searching is possible, but it gets ugly fast and sucks to constantly have to do and the bookmarks weren't clear.

Want to do queries, oh there's a plugin for that. Kinda odd but ok. Oh but wait those too are ALSO kinda of unintuitive (to me, i suspect it's a syntax and style I just haven't used to some extent), and why do I need to do a massive custom dataview query to just get what I feel should be built in? Why can't I just say "put in a query result for anything tagged with x and y", since that's what i'm typing out the hard way?

I haven't really "dug in" on this issue in awhile. I know they made some changes somewhat recently that allow some of this, but it seemed like it wasn't enough. It's baffling to me, because having a "dashboard" is the end goal of almost all these systems, and yet it seems so difficult in obsidian even for technically minded users. I can learn it, but god knows I don't need ANOTHER personal research project on my pile.

I'll admit that by griping about this i'm praying I get they "hey idiot" response below that explains how I should've done this.

Edit- To be clear, this new change certainly seems like it might help. It'll depend on how those views work in practice, and obviously appeals to me in my databasing mindset.

azeirah•1h ago
The default search is not great and the syntax of the dataview plugin is not amazingly well designed. Even the author of dataview admitted to that.

The author started working on a new dataview-like plugin called datacore, but that project is stalled afaik

Waterluvian•1h ago
No “hey idiot” but for what it’s worth: are you making things too complicated? It almost feels like you’re a bit distracted by all the dimensions of data you want to track. Could this all be one page with a bulleted list, each one might have sub bullets if you care to record things like who shared it and other notes? You can just Ctrl+F for “wife” when you need that sub query.
al_borland•1h ago
I’ve been using Obsidian at work for a few years now, and things like this are why I ignore almost all Obsidian content on the web. Everyone seems to create these really complicated setups, in the name of zettelkasten, that seem nearly impossible to maintain and use in real life. If I want to make a list of movies to watch, I use a simple checklist in one note and move on with my life. I keep Obsidian simple so it gets out of my way.

I tried going down the road like you’re talking about one for managing past, present, and future trips. It technically worked, but it was so fiddly that I hated using it. I just made a few folders instead.

I suppose now, if I wanted all the metadata you’re talking about, using a base would make the most sense. But I’d still need to be realistic about how I’m going to use it. Do I care enough about future sorting abilities to turn adding a movie to a watch list into a multi-field form, where I need to consider all these potential futures to fill it out, creating a lot of friction to the action?

bitexploder•1h ago
Remember, this is basically your own personal Wiki. You can either embrace and accept a rigid organizational structure or not. You are signing up for a lot of up front maintenance and design this way. The alternative is to heavily use links, tags, and other tools that make it easy to find data later.

For a personal knowledge base I think the latter approach saves time in the long run. I have clusters of well organized information. Well tagged and linked. I can always find my movie ideas, projects, and deep thoughts when I want them. I like the idea of just curating the clusters I care about. Just enough organizing. I then have a few highly connected entry points to my clusters. Often I find people don’t link enough in their Obsidian. It’s free and puts things in a more graph oriented layout that the tool can show you.

Edit: oh, also remember, these are text files. Grep still works. Also, we have very powerful CLI LLMs to summarize and categorize text data rapidly. Like “suggest 3 tags for this document based on <prompt magic here>. :)

Ezhik•58m ago
Hyperlinks are all you need: https://ezhik.jp/hypertext-maximalism/
nylonstrung•2h ago
I highly recommend Siyuan as an alternative, it has many the best features from obsidian plugins included by default
TheFuzzball•1h ago
Coming from Logseq... this looks ideal for me.
barbazoo•1h ago
I can’t believe my eyes. Is that the self hosted notion alternative many of us have been looking for?
ujkhsjkdhf234•48m ago
SiYuan doesn't have canvas. Obsidian Canvas is great for diagrams.
Wolfbeta•47m ago
Dev has a history of installing cryptominers in his previous projects and rootkitting people into starring and forking his projects.

https://www.v2ex.com/t/534800

clickety_clack•1h ago
I just use it as a personal wiki, so plugins are overkill for me. I was basically using it as a way to basically have txt files with latex and it fits the bill.
Ezhik•1h ago
One of the best things about Obsidian is that even all this new stuff is done through built-in plugins and can just be turned off.
dimitri-vs•1h ago
It's not you, it's the productivity influencers making you think it's "supposed to be" more than what it is: a nice UI to edit a collection of markdown files.

I realized this when I opened my Vault in Cursor/VSCode to use the coding agent for editing (which is truly a bizarre feature for Obsidian to NOT have for normal writing).

Every Obsidian YT video is about mind maps, how to organize your files, using relative links and weird plugins that break the premise of having universal markdown files. Well it's completely wasted time now that an LLM can search the whole vault and aggregate an answer across dozens of your notes.

e1gen-v•2h ago
Slightly off topic but why is everyone switching to these really wide fonts?
bachmeier•2h ago
I'll be checking this out. I've used Dataview in the past, and while it has some great functionality, it's a bit too clumsy for my taste and it has a learning curve. Hopefully this resolves some of those issues.
raybb•2h ago
For those curious, this feature is just now publicly launching and before it was only available to people who paid for early access.

The Reddit thread has some good discussion about the feature

https://old.reddit.com/r/ObsidianMD/comments/1mtxh52/obsidia...

raybb•1h ago
On a side note, the docs don't seem to mention if this is possible but does anyone know how to use a template or set a default frontmatter (like created date) when using the "new" button in a Base?

The solution I used before bases is eh... pretty hacky.

```meta-bind-js-view {memory^inputText} as title --- const toShow = context.bound.title || "TKTK"; const str = `\`\`\`meta-bind-button label: New Project Idea - ${toShow} icon: "" hidden: false class: "" tooltip: "" id: "" style: primary actions: - type: templaterCreateNote templateFile: Templates/Project.md folderPath: Project Ideas fileName: ${toShow} openNote: true \`\`\``; return engine.markdown.create(str) ```

codethief•44m ago
FYI On HackerNews you can use indentation (by 2 spaces) to indicate code snippets, not ```.
kepano•27m ago
Default template will be added in an upcoming version.
nylonstrung•2h ago
I've used obsidian for years but if you want more db in your PKM then Siyuan is honestly a much better (albeit newer) option

It's also open source, unlike obsidian which is proprietary

nxobject•1h ago
I hope more programs use ".base" files for database views – it runs a lot of workflows in Notion that would benefit from a diversity of implementations.
flakiness•1h ago
I hope Obsidian has a headless SDK running outside Obsidian that allows devs to read the vault and do various analysis and automation. With this kind of structured data there are a lot of potential use cases. The obsidian binary limitation is a roadblock there.
zekenie•1h ago
Because the data is front matter you can get it into other systems pretty easily but an sdk for executing the views seems really key
abrookewood•1h ago
I don't think they do that good a job of explaining what it is, but the Reddit post linked below included this comment which is helptful: "You know how when you search your notes for something, say a phrase? Well, Bases can basically hold a static search that automatically updates. And, instead of searching all over again, you just click into the Bases file and new notes are just there in the default table format.

On top of that, you can add other properties to the view, especially one like modified date, which updates every time you modify the file. This is useful for seeing which files you haven't looked at in a while. Old concepts often apply to new ones, but we sometimes forget to check back to make that connection explicit."

abrookewood•1h ago
Another one: "Bases provides filtered and sortable table and card views of note Properties and Tags."
slightwinder•56m ago
The first sentence of the documentation already says it: "turn any set of notes into a powerful database". It's really just that, basically. It's a database-view, where the vault is the database and the rows are your files. There is a fancy GUI for creating views, and it seems there is the ability for live-editing data from within the view. Basically a more user-friendly replacement for the very popular dataview-plugin.

Maybe it's a bit harder to understand, as it's a more mushy than the usual relational database.

torium•38m ago
> The first sentence of the documentation already says it: "turn any set of notes into a powerful database

No, horrible job at explaining. What does it mean to turn any set of notes into a powerful database? What does it mean to "turn"? Does it mean that a file will become a database? Or does it mean that a file can be interpreted as a database? And why set of notes? If I have a single note, can I turn that into a database too? Are the records of the database files, or items in a file? What is happening when I type ![[Untitled.base]]? Is the file where I typed that a database now? Or does that text assume that the file named Untitled must be a database?

They do a horrible job at explaining it.

redkoala•1h ago
One thing I still need is the ability to paste screenshots in-line in notes easily, like how OneNote handles it.
obsidianbases1•57m ago
Admittedly, I don't know how OneNote handles it.

But as an Obsidian power-user, I regularly paste screenshots into notes

There is a plugin that allows templating the screenshot file name, so naming the pasted screenshot, using the same as the note where it's being pasted, and a timestamp, for example, is easy.

jdprgm•56m ago
This would really benefit from a 10-15 minute video demo building up a simple example use case in a similar style to how dhh previews rails.
abalaji•52m ago
This seems useful for folks who use Obsidian as a personal CRM. I got some queries with data view that I'm going to see if this can replace:

https://blacksmithgu.github.io/obsidian-dataview/

I often want to answer questions like:

- When was the last time I chatted with this person - What did we talk about - Who haven't I spoken to in a while

criddell•30m ago
Why is this a core plugin? It’s interesting, but seems a bit niche. How do you decide if it’s a core plugin or a regular plugin?

Croatian freediver held breath for 29 minutes

https://divernet.com/scuba-news/freediving/how-croatian-freediver-held-breath-for-29-minutes/
56•toomanyrichies•56m ago•5 comments

XZ Utils Backdoor Still Lurking in Docker Images

https://www.binarly.io/blog/persistent-risk-xz-utils-backdoor-still-lurking-in-docker-images
31•torgoguys•53m ago•8 comments

Show HN: Fractional jobs – part-time roles for engineers

https://www.fractionaljobs.io
134•tbird24•3h ago•67 comments

Shamelessness as a strategy (2019)

https://nadia.xyz/shameless
70•wdaher•2h ago•16 comments

X-ray scans reveal Buddhist prayers inside tiny Tibetan scrolls

https://www.popsci.com/technology/tibetan-prayer-scroll-scans/
27•Hooke•2d ago•1 comments

Obsidian Bases

https://help.obsidian.md/bases
283•twapi•3h ago•89 comments

A minimal tensor processing unit (TPU), inspired by Google's TPU

https://github.com/tiny-tpu-v2/tiny-tpu
75•admp•4h ago•2 comments

Show HN: Whispering – Open-source, local-first dictation you can trust

https://github.com/epicenter-so/epicenter/tree/main/apps/whispering
255•braden-w•8h ago•69 comments

Show HN: We started building an AI dev tool but it turned into a Sims-style game

https://www.youtube.com/watch?v=sRPnX_f2V_c
91•maxraven•6h ago•58 comments

Left to Right Programming

https://graic.net/p/left-to-right-programming
192•graic•7h ago•166 comments

Counter-Strike: A billion-dollar game built in a dorm room

https://www.nytimes.com/2025/08/18/arts/counter-strike-half-life-minh-le.html
202•asnyder•10h ago•172 comments

Show HN: I built an app to block Shorts and Reels

https://scrollguard.app/
466•adrianhacar•2d ago•185 comments

Spice Data (YC S19) Is Hiring a Product Associate (New Grad)

https://www.ycombinator.com/companies/spice-data/jobs/RJz1peY-product-associate-new-grad
1•richard_pepper•3h ago

The Rising Returns to R&D: Ideas Are Not Getting Harder to Find

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5242171
51•surprisetalk•4d ago•7 comments

A general Fortran code for solutions of problems in space mechanics [pdf]

https://jonathanadams.pro/blog-articles/Nasa-Fortran-Code-1963.pdf
4•keepamovin•48m ago•0 comments

What learning react won't teach you: Image Formats

https://idiallo.com/blog/react-and-image-format
5•foxfired•3d ago•1 comments

An IRC-Enabled Lawn Mower

https://jotunheimr.idlerpg.net/users/jotun/lawnmower/
32•rickcarlino•2d ago•4 comments

Show HN: I built a toy TPU that can do inference and training on the XOR problem

https://www.tinytpu.com
52•evxxan•5h ago•11 comments

FFmpeg Assembly Language Lessons

https://github.com/FFmpeg/asm-lessons
300•flykespice•11h ago•89 comments

Newgrounds: Flash Forward 2025

https://www.newgrounds.com/bbs/topic/1542140
23•lsferreira42•3h ago•5 comments

Anna's Archive: An Update from the Team

https://annas-archive.org/blog/an-update-from-the-team.html
777•jerheinze•8h ago•370 comments

Structured (Synchronous) Concurrency

https://fsantanna.github.io/sc.html
15•jbkcc•2h ago•0 comments

HR Giant Workday Got Hacked

https://gizmodo.com/hr-giant-workday-got-hacked-2000644474
42•avonmach•1h ago•7 comments

GenAI FOMO has spurred businesses to light nearly $40B on fire

https://www.theregister.com/2025/08/18/generative_ai_zero_return_95_percent/
158•rntn•5h ago•70 comments

What could have been

https://coppolaemilio.com/entries/what-could-have-been/
103•coppolaemilio•2h ago•84 comments

T-Mobile claimed selling location data without consent is legal–judges disagree

https://arstechnica.com/tech-policy/2025/08/t-mobile-claimed-selling-location-data-without-consent-is-legal-judges-disagree/
217•Bender•5h ago•58 comments

The Cutaway Illustrations of Fred Freeman (2016)

https://5wgraphicsblog.com/2016/10/24/the-cutaway-illustrations-of-fred-freeman/
71•Michelangelo11•2d ago•6 comments

Sikkim and the Himalayan Chess Game (2016)

https://www.historytoday.com/archive/feature/sikkim-and-himalayan-chess-game
22•pepys•3d ago•6 comments

Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection

https://www.realitydefender.com/platform/api
66•bpcrd•9h ago•29 comments

Phrack 72

https://phrack.org/issues/72/1
66•todsacerdoti•3h ago•6 comments