frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Container Use for Agents

https://github.com/dagger/container-use
7•aluzzardi•15m ago•1 comments

Show HN: Grab a Random ArXiv Paper

https://jepedersen.dk/arxiv.html
2•jegp•15m ago•0 comments

Show HN: patdb: a snappy + easy + pretty TUI debugger for Python

https://github.com/patrick-kidger/patdb
2•patrickkidger•19m ago•0 comments

Show HN: This database never puts you on hold

https://github.com/wildcatdb/wildcat
4•diagraphic•27m ago•0 comments

Show HN: Run 30B model in 4GB Active Memory

https://github.com/NimbleEdge/sparse_transformers
3•vkkhare•46m ago•0 comments

Show HN: I made a 3D SVG Renderer that projects textures without rasterization

https://seve.blog/p/i-made-a-3d-svg-renderer-that-projects
182•seveibar•15h ago•59 comments

Show HN: GPT image editing, but for 3D models

https://www.adamcad.com/
158•zachdive•1d ago•78 comments

Show HN: I built Claude code but for image generation

https://agent.trybezel.com/
5•palashshah•4h ago•1 comments

Show HN: The first portable, customisable General AI Agent – available for free

https://www.orkestralai.com
5•saccodd•5h ago•1 comments

Show HN: Open a browser by clapping twice (inspired by Iron Man)

https://github.com/Yutarop/two_claps_open
5•ponta17•8h ago•0 comments

Show HN: Scale content with automated SME interviews (BC AI content is trash)

https://www.dbrief.io/
2•jamesofthedrum•5h ago•0 comments

Show HN: App.build, an open-source AI agent that builds full-stack apps

https://www.app.build/
86•davidgomes•22h ago•13 comments

Show HN: Curated list of platforms where you can launch your product

https://github.com/dakotamin/awesome-launch-platforms
2•elikarad•37m ago•0 comments

Show HN: Verysmall.site – vibecode single page websites

https://verysmall.site
26•sixhobbits•1d ago•14 comments

Show HN: Clarity – A Dashboard for Scrum Teams (Early Access)

https://clarity.hacknscrum.de/
3•xsimonx•12h ago•0 comments

Show HN: MailShrimp – validate email lists with risk level and confidence score

https://www.mailshrimp.app
3•udiocla•8h ago•5 comments

Show HN: Heynds – Write Faster – AI Voice and Writing Assistant (Mac/Windows)

https://www.heynds.com/en
4•pierremouchan•9h ago•0 comments

Show HN: Controlling 3D models with voice and hand gestures

https://github.com/collidingScopes/3d-model-playground
97•getToTheChopin•2d ago•20 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
165•neocanable•2d ago•94 comments

Show HN: I build one absurd web project every month

https://absurd.website
285•absurdwebsite•2d ago•66 comments

Show HN: Localize React apps without rewriting code

https://github.com/lingodotdev/lingo.dev
87•maxpr•2d ago•70 comments

Show HN: Tiptap AI Agent – Add AI workflows to your text editor in minutes

43•philipisik•1d ago•17 comments

Show HN: I built an old photo restoration tool using the Flux Kontext

https://restoreoldphotos.io
14•cyberplaid•12h ago•8 comments

Show HN: Kan.bn – An open-source alterative to Trello

https://github.com/kanbn/kan
498•henryball•3d ago•217 comments

Show HN: Gradle plugin for faster Java compiles

https://github.com/elide-dev/gradle
36•sgammon•1d ago•33 comments

Show HN: AirAP AirPlay server – AirPlay to an iOS Device

https://github.com/neon443/AirAP
201•neon443•1d ago•37 comments

Show HN: This Hacker News does not exist

https://thishackernewsdoesnotexist.com
27•wonderfuly•1d ago•15 comments

Show HN: Ephe – A minimalist open-source Markdown paper for today

https://github.com/unvalley/ephe
136•unvalley•1d ago•53 comments

Show HN: Triage.flow – Chat with Any GitHub Repo Using Faiss and LlamaIndex

https://github.com/ashikshafi08/triage.flow
3•ashikshaffi0•19h ago•0 comments

Show HN: An Alfred workflow to open GCP services and browse resources within

https://github.com/dineshgowda24/alfred-gcp-workflow
54•dineshgowda24•1d ago•16 comments
Open in hackernews

Show HN: AirAP AirPlay server – AirPlay to an iOS Device

