frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Independent security audit of our web app completed by Assured

https://mullvad.net/en/blog/independent-security-audit-of-our-web-app-completed-by-assured
1•janandonly•29s ago•0 comments

Towards the Perfect Coin Flip: The NIST Randomness Beacon (2014)

https://hackaday.com/2014/12/19/nist-randomness-beacon/
1•1317•55s ago•0 comments

I taught an octopus piano (It took 6 months) [video]

https://www.youtube.com/watch?v=PcWnQ7fYzwI
1•weinzierl•2m ago•0 comments

Better Than JSON?

https://wiki.alopex.li/BetterThanJson
1•fanf2•6m ago•0 comments

„There will be no federal bailout for AI."

https://twitter.com/DavidSacks/status/1986476840207122440
1•smartmic•6m ago•0 comments

Who's watching the watchers? This Mozilla fellow and her Surveillance Watch map

https://www.theregister.com/2025/11/08/mozilla_fellow_al_shafei/
1•mmooss•7m ago•0 comments

Even malware is using LLMs to rewrite its code, says Google

https://www.pcgamer.com/software/ai/great-now-even-malware-is-using-llms-to-rewrite-its-code-says...
1•AznHisoka•7m ago•0 comments

The Florentine Diamond Resurfaces After 100 Years in Hiding

https://www.nytimes.com/2025/11/06/arts/design/florentine-diamond-resurfaces-hapsburg.html
1•gmays•9m ago•0 comments

USPS Media Mail Rules Are Arbitrary and Stupid

http://nerdlypleasures.blogspot.com/2025/11/usps-media-mail-rules-are-arbitrary-and.html
1•HotGarbage•9m ago•0 comments

Show HN: Code Typer – a type racer for programmers (with cool IDE-like behavior)

https://github.com/mattiacerutti/code-typer
1•mattcer•11m ago•0 comments

How to declutter, quiet down, and take the AI out of Windows 11 25H2

https://arstechnica.com/gadgets/2025/11/what-i-do-to-clean-up-a-clean-install-of-windows-11-23h2-...
1•mariuz•12m ago•0 comments

Nation-state hackers deliver malware from "bulletproof" blockchains

https://arstechnica.com/security/2025/10/hackers-bullet-proof-hosts-deliver-malware-from-blockcha...
2•PaulHoule•14m ago•1 comments

Tehran Is at Risk of Running Out of Water Within Weeks

https://www.nytimes.com/2025/07/26/world/middleeast/iran-water-crisis-drought.html
1•baxtr•15m ago•2 comments

Ups and FedEx Ground MD-11 Cargo Planes After Louisville Crash

https://www.nytimes.com/2025/11/08/us/ups-fedex-cargo-planes-grounded.html
1•FigurativeVoid•16m ago•0 comments

What Hallucinogens Will Make You See

https://nautil.us/what-hallucinogens-will-make-you-see-308247/
2•simonebrunozzi•16m ago•0 comments

Show HN: I built a website to visualize company financial data

https://myfinsight.com/
1•eadanlin•18m ago•0 comments

Understanding the CUDA Compiler and PTX with a Top-K Kernel

https://blog.alpindale.net/posts/top_k_cuda/
1•mfiguiere•18m ago•0 comments

Show HN: Launch coding agents from Apple Watch

https://whispermemos.com/kb/integrations/cursor-agents
3•Void_•22m ago•0 comments

AWS and OpenAI announce multi-year, $38B strategic partnership

https://www.aboutamazon.com/news/aws/aws-open-ai-workloads-compute-infrastructure
1•zkmon•28m ago•0 comments

I vibe coded a database engine from scratch

https://deepwiki.com/jzombie/rust-llkv
1•rustic-indian•29m ago•0 comments

Why The Simpsons couldn't survive the new millennium (2017)

https://honisoit.com/2017/03/why-the-simpsons-couldnt-survive-the-new-millennium/
1•haunter•29m ago•1 comments

Cortex Linux – AI-Native Operating System (Open Source)

https://github.com/cortexlinux/cortex
1•AIVH•31m ago•2 comments

Space Type Generator

