Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    84comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    33comments
  3. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    54comments
  4. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    84comments
  5. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    14comments
  6. OpenJev(openjev.com ↗)
    200comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    76comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    3comments
  9. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    22comments
  10. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    2comments
  11. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    2comments
  12. I don't like passkeys(hawksley.dev ↗)
    467comments
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    175comments
  14. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    8comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    18comments
  16. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  17. AI is an elite crime spree(thebignewsletter.com ↗)
    14comments
  18. Jemalloc 5.4.0(github.com/jemalloc ↗)
    70comments
  19. The scourge of x86 emulation(fex-emu.com ↗)
    66comments
  20. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    142comments
  22. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    172comments
  23. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    discuss
  24. Qwen 3.8 Omni Flash(qwen.ai ↗)
    111comments
  25. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    30comments
  26. BeanShell3 in Development(beanshell.github.io ↗)
    8comments
  27. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    600comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    181comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    58comments
  30. Rabbit Hole: Minimum L-seams(fractalkitty.com ↗)
    discuss

Show HN: Weylus – Use your tablet as graphic tablet/touch screen on Linux

8 pointsby 6y agogithub.com
1 comments
6y agoHN ↗

Hi HN, I created this program out of my personal need to be able to do some handwriting on my Linux system. I know, I could just have bought a graphic tablet but as I already have a tablet with the necessary hardware for note taking around I was unwilling to do so. And after quite some fruitless search for a solution to this problem Weylus (= Web + Stylus) was born.

It is written mostly in Rust, some C and a tiny bit Typescript and works by serving a webpage that uses the browser API to capture pen, touch and mouse events from the tablet.

One thing I am not too happy with is streaming the screen back to the tablet, so you can see what you'r doing. Currently this is just a PNG stream over websockets, if you got better ideas I am all ears!

This should also run on macOS and Windows but with very limited features.