Hacker Newsnew | past | comments | ask | show | jobs | submit | vault's commentslogin

The share & restore feature is not working for me. Only the birthday is restored. Other settings & skip tutorial are reset.


If you open it on another machine / browser you'll have a fresh start. Note that it's serverless. Share URLs serialize layer and period data. You should see layers and periods that you were viewing when you clicked Share.


If I open the shared link in an incognito window or browser, I'm not expecting a fresh start. I expect the data encoded into the URL `?c=` to restore my session, which I'd like it to include everything I do on the website: birthday, layers, skip tutorial, etc.


Not sure how I can tell apart that someone opens a shared link for the first time vs. someone that sent a link to themselves. Incognito browsing won't be a top priority I'm afraid. But I'm open to ideas.


Handy is missing from the comparison page ;)


Is it possible that you are advertising mantic as an MCP tool without it actually being one? Or at least please document how to use it as such.


Mantic is absolutely an MCP server! The installation is documented right at the top of the README with one-click install buttons:

For Cursor:

Click the "Install in Cursor" badge at the top of the README, or Use this deep link: https://cursor.com/en-US/install-mcp?name=mantic&config=eyJ0...

For VS Code:

Click the "Install in VS Code" badge, or Use this deep link: https://vscode.dev/redirect/mcp/install?name=mantic&config=%...

Manual Installation: Add this to your MCP settings (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json):

json { "mcpServers": { "mantic": { "type": "stdio", "command": "npx", "args": ["-y", "mantic.sh@latest", "server"] } } }

Once installed, Claude Desktop (or any MCP client) can call the search_codebase tool to find relevant files before making code changes.

The MCP server implementation is in src/mcp-server.ts

if you want to see the code.


Correct, that's what I did with caddy, which is now periodically renewing my wildcard certificate through a DNS-01 challenge.


May I know does Caddy automatically update with apt if you built custom Caddy binaries for the DNS provider plugin?

Also, may I know which DNS provider you went with? The GitHub issues pages with some of the DNS provider plugins seems to suggest some are more frequently maintained, while some less so.


Like you, I remember 15 years ago when I decided to solve Project Euler in Ruby, a completely new language to me. I still remember the joy I was feeling when I started coding with this new language. So elegant! So natural! Like it was made to fit my brain. It's a pity I ended up working professionally with entirely different stuff.


Anybody unemployed that would like to try doing this for EU? With the author's green light (or even collaboration)


Took me 15 months to find a job after a layoff and then I accepted the first offer that came, which is basically worse in every aspect compared to my previous job. I've read all your stories and feel unexpectedly so connected with each of you. It can be hard. I just want to wish you all the best.


I don't know you either, but I feel weirdly and unexpectedly connected to your message too. I'm 4 months into a layoff, still hunting. Appreciate your message!


I could have written this comment myself word for word except my unemployment lasted 12 months. I hope we all find our way back into better jobs someday and I sincerely appreciate your comment.


Same wishes back to you too. I'm glad you found something.


I've been using "homegit" for years and never felt the need for a replacement.

https://www.atlassian.com/git/tutorials/dotfiles


great tip! also for /etc


dark reader screws this website so badly


why is a website about programming not writing code blocks in ASCII? I'm referring to quotes and other undesirable symbols


Java supports non-ASCII source code since forever. A lot of languages do.


But it doesn't support using fancy unicode quotes as string delimiters.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: