HN user

deadf00d

247 karma

I like to hack stuff. Here is my blog: https://www.deadf00d.com/ Available for jobs.

Posts10
Comments38
View on HN

IMO the biggest issue with CLIs for agents is to know when the agent is allowed to type. When is the command fully proceed, and next tokens can now be generated.

This would work. We started prototyping this way and it worked well to an extend. The main issue you're going to have, is you need to have both chromium and the forwarder process to run at the same time. This makes it difficult to track what is running exactly.

If you're forwarder is running but the browser crashed, it will still appear as available on the Redis side. While if you're making the browser setting a key with expiration itself, if it crashes, it will stop appearing on redis side.

Those are the kind of stuff you get modifying the source, and that will be hard to do with dual process type of setup.

Tried to install it on asahi-linux fedora. Got a segfault:

```

/usr/bin/pulsar: line 151: 480856 Segmentation fault nohup "$PULSAR_PATH" --executed-from="$(pwd)" --pid=$$ "$@" --no-sandbox > "$ATOM_HOME/nohup.out" 2>&1

```

Looks like it's a fork of Atom?

Thanks ! Yeah, I really enjoyed working with the ESA. I think they mention the usage of a shield around the SEPP. But yeah, this architecture is pretty crazy for a satellite.

It's actually in production, but it's an experimental satellite, so not built to drive crazy missions for now.

Thanks for your wonderful feedback.

I understood my mistake. I think the article humor has not been received as intended, that's why I added a disclaimer in the top level of the article to contextualize it a little bit more. Hope I've not done any harm to their infrastructure.

I'll definitely take care to this in my next articles.

I also trimmed a bit the long code of the w() function, making the article easier to read.

The idea is to show my work. I tried to add a touch of humor, I think it's funny to try to earn money like this (actually you can't because they verify all transaction). If you think I can be seen as a black hat, I might modify some of it.

Also, a lot of developer (and some of my colleague too) tends to think that "hacking" doesn't exist like in movies or even doesn't exist at all (because they use ORM, don't laugh, I really got this one). By taking a real world example, I think It's a cool way to get people back in reality.

Anyway, people and my customers, hire me for my skills, and for what I did. Nobody care that you hacked an office, but if this office is the CIA, then it's cool.

For the lack of structure, it probably is, if you can give me example that I could fix, It would be very kind of you.

Thanks for your feedback.