Posts

Showing posts from September, 2025

New ask Hacker News story: Hacker News Guidelines

Hacker News Guidelines 3 by solsane | 0 comments on Hacker News. Lurker here. HN’s audience has grown. I think we should stop and review the guidelines if we haven’t for a while and reflect on what makes HN special / how we can help keep it that way.

New ask Hacker News story: Turning Loom videos into Interactive video – Does this make sense?

Turning Loom videos into Interactive video – Does this make sense? 2 by jazeemchoori | 0 comments on Hacker News. I’ve been thinking about this a lot. We spend hours making demo videos, onboarding walkthroughs, or training clips… and then what? People watch passively, get bored, drop off halfway, or leave with questions that never get answered. Meanwhile, sales teams end up chasing leads with back-and-forth emails just to cover what the video should’ve explained. Feels broken, right? That’s why I started working on Qudemo → basically turning a plain demo video into a conversation. Viewers can ask questions, search inside the video, and get instant answers — like chatting with a product expert while watching. And here’s the Loom connection: We all love Loom (myself included). It’s everywhere in SaaS - sales, onboarding, product updates, support. But at the end of the day, Loom is still a one-way video. Don’t just share a Loom. Share a Qudemo. Record in Loom → run it through Qudemo → ...

New ask Hacker News story: Ask HN: Last time you needed a web analytics answer (real steps, not opinions)

Ask HN: Last time you needed a web analytics answer (real steps, not opinions) 2 by robomiri | 2 comments on Hacker News. I’m building an analytics platform and want to fix real—not hypothetical—pain. Can you walk me through, in as much detail as you’re comfortable sharing, the last time you needed a web analytics answer—what you did step-by-step, the tools involved, constraints that shaped the path, and where it broke?

New ask Hacker News story: Ask HN: What Are You Working On? (September 2025)

Ask HN: What Are You Working On? (September 2025) 13 by david927 | 24 comments on Hacker News. What are you working on? Any new ideas that you're thinking about?

New ask Hacker News story: Kagi Translate appears to be down - giving HTTP 400 false positive

Kagi Translate appears to be down - giving HTTP 400 false positive 2 by casenmgreen | 0 comments on Hacker News. I use Kagi Translate. Every translation currently throwing this error; > 400 The response was filtered due to the prompt triggering Azure OpenAI's content management policy. Please modify your prompt and retry. To learn more about our content filtering policies please read our documentation: https://ift.tt/JqyE0b4

New ask Hacker News story: Ask HN: Does Google Search's Verbatim mode no longer work for you?

Ask HN: Does Google Search's Verbatim mode no longer work for you? 3 by frmersdog | 1 comments on Hacker News. If so, are we finally allowed to panic about the state of what has been the most basic method of accessing knowledge online for the last two-and-a-half decades?

New ask Hacker News story: App systematizing iterative self-improvement

App systematizing iterative self-improvement 3 by chrispbacon | 0 comments on Hacker News. Hi all, I’m a Xoogler who’s always had a strong interest in the area of self-improvement. Right now, I have a structure/system to iteratively address my outstanding weaknesses within the following domains conventionally regarded as “foundations to success”: discipline, mindfulness, motivation, patience, grit, cognition speed (to the extent it can be modulated). I employ a wide range of tools largely drawing from CBT, and leverage mindfulness gained from meditation to ensure I’m able to actually perform the relevant interventions. I journal regularly to reflect on the value my current toolset provides and iterate accordingly, using observations about my thoughts and feelings I glean throughout the day as fodder. None of these things are at all novel, but I’m struggling to find an existing application that replicates this flow. Since I’ve been able to use this structure to improve my overall per...

New ask Hacker News story: How is TPU v3-8 different from v5e-8

How is TPU v3-8 different from v5e-8 2 by sr5434 | 0 comments on Hacker News. Kaggle announced that they are replacing their TPU v3-8s with v5e-8s, but for some reason I get an OOM when running my code on v5e-8 and not when running it on v3-8. Does anybody know why this might be happening? For reference, I am training a 1.5b GPT model using Torch XLA

New ask Hacker News story: The Death of Utilitarian Programming

The Death of Utilitarian Programming 6 by pyeri | 2 comments on Hacker News. Utilitarian coding is defined as follows: The code you write should be *directly* useful or serve the interest of at least one actual human being. It might appear somewhat abstract or vague, so examples might help. For example, I don't consider frameworks as utilitarian code. What you create are like the "frames" of a picture box, someone else (the user) will take it and draw the actual picture. Though you did help with part of the process, it's indirect at best. You're part of the supply chain here, not part of the team. A clever and witty bash script running on a unix server somewhere is also not utilitarian coding, no human ever directly benefited from it. Libraries can be somewhat utilitarian, at least more than frameworks. At least they provide some reusable functionality to the user out of the box like logging, scanning a barcode, fetching data from a URL, etc. But again, a lot o...

New ask Hacker News story: Ask HN: Does any search engine support returning 100 results at a time?

Ask HN: Does any search engine support returning 100 results at a time? 4 by nomilk | 1 comments on Hacker News. Until recently, google supported appending #=100 to the search URL to give back 100 results. I really like receiving a long list of search results, and I use the lower down ones quite a lot. Also loved the ability to ctrl+f for terms in the search results (didn't do it often, but it is occasionally useful). Unfortunately, Google recently dropped support for this parameter. Does anyone know of a search engine that supports returning 100 results at a time? I've looked at Duck Duck Go, Kagi, and Bing, but none of them do (that I could figure out).

New ask Hacker News story: From frustration to open source adoption: my journey building SnapDOM

From frustration to open source adoption: my journey building SnapDOM 2 by tinchox5 | 0 comments on Hacker News. I started hacking on what later became SnapDOM in April this year. At first it wasn’t even meant to be a standalone library — it began as an internal tool for a zoomable UI project (Zumly), I was building. To make that project work, I needed a way to capture DOM elements with high speed and fidelity. Existing DOM-to-image libraries like html2canvas often failed in subtle but important ways: missing pseudo-elements, mis-rendering fonts, ignoring Shadow DOM, or breaking on Safari. What started as a quick internal hack slowly grew into its own project. Open sourcing SnapDOM changed everything. Suddenly the audience wasn’t just me, but anyone with their own browser, CSS, and HTML quirks. That’s when I realized how immense the attack surface really is. Every combination of engines, DOM structures, styles, and external resources can break in unexpected ways. At times it felt ov...

New ask Hacker News story: Ask HN: Who had the crazy idea to make the stack grow down?

Ask HN: Who had the crazy idea to make the stack grow down? 3 by bobby_mcbrown | 6 comments on Hacker News.