https://spacetypegenerator.com/
1•bookofjoe•31m ago•0 comments

Flooded UK coalmines could provide low-carbon cheap heat 'for generations'

https://www.theguardian.com/environment/2025/nov/06/flooded-uk-coalmines-low-carbon-cheap-heat
6•rmason•33m ago•1 comments

ASD – Barriers and Pathways in Formal and Self-Diagnosis

https://codeberg.org/alicewatson/asd-self-dx/src/branch/main
1•ofcrpls•36m ago•0 comments

Beauty Backfire Effect: How Extreme Attractiveness Undermines Fitfluencers

https://onlinelibrary.wiley.com/doi/10.1002/mar.70023
2•gnabgib•40m ago•0 comments

Art-Sci Currents. Interdisciplinarity in MOTION. (url to video series)

https://crearte.ca/artscicurrents/interviews/
1•sargstuff•42m ago•1 comments

Best Current Practice for OAuth 2.0 Security

https://datatracker.ietf.org/doc/html/rfc9700
3•mooreds•48m ago•0 comments

Humans have remote touch 'seventh sense' like sandpipers

https://techxplore.com/news/2025-11-humans-remote-seventh-sandpipers.html
14•wjSgoWPm5bWAhXB•48m ago•5 comments

I've found the secret to a happy relationship: an 'airport divorce'

https://www.thetimes.com/travel/inspiration/comment-inspiration/airport-divorce-travel-trend-huw-...
1•mooreds•48m ago•2 comments
Open in hackernews

TelUI: UI framework for easy-to-use applications

2•telui•2h ago
# TelUI

TelUI is a Electron-based UI framework that packages a handful of reusable front-end primitives—color utilities, typography helpers, and basic structural styles—so you can prototype simple desktop UI ideas with minimal setup.

## Features - Bundled Electron runner (`npm start`) that serves `index.html` for instant desktop previews. - Tokenized styling layers: `color.css`, `font.css`, and `header.css` keep presentation rules isolated and easy to remix. - Google Fonts integration (Funnel Display) plus opt-in utility classes like `.arial`. - Drop-in icon assets under `icons/` to help illustrate loading and status states.

## Quick start

```bash npm install npm start ```

The app launches an 800×600 Electron window that loads `index.html`. Modify any CSS or HTML file and restart (or reload) to see the changes.

## Project layout

```text index.js # Electron bootstrapper index.html # Demo canvas that consumes TelUI styles font.css # Typography utilities and Google Fonts import color.css # Color tokens (e.g., gentleblue, brightblue, gray/grey, green) header.css # Structural tweaks for header containers icons/ # Shared bitmap / gif assets (e.g., loading.gif) package.json # Dependencies and npm scripts ```

## Using the utilities

1. Reference the styles you need in your HTML entry point:

    ```html
    <link rel="stylesheet" href="font.css">
    <link rel="stylesheet" href="color.css">
    <link rel="stylesheet" href="header.css">
    ```
2. Apply the provided classes or custom element tags:

    ```html
    <header class="gentleblue">
      <h1 class="funneldisplay">TelUI</h1>
    </header>
    <p class="arial">Prototype copy goes here.</p>
    ```

   `font.css` exposes `.funneldisplay` and `.arial`. The color tokens (`gentleblue`, `brightblue`, `gray`, `grey`, `green`) can be used either as element selectors or converted into classes if you prefer `.gentleblue` syntax.
3. Reuse icons by pointing to the assets directory:

    ```html
    <img src="icons/loading.gif" alt="Loading indicator">
    ```
## Extending TelUI

- Add new color tokens or typography helpers by updating the corresponding CSS file; keep selectors declarative and organized by category. - For additional Electron behaviors (menus, preload scripts, IPC), expand `index.js` while leaving the UI-focused files framework‑agnostic. - When shipping as a distributable app, configure `electron-builder` or your favorite packager; the current setup is intentionally minimal.

## License

Unless stated otherwise in individual files, TelUI is distributed under the MIT License. Please include the license text when redistributing TelUI or derivative works,

URL:

https://github.com/eotter-beep/telui/blob/main