Collecting my attempts to improve at tech, art, and life

2022-11-29

Tags: hackers-town

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

Activity Log

hackers.town: 2022-11-29 Tue 09:02

Trying the tut TUI Mastodon client. Off to an interesting start!

https://tut.anv.nu

hackers.town: 2022-11-29 Tue 09:03

I just want to mention that Loud Dog woke me up at 4:30am and I really really wish I could’ve gotten back to sleep.

hackers.town: 2022-11-29 Tue 09:18

We have weather. Who said that was okay?

hackers.town: 2022-11-29 Tue 11:55

@gizmomathboy Well I’m just itching to give terrible advice, so let me know if you have any questions.

hackers.town: 2022-11-29 Tue 12:01

We got a handy JS file that goes in an HTML file and does a useful thing.

Kinda want to use it locally, but as an app.

I’ll use Electron!

But I’m not too fond of JS.

Let’s use Pyodide instead.

Hey maybe some htmx would amuse.

wait where’d the handy JS file go

hackers.town: 2022-11-29 Tue 12:25

@gizmomathboy Ooh yeah with a file handler widget that will recognize and launch the electron application!

hackers.town: 2022-11-29 Tue 12:28

@gizmomathboy I’m thinking I do want a feedback option, if not full-on comments.

Could also rebuild proper support for WebMentions. The part I got hung up on was sending WebMentions, when a post of mine is a response to someone else.

hackers.town: 2022-11-29 Tue 13:34

@gizmomathboy Yep, any language that’s got a Jupyter kernel out there can be run in a notebook. I was doing notebook stuff with Raku a little while back.

hackers.town: 2022-11-29 Tue 17:26

@halcy It depends what folks need.

“give us a way to look at this data” means Datasette

“No, a fancy way” means Dash

Something with functionality and a clear purpose? Probably FastAPI using its HTML rendering.

“I dunno, maybe look at some data and maybe do something later?” Django’s admin setup will get them started

hackers.town: 2022-11-29 Tue 22:32

@mcgrew @halcy I like how heavily FastAPI leans into type hinting, but you’re right. Flask is a better choice for getting something small and focused up quick.