Advertisement Β· 728 Γ— 90

Posts by Darren Burns

Boy George wrecking JK Rowling

Boy George wrecking JK Rowling

lmao get her

10 months ago 10143 2100 146 305
Preview
Release 2.6.0 - Editing rows, compact mode, header value autocomplete, and more! · darrenburns/posting This is a pretty huge release. It introduces a bunch of features the community requested, and a bunch they didn't! Edit rows without deleting them 🀯 Finally! You can now edit headers, query params,...

Posting is an API client that runs completely in your terminal - and version 2.6 is out now!

It's one of the biggest releases yet, adding the ability to edit headers/query params, compact mode, more autocompletion and much more!

github.com/darrenburns/...

1 year ago 5 3 0 0
Post image

If enabled, you can use env vars in Posting - but this could cause you to leak info if you're streaming for example.

By default, there's now a simple substring check on the name of the variable, and if it looks like information you may not want to be public, it'll be hidden from the preview.

1 year ago 2 0 0 0
Video

While in compact mode, Posting's command palette, theme picker, and request search menus now appear to integrate with the URL bar.

The theme selector also takes up minimal space now, allowing you to see more of the theme in action.

github.com/darrenburns/...

#python #opensource #programming

1 year ago 3 0 0 0
Video

What is this? An API client for ants??

Compact mode is working nicely with different themes, horizontal mode, and jump mode.

I also added a subtle background to indicate which tab has focus-within - something that I lost by hiding tab underlines.

#python #opensource

1 year ago 1 0 0 0
Post image

Updated Posting's README image to show more recent UI changes!

github.com/darrenburns/...

#python #opensource #programming #software

1 year ago 3 1 0 0
Post image

My sweet Summer child... did you think you were safe from the AI chatbot assistants after booting up that video game world?

news.xbox.com/en-us/2025/0...

1 year ago 0 0 0 0
Video

Posting 2.5.3 is out, and reduces launch time by about 60% πŸš€

I wrote a bit about it here - including some general Python and Textual tips for diagnosing and improving slow startups:

darren.codes/posts/python...

#python #programming #OpenSource #software #textual

1 year ago 7 1 0 0

The `ansi_theme_dark` reactive only affects things if you use ANSI colors in your markup. It's unrelated to *Textual* themes.

Textual themes only change the values in the CSS design system variables, like $primary, $accent, $surface, etc. Textual themes will never change the value of `red`.

1 year ago 1 0 0 0

Yep, if you're just going straight to hex or RGB tuples then there's nothing to think about :)

In Textual 1, if you write `red` in markup it gives Monokai-purple-red, unless you do the thing I shared above.

In Textual 2, it gives web-color red (255, 0, 0), which happens to match ANSI bright_red.

1 year ago 1 0 2 0
Advertisement

(Screenshot is from Textual 1.0)

1 year ago 2 0 0 0
Post image Post image

Ah ok. I was originally thinking something like this (makes it so that red is actually red and not the Monokai purple-red shade).

Although on trying it I realised the new Textual 2 markup uses web colours, so "red" now corresponds to ANSI bright_red rather than the Monokai shade.

1 year ago 2 0 2 0

It may well be different, it’s all a bit fuzzy πŸ˜„

1 year ago 1 0 1 0

I see - I believe that reactive does exactly what you need then if I understand correctly. It’ll map the colour codes (0-15, e.g. ansi_blue) to an RGB value that is unaffected by theme (although you’ll have to set the light & dark reactives).
The default maps to Monokai colours because reasons πŸ˜†

1 year ago 3 0 1 0

Did you use `App.ansi_theme_dark` here?

1 year ago 1 0 1 0
Video

There are a few features in Posting that I really need to advertise more, and I'll be trying to find a home in the docs for more of these.

One thing is the ability to easily adapt the UI on the fly. Press ctrl+h to toggle the sidebar, and ctrl+m to expand the focused section

1 year ago 3 0 0 0
Video

Posting 2.5 is out now, and adds support for bearer token auth thanks to another external contribution! πŸ”’

github.com/darrenburns/...

1 year ago 4 0 1 0
Video

A few weeks back, I shared one of my favourite macOS hidden features: the ability to zoom *way in* on the cursor.

I’m curious, are there similar features on Windows or Linux? Or software that can accomplish the same goal?

It’s such a boon for front-end work.

1 year ago 99 4 12 2
Post image

The ability to quickly jump between requests by pressing a ctrl+shift+p (configurable)...

1 year ago 0 0 0 0
Post image

A fantastic community contribution landing in the next version of Posting: enabling and disabling rows in tables.

1 year ago 0 0 0 0
Advertisement

Working on Posting again for the first time in a couple of months! Bug fixes and minor (but highly requested) features!

It also hit 8k stars today on GitHub ✨

1 year ago 1 0 0 0

According to my LinkedIn feed "Python is the new Assembly" πŸ‘

1 year ago 2 0 1 0

Angertainment is a great way to describe the emotional experience most social media platforms are optimizing for.

1 year ago 5443 686 165 62

Indeed.
Thanks Rodrigo!

1 year ago 1 0 0 0

Thank you!

1 year ago 1 0 0 0
Goodbye Textualize After three years of working full-time on Textual, it’s finally time to move on and find a new challenge. Over the course of three years, I’ve worked with some amazing colleagues, been part of a fanta...

darren.codes/posts/goodby...

1 year ago 5 0 2 0

commenting on something happening in some corners of tiktok right now but this is a general observation: it is absolutely brain-breaking how so many people have lost the ability to disagree with someone without denouncing them as ontologically evil or pathological or whatever else

1 year ago 11869 1095 385 122
Advertisement
Post image
1 year ago 1 0 0 0
Post image

My Atuin wrapped 2024 πŸ˜„

I think the "Command Evolution" stuff is the wrong way around though. Pretty sure I only started with Atuin a few months ago and never used it in the first half.

1 year ago 2 0 0 1
https://github.com/zellij-org/zellij/pull/3884

My first Rust OSS contribution got merged in to Zellij πŸ¦€

+1, -1 and a single character but we need to start somewhere right πŸ˜„

github.com/zellij-org/z...

1 year ago 2 0 0 0