New ask Hacker News story: Ask HN: Is Fortran the first high-level language?

Ask HN: Is Fortran the first high-level language? 3 by FerkiHN | 2 comments on Hacker News. I've been wondering if it's always so clear what and when came first, I think not. I think that before there were definitely some programming languages that were higher level than Fortran, it's just that Fortran gained a lot of popularity. If you know, please share those high-level programming languages that existed before Fortran, but almost no one knows about them.

New ask Hacker News story: Ask HN: Useful Keylogger for Recall

Ask HN: Useful Keylogger for Recall 2 by atmanactive | 0 comments on Hacker News. Greetings fellow humans. I'm looking for a way to quickly recall text snippets I typed few minutes earlier that I DIDN'T add to clipboard. Clipboard recall tools are abundant, and they are all, more or less, working great. But now, I am looking for the same thing on a keystroke level. In other words, I am looking for a non-malicious keylogger that could auto-split the stream of keystrokes on ENTER keycode, and/or user-adjustable timeout, and would present a list of snippets by pressing a special shortcut. From there, a simple double-click on the item would copy it to clipboard. So, a typed text history tool of sorts. A keyboard recall tool. A hybrid between clipboard recall and a keylogger. Was searching on Github, couldn't find any. Any hints would be greatly appreciated. Thanks!

New ask Hacker News story: Ask HN: Substack version history deleted a week of my work

Ask HN: Substack version history deleted a week of my work 2 by richardatlarge | 0 comments on Hacker News. SS says they don't do backup, but their version history save my file back to three days ago, losing about 40 hours of work. Any optons? What kind of a system runs out of room and keeps the old version but quits saving the new one? Thanks

New ask Hacker News story: Do you have a collection of old tech?

Do you have a collection of old tech? 2 by Molitor5901 | 1 comments on Hacker News. My wife asked me today why I keep all of my old phones, cameras, and of course, cables. Maybe it is because I am getting old but I like keeping them, they remind me of the passage of time. I found a Zip Drive in my attic and was kinda of chuffed about it. Do you?

New ask Hacker News story: Looking for a new job, but want to be picky

Looking for a new job, but want to be picky 2 by truetaurus | 1 comments on Hacker News. I am in the process of looking for a new job (I am a senior software engineer - web related mostly). Now there are websites like linkedin but i find all the jobs there not really interesting. What other job search sites are there? I would love to be able to enter my interests and skills and get a list of companies that could be a match. Or enter a list of companies i like and find similar. For example I would like to work in the space industry but i find it hard to find all companies, big or small.

New ask Hacker News story: Ask HN: What are you working on (September 2025)?

Ask HN: What are you working on (September 2025)? 5 by iryndin | 7 comments on Hacker News. What are you working on in September 2025?

New ask Hacker News story: Ask HN: Local hostnames without root/admin

Ask HN: Local hostnames without root/admin 5 by terry_hc | 5 comments on Hacker News. I'm looking for a simple way to locally define hostnames for internal use, think /etc/hosts, but without the requirement of superuser privileges. Running a resolver locally, or within the LAN, falls outside the realm of "simple". The subject is primarily the web browser, so a clever browser extension for Firefox and/or Chromium would work great. If resolution could also happen outside the browser that would be a nice bonus. Thankful for any suggestions.

New ask Hacker News story: Ask HN: Where can I genetically test myself without risking privacy?

Ask HN: Where can I genetically test myself without risking privacy? 2 by technocrat8080 | 0 comments on Hacker News. I've been meaning to screen myself for genetic diseases and do not trust services like 23andMe. What options do I have?

New ask Hacker News story: Ask HN: How Is Everyone Feeling?

Ask HN: How Is Everyone Feeling? 4 by alexanderjchun | 1 comments on Hacker News. There's so much going on politically that's set to change the world one way or another and I've been wondering what all the nerds of the world are doing in light of all the uncertainty.

New ask Hacker News story: Hello, I'm in love with Htmx and Datastar

Hello, I'm in love with Htmx and Datastar 2 by jerawaj740 | 1 comments on Hacker News.

New ask Hacker News story: Where to find PCB dataset for autorouting?

Where to find PCB dataset for autorouting? 2 by technivis | 0 comments on Hacker News. Hi, I'm completely new to PCB autorouting and just started exploring it. I've figured out that AI is now a big thing for predicting routes, but it seems that many researchers are facing issues with datasets. I found some of their GitHub links, but the datasets are either missing or the code to generate them is broken. Is there any way to get PCB datasets specifically for autorouting? I've seen many datasets for PCB defects, but not for this purpose.

New ask Hacker News story: Mass phishing emails pretending to be Y Combinator right now

Mass phishing emails pretending to be Y Combinator right now 4 by Tremeschin | 2 comments on Hacker News. Just received quite a smart phishing email/notification coming from "GitHub" by a user created less than a week ago (1) which is currently creating multiple issues a minute tagging many random usernames in a repository (2) with a "ycombinatornotify" app (3), the usual, asking to verify wallets, deposit for authorization. All issues contains the content of the email received, so I'll not paste them here (they're gone, but still, a bad idea to paste it). - (3m in) They seem to have been rate limited or reached a target of 500 issues - (5m in) Repository was just taken down, hope they automate back a warning Quite urgent actions are needed to stop it, or warn the affected. Will update the submission with more information as time goes. - [1]: https://ift.tt/YLfbaEl - [2]: https://ift.tt/lW82vDM - [3]: https://ift.tt/CgtQ481

New ask Hacker News story: Built a 7-figure agency, now looking for technical cofounder for startup:)

Built a 7-figure agency, now looking for technical cofounder for startup:) 2 by andreluque | 2 comments on Hacker News. Hi, I’m Andre Costa! I’m 23, Brazilian/American/Spanish (currently in Madrid), and the founder of Dev Studios, a software dev agency. Built 75+ products across Web3, AI, and Gaming. Helped clients reach 10M+ users and raise $50M+ (examples: Farcana, EstateX, Anomaly). Scaled Dev Studios to 7-figures/year, taking on roles in sales, GTM, ops, and product. Learned how to build companies from zero. Now going all-in on building my own tech startup → looking for a technical cofounder (10x dev) to move insanely fast and build something massive together. A 10x dev, someone who’s proven they can do hard things, has shipped real products, and knows startups. Send me a DM or email (andre [at] devstudios [dot] digital) if you're a fit :)

New ask Hacker News story: Ask HN: How are you dealing with documentation these days?

Ask HN: How are you dealing with documentation these days? 3 by yakkomajuri | 0 comments on Hacker News. What tools and processes have been working at your company to derive the most value from documentation? Has any of it changed in recent years?

