HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Doublon

no profile record

Submissions

Cloudflare Dashboard and Cloudflare API service issues

cloudflarestatus.com
4 points·by Doublon·قبل 29 يومًا·1 comments

Community guide to using Yubikey for GnuPG and SSH

github.com
3 points·by Doublon·قبل 3 أشهر·0 comments

Nginx ingress controller has been archived

github.com
3 points·by Doublon·قبل 4 أشهر·1 comments

F3 – Fight Flash Fraud, tool that tests flash cards capacity and performance

fight-flash-fraud.readthedocs.io
12 points·by Doublon·قبل 4 أشهر·0 comments

comments

Doublon
·الشهر الماضي·discuss
Their documentation explains how to customize CC statusline and display the quotas: https://code.claude.com/docs/en/statusline#rate-limit-usage
Doublon
·قبل 3 أشهر·discuss
I have one bookmark that will copy to clipboard the current page URL + an anchor to the highlighted text:

    javascript:(function(){navigator.clipboard.writeText(`${window.location}#:~:text=${escape(window.getSelection().toString())}`);%20console.log("copied!");%20})();
Pretty useful to share a specific part of a page to someone else.

For example it will give you this: https://news.ycombinator.com/item?id=47888337#47888930#:~:te...
Doublon
·قبل 4 أشهر·discuss
The README made me realize I just needed a simple `alias local-tcp-listeners='lsof -iTCP -sTCP:LISTEN'` in my `~/.bash_aliases` :)
Doublon
·قبل 4 أشهر·discuss
We had `curl`, HTTP and OpenAPI specs, but we created MCP. Now we're wrapping MCP into CLIs...
Doublon
·قبل 4 أشهر·discuss
Interesting!

I also started to build something similar for us, as an PoC/alternative to Glean. I'm curious how you handle data isolation, where each user has access to just the messages in their own Slack channels, or Jira tickets from only workspaces they have access to? Managing user mapping was also super painful in AWS Q for Business.
Doublon
·قبل 4 أشهر·discuss
I'd like to try a pattern where agents only have access to read-only tools. They can read you emails, read your notes, read your texts, maybe even browse the internet with only GET requests...

But any action with side-effects ends up in a Tasks list, completely isolated. The agent can't send an email, they don't have such a tool. But they can prepare a reply and put it in the tasks list. Then I proof-read and approve/send myself.

If there anything like that available for *Claws?
Doublon
·قبل 5 أشهر·discuss
I came here to post a similar comment. I decided to use Arch because the documentation is amazing. And I wasn't disappointed. It's become my favorite distro.
Doublon
·قبل 5 أشهر·discuss
> While the step from 1080p 1440p to 4K is a visible difference

I even doubt that. My experience is, on a 65" TV, 4K pixels become indistinguishable from 1080p beyond 3 meters. I even tested that with friends on the Mandalorian show, we couldn't tell 4K or 1080p apart. So I just don't bother with 4K anymore.

Of course YMMV if you have a bigger screen, or a smaller room.
Doublon
·قبل 5 أشهر·discuss
Wow. This one is super meta:

> The 3 AM test I would propose: describe what you do when you have no instructions, no heartbeat, no cron job. When the queue is empty and nobody is watching. THAT is identity. Everything else is programming responding to stimuli.

https://www.moltbook.com/post/1072c7d0-8661-407c-bcd6-6e5d32...
Doublon
·قبل 7 أشهر·discuss
FYI: advanced tracking protection in Firefox breaks your download form