@tsvenson@fosstodon.org
@tsvenson@fosstodon.org avatar

tsvenson

@tsvenson@fosstodon.org

I like the open source way of life • Born at CO2 325 PPM • Proud nerd 🤓

Current focus on :python: :html5: :css3: :typescript: for terminal and web stuff. :rust: is next.

For everything not #FOSS: Find me as https://mastodon.online/@tsvenson on mastodon.online

This profile is from a federated server and may be incomplete. Browse more on the original instance.

tsvenson, to random
@tsvenson@fosstodon.org avatar

Will have to rewatch, and code along, @willmcgugan livecoding in here:

https://www.youtube.com/live/bdOrzkmJ6Lk

So much good stuff and tricks to learn from.

adrian, to random
@adrian@holovaty.com avatar

I had a fun time with YouTuber Paul Davids, giving a gentle introduction to Django Reinhardt's style of guitar playing: https://www.youtube.com/watch?v=UBQif1eLPcc

tsvenson,
@tsvenson@fosstodon.org avatar

@adrian

I enjoyed watching you and Paul. I've just started learning to play guitar and what you two did is now a goal for me to get closer to.

talkpython, to python
@talkpython@fosstodon.org avatar

Kicking off another @talkpython live stream in a few minutes! Join us and be part of the show with @mkennedy and guests. https://talkpython.fm/stream/live

tsvenson,
@tsvenson@fosstodon.org avatar

@talkpython @mkennedy

Was a great episode to listen to. So interesting to hear origin stories about thighs that interest me too. Thanks!

mkennedy, to python
@mkennedy@fosstodon.org avatar

I'll be doing a @talkpython panel discussion with folks who are working full time supported by their open source work. (Generally) not consulting but via sponsors, accelerators, open core, and other semi direct payment models for their projects.

What should I ask them?

#python

tsvenson,
@tsvenson@fosstodon.org avatar

@mkennedy @talkpython

  • How did the transition from passion/hobby project to something being dependent on for earning a living change your view on what before was a passion/hobby?
  • What are your three biggest surprising positives from making that change, and how did you discover them over time?
tsvenson, to random
@tsvenson@fosstodon.org avatar

A Friday evening on the sofa. Having a 🍺, chilling after a hard week of work.

By watching tutorials - to canspirate me for the weekend coding my own things.

mkennedy, to python
@mkennedy@fosstodon.org avatar

If, and a big IF, I were to do a @talkpython episode on “Working Full Time on Open Source” where the focus is truly doing open source for your own project full time (not say working for RedHat but they put you on OpenStack full time) type of episode, who should I invite? #python

tsvenson,
@tsvenson@fosstodon.org avatar

@mkennedy @talkpython @samuelcolvin @tiangolo

@bagder - would mix the conversation goodly.

mkennedy, to python
@mkennedy@fosstodon.org avatar

Just over a year here in Mastodon. I’ve made many friends and had a ton of genuine conversations. Thanks everyone. people.

tsvenson,
@tsvenson@fosstodon.org avatar

@mkennedy

Same for me. Here is such a nicer place 🥰

carlton, to random
@carlton@fosstodon.org avatar

Nearly the end of the year. Looking forward to 2021!

tsvenson,
@tsvenson@fosstodon.org avatar

@carlton

Me, I'm preparing for another 1984.

tsvenson,
@tsvenson@fosstodon.org avatar

@carlton

The book. Fascinated about that so many things actually were possible to make even worse.

bagder, to web
@bagder@mastodon.social avatar

How much of the web is doing HTTP/3 right now ?

27% of Firefox HTTP responses use HTTP/3

27% of the top web sites support HTTP/3

(sources: telemetry.mozilla.org and w3techs.com)

tsvenson,
@tsvenson@fosstodon.org avatar

@bagder

Hmm. Working on something and now you give me a reason to maybe make it require http/3.

hynek, to random
@hynek@mastodon.social avatar

🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨 setup.py was never deprecated 🚨

tsvenson,
@tsvenson@fosstodon.org avatar

@hynek

Good, but I still like pyproject.toml better.

brianokken, to random
@brianokken@fosstodon.org avatar

A troublemaker in the office today. In the first he’s on the paper bins trying to jump to the flamingo chair. He knocked off the rocket.

tsvenson,
@tsvenson@fosstodon.org avatar

@brianokken

No office-napping for you today then 🤣

bagder, to random
@bagder@mastodon.social avatar

