frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Ask HN: How is the prospect of US was altering your AGI timelines?

1•ozzyphantom•55s ago•0 comments

Taking the wind out of dangerous cyclones

https://reporter.anu.edu.au/all-stories/taking-the-wind-out-of-dangerous-cyclones
1•geox•3m ago•0 comments

Show HN: REPL is the memory layer for multi-agent AI apps – Sherlog‑MCP

https://github.com/GetSherlog/Sherlog-MCP
2•teenvan_1995•4m ago•0 comments

Children in England growing up 'sedentary, scrolling and alone', say experts

https://www.theguardian.com/society/2025/jun/11/children-sedentary-scrolling-alone-lack-of-play-england
1•PaulHoule•6m ago•0 comments

Conscience and the New Cartography of War

https://blogs.timesofisrael.com/conscience-and-the-new-cartography-of-war/
1•bryanrasmussen•7m ago•1 comments

Beach Boys Bassist Carol Kaye Refuses Rock Hall of Fame Induction

https://www.guitarplayer.com/guitarists/carol-kaye-on-rock-hall-of-fame-induction
1•bookofjoe•9m ago•0 comments

Bill Gates: 'Welcome to the next phase of the Alzheimer's fight'

https://www.gatesnotes.com/home/home-page-topic/reader/welcome-to-the-next-phase-of-the-alzheimers-fight
1•MilnerRoute•17m ago•0 comments

Edward Burra's tour of the 20th century

https://www.newstatesman.com/culture/2025/06/the-english-painters-relish-for-subcultures-took-him-across-genres-and-continents
1•prismatic•21m ago•0 comments

USAF B-2 Spirit Bombers Have Beds

https://simpleflying.com/usaf-b-2-spirit-bombers-beds/
2•neom•23m ago•0 comments

Radio Garden

https://radio.garden/?2025
2•LeoPanthera•28m ago•0 comments

Bluetooth Jammer

https://github.com/EmenstaNougat/ESP32-BlueJammer
1•yeknoda•28m ago•0 comments

Wait, Why Is Israel Allowed to Have Nukes?

https://www.currentaffairs.org/news/wait-why-is-israel-allowed-to-have-nukes
42•shinryudbz•29m ago•10 comments

CTO's at Meta, Open AI, Palantir Became Lieutenant Colonels in the Army

https://americancitizen2025.substack.com/p/ctos-at-meta-open-ai-palantir-became
3•brie22•32m ago•0 comments

Claude's Token Efficient Tool Use on Amazon Bedrock

https://community.aws/content/2trguomubYb8f3JNzCeBgNvassc/claude-token-efficient-tool-use-on-amazon-bedrock
1•Topfi•33m ago•0 comments

Tell HN: Sam and Jony Announcement 404s

3•mellosouls•35m ago•2 comments

I built a CLI tool to scaffold Django apps like in NestJS or Larave

https://github.com/nathanrenard3/django-smartcli
1•nathanrenard3•36m ago•1 comments

Call for more thatching courses to save 'uniquely Irish craft'

https://www.rte.ie/news/politics/2025/0618/1519182-thatching-courses/
2•austinallegro•37m ago•0 comments

The Void IDE, Open-Source Alternative to Cursor, Released in Beta

https://www.infoq.com/news/2025/06/void-ide-beta-release/
2•rmason•38m ago•0 comments

Show HN: I made weekend project (Active Directory Security Assessment Tool)

https://adsecurityassessment.com
1•Shazeb•40m ago•0 comments

I Sing the Electric Body – On Syntax (2024)

https://hedgehogreview.com/issues/the-varieties-of-travel-experience/articles/i-sing-the-electric-body
1•rntn•43m ago•0 comments

I wrote my PhD Thesis in Typst

https://fransskarman.com/phd_thesis_in_typst.html
2•todsacerdoti•45m ago•0 comments

I Miss YC – Kanye East

https://twitter.com/jonan_zz/status/1935833004200673719
2•contingencies•46m ago•0 comments

Building my own paper tape punch

https://unimplementedtrap.com/paper-tape-punch
2•todsacerdoti•49m ago•0 comments

Otus Lisp

https://yuriy-chumak.github.io/ol/
1•smartmic•49m ago•0 comments

Owl Lisp

https://haltp.org/posts/owl.html
1•smartmic•50m ago•0 comments

Long-time rivals Bill Gates and Linus Torvalds meet

https://www.tomshardware.com/software/operating-systems/long-time-rivals-bill-gates-and-linus-torvalds-meet-for-the-first-time-have-dinner-no-major-kernel-decisions-were-made-but-maybe-next-dinner
1•LorenDB•50m ago•0 comments

NASA's Hubble Watches Jupiter's Great Red Spot Behave Like a Stress Ball (2024)

https://science.nasa.gov/missions/hubble/nasas-hubble-watches-jupiters-great-red-spot-behave-like-a-stress-ball/
2•Bluestein•52m ago•0 comments

Ask HN: Best books for designing a weekly schedule?

1•yura•53m ago•0 comments

Diagnose Before You Delegate

https://www.subbu.org/articles/2025/diagnose-before-you-delegate/
2•kiyanwang•54m ago•0 comments

Boldly going where no one has gone before? – creating a Discovery backlog

https://markdalgarno.medium.com/boldly-going-where-no-one-has-gone-before-creating-a-discovery-backlog-ae54d4240835
1•kiyanwang•56m ago•0 comments
Open in hackernews

Show HN: Turn a paper's DOI into its full reference list (BibTeX/RIS, etc.)

https://references.mireklzicar.com
17•mireklzicar•3h ago

Comments

oersted•1h ago
Is an open-source library being used for this? Or can you describe the methods you use? I worked on this and related problems around extracting features from paper PDFs, we could all learn from how you did it.

Generally, an About page is always appreciated for such web tools with minimal UX, particularly when it's rather automagical.

trurl42•1h ago
Looks like it's just calling the crossref API
afandian•1h ago
You can look at the network requests to see what it's doing. It's querying the OpenCitations database followed by the DOI.org content negotiation endpoint, which 302's to Crossref (or whoever the relevant DOI registration agency is).

More info on content negotiation:

https://citation.doi.org/

afandian•56m ago
In this case it's querying the relevant DOI registration agency's API for the metadata (statistically that's likely Crossref) that the publisher themselves registered. So it doesn't look like there's any extraction going on here.

Could you share _your_ work though? It's always interesting to see new approaches to metadata.

Traditionally, it was a bit of a one-way street (data comes from publisher) but there's some interesting work being done by COMET [0] and (separately) OpenAlex [1] around cleanup of the publisher-supplied data within the community.

(I used to work at Crossref; am a little involved with COMET)

[0] https://www.cometadata.org/

[1] https://openalex.org/

avoutos•21m ago
This tool might be useful for quick one-off referencing, but I feel that most will probably be better off using a proper citation manager like the open-source Zotero.