188 results for job less · 1.989s

News for “job less”
18 results • 1984 ms server time
Moozonian News
news.ycombinator.com• Mar 13, 2026• 1 min read
Ask HN: Got cancer, a new job,new boss in less than a year What do I do now?Hello Everyone,As per title really. I started a new job late last year. Head hunted and went from a mega stable nothing ever really changes with a low stress environment where it would cost a lot to get rid of me with over a decade and a half of service to a extremely fast paced "lets do it" environment that is rather "make it work for now" and the technical debt is large. I joined partly because I had a real rapport with the guy who would be my boss. The money helped too :DThe day I joined the company it got bought out by another one. Ok, we carry on, integration ongoing. Stuck between two competing outlooks on infrastructure and different ways of working.Then in the last month I have a diagnosis of the big C. Tests are completed (i think) but it looks to be the one you want to get if you had to pick one. Treatment plans inbound imminently...A few weeks ago my boss resigned. Now I have a new boss in another country. He is pretty much an unknown quantity at this point.To be fair my imm
Moozonian News
news.ycombinator.com• Mar 10, 2026• 1 min read
AI is to software as power tools are to woodworkingPower tools did not remove people. They make woodworking accessible to more people. They make more complex projects possible. They make furniture less expensive. We don't have less jobs because of power tools. And with power tools came a proliferation of hardware stores to support all the people suddenly empowered to try their hand.To take the analogy further, agents are like factories. Yes the drill can do the work on it's own, when it's on an assembly line, getting exactly the right part at the right time at the right angle. But it is insanely hard and expensive to set up a factory, and when it is done, it produces one thing.Shit will change. But that is exactly what I liked about this industry to begin with. And people are highly motivated by fear, so the manipulators and influencers peddle it for all they are worth. There is nothing to fear here. It's just a new kind of tool for you to pick up, if you have the courage and heart to do so.
Moozonian News
github.com• Mar 7, 2026• 1 min read
Show HN: PolyClaude – Using math to pay less for Claude CodeHi HN!I built this tool specifically for Claude Code users who hit the 5-hour rate limit wall mid-flow. There's no official plan between Pro ($20/mo) and Max ($100/mo). it's a fixed gap with nothing in between.The workaround most people do manually: running multiple Pro accounts and switching when one is limited. This actually works, but naive rotation wastes a lot of capacity. When you activate an account turns out to matter as much as which one you use. A single throwaway prompt sent a few hours before your coding session can unlock an extra full cycle.PolyClaude automates this. You tell it your accounts, your typical coding hours, and how long you usually take to hit the limit. It uses combinatorial optimization to compute the exact pre-activation schedule, then installs cron jobs to fire those prompts automatically. When you sit down to work, your accounts are already aligned.It's free and open source. Install is one curl command, then an interactive setup wizard handles the rest.R
Moozonian News
api101.org• Mar 3, 2026• 1 min read
Show HN: A Free, interactive API course for product managersMy wife is a product manager and she kept asking me questions about APIs at her new job. I’m a former developer and now a high school teacher, and I love simplifying complex tech concepts.So we created API101.org, a free course to help product managers and non-technical folks understand APIs, webhooks, authentication, and more. Most of the course is reading and examples, but there are a few mini Postman-style widgets (her idea) scattered in the lessons so you can try real API calls right in your browser.It’s about 2–3 hours long, fairly comprehensive (maybe a bit much, but everything felt essential), and built as a side project for fun.We’d love feedback, what’s useful, what’s confusing, what could be improved. Thanks!
Moozonian News
seedance3ai.net• Feb 17, 2026• 1 min read
Show HN: Seedance3AI – a web app for text-to-video, image-to-videoHi HN,I built Seedance3AI because I wanted a single, simple place to iterate on short visual ideas without hopping between tools.It currently supports: - text → video (short clips) - image → video (animate a reference image) - AI image generation (useful for thumbnails/storyboards)The workflow is intentionally minimal: pick a mode, set a couple of creative controls, generate, then download.Implementation notes: - [stack: e.g. Next.js + serverless API + a job queue + object storage] - [anything you learned the hard way: rate limits, retries, prompt history, etc.]What I’d love feedback on: 1) Which controls matter most (duration/aspect/seed/style, etc.) 2) Prompt UX: what’s confusing or missing 3) Any failure cases you hit (timeouts, weird outputs, etc.)[Optional: This is an independent project and not an official ByteDance/Seedance release.]Thanks!
Advertisement
Moozonian News
aiseedream5.org• Feb 16, 2026• 1 min read
Show HN: AISeedream5 – a simple web UI for Seedream 5.0 imageHi HN,I built AISeedream5 as a lightweight web UI to generate visuals quickly: - text-to-image - image-to-image (with a reference image) - text-to-video / image-to-video (short clips)The problem I was trying to solve: I often want to iterate on concepts (ad creatives, storyboards, thumbnails) without juggling multiple tools or losing prompt history. So I focused on a straightforward workflow: pick a mode, optionally add a reference image, write a prompt, generate, download.Notes: - There’s a small free tier so you can try it without creating a full setup. - [If applicable: Not affiliated with the Seedream/ByteDance team; this is an independent UI.]Tech / implementation: - [Your stack: e.g. Next.js + serverless API + a job queue for renders] - [Any details HN would care about: latency, caching, safety filters, etc.]I’d love feedback on: 1) prompt UX (what’s confusing / missing) 2) what “consistency controls” you wish existed 3) bugs / edge cases you hitHappy to answer questions.
Moozonian News
apify.com• Feb 13, 2026• 1 min read
Show HN: Fuzzy-matching messy job board data against the UK Gov Visa RegistryHey HN,I’ve been working on job application pipelines and kept hitting a massive data friction point: reliably filtering out UK companies that legally cannot sponsor international workers.The UK Home Office publishes a constantly updating CSV of licensed sponsors. The problem is, the data is practically useless for standard database joins. A job board might list a role at "Acme", but the government registry lists "Acme Technologies Holdings Limited".If you run an exact-string match or a basic ILIKE against a scrape of 10,000 Indeed or LinkedIn jobs, your false-negative rate is massive.I wrote a TypeScript-based matching engine to solve this. Here is the pipeline:Dynamic Ingestion: It bypasses the Gov.uk dynamic routing to pull the raw, multi-megabyte CSV directly into memory. No stale database records.Text Normalization: I built a custom parser to strip out standard corporate suffixes ("ltd", "plc", "llp", "t/a", etc.) and handle the weird punctuation and localized encodings that break
Moozonian News
oj-hn.com• Feb 9, 2026• 1 min read
Show HN: Orange Juice Hacker News browser extensionHi all,I've been part of the Hacker News community since 2009 (under a different profile, latchkey), and over the years I've accumulated many ideas for improving the experience. I've used HNES, Refined Hacker News, and other extensions, and saved countless ideas along the way. Many promising projects were eventually abandoned. That may happen here too, but this is something I've wanted to explore personally for a long time. With AI making experimentation easier, now feels like the right time to do it.The goal isn't to redesign Hacker News. Its minimal UX works, and no one wants to relearn an interface that already does the job. Instead, this project focuses on small, thoughtful improvements—adding features and polish that make HN more pleasant to use without changing its core.I'm also interested in exploring social features. HN is already a massive social network, but interactions feel fragmented. There's room for tools that make engagement richer, not through obvious features like liv
Moozonian News
docs.tensorpool.dev• Jan 29, 2026• 1 min read
Show HN: Autonomous recovery for distributed training jobsHi HN! We’re TensorPool. We help companies access and optimize large scale compute for training foundation models.The ProblemIt’s been almost a year since we’ve finished YC, and we’ve just crossed 100,000 multinode training GPU hours run on our platform.On those training runs, we’ve seen countless 3am job crashes because of issues like an Xid error from a flaky GPU or an S3 timeout that corrupted a checkpoint save. By the time you wake up and notice, you've lost 8+ hours of compute. You scramble to diagnose the issue, manually restart from the last checkpoint, and hope it doesn't happen again. Rinse and repeat.For training runs that take days to weeks, this constant babysitting is exhausting and expensive. The research iteration cycles lost can also make or break a model release (especially for short reservations).What We BuiltThis agent monitors your training jobs and autonomously recovers them when things go wrong. It works with Kubernetes, Slurm, and TensorPool Jobs.We originally bu
Advertisement
Moozonian News
bing.com• Dec 10, 2025• 1 min read
Next-gen supersonic jet engine gets a much less glamorous jobBoom Supersonic has made great strides in recent years toward fulfilling its ambition to get its Overture supersonic airliner off the ground. The problem is that faster-than-sound aircraft aren't ...
Moozonian News
news.ycombinator.com• Dec 5, 2025• 1 min read
Ask HN: How do LLMs perform in the low-level space?Low-level coders, how do LLMs perform in your profession? How much have tools like copilot and claude impacted your job and workflow? Do you see them taking over more and more of the space in the near future? What are your thoughts on its use in the low-level space?I'm a student in computer science. I'm passionate about all things low-level, especially anything that touches the OS, and embedded too. I love C, Rust, functional languages and lisps. However, everyone around me (webdevs, mostly) tells me all of the above is useless (they're right about the lisps at least, sadly), i should just stick to python and data science or ML, that no humans will be writing code in the future, and all this low-level stuff is from the stoneage and is useless in today's world. If I don't learn ML or data, then I should at least do something creative like frontend webdev. But I hate webdev.I genuinely can't tell what's real anymore. In my head, the programming roles that will be taken over the fastest w
Moozonian News
news.ycombinator.com• Nov 24, 2025• 1 min read
Game analysis, fourth quarter, field guard rangeThe offense started strong. Everyone expected a very short game. But the defense stopped them, and moved the line of scrimmage back significantly. Everyone was shocked. No one expected the massive investments that the offense had made to underperform so badly, and the defense was far more credible than expected.Since then it’s been a game of inches. The costs have been staggering for both sides. The sidelines have emptied out as the damage mounts. And the offense fans are getting restless. They were promised a victory, and they expect a victory. And now the concessions are running out, and you have to wait in a long line just to get a tiny serving of refreshments. The coach is genuinely afraid for his job if he doesn’t deliver.It’s looking like fourth down. The offense seems to be in field goal range, but the chances of a turnover keep rising, and if the fans get restless enough the coach could very well be thrown out in the middle of the game—believe me, it’s happened before.So althou
Moozonian News
bing.com• Oct 30, 2025• 1 min read
How To Make Transitioning Careers More SeamlessTransitioning careers, between jobs and organizations, can seem like a massive ask. After all, it’s very easy to become comfortable in a singular route and follow that path for all its worth. No ...
Advertisement