Schmerzbold

joined 2 months ago
[–] [email protected] 128 points 1 month ago (15 children)

Or make him a Bond villain.

[–] [email protected] 5 points 2 months ago

I also used to keep water running and stopped doing that a few months ago. Also reduced my showering time to ~10 minutes… could easily spend 20, sometimes 30 minutes under the shower before.

[–] [email protected] 4 points 2 months ago* (last edited 2 months ago)

You can set on what line on the screen less (the pager program man uses by default) puts search results with the -jn/--jump-target=n option. For example, using .5 as a value for n makes less focus the line with the search result on the center of the screen. This should help with your overshoot issue.

Either set the option within less with the - command followed by j.5↵ for the current running instance of less, or set and export the LESS environment variable inside your ~/.bashrc to have less always behave that way.

[–] [email protected] 3 points 2 months ago

I guess that's true when you're a company trying to sell a product. For an open source project more popularity might just mean more hassle. Sure, it may increase your employment opportunities somewhat, but seeing how entitled and demanding users of os-software can be, I'm sure some devs wish their projects were less popular.

[–] [email protected] 0 points 2 months ago (1 children)

Habs gefunden, ist der letzte Beitrag in der Folge vom 31. Mai über den HANF.com Aschheim Megastore. So wie ich das verstehe ist das bislang ein Laden nur für Zubehör, Samen und CBD-Produkte etc., und auf der Homepage ist auch die Rede davon, dass der CSC erst am 1. Juni starten soll. Was die dort anbauen ist dann vermutlich (CDB-) Nutzhanf. Der Beitrag ist leider recht arm an Infos, weil sie es ja krampfhaft lustig machen müssen.

[–] [email protected] 0 points 2 months ago (3 children)

Weißt du noch wo du das gesehen hast?

[–] [email protected] 0 points 2 months ago

Wenn tatsächlich nur die anfallenden Kosten gedeckt werden sollen geht das mMn. auch in Ordnung; das wird in Bayern sicher auch die Unter­­grenze sein.
Problematisch wirds wenn die Gebühren­höhe abschreckende Wirkung haben soll bzw. das Genehmigungs­verfahren so gestaltet wird, dass ein positiver Bescheid generell fast aussichtslos ist. Naja, vielleicht bin ich da auch zu argwöhnisch… 🤷 abwarten.

 

Das wird wohl noch dauern bis die ersten Vereinigungen los legen können. Glaub nicht, dass in NRW in den nächsten sechs Monaten auch nur eine einzige Genehmigung erteilt werden wird… oder überhaupt jemals, wenn ich die selbstherrlich Fresse von K-J Laumann auf eine entspechende Frage in dem Video der Sitzung (ab Min. 37) des entsprechenden Ausschusses richtig deute.
Die Fachaufsicht soll nämlich beim (vom entschiedenen KCanG-Gegner K-J Laumann geführten) MAGS liegen. In dem Video erfährt man auch, dass vorgesehen ist, dass die zusätzlichen Stellen / der Verwaltungsaufwand möglichst komplett über Gebühren refinanziert werden soll. Sprich, es wird den Vereinigungen aus ideologischer Ablehnung möglichst viele Steine in den Weg gelegt werden und sie werden diese Steine auch noch teuer bezahlen dürfen.

[–] [email protected] 5 points 2 months ago (1 children)

That works nicely. Thanks 👍

 

So, I have a python script I'd like to run from time to time from the CLI (on Linux) that resides inside a venv. What's the recommended/intended way to do this?
Write a wrapper shell script and put it inside a $PATH-accessible directory that activates the virtual environment, runs the python script and deactivates the venv again? This seems a bit convoluted, but I can't think of a better way.