HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moeffju

2,966 karmajoined 17 лет назад
https://moeffju.net/

mail/xmpp: [email protected]

http://hnofficehours.com/profile/moeffju/

irc:moeffju:irc

[ my public key: https://keybase.io/moeffju; my proof: https://keybase.io/moeffju/sigs/Zx4m4J8BPaPFFdfQdfJIJRfD2CdErSnF61rwwjSPLm4 ]

Submissions

Show HN: Wikitool – CLI for fetching Wikipedia content

2 points·by moeffju·6 месяцев назад·0 comments

Show HN: GhydraMCP – Agentic reverse engineering across multiple binaries

github.com
5 points·by moeffju·в прошлом году·0 comments

comments

moeffju
·4 дня назад·discuss
It has audio and video call support in any room, so like huddle.
moeffju
·4 дня назад·discuss
Tauri is like a nicer Electron, instead of shipping a full Chrome with the app it uses the platform's browser libraries. So the app looks almost exactly like the mobile web version, which looks like the desktop version that you can see in the screenshots on Chatto.run
moeffju
·5 дней назад·discuss
Inspired by Chatto, I also built some prototypes on the NATS (+Go) stack and it's been a dream. Feels like a severely under-hyped technology :D
moeffju
·5 дней назад·discuss
What would you expect that to do beyond a "here's a link to the instance, sign up there"? You can combine it with Discord-like roles and gate channel visibility and rights on that, so even if someone else would sign up you just wouldn't give them the "in-group" role for example. Are you thinking of an "invitation" type link with a one time token or something?
moeffju
·5 дней назад·discuss
I've been trying to use Matrix for years and I still hate it at least half the time, it feels clunky, slow, cumbersome to use, the clients are hit and miss quality, and people (including myself) keep losing keys or identities for random silly reasons.

Compared to that, Chatto is just easy, nice, and FAST. It's a chat that I actually do like to use - I don't think the landing page is over promising there :)
moeffju
·5 дней назад·discuss
I would guess that in these cases you would just not allow users to self-delete their accounts? But for most users and providers of Chatto I think automatic right-to-deletion compliance sounds nice :)
moeffju
·5 дней назад·discuss
Whimsy? ^^
moeffju
·5 дней назад·discuss
Oh, and the protobuf based realtime endpoint should make it very easy to build bridges, too.
moeffju
·5 дней назад·discuss
I think time will tell, but one of the main things I like about Chatto is just how fast everything feels, and the protocol design is a good part of that I think. Data on the wire is just very small and optimized (last I checked, I didn't look at the latest protocol iteration yet). It was already very fast with the older GraphQL based API but now it's even quicker. With Slack and Discord, every channel switch and scrolls take visible time.
moeffju
·5 дней назад·discuss
There is a Tauri wrapper that I built early on because I wanted the desktop convenience (autostart, separate app, etc) that Firefox+PWA couldn't offer, I use the desktop version as my daily Chatto driver. The mobile build is more of a proof of concept for now. Check it out: https://github.com/teal-bauer/chatto-tauri
moeffju
·5 дней назад·discuss
For now it's just a Tauri wrapper, so it looks more or less like the mobile web / PWA except it might be easier to handle notifications and share intents etc. compared to a pure PWA play. Now that the API is settled, it might make sense to go pure native.

The Tauri wrapper was originally just for desktop convenience and the Android target was more of a proof of concept initially.
moeffju
·5 дней назад·discuss
For me, primarily the performance tbh. Chatto just flies and Slack feels incredibly sluggish. And from the "vibes" it just feels better designed, I like the overall user experience, it feels technologically solid but also looks nice and works how I feel it should. Hard to put my finger on it exactly.
moeffju
·6 дней назад·discuss
I created a Tauri based app but IMO it's not ready for prime time on mobile. On desktop, it's my daily driver for Chatto. If anybody wants to contribute, the foundation (desktop & mobile) is at https://github.com/teal-bauer/chatto-tauri
moeffju
·6 дней назад·discuss
I've been testing/using chatto since early on and I'd say it's both and neither. It feels much nicer to use than Slack, but as of now it's missing some of the more "Enterprise" features. I would probably say it's a Slack-like Discord? But from the architecture it would be capable of playing as a full Slack replacement.

I also maintain a Chatto bot framework and a Tauri client, need to update those now :)
moeffju
·9 дней назад·discuss
Second Ride is offering electric conversion kits giving you the best of both worlds: electric scooter, going 60km/h...
moeffju
·9 дней назад·discuss
You should join our unu Community Discord, we have someone who upgraded to what is basically two fog horns at ungodly decibel levels ... but we can also reactivate the builtin speaker and add the spaceship noise maybe?
moeffju
·14 дней назад·discuss
Knoppix.net literally says this on their homepage:

> Knoppix.net is a resource for users, developers, and testers of Knoppix. The official website for Knoppix is on Klaus Knopper's website at knopper.net.
moeffju
·в прошлом месяце·discuss
I vastly prefer Beans, https://github.com/hmans/beans, for much simpler code and use.
moeffju
·3 месяца назад·discuss
They did a "virtual" buffet to model behavior, nobody said anything about hotels "doing a virtual buffet"?
moeffju
·3 месяца назад·discuss
Isn't it literally playing it via curl though - curl reads STDIN and transmits that to the server, which responds. The whole bash thing is completely optional and only saves you some tty setup.