New ask Hacker News story: Ask HN: Is Google search broken now?

Ask HN: Is Google search broken now? 2 by mikewarot | 2 comments on Hacker News. I searched for "hellfire missile speed" (which, by the way, is about 995 MPH according to Wikipedia[1]) [1] https://ift.tt/bHsZvRG

New ask Hacker News story: Ask HN: What am I doing wrong Re Agentic coding

Ask HN: What am I doing wrong Re Agentic coding 5 by tlonny | 1 comments on Hacker News. Here is the prompt I gave both Claude Code CLI, and the VSCode agent for my TS project: ``` I have modified the type signature and behaviour of how jobs are created. Previously, job definition create took a batch argument (created from a queue). Now it takes the queue directly, is async, requires the databaseClient to be passed in at creation (vs. when the batch is executed). It no longer returns anything - which is fine because the result was only being used for logging - which is now done for us so we don't have to worry. Can we refactor the codebase to make use of the new JobDefinition.create? Remove the vestigial "Job created" log please. Perform this task and this task only. If you see something unrelated that you believe needs to be refactored - DO NOT MODIFY IT. ONLY PERFORM ACTIONS DIRECTLY RELEVANT TO THIS TASK ``` So there are two instructions: 1. Do the task 2. Don't...

New ask Hacker News story: AI will make smart people smarter and stupid people dangerous

AI will make smart people smarter and stupid people dangerous 5 by eibrahim | 5 comments on Hacker News.

New ask Hacker News story: A super-intelligent AI won't kill us, people believing the AI will kill us

A super-intelligent AI won't kill us, people believing the AI will kill us 3 by OhMeadhbh | 1 comments on Hacker News.

New ask Hacker News story: DietPi released a new version v9.17

DietPi released a new version v9.17 2 by StephanStS | 0 comments on Hacker News. DietPi is a lightweight Debian based Linux distribution for SBCs and server systems, with the option to install desktop environments, too. It ships as minimal image but allows to install complete and ready-to-use software stacks with a set of console based shell dialogs and scripts. The source code is hosted on GitHub: https://ift.tt/Lri1zW2 The main website can be found at: https://dietpi.com/ Wikipedia: https://ift.tt/V2LdScK The project released the version DietPi v9.17 on September 20th, 2025. The highlights of this version are: Dietpi-Backup: Faster and less disk space consuming backups HifiBerry: Support of newer hardware variants Roon Server: Early access toggle config option via dietpi.txt Rockchip SoCs (e.g. Orange Pi 5): SPI storage flashing issues solved Fixes for Navidrome, NZBGet, DietPi-Config, DietPi-Software, Portainer, HomeAssistant, Icecast/DarkIce The full release notes can be found a...

New ask Hacker News story: In the era of "Vibe Coding", when Agents are writing code – what are you doing?

In the era of "Vibe Coding", when Agents are writing code – what are you doing? 3 by madagang | 2 comments on Hacker News. In the vibe coding era, AI agents are busy generating functions, wiring tests, and filling in boilerplate. I catch myself just sitting there, scrolling on my phone — and it feels like wasted time. So I wonder: what’s the right human role in this loop? Higher-level design? System thinking? Critical auditing? Or are we destined to be “idle supervisors” while machines do the typing? How are you using those gaps when the Agent is writing code?

New ask Hacker News story: Ask HN: Why don't Americans hire human assistants for everyday tasks?

Ask HN: Why don't Americans hire human assistants for everyday tasks? 4 by parpfish | 6 comments on Hacker News. in the US, there doesn't seem to be much of a demand for "domestic labor". the idea of personal assistants or housekeepers is seen as something exclusively for the ultra-wealthy, but i'm not sure why. in particular, i'm curious about what this says about the potential for the adoption of AI-based assistants. for example: there's all sorts of stuff that I have to do outside of work that eat into my free time ( grocery shopping, simple meal prep, light housecleaning, running random errands). I'd love to be able to outsource all that to a trusted assistant that I pay a fair wage to. back of the envelope math makes something like this seem like it should be financially plausibly for a lot of folks: - ask a mid-career software engineer making 150k if they'd trade 10k/year to get an additional 10hrs/week of free time back, and I think a LOT...

New ask Hacker News story: Radar and Radio Failures at Dallas Area Airports

Radar and Radio Failures at Dallas Area Airports 5 by pdonner | 2 comments on Hacker News. Anyone have any clue what the cause of this disruption was/is and if it's still going on?

New ask Hacker News story: Ask HN: What Would You Do If You Had 10 Years Left to Live?

Ask HN: What Would You Do If You Had 10 Years Left to Live? 4 by vinnyglennon | 4 comments on Hacker News.

New ask Hacker News story: Progressive Mermaid and streaming diff code blocks – 100x faster render

Progressive Mermaid and streaming diff code blocks – 100x faster render 2 by simon_he | 0 comments on Hacker News. I'm releasing vue-markdown-render, a Vue-focused Markdown rendering library optimized for large documents and real-time previews. The core features are progressive/incremental Mermaid rendering, streaming diff code blocks (render as the diff arrives), and various renderer-level optimizations that drastically reduce time-to-first-render and memory use in heavy workloads. Why this exists: Many Markdown renderers struggle with huge documents, large embedded diagrams, and live-editing scenarios. Typical approaches block rendering until all assets/graphs/code are processed. In interactive editors this causes jank and slow feedback loops. vue-markdown-render targets those pain points with a streaming-first design. Key features: Progressive Mermaid: complex diagrams render incrementally so users see a usable diagram earlier. Streaming diff code blocks: diff/code-block rend...

New ask Hacker News story: Ask HN: Has anyone else been unemployed for over two years?

Ask HN: Has anyone else been unemployed for over two years? 6 by ncarlson | 1 comments on Hacker News. How are you coping?

New ask Hacker News story: Is a M4 MacBook Air worth it in todays modern technological world?

Is a M4 MacBook Air worth it in todays modern technological world? 2 by mirg | 0 comments on Hacker News. I'm thinking about upgrading my laptop to a new one on the market, I don't know whether a m4 MacBook Air is worth it? I will not reveal anything about my life

New ask Hacker News story: Ask HN: I don't think I want to work in tech anymore?

