HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kisamoto

no profile record

Submissions

Stack Overflow for Agents

agents.stackoverflow.com
2 points·by kisamoto·29일 전·0 comments

Buy a train, bridge or tracks from the Swiss Railway

sbbresale.ch
188 points·by kisamoto·지난달·116 comments

The mobile OS should broker agent functionality

braw.dev
1 points·by kisamoto·3개월 전·0 comments

Reallocating $100/Month Claude Code Spend to Zed and OpenRouter

braw.dev
349 points·by kisamoto·3개월 전·234 comments

Monitor Claude Code Usage with Grafana

braw.dev
3 points·by kisamoto·3개월 전·4 comments

Making an Argument for (Voluntary) Online Identity Verification

agoraid.com
1 points·by kisamoto·4개월 전·0 comments

[untitled]

1 points·by kisamoto·4개월 전·0 comments

The collapse of "Human Signal" on the web

agoranet.substack.com
3 points·by kisamoto·6개월 전·2 comments

Ask HN: Voluntary ID verification for better services. Would you use it?

1 points·by kisamoto·10개월 전·1 comments

comments

kisamoto
·15일 전·discuss
The irony to have the EU criticised for regulation on one side but complete government control of access on the other.
kisamoto
·지난달·discuss
> We focused on occupation-level shifts in remote work rather than personal choices, as decisions to work remotely may themselves reflect individuals’ mental health status

> Understanding remote work’s impact on mental health is important for workers deciding where to work

Remote work is not for everyone so if you are someone who predominantly makes their social connections in an office being forced to work remotely will have an impact.

However I think a lot who choose to work remotely have friends outside of work. I know this study focuses on those who live alone but it may also be very different for those who live with a partner/family/friends.

Anecdotally I have found that people who want social interaction in the office push for everyone in the office (rather selfishly in my opinion) because without enough people in - for example in a hybrid model - they don’t get the same kick.
kisamoto
·3개월 전·discuss
Zed - https://zed.dev/

