frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Polish-Lithuanian Commonwealth

https://u.osu.edu/poland/history/polish-lithuanian-commonwealth/
1•mooreds•53s ago•0 comments

LPC for Speech (1993)

https://lists.cpunks.org/archives/list/cypherpunks-legacy@lists.cpunks.org/message/PPN2I2MBKTAUZF...
2•basilikum•3m ago•0 comments

Show HN: A useful service for back end devs

https://app.linking.studio
2•yourfavdev•4m ago•0 comments

The Demographics of Central Europe [video]

https://www.youtube.com/watch?v=qvrj7_SMxao
2•mooreds•5m ago•0 comments

Why Garmin Bought TrainingPeaks

https://www.getvertical.ai/blog/garmin-trainingpeaks-acquisition/
2•mresposito•7m ago•0 comments

AMD EPYC 9006 Venice Announced and Looks Poised to Be a Grand Slam

https://www.phoronix.com/review/amd-epyc-9006-venice
2•ksec•8m ago•0 comments

Everybody Wants to Be a Dev

https://theturingmachine.net/everybody-wants-to-be-a-dev
2•birdculture•11m ago•0 comments

Show HN: Chrome extension for clean, readable SEC filings (10-K, 10-Q, 8-K)

https://chromewebstore.google.com/detail/sec-reader/jimblilpjbmhmgiooeobpabjnkadcoji
2•wenbin•11m ago•0 comments

First wave power plant receives DNV certification

https://www.heise.de/en/news/World-s-first-wave-power-plant-receives-DNV-certification-11373440.html
3•jonathanlydall•13m ago•0 comments

How to Check Aadhaar Card Status Online – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/how-to-check-aadhaar-card-status-online.aspx
2•saumyaraut11•13m ago•0 comments

Orwell on AI

https://hegemon.substack.com/p/orwell-on-ai
3•aa_is_op•13m ago•0 comments

My football predictor scores 0.203 vs. the bookies' 0.198 – and loses

https://kickoffreport.com/how-our-prediction-model-works/
3•cmanoliu•18m ago•2 comments

A VSCode extension for AI to understand your project

2•bailingyuan•18m ago•0 comments

Cloudflare Nimbus – Docs for the agentic web

https://nimbus-docs.com/
2•gempir•21m ago•0 comments

The IBM PC, Part 1: Arrival

https://technicshistory.com/2026/07/24/the-ibm-pc-part-1-arrival/
3•cfmcdonald•24m ago•0 comments

A For-Profit Path to Keeping Housing Affordable

https://www.nytimes.com/2026/07/24/realestate/for-profit-affordable-housing-ascent.html
4•donohoe•25m ago•1 comments

AI generated PRs can hide malicious intent across several PRs

https://blog.codacy.com/detecting-malicious-intent-across-ai-generated-pull-requests-a-governance...
2•ARayOutOfBounds•28m ago•0 comments

Fraudulent Dialer (Wikipedia)

https://en.wikipedia.org/wiki/Dialer
2•grubbs•28m ago•0 comments

Microsoft pressures LG into killing unwanted McAfee ads

https://www.theverge.com/tech/970489/lg-mcafee-ads-windows-microsoft-crackdown
5•timpera•30m ago•0 comments

I Made the Perfect Outline Asset for Unity

https://assetstore.unity.com/packages/vfx/shaders/outline-pro-edge-detection-outline-for-urp-brp-...
2•Adam-Hincu•31m ago•1 comments

Emergent Misalignment Recruits a Pre-Existing Persona Subspace

https://arxiv.org/abs/2607.21356
2•sbulaev•31m ago•0 comments

Volkswagen CFO addresses plant closures, job losses as profits sink

https://www.cnbc.com/2026/07/24/volkswagen-earnings-autos-germany.html
2•johnbarron•33m ago•0 comments

Two things every MCP author should add

https://medusajs.com/blog/two-things-every-mcp-author-should-add/
3•shahednasser•34m ago•0 comments

Axon, a TypeScript framework for agent development

https://axon.arclabs.it/docs/v2
2•codywakeford•35m ago•0 comments

Gen Z protests in India demanding resignation of Education Minister

https://www.bbc.com/news/videos/c3307vgneveo
3•Guestmodinfo•35m ago•2 comments

Dynamic JS function environments at runtime. Zero deps, total control with Nexus

https://www.npmjs.com/package/nexus-env
2•omid2007hope•36m ago•0 comments

European researchers want to study social media's harms but can't get the data

https://www.wired.com/story/european-researchers-want-to-study-social-medias-harms-but-cant-get-t...
4•joozio•37m ago•0 comments

Reality Bites Elon Musk and His Tesla, SpaceX Believers

https://www.wsj.com/finance/stocks/reality-bites-elon-musk-and-his-tesla-spacex-believers-1b639591
8•doener•38m ago•0 comments

Ask HN: Any Good Pi.dev Setups?

2•galsapir•39m ago•0 comments

OSS ChatGPT WebUI – Projects, Profiles, Server Tools, 8x Themes, 1-Click Sharing

https://llmspy.org
2•mythz•40m ago•0 comments
Open in hackernews

Show HN: Build native iOS widgets from any HTTPS endpoint

2•elkabong•56m ago
I built Dashlet since I often found myself building different web dashboards for all sorts of data (custom page views monitoring, app downloads, info from my home sensors) and I quickly got tired of always having to navigate to a page in Safari and reenter credentials to access them.

I wanted to just simply be able to see it on my phone, when scrolling around it - in almost realtime.

I've built bespoke apps (just for myself) in the past, that mapped a specific custom API for that purpose, but it was a hassle anytime I changed something in the response or added some new API for myself.

So, Dashlet is an answer to that - it can handle any JSON (or XML, or even image) endpoints and has a nice interactive way of picking which values out of it should be displayed in which type of widget. So, if something has an API but no app (or no widget), Dashlet lets you point it at an HTTPS endpoint, visually map fields from JSON/XML/images, and create native Home Screen (also lock screen and Apple Watch) widgets without writing code.

Some examples:

- Home Assistant sensors (works fine with `http` endpoints on local network)

- Solar production

- Public webcams

- RSS feeds

- Server dashboards (I use it for this mostly, as I have custom simple unique visits analytics set up, and I enjoy having relatively recent data show up on my lock screen)

Everything is read-only, on-device and without any backend between the app and the data. It currently supports basic+bearer endpoint authentication + custom headers. Any secrets are kept securely in the keychain and all the fetching happens by the device (either by the widgets themselves or as part of a background refresh).

This is the landing page - https://getdashlet.app

And here's some of the examples of how it can be used - https://docs.getdashlet.app

Hope anybody else finds it useful and can even think of ways to wire it up that I haven't thought of yet, and I'd really appreciate feedback.