Ask HN: I don't think I want to work in tech anymore? 3 by wanttoquittech | 1 comments on Hacker News. I’ve been working in tech as a SWE for a good while now, and I’m realising it’s making me miserable. On paper I feel like I should have a very successful career: high-paid remote work, senior/staff level, reasonably-generalist with backend specialization, generally good coworkers / managers, and so on. But in reality, I’m doing terribly! I have relatively short tenure in all my roles, because I somehow keep picking jobs where my manager/coworkers start quitting before I do; my savings were drained by health issues caused by work stresses, so I can’t afford to take an extended period between jobs; employers I end up with, regardless of contract or FTE, always seem to end up making near-impossible demands of engineering that ruin the team’s morale; the list goes on. I see a therapist, I see a number of doctors for the health issues I’ve ended up with, but I feel like no amount of...

New ask Hacker News story: Ask HN: Walled garden dwellers: What keeps you there?

Ask HN: Walled garden dwellers: What keeps you there? 5 by FlyingAvatar | 0 comments on Hacker News. In reading the discussion about Tahoe's release and Apple's prioritization to meet its ship dates over its delivering actual new value to customers has got me thinking about what keeps me there. I am thinking about this more in the angle of moving to a simpler device, not a switch to Android which feels to me like it's trending toward just a different walled garden. After considering, my only main barriers for switching: * Cloud Sync / Backup Particularly for Photos, Messages and App Data, the data is auto-saved seamlessly. If I lose my phone, I can be back on a new one in a few hours. * Calendar and List Management As primitive as the experience still is with Siri relative to modern AI assistants, having my to-do and shopping list sync'd to my devices and being able to add to them with voice commands is an essential. * Electronics Interface Apps A few devices I have ...

New ask Hacker News story: We built automated testing for vibe-coded apps

We built automated testing for vibe-coded apps 2 by MatveyF | 1 comments on Hacker News. Hi HN! We built buffalos.ai because we got tired of users finding bugs we missed. The problem: AI tools like Cursor made us 10x faster at shipping, but manual testing is still slow. Buffalo spawns browser agents that click everything users would click, in ways you didn't test. They find the bugs before your users do. How it works: 1. Paste your staging URL 2. Agents systematically test all interaction paths 3. Get a detailed report with scoring for different category Would love your feedback. Free during beta: buffalos.ai

New ask Hacker News story: Ask HN: How were graphics card drivers programmed back in the 90s?

Ask HN: How were graphics card drivers programmed back in the 90s? 3 by ferguess_k | 5 comments on Hacker News. I read this doc and it completely blew my mind. https://ift.tt/ZbhH4YQ I have done a few simple embedded driver development but graphic cards, even in the 90s, look like beasts to me. I don't think there is any books on this topic -- the best thing we have is Linux Device Driver, and I don't think any book is going to dive deep into graphic card driver development. If I want to know the details, I'll probably read the source code of OSS drivers. I'm wondering if there are more stories or blogs like this (maybe in the 80s too, remember those Hercules cards?). It really warms me up thinking about sitting in a cube, writing code for device drivers, reading docs everywhere, banging my head on every solid wall until I start to see code in air, quaffing coffee one by one, going into deep night...I know it's way more romantic than the real story but I can'...

New ask Hacker News story: Ask HN: What Are You Reading?

Ask HN: What Are You Reading? 2 by ImPleadThe5th | 3 comments on Hacker News. I've gotten many great literary recommendations in random HN comments. Wondering what the community at large is currently interested in!

New ask Hacker News story: Facebook Messenger inserting web links into regular text?

Facebook Messenger inserting web links into regular text? 2 by reassess_blind | 0 comments on Hacker News. Something interesting I noticed today with Facebook Messenger. A friend messaged me: “How we gonna celebrate Christmas this year with no tree” And messenger somehow parsed the URL “christ.as” out of this, despite there being no URL in the text, making the whole message clickable. Sender was Android, receiver (me) was iOS. Can’t seem to replicate this when sending from iOS. http://christ.as appears to be an empty holding domain, but I wonder if they’re seeing a spike in traffic from anyone mentioning Christmas. Also wonder if this happens with any other words or phrases, and if there’s any potential “attack” vector by someone registering these domains.

New ask Hacker News story: Ask HN: What Terminal apps (via homebrew) support 24 bit color on macOS Tahoe?

Ask HN: What Terminal apps (via homebrew) support 24 bit color on macOS Tahoe? 2 by amichail | 0 comments on Hacker News. Any suggestions?

New ask Hacker News story: Ask HN: Is it immoral not to correct someone else's grammar on social media?

Ask HN: Is it immoral not to correct someone else's grammar on social media? 2 by amichail | 7 comments on Hacker News. People use grammar to judge your education and intelligence all the time. That's why they don't want you correcting other people's grammar online — it threatens a signal they rely on. But online writing should be judged by content, not grammar. And so it would seem that failing to correct someone else's grammar online is not just unhelpful — it is immoral.

New ask Hacker News story: Ask HN: How to deal with fake job applicants?

Ask HN: How to deal with fake job applicants? 2 by rswerve | 0 comments on Hacker News. My company recently posted an open role and we've been inundated with AI-generated applicants. 404 LinkedIn profiles, near-copies of known real applicants, no-show interviews, artificial voices, the whole gamut. But often the fake resumes are difficult to tell apart from real ones. What strategies are folks using to weed out the fake applicants? I'd like to do something hard to circumvent with AI, but not onerous for real humans, being sensitive to the fact that many people are desperate for work, spraying and praying, and even a small task might exclude them.

New ask Hacker News story: I launched a Mac utility; now there are 5 clones on the App Store using my story

I launched a Mac utility; now there are 5 clones on the App Store using my story 12 by tTarnMhrkm | 5 comments on Hacker News. I'm a solo dev, and I wanted to share a recent experience as a case study on the current state of the App Store and indie development. A few months ago, I built a simple macOS utility to solve a personal frustration: verifying the actual speed of USB-C cables and devices in the Mac menu bar. It is call USB Connection Information and it supports macOS 13 and up. Before launch, there were no other apps in this specific niche on the Mac App Store. The app became unexpectedly successful, hitting the top 100 paid utilities and getting a good amount of organic press. In the last two weeks, at least five near-identical apps have appeared on the App Store. The concerning part is that some of these clones have copied my App Store description, including my personal origin story about why I built the app. A few open-source clones have also appeared on GitHub, which...

New ask Hacker News story: Dear HN. Please make the Hacker News header stick to the top of the browser

Dear HN. Please make the Hacker News header stick to the top of the browser 3 by cbeach | 0 comments on Hacker News. Dear HN team - please add the following styles to the top

New ask Hacker News story: Ask HN: Claude file creation/edit feature leading to worse coding performance?

