63,074 results for are · 2.817s

News for “are”
16 results • 2812 ms server time
Moozonian News
news.ycombinator.com• Jul 29, 2026• 1 min read
Ask HN: What have you been curious about?If you are anything like me, you will have about five answers at any given point in time for "What are you curious about?".Arguably, a more interesting, revealing, and kinder question is; "What have you been curious about?".I feel a looking-back-to-curiosity exercise has power to shed light on where to look ahead (and why to do it). More so, I feel it has power to grant permission to that "insatiably curious thirteen year old self" to step out and play. Because it probably already has been up to something, while your attention was elsewhere.So, here is a prompt (see what I just did there? ;-))Um... Except for LLM stuff, if you please. Just for this thread. Because these days the plurality of HN discussion appears to be about the curiosities of LLMs.(cf. More about this in a blog post I published a while back https://www.evalapply.org/posts/what-have-you-been-curious-about/ )
Moozonian News
supapool.io• Jul 29, 2026• 1 min read
Show HN: Supapool – a Supabase per coding agent in ~400 mshi HN,I built supapool.io, an ephemeral full copy of supabase's services that you can spin up in ~400 ms (Auth, postgres, storage, realtime).so if you run multiple coding agents in parallel in different worktrees, they can now have their own copy of supabase without making changes that conflict with eachother.> why not use supabase docker locally?when I run 3-4 instances locally, my macbook gets hot and sometimes freezes.> why not use supabase branches?branches take minutes to setup, and are designed for persistence. this is expensive, and for a dev environment, it is too slow.> why not use mocks?mocks are bad for agents. i expect agents to test their migrations, SQL against real prod service behavior. agents hallucinate working mocks often. However, upside of mocks is that its faster and runs locally, but with supapool, the upside is less convincing.> how does it work/how is this economically viable?starting supabase in 400ms requires a few things: 1. a pool of ready supabase instance
Moozonian News
achiever.so• Jul 29, 2026• 1 min read
Show HN: Steam-style achievements, but for real life (777 milestones)For about 10 years I kept notes about things I wanted to do or already did. The notes never became anything useful, so this winter I started turning them into an app.It's not a habit tracker, it's a discrete-event tracker: 777 one-time milestones in 14 life categories (fitness, career, travel, finances, learning, mental health, etc.), each worth 5-100 points depending on difficulty. No streaks, no daily check-ins. You did it once, it counts forever.Two design decisions people argue with me about:1. I built streaks early, then hid the whole feature. Streaks push you to repeat things, but this app is about finish lines. They worked against each other, so streaks had to go.2. Profiles are public by default (it's a social tracker), but 31 achievements about addiction, therapy and mental health never show on public profiles unless you opt in. This is done with row-level security in Postgres, not filtered on the client. So you can track quitting nicotine and your profile won't announce it. T
Moozonian News
wingman.actor• Jul 29, 2026• 1 min read
Show HN: Wingman – A client-agnostic agent harness (written in Go)Hey HN! This is a project I've been working on for a while, it's still rough around the edges but I wanted to share it and hopefully get some feedback. Wingman is a client-agnostic agent harness (written in Go). Client-agnostic means Wingman isn’t coupled to any specific problem (like a coding agent or answer engine). It’s a portable agentic runtime that lets you build arbitrary clients on top of it.So you can build a client to:- Write code- Perform automatic triage- Classify emails- Review a PRand any other LLM adjacaent problem. There are surely features that exist that aren't well documented, a bunch of small bugs/race conditions, and all kinds of things I am hoping to add in the near future so any feedback is appreciated.
Moozonian News
bing.com• Jul 29, 2026• 1 min read
DePaul UniversityUsing indicators of academic excellence, U.S. News ranks regionally accredited colleges and universities. Online Programs in professional areas with the largest enrollments are evaluated annually by U ...
Advertisement
Moozonian News
bing.com• Jul 29, 2026• 1 min read
Terry CrewsTerry Crews is an actor, television host and former NFL player. Crews has appeared in numerous TV shows, including Everybody Hates Chris and Brooklyn Nine-Nine, and films such as White Chicks and ...
Moozonian News
bing.com• Jul 29, 2026• 1 min read
Linguine with lettuce pestoLettuce 240 g Sun-dried tomatoes in oil 20 g Almonds 30 g Parmigiano Reggiano PDO cheese 50 g 36 mesi Extra virgin olive oil 40 g To prepare the linguine with lettuce pesto, first put a large pot of ...
Moozonian News
kudory.com• Jul 29, 2026• 1 min read
Show HN: Kudory – Tailor your CV for each job applicationI've never liked maintaining multiple versions of my CV.Every application seems to want the same experience presented slightly differently, so I kept rewriting the same bullet points and ending up with files like `cv-final.pdf`, `cv-final-final.pdf`, and `cv-final-final-v2.pdf`.I built Kudory to make that part less tedious.You upload your CV, paste a job description, and it tailors your CV to the role by rewriting and reordering your existing content. One constraint I cared about from the beginning is that it doesn't invent experience, job titles, or achievements—it only works with what's already there.It also generates a cover letter draft, estimates how well your CV matches the role, and lets you export the result using one of several templates, but the core idea is simply making it easier to tailor a CV for each application.It's still a work in progress, and I'd really appreciate any feedback—whether it's about the product, the UX, or things that simply don't work. I'll be around to
Moozonian News
aicontentfootprint.com• Jul 29, 2026• 1 min read
Show HN: Energy, carbon and water estimates for AI content, shown as rangesHi HN,I built this calculator because I noticed it's easy to know how much a LLM costs per token, but it's extremely difficult to know it's carbon footprint or power consumption. I created this as a reference based on some published papers and public information, and it helps to have a guide of the impact of photo and video generation using AI.I also added another factor about Token utilization, it's something that becomes important as the newer models start to use "thinking" modes to reach a conclusion. There is information up to earlier this year, so it's not possible to see the efficiency of newer models like OpenAI Sol or Kimi K3.All the calculator does is to provide estimations and translate them in ordinary figures so people can understand it. There is no login required or any other type of paywall.About the models, it's easier to make estimates for Open Source models (of course) so there's more confidence on that data. For the closed ones, there are estimations based on public a
Advertisement
Moozonian News
kedge.dev• Jul 29, 2026• 1 min read
Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLiteI'm building Kedge, a globally distributed platform for stateful serverless apps. Here's how you make a simple static site: `echo '# Hello world!' | ssh kedge.dev`I helped build Fly.io for 4 years and shared enthusiasm for the founders' vision of a 'global Heroku'. While there, I wrote "The Serverless Server" (https://fly.io/blog/the-serverless-server/) as a study of Lambda and a sketch of a modern serverless product built around lightweight VMs. That essay was the initial inspiration for Kedge.Kedge has a fast VM orchestrator that can create code sandboxes or scale service instances in 3ms, using a combination of forkable VM snapshots and a tree of warm pools (Linux kernel -> base runtime -> app). VMs are memory-dense thanks to shared copy-on-write memory pages. You can run lightweight CGI-style functions, public OCI images, or source code for BuildKit to compile and deploy.Kedge's global control plane sits on an eventually-consistent SQLite database. Taking inspiration from Corrosion
Moozonian News
news.ycombinator.com• Jul 29, 2026• 1 min read
Ask/Tell HN: use the flag button instead of complaining about AI slop articlesThere is an article sitting at 60+ points now at the homepage which is clearly written by an AI and most comments saying something along the lines "this article is clearly AI slop". In this particular case, the article seems to be real AI slop: it creates a nonsensical benchmark to compare two tools and uses that to plug the company's product. The people commenting are right to point it out.The problem with the repeated complaining about AI slop is that it makes browsing HN tiring for two reasons: the community is failing to filter low-quality content, and on top of that we end up with a barrage of similar-looking complaints in the comment section.Both of these problems could be solved with one single action: flag articles that are in clear violation of the HN guidelines and move on.The quicker these AI slop articles get flagged, the lower the chance they get to show up in the front-page and the less incentive there will be for vibe-bloggers to push their crap here.
Moozonian News
news.ycombinator.com• Jul 29, 2026• 1 min read
Ask HN: My domain registrar rug-pulled me for $3000 [fixed]I registered the domain onlyfans.sexy ~6 years ago as a gag where I'd post pictures of fans (everything on the site and in this post is SFW). This year I got an email stating that, like all prior years, the domain would auto-renew at $38 in seven days and didn't think anything of the next two emails also notifying me that the domain would auto-renew.It would seem that I very much SHOULD have paid attention to those next two emails, because in both the three and one day renewal emails the price changed from $38 to $3000. Needless to say, I was surprised when I was billed $3k USD (plus tax).After contacting Hover's customer support, they told me that there was nothing that they could do about this and they have a no refund policy because "Hover does not have the ability to override or reverse pricing set by the registry. Premium domain pricing, including renewal costs, is determined by the registry, and they may adjust those prices over time. Once a renewal has been processed, we are cha
Moozonian News
news.ycombinator.com• Jul 29, 2026• 1 min read
Show HN: A new engine to run Kimi K3 on a laptopKimi K3 has 2.78 trillion parameters and ships as 1.42 TB of weights. It clearly does not fit in the memory of a laptop. But K3 is a Mixture-of-Experts model. For each token, only a small fraction of its 896 experts per layer is activated. That changes the problem: the entire model does not need to be resident in RAM, as long as the weights required by each token can be reached quickly enough.We built WASTE — the Weight-Aware Streaming Tensor Engine — to explore that idea.WASTE keeps the dense, repeatedly used part of the model resident in memory, stores the routed experts in an NVMe-optimized container, and streams only the experts selected during inference. The remaining RAM is used as a bounded expert cache.The current Kimi K3 container is 982 GiB. On a 64 GB MacBook Pro, WASTE runs the complete model at around 0.32–0.34 tokens per second, with a measured minimum memory requirement of approximately 29 GB at a 4K context.That is obviously not interactive performance yet. But the resu