HackerTrans
TopNewTrendsCommentsPastAskShowJobs

modeopfer

no profile record

Submissions

24. Gulaschprogrammiernacht started, Streams of Talks are available

streaming.media.ccc.de
3 points·by modeopfer·last month·0 comments

comments

modeopfer
·2 years ago·discuss
I also wonder this. I feel burdened if I have more than 9 tabs open.

W.r.t. the difference to browser history though: I literally never find stuff when looking through my browser history. I either forgot on which website I found something, or what the name of the tab was. I sometimes wish that searching the browser history also searches through some additional metadata, like the sites description meta tag or something like that.
modeopfer
·2 years ago·discuss
Same for me. Does rye help? Or what's your silver bullet?
modeopfer
·4 years ago·discuss
What's the current state of the art of managing multiple virtual environments, running tests and running your application?

On Ubuntu and Windows I use Poetry [0], and it works, although it has (had?) some quirks during the installation on Windows. I liked its portability and lockfile format though.

A few years ago I used conda [1], which was nice because it came batteries included especially for Deep Learning stuff. I switched because it felt way to heavy for porting scripts and small applications to constrained devices like a Raspberry Pi.

And then there are also Docker Images, which I use if I want to give an application to somebody that "just works".

What's your method of choice?

[0] https://python-poetry.org/

[1] https://www.anaconda.com/