You are viewing archived messages.
Go here to search the history.

Anton Podviaznikov 2024-11-19 15:56:58

made micro blogging tool(twitter replacements) that works using imessage.

allows publishing things through imessage without consuming tons of tweets first. the bonus is that all my data is on my devices anyway.

here is my micro blog public.me/anton

šŸ“ anton

share things online. while controlling the data

Tom Lieber 2024-11-19 17:50:58

How is it to work with iMessage? Messages is one of my favorite apps, but I hadnā€™t thought of it as a platform before.

Anton Podviaznikov 2024-11-19 18:02:03

ah, itā€™s a bit weird to integrate with apple apps since they donā€™t have regular APIs. but the good part is that all the data is stored in sqlite.

nowadays there are many open source projects that allow you to work with imessage easier

Konrad Hinsen 2024-11-20 06:58:54

So... you are building a social network based on an implementation detail of a single proprietary piece of software?

Ivan Reese 2024-11-20 16:22:55

Such a fun idea. Love the hacker spirit.

Nicole Ripka 2024-11-22 23:52:57

i love this so much. i need it!!!!!

Anton Podviaznikov 2024-11-23 17:48:06

Konrad Hinsen I guess the answer is probably yes.

Also, I didnā€™t setup to build ā€œsocial networkā€. I mostly build initial version to publish things online with no social features(they were just requested later and in general social features are just an overlay layer).

about proprietary thing - the answer is yes.

But, to me it feels there is nice trade off in the sense that a lot of Apple Software is ā€œlocal firstā€

So all the messages in imessage, all the notes in apple notes, mails in apple mail and so on live on your laptop(and your Apple devices in general)

And this benefit is huge for me.

Eg all those modern decentralized or federated things like bluesky and mastodon are cool. But my data is never on my machine. The source of truth is always in some cloud database.

With my approach the source of truth are data on my devices.

Would I want that to be open format? Yes, ofc. That would be much better.

Anton Podviaznikov 2024-11-23 17:48:39

@Nicole Ripka thank you! please try

Konrad Hinsen 2024-11-20 07:01:55

Yesterday I revised my home page and added a section "Research manifesto". It's mostly about my ideas for FoSC (Future of Scientific Computing), so I feel it fits here.

Maikel van de Lisdonk 2024-11-22 13:04:28

I've made a new small video where I've implemented a chat assistant using the OpenAI Chat Completion API in Code flow canvas (this is the visual programming system that I am building in my spare time). Goals for building this visual flow are to learn more about the OpenAI API's and LLM's in general, but also to see if something like this could be build without building in special knowledge about OpenAI in code flow canvas itself. I had to extend code flow canvas off course, but only with generic node-types which could be used in this flow. You can try it our yourself on demo.codeflowcanvas.io, but only if you have an OpenAI API key with some credits

Mariano Guerra 2024-11-22 19:04:46

Reverse Engineering a 218-Byte Wasm Compiler in JavaScript

Starting with a 218-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JS by removing one code golf trick at a time

Maikel van de Lisdonk 2024-11-23 07:43:43

Very interesting indeed! Did you also write this up in a blog post somewhere? Or is it only available in your webassembly book? (I am going to buy it šŸ˜€)

Mariano Guerra 2024-11-23 11:21:45

Maikel van de Lisdonk will make a blog post out of it soon šŸ™‚

Paul Tarvydas 2024-11-23 11:57:07

I am happy to see that this was posted to HN, also. news.ycombinator.com/item?id=42216463

Mariano Guerra 2024-11-23 12:04:17

and got no votes šŸ˜›

Paul Tarvydas 2024-11-23 12:29:49

quora.com/Where-is-the-best-place-to-buy-upvotes-for-Hacker-News ... I'm still looking for an 'upvote' button and haven't figured out how to upvote a post...

šŸ“ Where is the best place to buy upvotes for Hacker News?

Answer: Iā€™d say that you can safely use Upvotes Club. Theyā€™ve been in this for more than 6 years, consistently beating HN antimoderator. Your content has to be of decent quality though, therefore read the submission guidelines first. For me, in the past, 6 to 8 upvotes has been enough for good co...

Mariano Guerra 2024-11-23 13:26:20

2024-11-23_14-26.png

Paul Tarvydas 2024-11-23 14:22:55

strange: Sector lisp 436 bytes - 513 votes. 218 byte WASM compiler - 2 votes. Is it timing? Something more?

Mariano Guerra 2024-11-23 16:04:05

if it doesn't get a few votes in the first minutes then all hope is lost