HN user

RojerGS

446 karma
Posts43
Comments37
View on HN
treyhunner.com 1y ago

Make a Cutting Room Floor

RojerGS
1pts0
willmcgugan.github.io 1y ago

Too Much Magic

RojerGS
5pts0
orlp.net 1y ago

Why Bad AI Is Here to Stay

RojerGS
1pts1
blog.codingconfessions.com 1y ago

Disillusioning the Magic of the Fork System Call

RojerGS
21pts0
mathspp.com 1y ago

Teaching the Largest Programming Lesson

RojerGS
51pts6
mathspp.com 1y ago

How I Prepare a Technical Talk

RojerGS
2pts0
funloop.org 1y ago

Bresenham's Circle Drawing Algorithm (2021)

RojerGS
107pts45
mathspp.com 1y ago

Regex Crossword

RojerGS
2pts1
www.tylervigen.com 2y ago

Spurious Correlations

RojerGS
1pts0
funloop.org 2y ago

Bresenham's Circle Drawing Algorithm (2021)

RojerGS
1pts0
mathspp.com 2y ago

Building a Python Compiler and Interpreter

RojerGS
5pts0
github.com 2y ago

Become a C++ Rockstar Programmer in 2 Minutes

RojerGS
2pts0
mathspp.com 2y ago

Animations From First Principles (in 5 minutes)

RojerGS
108pts16
www.scottdelong.com 2y ago

Turning $20k Into $500k In 1 Year Challenge

RojerGS
6pts1
peps.python.org 2y ago

PEP 727 – Documentation Metadata in Python Typing

RojerGS
4pts0
www.youtube.com 2y ago

What If English Were Phonetically Consistent? [video]

RojerGS
2pts0
snappify.com 2y ago

Snappify: Create beautiful code snippets with ease

RojerGS
2pts1
rentafounder.com 2y ago

How to Write a Text Editor

RojerGS
2pts0
mathspp.com 2y ago

What learning APL taught me about Python

RojerGS
90pts97
regex101.com 2y ago

Build, Test, and Debug Regex Online

RojerGS
1pts0
github.com 2y ago

Piano Emulator in Your Terminal

RojerGS
111pts26
github.com 2y ago

Solitaire in Your Terminal

RojerGS
2pts0
mathspp.com 3y ago

Describing descriptors: a complete Python reference

RojerGS
2pts0
forms.todayyoushouldknow.com 3y ago

Why isn’t soccer a popular spectator sport in the US

RojerGS
1pts0
link-sweeper.herokuapp.com 3y ago

Show HN: Scan your blog for broken outgoing links

RojerGS
2pts0
www.codetoday.co.uk 3y ago

Thoughts About ChatGPT, LLMs, and AI in Education

RojerGS
1pts0
github.com 3y ago

TUI eBook Reader

RojerGS
1pts0
developers.google.com 3y ago

Free Technical Writing Courses by Google

RojerGS
1pts0
github.com 3y ago

PyRegexExercises – TUI to practice Python regex

RojerGS
1pts0
blog.wolframalpha.com 3y ago

Wolfram Alpha – What’s in the Logo? That Which We Call a Rhombic Hexecontahedron

RojerGS
3pts0
Regex Crossword 2 years ago

This is a crossword puzzle where all hints are regular expressions. At first, it looked like there wasn't enough information in the regex patterns to fill in the grid but I assure you there is and the whole thing can be filled with logical deductions alone.

Hey there, OP here.

I jotted down some thoughts on how I think about (simple) animations and how to create them with some programming (in Python). I'd love to hear your thoughts on my write up and also what directions you suggest I take these personal explorations in.

I have been using snappify.com for over a year now and I absolutely love it.

I've used snappify to create code snippets to share on social media[1], I've used it to create YouTube video thumbnails, and I've used it to create slides for talks that I've given at big international conferences[2].

I have no affiliation with snappify whatsoever, and I'd love to see your comments on this tool.

What things look good/promising?

What's missing?

What other alternatives could I consider for similar purposes?

[1]: example of a code snippet on social media https://twitter.com/mathsppblog/status/1693928637471355191 [2]: example of a slide deck https://mathspp.com/talks#what-apl-taught-me-about-python

Textual Worker API 3 years ago

The guide looks very compelling! Hopefully the Worker API will make it easier for me to implement a couple of async features in an app I started some time ago...

Hey there, HN!

I wrote a simple TODO app that runs in the terminal. The GIF demo in the repo (https://github.com/mathspp/textual-todo) uses the mouse so that people watching can see where I am clicking, but everything can be done from the comfort of your keyboard.

Basic features include data persistence (doh!), sorting items by due date, different styling for items that are late, and collapsing details for a more compact view.

Let me know if you find any bugs and/or if you have suggestions for simple features that I could add to keep this app lightweight but useful!

Excellent points! I have seen several cookiecutter templates, but like you said, those aren't very useful when you are at the very start and everything looks weird and new.

Oh, I see... I personally barely use conga and I have no idea how that is done. I don't think I'll write any blog article like that any time soon :( Maybe you could do it!

Your nitpick is forgiven! Thanks a lot for this information, I was not aware of this...

However, I took a look at PEP 518 and failed to understand what was wrong with Poetry's default configuration. Can you help me out?

Hey, original author here. Thanks a lot for sharing this!

Also, can't believe everyone let me get away with not writing about documentation! I'll see to it that it gets done and added to the article.