https://github.com/neon443/AirAP
201•neon443•1d ago
I made AirAP because I wanted a simple way to play sound from my Mac Mini when my speaker broke. But it’s got a ton of other uses too, like testing how audio sounds like on different devices, or repurposing old wired speakers.

This was incredibly fun to make - can’t wait for you all to see it!

Comments

LowResHusband•1d ago
That's interesting! Does it work for streaming video or just audio? Sometimes I'd love to AirPlay from my video editing software to my iPhone to check how it looks on the smaller screen, checking colors and overall appearance.
ptk•1d ago
We’ve been looking for something like this for our conference room. A PC presenting on a large TV, but mirrored/AirPlayed on iPads for anyone that wanted a version closer to their face.
mkrahul•1d ago
Sunshine and moonlight are what you need.
karhuton•1d ago
You can give this a go. Made it for just this type of scenarios: https://bluescreen.live

If it works for you, happy the help you setup a private instance or something. And for in-office use, maybe optimize for quality rather than minimal updates it is now.

zlies•1d ago
Nice work! Do you think that it is possible to port this to watchOS?
bri3d•1d ago
It's just a thin wrapper for https://github.com/qasim/Airstream (I think it's very lame that the README doesn't mention this), which I think would work in a watchOS app although I'm not 100% sure it would get approved.
neon443•1d ago
I think I could take a look, but watchOS has different limitations for background apps You mean u want to run the app on Apple Watch?
zlies•1d ago
I‘m thinking about an app on the watch, that acts as an airplay (video) receiver, so I can stream and watch videos on my wrist while cooking
neon443•1d ago
Sadly the shairplay library only supports audio so that’s the best that I can do without using a different implementation
zlies•1d ago
What a pity! Thanks for replying anyway! :)
bilekas•1d ago
This is actually something I've been looking for for a while, through some workarounds with jelkyfin and others I've been able to navigate something but this seems promising.

I've got a few questions maybe later with the protocols and stuff but so far from initial look, it seems super promising.

Nice job really!

Aurornis•1d ago
This is cool, but like the other comment said I think it would be prudent to mention in the README that this uses the Airstream project for the AirPlay implementation: https://github.com/qasim/Airstream

I thought this was a new Airplay implementation from the way it was described, but then I looked at the source code and realized there wasn’t much there. Nothing wrong with wrapping a library, but it’s nice to mention the technologies used and set expectations.

yunohn•1d ago
Libraries are made to be used as the base for the actual application. I checked your GitHub link - no clue how I’d use it without coding an entire solution.
neon443•1d ago
I’ve fixed the readme to add a link to airstream
planetpluta•1d ago
A lot of apps allow you to AirPlay to multiple devices at once — would be neat to put this on a bunch of iphones to simultaneously play music
r00fus•1d ago
Any suggestions for such apps? I'm planning using something like this for a silent disco...
atmanactive•1d ago
https://sonobus.net
varenc•1d ago
I'm impressed this is so instantly installable via test flight! I have a suspicion Apple my pull this soon.
jiveturkey•1d ago
I wouldn't think so, since it's not AirPlay 2.
neon443•1d ago
It isn’t, but AirPlay 2 doesn’t have CD quality audio it’s compressed aac
bound008•1d ago
Thank you so much for checking something off of my todo list!

Apple TV lets you share with two sets of apple headphones, which is awesome... but I wanted a way to:

* Share to more than two sets * Extend coverage past the (very generous) bluetooth range of AirPods. * Have lossless (albeit 44khz/16bit) wireless audio with audiophile headphones.

I was considering using an esp32, but so happy this exists now! Thanks!

whycome•1d ago
Doesn’t this still limit to one device?
bound008•1d ago
I haven't tried it yet but on Apple devices you can AirPlay audio to multiple devices. I think the limit on AirPlay 2 might be 16.
Lalabadie•1d ago
Bluetooth output is limited to one device, Airplay (from one device) can stream to several receivers.
bound008•8h ago
On Apple devices you can stream to two bluetooth destinations if they are Apple (/beats) devices that can support it.
doublerabbit•1d ago
Neat way to turn an iDevice in to a usable DAC.
reboot81•1d ago
Works great from iPhone to iPhone.
whycome•1d ago
How old of a device can I install this on? (Eg to make an old phone an AirPlay receiver).

Edit: looks like ios17 is earliest

neon443•1d ago
I’m working on back porting it now