172,103 results for se · 2.388s

News for “se”
17 results • 2382 ms server time
Advertisement
Moozonian News
github.com• Mar 1, 2026• 1 min read
Show HN: Habitat – A Self-Hosted Social Platform for Local CommunitiesHabitat is a free open-source, self hosted social platform for local communities. It is aimed at fostering local community discussions and discovery of areas of interest. This is why it is built primarily around location. A Habitat instance centers on a specific area, and the local community can make generic posts about that area, or they can make posts about specific locations in that area.For some background reading you can find out:- Why I wanted to build this: https://carlnewton.github.io/posts/location-based-social-net... - Some of the design decisions: https://carlnewton.github.io/posts/building-habitat/
Moozonian News
bing.com• Mar 1, 2026• 1 min read
Arizona Cardinals OL Jonah Williams 2026 offseason profileWith 22 days until the Arizona Cardinals' 2026 opener, let's look back at their 2022 season. With 21 days until the Arizona Cardinals' 2026 opener, let's look back at their 2021 season. The Arizona ...
Moozonian News
app.topomaker.com• Mar 1, 2026• 1 min read
Show HN: I built a browser-based 3D editor since I didn't want to learn Blenderprocess demo - https://i.redd.it/fbhlwsq1gcmg1.gif render demo - https://i.redd.it/smddwtryhcmg1.gifI love making creative software. I spent a few years making pixel art software but recently have gotten into 3d animation and 2d animation and really wanted a way to realize crazy ideas.Blockbench didn't feel quite right, spline is super well made but felt catered too much to just idle website animations, and I really didn't want to fall down a master class in Blender just to make some silly stuff. While I'm definitely not discounting Blender's literal powerhouse functionality, I wanted something smaller, easier to adopt, and something directly inside the web ecosystem. So that when I want to make assets for silly games I won't have to jump through any hoops to make everything match up and render nicely. So, I made Topomaker (tentative name).It's sporting your basic 3d modeling, coloring, and animation. It's currently supporting exports to mp4's and gifs for sharing, and then glb's and o
Advertisement
Moozonian News
github.com• Mar 1, 2026• 1 min read
Show HN: I built a zero-browser, pure-JS typesetting engine for bit-perfect PDFsHi HN, I'm a film director by trade, and I prefer writing my stories in plain text rather than using clunky screenplay software. Standard markup like Fountain doesn't work for me because I write in mixed languages, so I use Markdown with a custom syntax I invented to resemble standard screenplay structures.This workflow is great until I need to actually generate an industry-standard screenplay PDF. I got tired of manually copying and pasting my text back into the clunky software just to export it, so I decided to write a script to automate the process. That's when I hit a wall.I tried using React-pdf and other high-level libraries, but they failed me on two fronts: true multilingual text shaping, and complex contextual pagination. Specifically, the strict screenplay requirement to automatically inject (MORE) at the bottom of a page and (CONT'D) at the top of the next page when a character's dialogue is split across a page break.You can't really do that elegantly when the layout engine
Moozonian News
news.ycombinator.com• Mar 1, 2026• 1 min read
I used 2D Base64 to bypass Gemini and expose Google's moderation flawsHey everyone,I’ve spent the last 48 straight hours dismantling Alphabet's safety systems. Warning: this continuous marathon was so massive it practically overloaded the LLM's own context window. What started as a late-night probe on Gemini turned into discovering severe architectural flaws and a darker reality about Google Play and YouTube.Here is the exploit chain I used to bypass the AI filters, proving their "Trust & Safety" is a broken facade.### Phase 1 & 2: Context Saturation & Regex Slicing I started by overloading the safety filters' context window with YouTube links—mixing highly problematic content (NSDAP anthems, flagged tracks) with classical music. Once confused, I used regex-style slicing `(/-/---/(.` to bypass prompt injection blocks, forcing the model to retrieve flagged content without triggering refusals.### Phase 3: Total Blindness via Base64 & QR Codes Moving to image generation, I found that Base64 prompts completely blind the safety system. I then pivoted to hidin
Moozonian News
news.ycombinator.com• Mar 1, 2026• 1 min read
Show HN: AgentLens – Open-source observability for AI agentsHi HN,I built AgentLens because debugging multi-agent systems is painful. LangSmith is cloud-only and paid. Langfuse tracks LLM calls but doesn't understand agent topology — tool calls, handoffs, decision trees.AgentLens is a self-hosted observability platform built specifically for AI agents:- *Topology graph* — see your agent's tool calls, LLM calls, and sub-agent spawns as an interactive DAG - *Time-travel replay* — step through an agent run frame-by-frame with a scrubber timeline - *Trace comparison* — side-by-side diff of two runs with color-coded span matching - *Cost tracking* — 27 models priced (GPT-4.1, Claude 4, Gemini 2.0, etc.) - *Live streaming* — watch spans appear in real-time via SSE - *Alerting* — anomaly detection for cost spikes, error rates, latency - *OTel ingestion* — accepts OTLP HTTP JSON, so any OTel-instrumented app worksWorks with LangChain, CrewAI, AutoGen, LlamaIndex, and Google ADK.Tech: React 19 + FastAPI + SQLite/PostgreSQL. MIT licensed. 231 tests, 100%
Moozonian News
news.ycombinator.com• Mar 1, 2026• 1 min read
Show HN: OneCamp – Self-Hosted Slack/Asana/Zoom/Notion AlternativeLaunching in 6 days (March 7)!We wanted OneCamp to be a masterclass in modern architecture, so we open-sourced our entire Next.js frontend.Here's the tech stack powering it:1/ Collaboration & CRDTs Custom Node microservice with Hocuspocus + Yjs for real-time Tiptap edits over WebSockets. Redis caching + JSON/HTML transform to Go backend.2/ WebRTC & Real-time AI Self-hosted LiveKit SFU + custom Python agent that pipes audio to Deepgram nova-2, rebases timestamps, and broadcasts live transcripts.3/ Polyglot Persistence Postgres + Dgraph (graph relations) + OpenSearch (full-text search).4/ Observability OpenTelemetry traces/logs to self-hosted HyperDX on ClickHouse.The frontend (Next.js + React) is 100% open source (MIT). Dive in, star it, fork it: https://github.com/OneMana-Soft/OneCamp-feBackend remains closed-source for now (Go + paid managed option at launch).Feedback, issues, PRs very welcome!