Page 8 of 128 (2551 total posts)

July 2024

01-07-2024
The Writebook Manual

The Writebook Manual

Source: books.37signals.com

A new way to publish a book to the web

Notes:

Attached is an elegant new product (at least its prerelease documentation) to “publish a book” to the web. I believe it will be a single license software product that you get to deploy to a server, including a cloud server. There are of course numerous ways of doing this but 37signals.com’s stuff…

Tags: book publishing 37signals markdown

June 2024

30-06-2024
PySimpleGUI – An Intro to Laying Out Elements

PySimpleGUI – An Intro to Laying Out Elements

Source: pythonpapers.com

PySimpleGUI is a Python GUI that wraps other Python GUI toolkits (Tkinter, PySide, wxPython). By abstracting away the complexities of the other GUIs into a common API, you can quickly write code that can be rendered using any of those other toolkits just by changing the import at the top of your program.

Notes:

Linked is a package for creating user interfaces with Python. This is just a reminder to myself that it exists. It looks useful.

Tags: gui user-interface python
29-06-2024
Episodes.fm

Episodes.fm

Source: episodes.fm

Help listeners follow your show wherever they get their podcasts.

Notes:

Attached is a really useful tool. Episodes.fm simply searches “all” podcasts, like a google for podcasts. It is really fast!

Tags: podcast search
27-06-2024
Ruby: a great language for shell scripts!

Ruby: a great language for shell scripts!

Source: lucasoshiro.github.io

It’s more than rails!

Notes:

I agree. But you know what I really want? A bash code generator. I want to have a tool that lets me create vanilla bash scripts from a higher level language. I’ve come to the conclusion that vanilla bash is in the end the cross platform lingua franca for all kinds of sysadmin type chores and…

Tags: bash code-generator ruby shell scripting
26-06-2024
My thoughts on Python in Excel

My thoughts on Python in Excel

Source: xlwings.org

An in-depth review of Microsoft's new Python in Excel functionality

Notes:

The attached article severely dings the “python in excel” feature that was announced to great fanfare about a year ago. For me the headline is that Python in Excel is NOT a replacement for VBA. Rather it’s better to think of it as a replacement for the excel formula language.

Tags: Python excel vba microsoft
26-06-2024
Ruff: A Modern Python Linter for Error-Free and Maintainable Code – Real Python

Ruff: A Modern Python Linter for Error-Free and Maintainable Code – Real Python

Source: realpython.com

Ruff is an extremely fast, modern linter with a simple interface, making it straightforward to use. It also aims to be a drop-in replacement for other linting and formatting tools, like Pylint, isort, and Black. It's no surprise it's quickly becoming one of the most popular Python linters.

Notes:

The linked article goes in depth about ruff. Everyone loves ruff. Ruff is written in rust. Everyone loves rust. I think that last part is weird. Rust is a cool and interesting language but it is also pretty low level. Sure, for the user, rust programs tend to be very fast. But for the programmer,…

Tags: ruff lint formatting rust developer-tools
25-06-2024
✂Templatemaker

✂Templatemaker

Source: templatemaker.nl
Notes:

Attached is a handy site for creating templates for boxes and other containers. There are numerous of these. But this one is pretty nicely done.

Tags: tools design cool-tools boxes template
24-06-2024
GitHub - akshetP/robotics-resources: A complete library of resources that caters to all levels of Roboticists.

GitHub - akshetP/robotics-resources: A complete library of resources that caters to all levels of Roboticists.

Source: github.com

A complete library of resources that caters to all levels of Roboticists. - akshetP/robotics-resources

Notes:

Attached another huge collection of resources relating to robotics. There are some other libraries like this. This makes it difficult when you are searching for one thing or another. Still I thought I would include this here because this is a goldmine!

Tags: Robotics resources documentatoin books courses code libraries
23-06-2024
Department of Justice versus The Future

Department of Justice versus The Future

Source: open.substack.com

If our government is concerned about protecting and enhancing competitive behavior, why has it chosen to sue Apple for choosing to do everything for its customers?

Notes:

Attached is an insightful article showing the craziness of the government using apple messenger as the basis for going after apple for anticompetitive behavior. Put in historical context, it makes no sense!

Tags: apple government lawsuit legal messenger
23-06-2024
How to Do Great Work

How to Do Great Work

Source: paulgraham.com
Notes:

The attached essay by Paul Graham gives his views on how someone can think about finding the right project to work on. Not a job but work that is their own. I love this quote: “What are you excessively curious about — curious to a degree that would bore most other people? That's what you're…

Tags: paulgraham ambition hobbies passion
22-06-2024

Goal Crafting

Source: subbu.org

Goal crafting is one of the most essential leadership activities. Organizational performance and team growth depend on well-crafted goals. Without a good goal-crafting exercise, your teams may focus on what is in front of their noses, solving what seems quickly solvable. Good goal crafting forces you not to ignore or postpone problems that require new ways of thinking, collaboration, or hardships. Without a good goal-crafting exercise, you can get stuck in the status quo or focus on what matters to you or your opinions, not what your stakeholders might need.

Notes:

The attached article has some good advice regarding goal setting, strategy and prioritization.

Tags: management leadership goals priority
22-06-2024
Jade Rubick - Implementing Amazon's single threaded owner model a retrospective

Jade Rubick - Implementing Amazon's single threaded owner model a retrospective

Source: rubick.com

A Single Threaded Owner (STO), is a single leader that is completely responsible for their area of the product. I share my experiences implementing this model, including the tradeoffs and challenges. And I give the nuts and bolts of how we implemented it and what we learned.

Notes:

The attached article describes an org structure apparently originated at Amazon, called “single threaded owner” or STO. In a company with multiple products, one common setup is to have separate dev, pm and design groups each covering all products. STO says to have a separate, single manager for…

Tags: product-manager organization engineering management leadership