Ask HN: Claude file creation/edit feature leading to worse coding performance? 2 by arjunchint | 0 comments on Hacker News. Ever since Anthropic released feature for Claude to create files, https://ift.tt/pK4WQEB, all my code changes are now generated as files. This is leading to soooo many issues: - Numerous file creation/edit failures is wasting tokens and context: ``` Failed to create SidePanel Strategized file update method using str_replace. Failed to edit SidePanel ``` - The generated files are laggy to load compared to the previous generated code snippets. - Overall worse experience Anyone else experiencing this? I have just disabled the file generation feature

New ask Hacker News story: C++ ranges/views vs. Rust iterator

New ask Hacker News story: GitHub Attack – branches sending secrets to webhook

GitHub Attack – branches sending secrets to webhook 6 by danieldspx | 1 comments on Hacker News. A lot of repos are being under attack where branches are being created under the name [REDACTED] to trigger GH actions and send all secrets to a webhook website. This is new and here is an example: [REDACTED] Just search on github and you will see planty repos.

New ask Hacker News story: Cloudflare Security Mistriages on Account Takeover

Cloudflare Security Mistriages on Account Takeover 2 by matured_kazama | 0 comments on Hacker News. I'm a top hacker for Cloudflare and the continuous declining level of their bug bounty assessment has made me very concerning. I submitted an 1-click Account Takeover on their VIP program, apart the previous ones which were assessed as High Severity. But the recent one is downgraded to Low Severity due to phishing, even when the High Severity issue also required phishing. I mean 1-click ATO do require phishing bro. This is the second incident after their publicly acked mishandled triaging of https://ift.tt/AUgD8ck I do not know what's happening to them, but they are declining to provide answers, even privately/publicly. Also, they publicly boasts of their new VIP program: https://ift.tt/kaQSuF8 but when submitting this recent report to it, they forwarded it to the public program.

New ask Hacker News story: Ask HN: Costs for US sales tax compliance for a two-sided marketplace

Ask HN: Costs for US sales tax compliance for a two-sided marketplace 2 by throway-9998888 | 1 comments on Hacker News. I'm consulting for a US-only startup that has approximately 2000 sellers. We don't yet facilitate payments on site because we are worried about not being sales tax compliant. But now we're thinking about biting the bullet. Assuming we sell into all states and that our transaction volume will reach $10 million USD, what would be the cost of calculating, collecting, and remitting sales tax to the relevant states, counties, and cities? Assume too that we only sell one type of product (i.e. we are a specialist marketplace not a general one). It might be worth separating into setup and recurring costs. Any surprises in store? Or recommendations in terms of tooling or vendors?

New ask Hacker News story: Lost $300 due to an API key leak from "vibe coding" – Learn from my mistake

Lost $300 due to an API key leak from "vibe coding" – Learn from my mistake 2 by liulanggoukk | 0 comments on Hacker News. I just learned an expensive lesson and wanted to share it here so others don’t make the same mistake. I recently lost $300 because of an API key leak. It started with a surprise $200 charge from Google Cloud, and when I looked into it, I found another $100 charge from the day before. Both were for Gemini API usage that I never intentionally set up. After digging, I discovered the issue: I had hard-coded an API key in a script that was part of a feature I ended up deprecating. The file was only in the codebase for two days, but that was enough for the key to leak. Google actually sent me alerts about unusual activity, but I missed them because they went to a less-frequently-checked email account. Here’s what I learned: Never hardcode API keys - Use environment variables or a .env file, even for temporary code. Set up billing alerts - Google Cloud (and o...

New ask Hacker News story: Git Without Stash/Tags

Git Without Stash/Tags 2 by birb07 | 1 comments on Hacker News. Wouldn't git be simpler without stashes and tags? Tags can be deleted and recreated, so they are just like branches and not immutable as some claim. Same goes for stashes. They are commits which can't be pushed. Stashes could be implemented by creating a new branch and committing both with a generated name. Am I missing something? Do both things provide more value than they add complexity/things to learn? :)

New ask Hacker News story: Stoop (the newsletter app) is shutting down

Stoop (the newsletter app) is shutting down 2 by DataDaemon | 0 comments on Hacker News. e-mail from Tim: Hello, Stoop (the newsletter app) is shutting down. All email to @stoopinbox.com addresses will stop being delivered after October 31, 2025, and the app will no longer be functional. Truly thank you for using Stoop and I'm sorry we couldn't keep this going. --- Very sad, do you know any alternatives?

New ask Hacker News story: Is a new AI paradigm based on raw electromagnetic waves feasible?

Is a new AI paradigm based on raw electromagnetic waves feasible? 3 by sadpig70 | 1 comments on Hacker News. *Is a new AI paradigm based on raw electromagnetic waves feasible?* Hi HN, I’d like to propose a new, theoretical AI paradigm I'm calling wAI (Wave AI). Unlike traditional AI that learns from human-interpretable data (text, images, audio), wAI would learn directly from raw electromagnetic wave patterns. The core vision is to unlock dimensions of reality and information that are invisible to human perception. By analyzing raw wave data, a wAI could potentially decode communication between animals and plants, detect hidden bio-signals for early disease diagnostics, or even explore new cosmic phenomena. This isn’t just about making a faster AI; it's about giving intelligence a completely new sensory dimension. I know this is highly speculative. The main challenges are immense: * How do we define "learning" from unstructured wave data without a predefined human ...

New ask Hacker News story: graduated but no jobs

graduated but no jobs 4 by teminal | 3 comments on Hacker News. Hi HN, I just graduated from college and don’t have a job yet. I’m trying to figure out what to focus on next, and I’d love some advice. A little about me: – I contribute to open-source projects. – I’ve done a few internships during college, mainly building full-stack web apps. – Worked in a few startups, also mainly on full-stack projects. – Built full-stack apps for clients. – Ran a fun YouTube channel for a few months. – Built some AI-powered apps using tools like OpenAI. – Solved 100+ DSA problems to improve my coding skills. With AI tools now, I can build full-stack apps by prompting and understand all the code. But I’m not sure what to focus on next: Should I deeply master a stack like MERN, or keep experimenting with AI and building different projects? I’ve tried a lot of things — side projects, internships, open-source, AI apps — but I don’t feel like I’ve truly mastered anything yet. Has anyone been in a simila...

New ask Hacker News story: Governments ban self-custody crypto, require backdoors on all computers (2035)

Governments ban self-custody crypto, require backdoors on all computers (2035) 6 by EGreg | 1 comments on Hacker News. It started quietly. Governments didn’t outlaw cryptography or decentralized protocols outright. Instead they pressured Apple, Microsoft, Google, Intel, AMD, and every other major vendor of chips, operating systems, and browsers to "comply with national security". Phase 1, the AI backdoor: Every new device shipped with a mandatory Trusted AI Module (TAM). Officially it was marketed as anti-fraud and child protection. In reality, TAM was a resident AI agent with kernel-level hooks. It intercepted every program running on the machine, scanned for "dangerous math", and reported "anomalous behavior" upstream. People were told it was like antivirus. Few realized it was more powerful than any rootkit ever devised. Phase 2, obsolescence of the old machines: At first people clung to their older laptops, Raspberry Pis, and off-grid servers. But u...

