DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
DON'T SIGN IN WITH GOOGLE
Anthropic engineer Cal Rueb downloaded Claude Code on a Friday night and built a note-taking app over the weekend
by Monday he was #1 on Anthropic's internal Claude Code leaderboard - that's how he ended up on the team writing the system prompts
says he runs 2 Claudes in parallel: "I can only do two, but I know people that do four"
shows his exact terminal setup and the slash commands he runs first
Call of Duty Black Ops Decompliation is now released on GitHub!
Blog Entry: https://t.co/8F3MRoHxkR
GitHub: https://t.co/GA7ktrXmyP
#decomp#decompilation#cod#blops
The Web Design Museum released 44 classic Cartoon Network Flash games from the early 2000s, now playable in the browser. Play them here: https://t.co/Fuiu1eFjww
Digimon Ver. 4 has now been dumped and emulated. Additionally, two alternative versions of Ver. 1 have also been dumped. This time I wasn't the one who took the chip photos (the source preferred to stay anonymous).
Imagine a place where people could communicate around one shared idea and that only attracted people interested in that one specific topic thus cutting down on unnecessary noise and voices irrelevant to the topic being discussed.
someone built an OPENSOURCE MILITARY RADAR that tracks multiple targets up to 20km away
its called AERIS-10, full github repo schematics, PCB layouts, FPGA code, python GUI, everything under MIT license
commercial phased array radar starts at $250,000. military surplus is $10,000-50,000 but its decades old analog junk with no electronic beam steering
this does electronic beam steering at 10.5GHz, pulse compression, doppler processing, multi-target tracking on a real time map
two versions: 3km range with patch antenna array, 20km range with 32x16 slotted waveguide array and GaN AMPLIFIERS
custom frequency synthesizer, 16 front-end chips, FPGA doing all signal processing, GPS and IMU for ACCURATE target coordinates when the platform moves
all gerber files included so you can order the PCBs and build it yourself
one person built what defense contractors charge a quarter MILLION for and open sourced it
Very interesting footage from Russians indicating that Ukrainian Forces use laser light beam to fry fiber optic on "waiter" drones.
Quite unexpected turn of the warfare, take notes.
🚨 Someone built a full virtual computer that runs inside your browser.
No downloads. No installs. No VMs. Just a Docker command.
It's called Neko. It runs a complete desktop environment inside a Docker container and streams it to your browser using WebRTC.
Not a screen share. Not a remote desktop. A real computer running in a container that you control from any browser tab.
No VNC lag. No RDP setup. No TeamViewer watermarks. Just smooth, real-time video and audio.
Here's what this thing can do:
→ Run Firefox, Chrome, Brave, Edge, Tor Browser, or Opera in an isolated container
→ Run full desktop environments like XFCE or KDE
→ Multiple users can watch and control the same session simultaneously
→ Built-in audio streaming. Watch videos together with perfect sync
→ Persistent sessions. Close the tab, come back later, everything is still there
→ GPU acceleration for smooth rendering
→ Embed it in your own web app via API
Here's why people are losing their minds over this:
Watch parties. Open a movie, invite friends, everyone sees the same screen in real-time with synced audio. Open source alternative to Hyperbeam.
Throwaway browsing. Need to visit a sketchy site? Do it in a disposable container. Nothing touches your real machine. Pair it with Tor Browser and a VPN for full anonymity.
Team collaboration. Debug code together. Brainstorm on a shared whiteboard. Give a live demo where your audience can actually click around.
Secure jump host. Access internal company apps from anywhere without a VPN. Only video leaves the container. No cookies, no tokens, no data on the client.
Here's the wildest part:
The backstory. The creator built this because https://t.co/FEdEkGNdbS shut down and he just wanted to watch anime with his friends. Discord kept crashing. His internet couldn't handle streaming. So he built an entire virtual browser platform from scratch.
One Docker command to start:
docker run -d -p 8080:8080 m1k1o/neko:firefox
Open localhost:8080. You now have a full browser running in the cloud that anyone can join.
17.3K GitHub stars. 1.2K forks. 2,133 commits. 57 contributors.
100% Open Source. Apache 2.0 License.