frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Customers imperiled after nation-state ransacks F5's network

https://arstechnica.com/security/2025/10/breach-of-f5-requires-emergency-action-from-big-ip-users...
1•d4mi3n•1m ago•0 comments

FCC Moves to Expel Hong Kong Telecom from U.S. Telecom Networks [pdf]

https://docs.fcc.gov/public/attachments/DOC-415089A1.pdf
1•phantomathkg•1m ago•0 comments

A Definition of AGI

https://www.agidefinition.ai/
1•backonhnhono•2m ago•0 comments

Nearly 100 stolen election ballots found in Sacramento County homeless camp

https://www.kcra.com/article/stolen-special-election-ballots-sacramento-encampment/69049403
1•Alupis•3m ago•0 comments

AMA with Stanley Tang

https://www.delphi.ai/stanleytang
1•RichZou•4m ago•0 comments

Ask HN: Who wants to build the AI POS for SMBs?

1•zzzzdd•4m ago•0 comments

US hyperscalers to guzzle 22% more grid juice by end of 2025

https://www.theregister.com/2025/10/16/us_datacenters_ai_power/
1•rntn•5m ago•0 comments

My First Months in Cyberspace

https://www.gyford.com/phil/writing/2025/10/15/1995-internet/
1•FromTheArchives•5m ago•0 comments

I built a model that can navigate the streets of Chicago

https://blog.minibase.ai/p/little-model-navigate-chicago
1•mkmccarty3•5m ago•1 comments

Hacktoberfest 2025

https://hacktoberfest.com
1•darshan3690•6m ago•0 comments

Conceptualizing/Modeling Communication-Based Cyberattacks on Automated Vehicles

https://arxiv.org/abs/2510.02364
1•PaulHoule•8m ago•0 comments

Show HN: Cpsim – An open source toolkit to test your trading apps

https://mougiesoft.com/trading/cpsim/
1•stefanosdeme•8m ago•0 comments

SpaceX has plans to launch Falcon Heavy from California—if anyone wants it to

https://arstechnica.com/space/2025/10/spacex-has-plans-to-launch-falcon-heavy-from-california-if-...
1•voxadam•8m ago•0 comments

Equipping Agents for the Real World with Agent Skills

https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
1•adocomplete•9m ago•0 comments

Understanding Gradients

https://jakub.kr/work/gradients
1•jakubkrehel•9m ago•0 comments

Everyone Should Sideload More Browser Extensions

https://mattfrisbie.substack.com/p/everyone-should-sideload-more-browser
2•mfrisbie•9m ago•0 comments

ShinkaEvolve in Action: How a Human-AI Partnership Conquered a Coding Challenge

https://sakana.ai/icfp-2025/
1•frozenseven•10m ago•0 comments

Norway declares victory in move away from gas cars

https://www.semafor.com/article/10/16/2025/norway-declares-victory-in-move-away-from-gas-cars
2•bookofjoe•11m ago•4 comments

Meta Removes Facebook Group That Shared Information on ICE Agents

https://www.nytimes.com/2025/10/15/technology/meta-removes-ice-facebook-page.html
2•JumpCrisscross•11m ago•0 comments

Evaluating AI Use and Psychological Correlates via Months of Web-Browsing Data

https://www.liebertpub.com/doi/10.1177/21522715251379987
1•filoeleven•13m ago•0 comments

Deep Agents

https://nlp.elvissaravia.com/p/deep-agents
1•omarsar•14m ago•0 comments

Claude Skills

https://www.anthropic.com/news/skills
4•meetpateltech•15m ago•0 comments

Prospects for the Crossing of Comet 3I/ATLAS's Ion Tail

https://arxiv.org/abs/2510.13222
1•bikenaga•15m ago•0 comments

Americans are socialising less – here's why that's worrying [video]

https://www.bbc.com/reel/video/p0m5p7x8/americans-are-socialising-less-here-s-why-that-s-worrying
1•obscurette•16m ago•0 comments

Managing Knowledge in Science Teams

https://mnky9800n.substack.com/p/managing-knowledge-in-science-teams
2•mnky9800n•17m ago•0 comments

Scaling Laws for Reinforcement Learning

https://huggingface.co/papers/2510.13786
1•lewtun•19m ago•0 comments

PayPal and Venmo are down – live updates on the ongoing outage

https://www.tomsguide.com/news/live/paypal-venmo-down-live-updates-outage-10-16
2•sva_•21m ago•0 comments

Rust is renaming the default branch from master to main

https://blog.rust-lang.org/inside-rust/2025/10/16/renaming-the-default-branch-of-rust-langrust/
6•SchwKatze•21m ago•0 comments

Evolving ZGC's Pointer Color Palette [video]

https://inside.java/2025/10/06/jvmls-zgc-colored-pointers/
1•gudzpoz•22m ago•0 comments

Beyond Keywords and Vectors:DSL-Based Hybrid Search

https://coderswap.ai/blog/dsl-hybrid-search
1•vtaya•23m ago•1 comments
Open in hackernews

Chief Bookmark Officer

https://www.nklswbr.com/blog/chief-bookmark-officer
4•nklswbr•2h ago

Comments

phillipseamore•1h ago
Why not just librarian? Companies used to have their own libraries and librarians.
lysace•1h ago
From what I have seen in software from similar iniativies:

If they are good enough at the subject matter to be useful they invariably get sucked into it the actual development effort.

So you end up with people who aren't and then it doesn't really work.

So it needs to be a portion of e.g. some developer's time, not a separate job/profession.

al_borland•1h ago
I took on this role for my team. I’ve maintained an internal website for probably 13 years that has all the links people need, as well as some useful tools I wrote. When a new link is discovered by someone on the team, or something changes, they tell me and I make the update. One update for everyone, and everyone on the team only needs one bookmark in their browser.

Searching is another big thing. Instead of making people go to one of a dozen places to search that specific site, I have a search box on the link page that people can use to search one of a dozen different internal sites. Some are pretty basic, just adding the search term to the query string and opening a new tab. Others try to be a little intelligent, for example looking at the term to see if it’s a ticket number and what type, a server, a knowledge article, or something else, and using the appropriate method in our ITSM tool to open it up. This alone makes me use my search instead of the ITSM tool’s search, because mine doesn’t require the user to navigate to the proper record type/table as a prerequisite to the search.

It’s an easy site to build and maintain, yet has become an indispensable part of many workflows. While I made it specifically for one team, I see it in bookmark bars of people across their organization all the time. I’ve also seen some of the little utilities used in other team’s demos, where my little page enables, in a small way, the new thing they are building and showing off.