Posts for: #Writing

Virtual Environments for Python

With a bustling activity as a developer, when grinding projects feels like a morning jog, it is easy for something to go out of hand: dependencies . What are dependencies? When building python projects and with the rich…

[Read more]

Remembering the forgetting curve

🔔 — Ebbinghaus wants to send you push notifications — 🔔 Everyone knows this existential angst when realizing that {xyz}, which we learned only {xyz} time units ago, is already blanked off our mind. How do some people…

[Read more]

Finding a useful Dictionary API

I thought that would be easy, but they are difficult to spot For the past days, I have been searching for Dictionary APIs that would provide definitions for a few different languages. With this text, I hope to make the…

[Read more]

Going GUI

I wrote a tiny search engine (it looks for search terms on pre-defined webpages), and a friend told me that What is this? I can’t show this to anyone. No one who doesn’t program will know what to do with that. Can’t you…

[Read more]

#7:⚗ — Language Creativity

How we speak; so unique How often do we write the same sentence multiple times? Inspired by Chomsky’s dismissal* of an approach another linguist to assess the probability of sentences to occur, I built a small project…

[Read more]