Integrates a lot of agents (I use it with OpenRouter and directly with Pi) natively, is fast (you don't realise how laggy VSCode and its forks are).

Biggest disadvantage: lack of extensions. Lots of quality of life missing (e.g. gitignore integration to add/append gitignore files for different languages).
kisamoto
·3개월 전·discuss
It's worth considering why you are choosing a European stack.

Is it to support local/European companies - Great. Is it because you don't want to be at risk of the US and the CLOUD Act - Not so great. Any company that has servers in the US (which Hetzner and basically all CDNs do) are still vulnerable to the CLOUD Act and that includes servers in Europe.
kisamoto
·3개월 전·discuss
OP here. I do like Opus but I don't default to it for everything. My CC usage is a lot of Haiku/Sonnet and is also very bursty (bursts throughout the month, not a day).

I find that a lot of my Claude usage goes unused and then when I'm coding or leaning on agents I hit a limit and have to wait. I don't like that dynamic. I do have Extra Usage enabled (with a cap) but then I'm spending more than the $100 I already do.

I'm learning that a lot of people seem to consistently stay within limits and that works for them but I was looking for something different for myself.

The real pain is that Anthropic don't easily quantify usage (which can now change over the day). How many tokens is it? Minimum? Maximum? I tried to quantify this with OpenTelemetry for a while but have decided to move to this more flexible setup.
kisamoto
·3개월 전·discuss
A non-profit identity service.

Uses government IDs that a lot of people already have and saves signed credentials to your phone. There is a server element for the verification process but it runs all in-memory (follow the Mullvad model and not even have persistent storage in the servers).

It's fun. Get to practice mobile development (Flutter), use some local GPUs, learn about the changes to JWTs for signed, selective disclosure, Bitstrings for progressive disclosure lists etc.

Landing page is https://agora.gdn/ in case anyone wants to try a beta in the future.
kisamoto
·3개월 전·discuss
I had a similar opinion a couple of years ago, content with more of an autocomplete.

Now I'm happy with agents as the models and harnesses have improved significantly but the token usage comes at a cost.
kisamoto
·3개월 전·discuss
Thank you for taking the time to explain that - makes sense. I lifted what was present in your terms of service as I'd like to understand the minimum time I have.
kisamoto
·3개월 전·discuss
I'm always interested in how people use tools. I like to have a full editor to review code as a complement to the CLI and as I don't often use hooks the integration is also good enough for me.

1. What do you use the hooks for?

2. Do you use an editor alongside the CLI to review code or only examine the diffs?
kisamoto
·3개월 전·discuss
I did. Perhaps too much consumption of AI responses but articles and engagement are written by me - a human.
kisamoto
·3개월 전·discuss
You are absolutely correct, I was not aware of this. I will update the article accordingly and perhaps it's more worthwhile to stay solely on Cursor with the limited models.

Sadly Zed seems to add 10% so it's still more worthwhile to use OpenRouter.
kisamoto
·3개월 전·discuss
If only Zed had more extensions I would use it consistently over Cursor to be honest but for now Cursor remains my daily driver.

I like the option for different models that I just don't get with Claude Code. I want an IDE to monitor files and understand the code, not just see snippets (I know that there is still the Editor view in Cursor but with the push towards the Agent view I feel it's headed into a Conductor direction and personally I'm not ready for that).
kisamoto
·3개월 전·discuss
LiveMap | Geospatial Engineers (Data & Routing) | Full-Time | Switzerland or Remote (CH, EU, UK)

Visa sponsorship is not provided.

LiveMap is a funded startup with a vision to build the next generation of mapping apps (think hyper-personalised Google Maps). How that looks is still being explored so we're building prototypes, getting them into customer hands and iterating quickly. We're looking to bring on a couple of people to help accelerate this development process.

As a data engineer you'll set up a data pipeline, work with product to identify relevant datasets, connect, persist and expose that data.

Working on the routing engine you'll extend off the shelf routing engines (Graphhopper) to take into account dynamic run-time preferences & attributes (think temporal).

Please find more information and application forms at the links:

• Geospatial data/backend engineer - https://tally.so/r/68vdyB

• Routing engineer - https://tally.so/r/obdAY1

Happy hacking
kisamoto
·3개월 전·discuss
As someone on Reddit pointed out, now that it's in the Grafana stack you can also use standard alert management & notification tools to send updates on usage and alerts for abnormal spikes.
kisamoto
·3개월 전·discuss
You can get user prompts and tool calls in the logs (but not system prompts) although you do have to set a couple of extra environment variables.

It's under the `prompt` and `tool_parameter` fields in the logs.

    {service_name=~"claude-code"} | prompt != ""  | line_format `prompt={{.prompt}}`
kisamoto
·3개월 전·discuss
Claude Code supports using OpenTelemetry to gather some metrics including token usage, cost, user prompts and tool calls (unfortunately no system prompts).

This is possible without custom certificates, MITM or proxies. However you do need something to collect, store and visualise the OTEL data.

I use Grafana Alloy (running in Docker) and Grafana Cloud for this but you could use any OTEL provider including SigNoz.

Leave it running, track your usage and when you hit limits look back to understand how many tokens that actually was.
kisamoto
·5개월 전·discuss
> EU can’t out innovate US tech

why not?

Okay not today but China was known as the cheap copier and is now the innovator.
kisamoto
·5개월 전·discuss
Personally I've found Matrix significantly more user friendly than Threema work. Zulip I haven't used in anger so I can't comment on that but I've seen a few places that even open source they charge per user for things like notifications. Not ideal IMHO. There should be an option to replace notifications with a separate service.

It's hard to find a decent service that ticks all the boxes but I do sincerely hope that the EU can support Matrix to bring it up to the standard that we all deserve.
kisamoto
·6개월 전·discuss
Hi all,

I've been thinking a lot about why I feel disheartened at the state of the internet and of possible ways to approach fixing it.

I believe the root cause is the lack of a privacy-preserving 'Proof of Humanity.' My approach to fix this combines biometric passports (ICAO 9303) with Trusted Execution Environments (TEEs/Confidential Computing) for verification. We then push a signed payload back to your device, not centralising any data.

I know 'Passport' + 'Internet' sounds like a privacy nightmare and this type of solution is generally disapproved upon by HN. However I'd like to offer an approach that tries to set such a service up as an integral part of the open web: Non-profit (Switzerland for what it's worth) association to avoid monetisation pressures to exploit user data and open source in a Tursted Execution Environment (TEE) to offer some additional guarantees about the processing of user data.

To be clear, this is not pushing for mandatory age verification - that is not the aim. It is however trying to increase the "human signal" on the web as we interact with each other while maintaining as much privacy as possible.
kisamoto
·8개월 전·discuss
LiveMap | Geospatial Data/Backend and Mobile Engineers | Full-Time | Switzerland or Remote (CH, EU, UK)

Visa sponsorship is not provided.

LiveMap is a funded startup with a vision to build the next generation of mapping apps (think hyper-personalised Google Maps). How that looks is still being explored so we're building prototypes, getting them into customer hands and iterating quickly. We're looking to bring on a couple of people to help accelerate this development process.

As a data engineer you'll set up a data pipeline, work with product to identify relevant datasets, connect, persist and expose that data.

As a mobile engineer you'll be the UI delivering value to the customer. We are testing hypothesis in weeks and leveraging tools like Claude Code to do it.

Please find more information and application forms at the links:

• Geospatial data/backend engineer - https://tally.so/r/n095jj

• Mobile engineer - https://tally.so/r/w56N1Q

Happy hacking