New ask Hacker News story: Ask HN: When you imagine, do you see the distance?

Ask HN: When you imagine, do you see the distance? 2 by imvetri | 0 comments on Hacker News. Answer - No. It is an eye seeing the Imagination. Not two eyes. What do you think?

New ask Hacker News story: Form16x – Simplify tax season: JSON output and regime comparisons from Form 16

Form16x – Simplify tax season: JSON output and regime comparisons from Form 16 2 by taxedo | 1 comments on Hacker News. I got tired of manually copying numbers from Form 16 PDFs into India’s tax filing portal every year. So I built *Form16x*, a Python CLI + library that parses these PDFs into structured JSON. Beyond extraction, it can: - Consolidate multiple Form 16s if you switched jobs - Calculate taxes under both regimes → recommends the better one - Show salary/deduction breakdowns directly in the terminal (tree view, colored output) - Suggest tax optimizations (80C, 80D, NPS, etc.) - Provide a Python API (`TaxCalculationAPI`) with multi-year tax rules (AY 2020–2025) *Repo:* https://ift.tt/rEoyTh0 Form 16 is similar to a W-2 in the US or a T4 in Canada — semi-structured PDFs with inconsistent layouts. Filing usually means manual data entry. Form16x tries to make that structured and automatable. Would love feedback from HN — both on the technical approach (PDF parsing + structure...

New ask Hacker News story: Ask HN: What do you recommend for test observability?

Ask HN: What do you recommend for test observability? 2 by vrm | 0 comments on Hacker News. I maintain an OSS project with a very involved CI setup. We're at the point where it is worth having observability into which tests are flaky, especially within intra-test-run retries. An ideal solution would be a managed service that takes junit.xml exports from cargo nextest, vitest, playwright, pytest, and go test. What do you all recommend?

New ask Hacker News story: Ask HN: Why is enrolling in Apple's Developer Program so difficult in 2025?

Ask HN: Why is enrolling in Apple's Developer Program so difficult in 2025? 7 by thomas_witt | 2 comments on Hacker News. I recently attempted to enroll a small 1-person company in the Apple Developer Program, and the process turned into a surprisingly terrible journey. I expected a quick online sign-up and a $99 payment – instead I got weeks of identity checks and problem after problem. Frustratingly, the whole thing started because I wanted to use Sign in with Apple. Apple forces you into the developer program just to enable it, and charges €99/year for the privilege. Google and Amazon both offer their equivalent login services for free, set up in minutes. I can’t see how this policy benefits Apple’s ecosystem. So I needed: - D-U-N-S verification: Apple required a D-U-N-S Number for the company – very uncommon in the EU. Applying took several days and even a manual phone confirmation with an outsourced D&B subsidiary. - Document uploads: Apple support then asked me to uplo...

New ask Hacker News story: What 30k Free Users Taught Me About Charging $10/Month

What 30k Free Users Taught Me About Charging $10/Month 6 by evermike | 5 comments on Hacker News. Two years ago we decided to test an idea. What if we built a small native Trello power-up — simple, clean, and entirely dependent on the marketplace? Could it turn into a small business? Could it be a model for side projects? It took off fast. 30,000+ installs, thousands of daily users, and today—over 500 paying customers. Sounds good, right? Not really. On the bright side — Trello is a fair ecosystem. Even small developers get discovered. No downranking, no hidden boost for “big players.” Clean UI guidelines, seamless integration, no middlemen, no 30% commission. Just connect Stripe and go. A perfect playground for a polished mini-product. But then reality set in. We priced it simply: $10 per workspace. Flat. Unlimited people, unlimited projects. Sounds fair? Turns out even $10/month was a huge barrier. When it was free, growth was fast and constant. Teams used us daily for months, som...

New ask Hacker News story: Ask HN: Were programmers more surprised than general public by ChatGPT in 2022?

Ask HN: Were programmers more surprised than general public by ChatGPT in 2022? 3 by amichail | 2 comments on Hacker News. Maybe programmers were more skeptical about what AI could do before ChatGPT was released?

New ask Hacker News story: Google Ends Support for Lynx Browser

Google Ends Support for Lynx Browser 10 by zhenyi | 1 comments on Hacker News. Accessing google.com in Lynx now shows: Google Update your browser Your browser isn't supported anymore. To continue your search, upgrade to a recent version. [Learn more]

New ask Hacker News story: Google Doesn't Rank My Site for My Own Brand Name

Google Doesn't Rank My Site for My Own Brand Name 23 by hypeaccount | 11 comments on Hacker News. I run a small business in Canada. Oddly, if you search my brand name, my own site doesn’t show up at all on the first page. Instead, Facebook, Instagram, and random sites that link to me outrank me. I’ve submitted my sitemap to GSC, checked indexing, and built branded backlinks—but Google still ignores my homepage. It’s bad because people looking for me are funneled into other platforms where I lose control of the user journey. Has anyone else experienced this? Is this Google punishing small/new sites, or do I need to approach brand SEO differently? At this point it feels like Google wants me to buy ads just to show up for my own name.

New ask Hacker News story: Tell HN: ChatGPT Is Down

Tell HN: ChatGPT Is Down 2 by WolfOliver | 0 comments on Hacker News.

New ask Hacker News story: Ask HN: Does anyone else pronounce CLI as "clee"?

Ask HN: Does anyone else pronounce CLI as "clee"? 3 by codazoda | 11 comments on Hacker News. I often pronounce CLI as "clee". Many of my co-workers chuckle and repeat "cee el eye". They aren't being disrespectful, they've just never heard it. Some style guides treat CLI as an initialism, which just means that people tend to pronounce the letters individually. How do you pronounce CLI?

New ask Hacker News story: Ask HN: Why is there no native SSH hook to run a local command before connecting

Ask HN: Why is there no native SSH hook to run a local command before connecting 5 by tetris11 | 1 comments on Hacker News. The `LocalCommand` parameter only runs a command on the local machine after the connection is established. Is there no pre-connection hook? My use case is simply that I do port knocking to expose my ssh port, and want this working automatically at the SSH config level so that I can use it transparently from other utilities (e.g. Ansible inventory, Emacs over TRAMP)

New ask Hacker News story: Nepal Prime Minister Resigns. Parliament / Ministires set on Fire.