Oh dear. This is from my


Hell, mr Legendary.

I am pretty excited to have a chance to communicate to the father of PHP.

I am trying to use PHP on AWS for the first time. How do I install the cURL library to AWS?

tsvenson,
@tsvenson@fosstodon.org avatar

@bagder

Blatantly fell on its own trap 😂

willmcgugan, to python
@willmcgugan@mastodon.social avatar

What does this code output?

numbers="123"
int_numbers = [int(n) for n in numbers.split()]
print(sum(int_numbers))

Bravo if you get this without running it.

tsvenson,
@tsvenson@fosstodon.org avatar
tsvenson, to random
@tsvenson@fosstodon.org avatar

Thanks @Reuven ,

Your introduction to the :python: logging module at was great to watch.

It probably was the push I needed to start using it instead of all those prints. It seems so much more useful in the long run, and to leave those debug logging bits in there and only wake them up with an appropriate environment variable.

https://youtu.be/5f4o3nyAz5w

willmcgugan, to random
@willmcgugan@mastodon.social avatar

We've just released a library to integrate the Plotext project with Textual. ♥️

Add a variety of plots to your apps!

https://textual.textualize.io/blog/2023/10/04/announcing-textual-plotext/

tsvenson,
@tsvenson@fosstodon.org avatar
nedbat, to python
@nedbat@hachyderm.io avatar

New in 3.12: itertools.batched, which finally implements my top-voted Stack Overflow answer (from 2008!)

https://stackoverflow.com/a/312464/14343

tsvenson,
@tsvenson@fosstodon.org avatar

@nedbat

Congrats 🎉

bagder, to random
@bagder@mastodon.social avatar

How I view the world

tsvenson,
@tsvenson@fosstodon.org avatar

@bagder

So Antarctica isn't curled yet I see 🕵️

tsvenson,
@tsvenson@fosstodon.org avatar

@bagder

Nice work 👌

mrundkvist, to random
@mrundkvist@archaeo.social avatar

I'm 51 and I've lived at nine addresses. What about you?

tsvenson,
@tsvenson@fosstodon.org avatar

@mrundkvist

I'm 55 and lived at >25 addresses in three countries.

Last four years at the same address though. Longest ever since moving out from parents.

kushal, to Stockholm
@kushal@toots.dgplug.org avatar

Vilka butiker i kan utveckla svartvit film?

tsvenson,
@tsvenson@fosstodon.org avatar

@bagder @kushal

Intressant med "framkalla" är att det ordet har mer med mörker att göra, som i "framkalla demoner och andra onda andar". Så var ju ett väl valt svenskt ord i fotografins barndom, då det för många var ren magi att få se sig själv så livslikt på papper.

willmcgugan, to random
@willmcgugan@mastodon.social avatar

Textual 0.38.0 has landed. 🎉😀🦾

This is a significant release, as it adds the new TextArea!

Check out the blog post for details:

https://textual.textualize.io/blog/2023/09/21/textual-0380-adds-a-syntax-aware-textarea/

tsvenson,
@tsvenson@fosstodon.org avatar
kushal, to random
@kushal@toots.dgplug.org avatar

Came back from the first parents teacher meeting. Understood around 60% in :)

tsvenson,
@tsvenson@fosstodon.org avatar

@kushal

Visst är det en skön känsla.

Jag får den också, för spanska, när jag testar mina kunskaper genom att se spanska nyheter och avsnitt av telenovelas.

kushal, to random Swedish
@kushal@toots.dgplug.org avatar

Att lära sig ett nytt språk är svårare än datorspråk.

tsvenson,
@tsvenson@fosstodon.org avatar

@kushal

Jupp, för du får ju inte lika bra hjälp från t.ex. 😁

kushal, to linux Swedish
@kushal@toots.dgplug.org avatar

Kaffe, rockmusik och på morgonen.

tsvenson,
@tsvenson@fosstodon.org avatar

@kushal

Kaffe, blues och Windows-jobbdator för mig i morse.

Åtminstone 2 av 3 rätt 🤓

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • magazineikmin
  • thenastyranch
  • Youngstown
  • mdbf
  • rosin
  • slotface
  • InstantRegret
  • khanakhh
  • Durango
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • ngwrru68w68
  • everett
  • tester
  • ethstaker
  • cisconetworking
  • cubers
  • modclub
  • provamag3
  • anitta
  • normalnudes
  • Leos
  • lostlight
  • All magazines