@midnitte@fosstodon.org avatar

midnitte

@midnitte@fosstodon.org

Chemist, Biologist, and Data Scientist.

Sometimes I take photos, play video games, learning Python and R, currently metrologist of an analytical chemistry lab.

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

mariatta, (edited ) to python
@mariatta@fosstodon.org avatar

🤔 "Can we add wordcloud to recognize PSF donors?"
:python: "import wordcloud"
✅ Done

Thanks to @willingc for the idea and @indepndnt for actually implementing it on the website!

The PSF Donations page now has a wordcloud, in the shape of PSF logo! 🤩 :python:

Check it out on this page: https://www.python.org/psf/donations/#donors

Issue tracker: https://github.com/python/pythondotorg/issues/2435

@ThePSF

midnitte,
@midnitte@fosstodon.org avatar

@mariatta @willingc @ThePSF interesting the very large software companies that use python that you don't see there 🤔

brianokken, to random
@brianokken@fosstodon.org avatar

In our family, loyalty is huge.
We’re also quite fond of Earl Grey

midnitte,
@midnitte@fosstodon.org avatar

@brianokken it's just a joke you need to let sit and brew for a minute

midnitte, to python
@midnitte@fosstodon.org avatar

I think the biggest takeaway from the news is that... you won't get messages about having to upgrade :blobcatthinkingsmirk: /s

bitwarden, to random
@bitwarden@fosstodon.org avatar

⚠️ Docker v25 Networking Issues (Self-hosted only)

Please be aware that a recent update, Docker version 25, has introduced networking issues in Bitwarden as well as other Docker-based software such as HomeAssistant.

For more information and troubleshooting, please see the full post in the Bitwarden Community https://community.bitwarden.com/t/docker-v25-networking-issues-self-hosted-only/62633

midnitte,
@midnitte@fosstodon.org avatar

@bitwarden appreciate the notification about it also affecting !

mariatta, to random
@mariatta@fosstodon.org avatar

Life hack that I learned from one of my professors long time ago. 20 years later, I still follow the advice.

When sending a file attachment to someone else, include your name in the file, and additional info too.

e.g. Instead of assignment1.txt do: mariatta_assignment1_cmpt123.txt

This helps them when the recipient needs to download similar file from various people.

I do this now when I upload files too, eg

Mariatta_Resume_for_CompanyX.pdf
mariatta_personalized_pricelist_for_you.pdf
etc

midnitte,
@midnitte@fosstodon.org avatar

@mariatta can also help yourself when dealing with... lots of email.

I receive hundreds of emails at work and (easily adaptable) I type in the sample ID/part number/etc (usually after the information people will actually read) to make the email easily searchable - especially if juggling may different things on different timelimes.

Can easily do the same for project names/tasks/etc

dabeaz, to random
@dabeaz@mastodon.social avatar

Random thought: I bet you could really annoy people with a tool that took a Python file and simply changed a single character (randomly, but strategically chosen) to make it non-PEP8 compliant. Install it as a pre-commit hook or something.

midnitte,
@midnitte@fosstodon.org avatar

@orsinium @dabeaz change all of the ' to alternative quotation marks (like the right quotation mark)

Or change spaces to tab characters. 😅

mike, to random
@mike@fosstodon.org avatar

Two finals down, one to go. I was supposed to be on vacation today to be able to focus on them, but instead I ended up working 6 hours on my day off. Tomorrow is a work day, but guess what's probably NOT going to happen?

midnitte,
@midnitte@fosstodon.org avatar

@mike used my last PTO to take my final yesterday and ended up having an upper rep injection. 😷

Stay calm and carry on! (And maybe take a mental health day....)

midnitte, to random
@midnitte@fosstodon.org avatar

@pythonbytes @mkennedy @brianokken ep 361 was great! If anyone (esp @brettcannon ) wants a project, you can even build a keyboard yourself.

QMK/ZMK firmware is where you'd want to start.

