frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DocumentDB Joins the Linux Foundation

https://opensource.microsoft.com/blog/2025/08/25/documentdb-joins-the-linux-foundation/
2•aleksi•7m ago•0 comments

Once Upon a Pipe in the West: A Working Adapter from HDMI to Gardena – Jhauser

https://jhauser.de/once-upon-a-pipe-in-the-west-hdmi-gardena
2•todsacerdoti•11m ago•0 comments

Mysterious X-37B spaceplane flies again carrying a quantum GPS alternative

https://www.theregister.com/2025/08/25/x37b_quantum_navigation_payload/
1•beardyw•15m ago•0 comments

On the Screen, Libyans Learned About Everything but Themselves (2021)

https://newlinesmag.com/argument/on-the-screen-libyans-learned-about-everything-but-themselves/
3•thomassmith65•22m ago•0 comments

Phishing Emails Are Now Aimed at Users and AI

https://malwr-analysis.com/2025/08/24/phishing-emails-are-now-aimed-at-users-and-ai-defenses/
1•f311a•22m ago•0 comments

China mandates domestic firms source 50% of chips from Chinese producers

https://www.tomshardware.com/tech-industry/semiconductors/china-mandates-domestic-firms-source-50...
2•ivape•24m ago•0 comments

Exploring LLM Confidence in Code Completion

https://arxiv.org/abs/2508.16131
1•Hard_Space•29m ago•0 comments

We Put Agentic AI Browsers to the Test – They Clicked, They Paid, They Failed

https://guard.io/labs/scamlexity-we-put-agentic-ai-browsers-to-the-test-they-clicked-they-paid-th...
2•mindracer•30m ago•0 comments

Which is better for vibe coding – Pycharm or Cursor

1•mthorbal•35m ago•0 comments

Are AI sermons ethical? Clergy consider where to draw the line

https://www.ncronline.org/culture/are-ai-sermons-ethical-clergy-consider-where-draw-line
2•Michelangelo11•41m ago•0 comments

Spoon-Bending, a logical framework for analyzing GPT-5 alignment behavior

https://github.com/pablo-chacon/Spoon-Bending
2•pablo-chacon•46m ago•1 comments

Show HN: Lekh – write-only, encrypted micro-journal at your own URL

https://www.lekh.space/
2•doodyman•48m ago•0 comments

Agency Is Eating the World

https://giansegato.com/essays/agency-is-eating-the-world
1•vinhnx•48m ago•0 comments

Owner of 'US 8964' licence plate faced police scrutiny and a year of harassment

https://hongkongfp.com/2025/08/24/driven-out-why-the-owner-of-us-8964-licence-plate-faced-police-...
3•baylearn•51m ago•2 comments

VLF Plotter

https://www.skyandsolar.com/plotter
1•austinallegro•52m ago•0 comments

I built a Task manager to prevent developer Burnout

2•BlogCat•52m ago•1 comments

Ask HN: How can I recover and run my old mobile game from the 2010s?

2•diasks2•53m ago•1 comments

Zero Ethics AI [video]

https://www.youtube.com/watch?v=kboTCBHyYd0
1•frag•53m ago•0 comments

The battle of Gaza City is beginning. Get ready for a barrage of Hamas lies

https://www.telegraph.co.uk/news/2025/08/24/gaza-city-idf-hamas-propaganda-israel-battle/
2•socialcreditlow•55m ago•1 comments

Google: Was 1995 30 years ago?

https://imgur.com/a/2bQot5i
4•scarface_74•56m ago•0 comments

Founders of This New Development Say You Must Be White to Live There

https://www.nytimes.com/2025/08/19/realestate/arkansas-white-housing-return-to-land.html
3•belter•58m ago•0 comments

What Are OKLCH Colors?

https://jakub.kr/components/oklch-colors
81•tontonius•1h ago•23 comments

Show HN: Discover, share, and collaborate on effective coding prompts

https://www.aitmpl.com/
1•alexander2002•1h ago•0 comments

A comprehensive list of 2025 tech layoffs

https://techcrunch.com/2025/08/15/tech-layoffs-2025-list/
3•bbzjk7•1h ago•0 comments

Buypass Discontinues Issuance of TLS/SSL Certificates

https://www.buypass.com/products/tls-ssl-certificates/discontinues-issuance-of-tls-ssl-certificates
5•gpi•1h ago•0 comments

Joey Hess

https://joeyh.name
1•keepamovin•1h ago•0 comments

Chinese property giant Evergrande delisted after fall

https://www.bbc.com/news/articles/c14g7r44566o
5•yusufaytas•1h ago•0 comments

Violence and the Sacred: College as an incubator of Girardian terror (2017)

https://danwang.co/college-girardian-terror/
1•stopachka•1h ago•0 comments

Guess the Pin

https://www.guessthepin.com
3•LostMyLogin•1h ago•0 comments

Next-generation JavaScript analysis tooling

https://github.com/google/jsir
1•selvan•1h ago•0 comments
Open in hackernews

Show HN: Making hardware-integarted app development easier (open source)

https://github.com/ubopod/ubo_app
3•mmajzoobi•7h ago
Over the past several years, I have worked on many embedded projects that shared a similar challenge: building a good UI/UX for the app's end user on an embedded platforms.

The UX in some cases required voice interactions, others needed a graphical user interface (GUI), and in one instance I needed camera for reading barcodes/QR codes.

Unlike desktop or mobile apps, where there are well-developed SDK and development environments like Android Studio, Xcode, etc (which separate the low level concerns for developers), there is no fully open source capable alternative for embedded linux.

So for example, if you are developing a hardware-integrated app on Raspberry Pi that requires audio/speech interactions, an embedded graphical user interface, interfacing with sensors, camera, and/or other on-board hardware, you typically have to start from scratch and integrate these elements directly in your application (instead of using platform APIs).

So I started Ubo projects a few years ago which aims to address this issue through a collection of open source building blocks (software and hardware).

I am exciting to release the latest stable version of Ubo app (v1.6) which abstracts system and hardware level interactions with a clean event driven API.

It allows developers to add GUI, audio, speech, camera/vision, LED ring, Infrared RX/TX, sensors, etc to their apps with a few lines of code.

You can run Ubo app on Raspberry Pi 4 and 5.

For hardware specific capabilities, you can either DIY your hardware as explained in README.md or obtain an Ubo pod (an open hardware companion for Ubo app).

Some of the hardware capabilities such as the embedded GUI and audio playback is currently also emulated in the browser.

For more information Ubo app, check out my GitHub repository.

Would love to hear your feedback and how something like this could help you in projects.

P.S. there are some experimental ai driven features enabled by pipecat-ai in the works to bring more interactive voice/vision interfaces to developers apps.