HN user

potomak

4,578 karma

https://giovanni.curlybrackets.it

Posts424
Comments170
View on HN
news.ycombinator.com 4mo ago

Show HN: Connect a Discord channel with Claude Code agents running in tmux

potomak
2pts0
gamejolt.com 5y ago

Adventure Jam 2021

potomak
1pts0
potomak.github.io 5y ago

Writing web-based interactive fiction with gist-txt

potomak
2pts0
www.usenix.org 5y ago

Reverse-Engineering Drivers for Safety and Portability

potomak
1pts0
mail.python.org 5y ago

Python: Acceptance of Pattern Matching – PEP 634

potomak
48pts12
libra.org 6y ago

The Libra Association Appoints Stuart Levey as CEO

potomak
4pts0
steve-yegge.blogspot.com 6y ago

Get That Job at Google

potomak
2pts1
worrydream.com 6y ago

Learnable Programming

potomak
1pts0
medium.com 6y ago

Moving Forward Boldly with Kin

potomak
1pts0
engineering.giphy.com 7y ago

The New and Improved Giphy SDK

potomak
1pts0
www.python.org 7y ago

The Theory of Type Hints (2014)

potomak
2pts0
www.6502.org 8y ago

Porting Sweet 16 (2004)

potomak
40pts7
fabxc.org 8y ago

Writing a Time Series Database from Scratch (2017)

potomak
73pts4
github.com 8y ago

A Proposal for Versioned Go Modules

potomak
3pts0
github.com 8y ago

Pomodoro Technique REPL written in Haskell

potomak
1pts0
blog.infura.io 8y ago

Optimizing Performance and Cost: Infura Benchmark Analysis

potomak
1pts0
aws.amazon.com 8y ago

Introducing S2n, a New Open Source TLS Implementation

potomak
1pts1
github.com 9y ago

Dat – Distributed Dataset Synchronization and Versioning [pdf]

potomak
4pts0
code.flickr.net 9y ago

Introducing Similarity Search at Flickr

potomak
2pts0
intellivisionlives.com 9y ago

“It's not a bug, it's a feature” originates from a '82 computer game

potomak
2pts0
github.com 9y ago

Tomatoes: transition from free to paid only service

potomak
2pts0
blog.heroku.com 9y ago

A Detailed What's New in Ruby 2.4

potomak
1pts0
surveillance.life 9y ago

Show HN: Surveillance.life, unsecured surveillance cameras around the world

potomak
2pts0
stackoverflow.blog 9y ago

You Can Now Play with Stack Overflow Data on Google’s BigQuery

potomak
3pts0
www.focustheweb.com 9y ago

Scotty-format: A response format helper for the Scotty web framework

potomak
1pts0
commandlinefanatic.com 9y ago

Inside the GIF file format

potomak
3pts0
semantic-domain.blogspot.com 9y ago

Error Handling in Menhir

potomak
2pts0
blog.heroku.com 9y ago

Ruby 3x3: Matz, Koichi, and Tenderlove on the Future of Ruby Performance

potomak
215pts84
jamey.thesharps.us 9y ago

Corrode update: support from Mozilla, and new features

potomak
2pts0
www.haskellforall.com 9y ago

Electoral vote distributions are Monoids

potomak
1pts0
Gut–Brain axis 3 years ago

My mother is a dietitian and she started a podcast this year where she’s talked a lot about the microbiota and how it affects our organisms in a lot of different ways.

For instance, did you know that bacteria in our guts help us “digest” and expel heavy metals?

In the third part of the episodes about the microbiota[0] she talks about the gut-brain axis:

l’intestino può comunicare al cervello uno stato di disagio o disbiosi procurando, oltre al gonfiore, anche un possibile stato d’ansia o abbassamento dell’umore

that translates more or less to:

the gut can communicate with the brain a dysbiotic state causing, in addition to swelling, a state of anxiety

The podcast is in Italian, but the transcriptions can be easily translated in English.

[0] https://dietista.it/2023/03/29/e-la-pancia-non-c-e-piu-terza...

I built an app for a family member, who is a nutritionist, that makes it easier for her to stay connected with her patients via WhatsApp. It keeps track of appointments and sends automatic reminders.

Lately I decided to jump on the ChatGPT bandwagon and added a feature that integrates with the OpenAI API to suggest replies to messages from her patients.

It was overall a fun project. It gave me the chance to explore the integration with WhatsApp Business API (used to communicate with patients), OpenAI API (used to suggest message replies), Discord (used to notify events).

Apart from the APIs, it has zero dependencies. It’s deployed as a static website hosted on GitHub. The backend is written as a set of AWS Lambda functions. Data is stored in DynamoDB. Frontend is vanilla JS.

I totally agree with you, except for the "not leaving LinkedIn" part. I closed my account about 1 year ago after having to deal with spam, bad UI, and useless connections.

Also removing your profile from the network is a bad use experience: I had to send a customer support request to close it because I had more than 500 connections.

I think that I will build something in the near future because I like the idea of collecting connections and achievements concerning my professional career, but I'll never use LinkedIn again.

I totally agree with you. When I started to work as a freelancer I felt the same for the first year. That's why I dediced to start, with a former coworker of mine, a coworking place with accessible rates near the city where I lived. Now that I'm not a freelancer anymore, and I don't run actively Meme coworking[0] anymore, I'm proud because it's still active and full of interesting people!

[0] http://memecoworking.com

Great project! I'd like to tell to everyone who want to start drawing pixel art, I built a very simple tool to get started with this technique: http://drawbang.com.

Try it, give me your feedback, and share your pixel art masterpieces!

Author here: this is a project inspired by Twine[0] and bl.ocks.org[1].

Note: the first game made with this tool is an AdventureJam[2] entry[3], you can play with it at http://j.mp/play-routine

It's also a great way to start collaborating on a JavaScript open source project, see https://github.com/potomak/gist-txt/labels/help%20wanted.

[0] http://twinery.org/

[1] http://bl.ocks.org/

[2] http://jams.gamejolt.io/adventurejam

[3] http://jams.gamejolt.io/adventurejam/games/routine/59416

On this topic I'd like to share gist-txt[0] a tool I created to build text adventures starting from markdown files hosted on GitHub's Gist.

It doesn't need hosting as your files will be hosted by GitHub and you can write your interactive fiction stories directly form the web.

It uses mustache templates and JavaScript to achieve minimal interactive functions.

I wrote a little introduction[1] at Ludum Dare's blog and I will use it to write a text adventure for the AdventureJam[2] starting next week!

Note: I took inspiration form Twine[3] and bl.ocks.org[4] for the initial development of the tool.

[0] https://github.com/potomak/gist-txt

[1] http://ludumdare.com/compo/2015/03/05/a-minimal-tool-to-crea...

[2] http://jams.gamejolt.io/adventurejam

[3] http://twinery.org/

[4] http://bl.ocks.org/

I have a different opinion✢: I think it's a clever service, maybe not one of the most useful, but it's a clear vision and it goes straight to the point.

There are a lot of cases where finding an email is an easy task, as easy as flasname@company.com, but I expect this service to shine when it's hard to guess an email address, so let's see what it could do.

✢Disclaimer: I know yawnt, the guy who wrote this service.

I totally agree. The problem is not links to line numbers, that I found really useful, the problem is that these links must have a commit context otherwise they become unreliable.