Live data from Hacker News

Ask HN: Comment here about whatever you're passionate about at the moment

news.ycombinator.com

551–560 of 774 posts

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#551
I'm currently working on making the most(hopefully) editable and configurable software/browser/tool/app ever.

Yes I'm trying to directly compete with emacs for the title.

I love the idea of lisp, hypercard, SmallTalk, Self Referentiality, Tools for Thought, make-your-own-software.

I was inspired by many different ideas in software. Immediate feedback(Bret Victor-Inventing on Principle), Reactivity, meta-programming etc.

If someone made a plugin, you should ... in principle be able to edit it, so you learn by "thinkering". Editability, learnining via example.

All of this is done with HTML. To check it: https://github.com/ilse-langnar/notebook

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#552
I'm pursuing my passion to climb mountains.

I grew up in Alberta and my favorite childhood memories are of camping trips in the mountains. I always dreamed of climbing peaks. I never had the opportunity financially to pursue that as my family was poor, and once done university I got a job and raised my own family.

Now that my kids are a little older I have the opportunity to chase that dream before I get too old to do so.

I'm obese and almost 40, and this gives me motivation to transform myself. My goal is to lose weight to be able to take a mountaineering course next August.

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#553

I quit my job recently to work on AGI. I have some unique insights that I wanted to put into practice. The past month has been the most intellectually stimulating, challenging, and rewarding period my life. Some interesting utility has already appeared. I won’t discuss the details but I will say it does not involve statistical learning. And don’t worry, I’ve read Bostrom :)

> I have some unique insights

Could you elaborate more?

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#554
post #65

Would it be possible to build a business that were completely public and transparent? Every dollar that was spent would be published publically. All source code would be made free and permissive, open source. Users would always own their own data and could frictionlessly share with each other. There would be no advertisements. All analytics would require explicit opt in and be visible to the general public. The app w…

Sounds a lot like https://puri.sm, which I am currently passionate about. They're not transparent about their spendings though unfortunately, but it might change I hope.

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#555

Hello guys, it's my first time posting here ! Actually, I'm passionate about Lisp dialects, I always been fascinated by languages, when I was a kid, I used to try to learn new languages (Spanish, Brazilian Portuguese, ...). When I was 15, I found out I had a leukemia, a severe form of blood cancer, I had so much free time that I decided to learn programming languages. It was really like a revival, the idea that you c…

Have you produced anything interest that you could share using lisp/closure/common lisp?

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#556
Currently reading my way through the Syntopicon and the associated Great Works series.

https://en.wikipedia.org/wiki/A_Syntopicon

Think a 1960s version of a linking table, all printed out, and all about the 'ideas' in the Western canon.

A randomly selected sample of the categorization looks like:

Chapter 82: Same and Other: Sub Idea 3: The modes of sameness and otherness or diversity: Sub Idea 3a: Essential sameness or difference and accidental sameness or difference:

Book 7: Plato Republic, BK V, 358 360

Book 8: Aristotle Topics, BK 1 CH 5, 144 - 145

etc. for ~1/4th of a page.

Should finish up in ~2035 or so if I can keep pace.

If you ever have to write on nearly any topic, the Syntopicon is absolute pure 100% gold. You can look up just about any idea you've got and find just oodles of references going back to Homer. Its amazing.

I wish we could make a wiki based on the structure of a syntopicon instead of the structure of an encyclopedia. It'd be a lot of effort, but just an amazing undertaking to relate all of the internet via ideas instead of subjects.

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#557

I have been having a lot of fun lately telling bedtime stories to my kids (ages 5 and 3). It's a collaborative improv effort with my 5yo since he likes to chime in with suggestions. The fun part for me is incorporating various mathematical and programming concepts into the storie like functions and boolean logic. Last night's story involved a subtraction function that would spit out negative M&Ms if too few regular M…

This is brilliant, thank you for sharing your idea as well as the blog. I can’t wait to read these stories to my kid when he grows up

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#558
Three things recently:

