frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: YPS: YAML Positioning System

https://github.com/taichi-ishitani/yps
2•taichi730•2h ago
I'm pleased to introduce a new Ruby Gem: YPS: YAML Positioning System. https://github.com/taichi-ishitani/yps

YAML is a popular data serialization format in the Ruby ecosystem. We can easily parse YAML into Ruby objects using the built-in `YAML` standard library. However, it becomes difficult to pinpoint invalid or unexpected values within a large YAML document because the parsed Ruby objects lack position information (i.e., filename, line, and column).

YPS was developed to resolve this exact problem.

YPS parses a given YAML string and adds each parsed Ruby object, except for Hash key, with its position information. You can use `#position` method to get the position info of the receiver object like below:

``` require 'yps'

yaml = YPS.load(<<~'YAML') children: - name: kanta age: 8 - name: kaede age: 3 YAML

# output # name: kanta (filename: unknown line 2 column 11) # age: 8 (filename: unknown line 3 column 10) # name: kaede (filename: unknown line 4 column 11) # age: 3 (filename: unknown line 5 column 10) yaml['children'].each do |child| child.each do |key, value| puts "#{key}: #{value} (#{value.position})" end end ```

Agentic Commerce Protocol

https://www.agenticcommerce.dev/
1•vincentchau•45s ago•0 comments

Show HN: Instantly publish Markdown with a custom link and password protection

https://publishmarkdown.com/
1•dzky•1m ago•0 comments

Fastmail Desktop App

https://www.fastmail.com/blog/desktop-app/
2•soheilpro•4m ago•0 comments

A Manifesto for Data Realism

https://medium.com/discourse/a-manifesto-for-data-realism-75efb9f04892
1•bulla•5m ago•0 comments

Tiny Homes Aim to Address Shortage on Lakota Reservation

https://www.nytimes.com/2025/10/08/realestate/lakota-tiny-homes-housing-shortage.html
1•mitchbob•5m ago•1 comments

But what is a Laplace Transform? [video]

https://www.youtube.com/watch?v=j0wJBEZdwLs
1•colinprince•7m ago•0 comments

Debugging a Go runtime crash: the one-instruction window

https://nsrip.com/posts/oneinstruction.html
1•todsacerdoti•7m ago•0 comments

What If SportsCenter and LinkedIn Merged?

https://www.nytimes.com/2025/10/11/technology/tbpn-silicon-valley.html
1•mitchbob•11m ago•1 comments

Feynman Algorithm

https://wiki.c2.com/?FeynmanAlgorithm
1•kickofline•16m ago•0 comments

Illuminations of a 3D Alphabet

https://www.gnsi.org/lluminations-of-a-3d-alphabet
1•ownlife•16m ago•0 comments

Dental Health

https://tranquilitydentistry.com.au/
1•sgloss•18m ago•0 comments

israel murdered Saleh Aljafarawi after the sham ceasefire

https://mena.rollingstone.com/politics/politics-news/killing-saleh-aljafarawi/
3•proshno•26m ago•0 comments

Ask HN: How do you visualize tensors?

2•HardikVala•33m ago•0 comments

The Grand Digital Paradox: Why Indian Government Websites Feel Stuck in Time

https://ayushchugh.com/blog/why-govt-websitesh-have-bad-design
1•dorianniemiec•34m ago•0 comments

DDoS Botnet Aisuru Blankets US ISPs in Record DDoS

https://krebsonsecurity.com/2025/10/ddos-botnet-aisuru-blankets-us-isps-in-record-ddos/
3•CharlesW•47m ago•0 comments

Taiwan faces risk from China's rare earth rules

https://www.taipeitimes.com/News/taiwan/archives/2025/10/13/2003845383
2•keepamovin•48m ago•0 comments

Minister of Economic Affairs Invokes Goods Availability Act for Nexperia

https://www.government.nl/latest/news/2025/10/12/minister-of-economic-affairs-invokes-goods-avail...
2•porridgeraisin•48m ago•0 comments

How long can the AI boom continue at this pace?

https://www.latimes.com/business/story/2025-10-09/is-there-an-ai-bubble-financial-institutions-so...
2•1vuio0pswjnm7•57m ago•0 comments

The Seven Trillion Dollar Scam

https://www.alilybit.com/p/the-seven-trillion-dollar-scam
3•13years•1h ago•0 comments

Atomic Rocketships of the Space Patrol or "So You Wanna Build a Rocket?"

https://projectrho.com/public_html/rocket/
2•ipnon•1h ago•0 comments

Dutch government takes control of Chinese-owned chipmaker Nexperia

https://www.ft.com/content/605e5456-9437-47ff-be6a-edc5c82810f2
7•rzerowan•1h ago•0 comments

Show HN: AirFryPro – Convert any oven recipe to air fryer

https://airfrypro.com/oven-to-air-fryer-calculator
3•chrisdeweese•1h ago•1 comments

The working-class hero of Bletchley Park you didn't see in the movies

https://www.theguardian.com/world/2025/oct/12/move-over-alan-turing-meet-the-working-class-hero-o...
2•a_w•1h ago•1 comments

Canada eyes putting nuclear reactors on the moon

https://www.cbc.ca/news/science/canada-nuclear-reactor-moon-9.6933657
4•geox•1h ago•0 comments

World Simulation with Video Foundation Models for Physical AI

https://research.nvidia.com/publication/2025-09_world-simulation-video-foundation-models-physical-ai
1•NeoInHacker•1h ago•0 comments

Logos of the Early Computer Software Scene

https://ccommunee.com/en/products/kfax04-logos-of-the-early-computer-software-scene
2•thenthenthen•1h ago•0 comments

Logos of the Early Ufology Scene

https://ccommunee.com/en/products/kfax12-logos-of-the-early-ufology-scene
2•thenthenthen•1h ago•0 comments

Trump's iconic writing style partly due to Truth Social UIKeyboardType choice

https://twitter.com/0xmmo/status/1977566315557859403
4•mmoustafa•1h ago•1 comments

Show HN: Image-to-Dot-to-Dot Generator. Print Custom Puzzles

https://connectthedotsprintable.online/
1•Franklinjobs617•1h ago•1 comments

I wrote a 100% Public Domain FPGA Architecture, come check it out

https://gitea.com/OutfoxSemiconductorLLC/OutfoxFPGAArch
2•outfoxsemillc•1h ago•3 comments