Nepal Prime Minister Resigns. Parliament / Ministires set on Fire. 15 by njsubedi | 2 comments on Hacker News. Amidst protests by Gen-Z against yesterday's inhumane killing of 19 student protesters, the country's capital is on fire. The prime minister of Nepal has resigned, and fleed on an army helicopter - probably abroad. Many other ministers have been evacuated. The parliament building, ministries, and all of the top political parties have been burnt down. Submitted this because yesterday evening there was a post and many of you were concerned for Nepal. Coverage: https://ift.tt/Oe0DbTA

New ask Hacker News story: Ask HN: Are there many C developers here?

Ask HN: Are there many C developers here? 8 by Forgret | 7 comments on Hacker News.

New ask Hacker News story: Plex Update: Notice of a potential security incident

Plex Update: Notice of a potential security incident 3 by white_viel | 1 comments on Hacker News. Dear Plex User, We have recently experienced a security incident that may potentially involve your Plex account information. We believe the actual impact of this incident is limited; however, action is required from you to ensure your account remains secure. What happened An unauthorized third party accessed a limited subset of customer data from one of our databases. While we quickly contained the incident, information that was accessed included emails, usernames, and securely hashed passwords. Any account passwords that may have been accessed were securely hashed, in accordance with best practices, meaning they cannot be read by a third party. Out of an abundance of caution, we recommend you immediately reset your password by visiting https://plex.tv/reset. Rest assured that we do not store credit card data on our servers, so this information was not compromised in this incident. What...

New ask Hacker News story: Google Meet Outage

Google Meet Outage 3 by thanhhaimai | 0 comments on Hacker News. https://ift.tt/6QsXfnl

New ask Hacker News story: Does anyone think the current AI approach will hit a dead end?

Does anyone think the current AI approach will hit a dead end? 2 by rh121 | 4 comments on Hacker News. Billions of dollars spent, incredible hype that we will have AGI in several years. Does anyone think the current deep learning / neural net based AI approach will eventually hit a dead end and not be able to deliver its promises? If yes, why? I realize this question is somewhat loosely defined. No doubt the current approach will continue to improve and yield results so it might not be easy to define "dead end". In the spirit of things, I want to see whether some people think the current direction is wrong and won't get us to the final destination.

New ask Hacker News story: Ask HN: How much can we trust open-source projects or our hardware?

Ask HN: How much can we trust open-source projects or our hardware? 3 by solosquad | 5 comments on Hacker News. For large open-source security-focused projects like Kali Linux, we’re told there are no backdoors but with millions of lines of code, how can we actually verify that? Full manual auditing isn’t feasible for most individuals. Some thoughts/questions: Are reproducible builds and supply-chain audits enough to trust the binaries? What strategies exist for spotting subtle backdoors in such large codebases? For hardware, how do you approach the risk of compromised firmware, microcode, or hidden subsystems (e.g. Intel ME, AMD PSP)? Do projects like Coreboot, Heads, or formally verified kernels meaningfully reduce this risk in practice? Beyond reading every line yourself, what’s the best way to build confidence? How much trust (percentage-wise) do you personally put in OSS security projects or commodity hardware, and what technical mitigations do you use to minimize blind trust? ...

New ask Hacker News story: Ask HN: Is there a desire for an AI summary friendly version of Hacker News?

Ask HN: Is there a desire for an AI summary friendly version of Hacker News? 2 by linotype | 16 comments on Hacker News. Recently I received a lot of negative feedback from a few HNers about an AI summary I posted about a complex immigration concept (changes to non-Immigrant visas in the US). The post received a number of upvotes but the comments were negative from Anti-AI folks. I’ve seen a number of negative posts about AI here as well. Would there be any interest in a static site that would regularly scan the public HN posts from their API and generate AI summaries of the content without a comment section?

New ask Hacker News story: Automated Workday check in/check out and Microsoft Teams messages monitoring

Automated Workday check in/check out and Microsoft Teams messages monitoring 2 by quacktheboss | 0 comments on Hacker News. This should save people a lot of time. I could not find anything of the sort, and had to write it myself! Enjoy! https://ift.tt/lOdSyJQ

New ask Hacker News story: New Member Alert

New Member Alert 3 by FatMike | 3 comments on Hacker News. Hi. Is there a cooling period before I can post something?

New ask Hacker News story: Ask HN: What do you think of the new Digg?

Ask HN: What do you think of the new Digg? 2 by LorenDB | 1 comments on Hacker News. I was invited to the beta the other day. I actually never used the old Digg, but the new Digg seems pretty nice. Almost like Reddit without the toxic people. Do others have experience with the new Digg? What are your thoughts?

New ask Hacker News story: Ask HN: Is witch hunting on social media becoming normal entertainment?

Ask HN: Is witch hunting on social media becoming normal entertainment? 3 by koolala | 3 comments on Hacker News.

New ask Hacker News story: Ask HN: Pick for a Calorie Tracking App

Ask HN: Pick for a Calorie Tracking App 2 by ramon156 | 0 comments on Hacker News.

New ask Hacker News story: ASIC: Proof-of-Concept Binary Optimizer Reduces Size, More to Come

ASIC: Proof-of-Concept Binary Optimizer Reduces Size, More to Come 2 by Forgret | 0 comments on Hacker News. I’ve built a PoC binary optimizer called ASIC that replaces common instruction sequences with specialized instructions. Even with only 2 patterns implemented out of 19 identified, it reduced a test binary by 0.02%. Imagine the potential once all patterns are covered. Highlights: Works directly on binaries, no source changes needed. Compatible with existing optimizations like O2/O3, Oz, and strip. Cross-architecture potential, not limited to ARM64 or ELF. Can complement packing tools (like UPX) without slowing execution. This is early-stage, but the concept proves instruction-level pattern replacement is feasible. Next step: implement all hot patterns for meaningful optimization. Would love thoughts from anyone who’s worked with binary transformations or runtime instruction emulation.

New ask Hacker News story: Ask HN: Moving from Dev to PM

Ask HN: Moving from Dev to PM 2 by madmonk | 1 comments on Hacker News. Like many, I'm struggling to find a new role and am thinking it may be time to pursue a new career. I'm kicking around the idea of moving more towards a scrum master / project manager role. Have any of you made the jump and, if so, any recommendations on how to make (or not make) the change?

New ask Hacker News story: If AI agents take the jobs, who buys the stuff?