1) I made a Slack app in my spare time to help with a thing at work. Jumped through the hoops in the Slack marketplace, and then it was live (Dibs On Stuff). A few people at work used it and that was great! Solved the problem.

Blinked and then about 100 organizations had installed it. Xmas 2022 came and I used my free time to add (a ton of) extra features, and a paid mode to access them.

I feel like I have made quite a few side projects in the last 20 years - eg I spent 8 years on ONE of them (do you know how many commits you can make in 8 years?) Anyway this weekend Slack project that ate up one little Xmas has some legs!

I get an email every time someone uses the thing. There's new mail every day and honestly it is just - imagine this next bit uppercase and uncensored, possibly ending in 1 or 2 exclamation marks: f-ing awesome.

2) The private message app Signal has had to make some difficult decisions around continuing to support sms. It's fair enough sms is problematic. But there's also an aspect of "sorry but bad luck" to all the people that not only are stuck still using sms, but who acted as evangelists for Signal - helping our family members help themselves etc.

So I wrote an exporter for Signal: extract sms, mms and all Signal messages, into an xml file that can be re-imported into the stock Android message store. So at least you can choose to move them somewhere else.

I don't actually feel great about this, and more generally I do think Signal are saying all the right things, but it's still definitely a walled garden, eg:

You are free to fork Signal - it's open source - but you're not going to be able to message anyone on "original" Signal from your fork. They own the servers, and that's fair enough. Data tx/rx isn't cheap when you multiply it by hundreds of millions.

I am aware of Moxie's article from ages ago, touting the benefits of being able to upgrade people overnight to encrypted end to end protocols. But wow, the walled garden aspect is actually - STILL - after all these years and learnings - just terrible. I can pick up any phone and call anyone on any phone network. I can send an email to someone on goddamn hotmail or yahoo for example (if only it were encrypted by default). But Signal, Whatsapp - private networks, walled gardens, selfish, un-open, and disappointing considering what we're capable of.

Anyway, wrote an exporter (alexlance/signal-message-exporter) so you can get your stuff out of Signal. If you want to. (Their built-in exporter doesn't export Signal messages)

3) Before I realized Iran had really seized control of the country's internet - I spent time trying to migrate the Signal proxy to AWS lambda. I think it's still a decent idea. Lambda would let you spin up extremely cheap Signal proxies, regionally located all over the world. I got it working in nginx and also haproxy via docker image and deployed to Lambda, but unfortunately, it doesn't quite work because the lambda https endpoints don't support SNI.

If anyone can convince AWS to permit SNI in their lambda https endpoints then it could still be a goer. It may be the case that other people are wrecking this idea (illicit data over proxies via SNI). But yeah, super-cheap reverse proxy, yes ok with a 15 minute timeout, but it'd do brilliantly in times of need.

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#559
I work as a volunteer for blind people and own a 3D printer. This opens a world to me and to the blind. To me, because I vastly underestimated the possibilities of a 3D printer. To the blind people I volunteer for, because they have a map of our city for the first time in their life.

There is so little available for blind people, yes they have books and podcasts and an iPhone, which is endlessly better than 20 years ago. But they have no idea of the shape of a Falcon rocket, or a cow, or the parks around our city.

More than half of my free time goes to creating 3D printed stuff for them.

Re: Ask HN: Comment here about whatever you're passionate about at the moment

#560

Thanks for this! There are more than 400 comment here, so my post will be probably buried instantly but I just need to share this with someone! I just have finished playing A Plague Tale: Requiem[1] a few days ago, and I spent the last two days with this strange feeling of sadness, almost grieving. It is such a masterpiece of emotions, the story of the bond of a sister and brother who went through hell to save the bo…

> There are more than 400 comment here, so my post will be probably buried instantly

For you and other late repliers: there really are people (like me) scanning the answers. I was also late-ish, and still people read it. It's really nice to see the variety of interests people have, even though –understandably– much of it is on the geeky/nerdy side. We do flock together, after all.

> Thanks for letting me share this, I hope all of you have a nice day!

You too!

Post reply on HN