Hoping to get the parts I need to build my own Cheapino for Xmas (though I certainly wouldn't turn down a Moonlander...)
https://github.com/tompi/cheapino

pinjontall, to haskell
@pinjontall@sfba.social avatar

Anyone who complains about 's syntax but is cool with "[::-1]" in , I need you to look in the mirror pls

midnitte,
@midnitte@fosstodon.org avatar

@pinjontall tbf that is syntactical sugar - you could just do list.reverse() for easy reading.

I... don't think I want to know how to reverse a list in Haskell. I think I heard ancient gates opening and great powers descending, cthulu flgggnkor uggsor

midnitte,
@midnitte@fosstodon.org avatar

@barubary ah that's because .reverse() does the operation "in place".

There's a multitude of ways to handle reversing of varying degrees of reading complexity...

Interesting about Haskell though, my Googling Foo resulted in some horrifying code I was not prepared for:
reverseList [] = []
reverseList (x:xs) = reverseList xs ++ [x]

gamingonlinux, to PCGaming
@gamingonlinux@mastodon.social avatar
midnitte,
@midnitte@fosstodon.org avatar

@gamingonlinux if only they cared to support the Steam Deck....

pythonbytes, to python
@pythonbytes@fosstodon.org avatar

Kicking off another @pythonbytes live stream in a few minutes!

Join us and be part of the show with hosts @mkennedy and @brianokken (plus occasional guests). #python #podcast

https://pythonbytes.fm/stream/live

midnitte,
@midnitte@fosstodon.org avatar

@pythonbytes @mkennedy @brianokken perhaps this would be a good fit for the NONE testing suite?

No bugs with https://github.com/kelseyhightower/nocode

gamingonlinux, to Sony
@gamingonlinux@mastodon.social avatar
midnitte,
@midnitte@fosstodon.org avatar

@gamingonlinux will be curious if it works on Steam Deck...

homeassistant, to random
@homeassistant@fosstodon.org avatar

Home Assistant 2023.9 🎉

https://www.home-assistant.io/blog/2023/09/06/release-20239/

New entity dialogs for climate and others, lots of tile features, create template sensors from the UI and more!

midnitte,
@midnitte@fosstodon.org avatar

@homeassistant weather forecast entity looks like it will be very handy!

realpython, to random
@realpython@fosstodon.org avatar

🎧🐍 Episode of the Real Python Podcast is live: Finding the Right Coding Font for Programming in Python

What should you consider when picking a font for coding in Python? What characters and their respective glyphs should you check before making your decision? This week on the show, we talk with Real Python author and core team member Philipp Acsany about his recent article, Choosing the Best Coding Font for Programming.

https://realpython.com/podcasts/rpp/170/

midnitte,
@midnitte@fosstodon.org avatar

@realpython I wish companies put this much thought into hold waiting music for their phones...

gamingonlinux, to random
@gamingonlinux@mastodon.social avatar

Hah. That is all. Hah! Thankfully we don’t have to deal with that 👍

image/jpeg

midnitte,
@midnitte@fosstodon.org avatar

@gamingonlinux actually had something similar pop up on a work computer. Very professional

Hopefully suggested notifications stay off...

gamingonlinux, to Steamdeck
@gamingonlinux@mastodon.social avatar
midnitte,
@midnitte@fosstodon.org avatar

@gamingonlinux kind of neat - my deck came with a single dead Pixel that I haven't bothered to do anything about, been saving it as justification for upgrading the screen 😀

arstechnica, to random
@arstechnica@mastodon.social avatar

Intel brags about DirectX performance improvements in latest Arc GPU drivers

Driver updates (and so-so upgrades from Nvidia and AMD) keep Arc in the game.

https://arstechnica.com/gaming/2023/08/intel-brags-about-directx-performance-improvements-in-latest-arc-gpu-drivers/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

midnitte,
@midnitte@fosstodon.org avatar

@arstechnica a shame there's no way they could acquire the 3dfx/Voodoo trademarks from Nvidia...

foo, to random
@foo@fosstodon.org avatar

Heading over to the BSL, not expecting any drama

midnitte,
@midnitte@fosstodon.org avatar

@foo such a great game.

sixpounder, to random
@sixpounder@fosstodon.org avatar

This is getting absolutely hilarious if you ask me

midnitte,
@midnitte@fosstodon.org avatar

@sixpounder funny that its "twitter systems ". Rebranding never struck me as something you'd want to do piecemeal...

hariette, to kbin

Bruh it's 2am but I got my own kbin instance federating. So awesome!!!

Need to make a PR helping out tweak a thing or two on docker docs. But for another day 😪

#kbin #threadivese #instanceowners #fediverse

midnitte,
@midnitte@fosstodon.org avatar

@hariette good source for an Artemis magazine I suppose? 😁

dabeaz, to random
@dabeaz@mastodon.social avatar

Someone's running an obfuscated Python contest (https://pyobfusc.com). I should submit an entry that's simply:

print('Hello, World!')

And then just sit back and wryly smile.

midnitte,
@midnitte@fosstodon.org avatar

@dabeaz shouldn't that be more like:
print(chr(72)+chr(69)+chr(76)+chr(76)+chr(79)+chr(32)+chr(87)+chr(79)+chr(82)+chr(76)+chr(68)+chr(33))

midnitte,
@midnitte@fosstodon.org avatar

@dabeaz well, I find it obfuscated, I'm not fluent in unicode! 🤣

ngaylinn, to programming

Looks like I'm gonna have to learn to code in R for analyzing experiment data from simulated evolution and real world cell cultures.

R for Data Science looks like a good book on the topic, but any other recommendations I should check out?

midnitte,
@midnitte@fosstodon.org avatar

@ngaylinn ISLR ( https://www.statlearning.com/ ) might be of interest. There's also Biological Modeling: A Short Tour, and relatedly Rosalind ( https://rosalind.info/ )

willmcgugan, to random
@willmcgugan@mastodon.social avatar

The KLOC (thousands of lines of code) was used as metric for developer productivity. Turns out it was useless, and too easily gamed.

But there is another metric used by tech companies that is equally, if not more, ridiculous. The TBICWOC.

Time Buttocks In Contact With Office Chair.

Going for a walk may reduce your personal TBICWOC, but can boost your productivity.

midnitte,
@midnitte@fosstodon.org avatar

@willmcgugan seems like many companies struggle to grasp that it also applies to remote work.

Does the location of that chair matter?

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