If AI agents take the jobs, who buys the stuff? 8 by babua | 4 comments on Hacker News. AI agents are getting rolled into everything. Companies will use them because they’re fast and cheap. But if agents replace a lot of paid work, people lose income. Less income → less spending → businesses push even harder on automation. Feels like a loop. Cheaper prices help, sure, but not if folks don’t have paychecks. New jobs might show up, but I’m not convinced the timing works. Also, if most gains go to a few owners, their extra spending won’t replace everyone else’s demand. So what actually keeps demand up? Profit-sharing so workers own a piece? Some kind of income floor from “automation dividends”? Totally new markets that soak up all this output? Or maybe real-world limits (energy, compute, regulation) slow things down. I might be missing something—what’s the concrete mechanism here?

New ask Hacker News story: Ask HN: Is anyone here deliberately low‑tech? If so, why and how?

Ask HN: Is anyone here deliberately low‑tech? If so, why and how? 3 by scdnc | 0 comments on Hacker News. I know this is Hacker News, which is exactly why I'm asking

New ask Hacker News story: Ask HN: When was the last time you visited Stack Overflow?

Ask HN: When was the last time you visited Stack Overflow? 4 by TimLeland | 2 comments on Hacker News. I recall using Google daily to search for solutions to dev issues using Stack Overflow. I think it's been a year plus since I visited the site. What about you?

New ask Hacker News story: Is Google Down? - EU networking issue

Is Google Down? - EU networking issue 44 by vtemian | 30 comments on Hacker News. edit: Romania, Bulgaria, Greece and Turkey can't access any Google services

New ask Hacker News story: Ask HN: Why is ChatGPT worse now?

Ask HN: Why is ChatGPT worse now? 2 by nunocoracao | 2 comments on Hacker News. Last month or so just been getting worse and worse results from chatgpt - quality went down... Claude on the other hand keeps surprising me. What's going on?

New ask Hacker News story: Ask HN: Difficult Interview Question

Ask HN: Difficult Interview Question 5 by ransom1538 | 7 comments on Hacker News. I am interviewing candidates for data engineering role we have. One of the most critical questions I ask is: "How can you transfer a file to another machine?" I can't get anyone in an interview to answer this. I never get sftp,scp,rsync,email,usb,nas or s3 buckets/gsutil. Nothing. Nope. I want to get into cool topics, parallel transfers, etc, nope. Help. Is this question dated?

New ask Hacker News story: You can customize HN to be darkmode friendly

You can customize HN to be darkmode friendly 5 by Skullfurious | 3 comments on Hacker News. Basically just have ublock origin installed in your browser, click the icon, go into the settings, click My Filters on the top, and paste the following. After you apply and reload the page you should have a Nordic style theme that's a bit easier on the eyes. ------------------- ! Darker page background + main text color news.ycombinator.com##body, .c00:style(background-color: #1e222a !important; color: #c8d0d9 !important;) ! Top orange bar (nav/header) news.ycombinator.com##td[bgcolor="#ff6600"]:style(background-color: #2a2f3a !important;) ! Body content background news.ycombinator.com##[bgcolor="#f6f6ef"]:style(background-color: #1e222a !important;) ! Full black elements background news.ycombinator.com##[bgcolor="#000000"]:style(background-color: #2a2f3a !important;) ! Hide spacing row news.ycombinator.com##tr#pagespace:style(display: none !important;) ! Hac...

New ask Hacker News story: Tell HN: I kinda want to go back to Java

Tell HN: I kinda want to go back to Java 3 by throwmeaway222 | 2 comments on Hacker News. I left Java behind after using it for 20 years around 2018 or so. I've been using Python, Typescript since. I think Python has made huge strides in recent times... but now with LLMs and Agentic programming - I feel like Java would absolutely be worth it again. Python helped us invent LLMs - it's quite possible if it didn't exist we would never had invented them. But my life has always been in systems, backends, etc.. Java was too verbose. Too many things to NAME. Now, agents can name shit for us. I feel like the verbosity would be absolutely worth it now - and put this compressed code life in Python behind me. Anyone else feel this way, or are you Go/Rust/Python 4 life now? I'm only hoping to discuss this with ex-Java's.

New ask Hacker News story: Ask HN: How to Harden Your Phone?

Ask HN: How to Harden Your Phone? 2 by mandeepj | 0 comments on Hacker News. Inspired by this thread - https://ift.tt/CNF7wtd Whenever I hear the Pegasus app or read about it at HN, I get a bit worried. So, today was that day again. I'm sure we have cybersecurity experts, security researchers, and Infosec pros here at HN. What do you recommend to keep your phone, especially an iPhone, hardened as a brick? Came across the following article, although a bit dated, which suggests not using FaceTime and iMessage. But in another search, I found iMessage is more secure than just plain old SMS/Text. I'm more worried about zero-click exploits. https://ift.tt/DqI2AK7 Just a thought - would having a firewall[0] on your phone to block any incoming request or quarantine it for review will work? A response to a user-initiated request is different than an independent request coming to your phone. A clarification to avoid mixing both. Also, a traffic monitor[1] to watch excessive outgoing t...

New ask Hacker News story: Ask HN: If you were to start a business outside of tech, what would it be?

Ask HN: If you were to start a business outside of tech, what would it be? 6 by utkarsssh17 | 1 comments on Hacker News. For those who’ve moved on or are thinking about life after a career in tech: what would you pursue next? Would you start a business, dive into a hobby, switch fields entirely, or just relax?

New ask Hacker News story: LinkedIn seems to be leaking Google Docs

LinkedIn seems to be leaking Google Docs 3 by pbd | 0 comments on Hacker News. A friend of mine shared a google doc link with me over linkedin. Linkedin rendered the thumbnail of the post alongwith the doc header as well. But lo & behold, turns out I can't access the doc because the doc was restricted to his google workspace! Lol. What on earth? I guess this is some issue of caching gone wrong? Also, is Google letting linkedin have unrestricted access to its' google docs thumbnails & doc headers?

New ask Hacker News story: From $4B to Forgotten: The Rise and Fall of Clubhouse (2024)

From $4B to Forgotten: The Rise and Fall of Clubhouse (2024) 5 by lawrenceyan | 0 comments on Hacker News.

New ask Hacker News story: Ask HN: Tools for Crossword Puzzle Generation?

Ask HN: Tools for Crossword Puzzle Generation? 2 by ekorbia | 0 comments on Hacker News. Hi, I'm big fan of crossword puzzles such as the New York Times daily crossword and I'd like to build my own crossword puzzle game. Has anyone had any luck using AI or other tools to speed up the process of building crossword puzzles? I've used the Phil crossword puzzle maker to export crossword patterns with a few clues and answers in JSON format. Then I've tried various prompts with Claude Sonnet 4 to fill out the rest of the puzzle but I haven't been able to produce a valid crossword puzzle with the across and down words intersecting properly. Any advice on tools or prompting would be appreciated. Thanks!