lucullus

joined 2 years ago
[–] lucullus@discuss.tchncs.de 2 points 1 month ago

There is a really good comedy skit from the german youtube channel Bohemian Browser Ballet, about what if heroin was used like beer in germany. Including the social stigma of not consuming. That really speaks of my experiences not drinking. Youtube Invideous

[–] lucullus@discuss.tchncs.de 1 points 1 month ago

Though helicopters are not what was envisioned as flying cars most of the time. Including their usability.

[–] lucullus@discuss.tchncs.de 1 points 1 month ago

I should have mentioned, where I got this from. I'm not an AI researcher myself - so AINAAIR. I'm referencing this youtube video from TheMorpheus (News and Informations/Tutorials about various IT stuff, including AI research)(Video is in german). For example the diagram at 3:00.

[–] lucullus@discuss.tchncs.de 2 points 1 month ago

The german government had an interesting idea for that. Collecting all the emission taxes into a common fund (like sales tax on each item) and then paying that back to the citizens, the same amount to everyone. If you get the emission pricing right, then rich people (who emit more through their life) will pay more tham they get, while poor people will profit from it.

Though the system is not yet active (because of shit financing tricks that got stopped by the courts and the current inability of the government to actually pay that money out to the citizens)

[–] lucullus@discuss.tchncs.de 1 points 1 month ago

The optimization in mass production should meet chickens at least roughly for this to work out. Though also interesting would be the health of the insects. I know nothing about that, but maybe we wouldn't need that much antibiotica as with meat mass production.

[–] lucullus@discuss.tchncs.de 2 points 1 month ago

I don't think banning meat will ever happen. Thats not really how that usually works. Though it will get more expensive. And actually currently the meat industry is heavily supported by governments to keep meat cheap enough for poorer people.

And we won't solve climate change just with eating insects in the same way we won't solve social justice issues just with keeping meat prices low.

We need to do multiple things at the same time. Finding and developing good food options, that are not as taxing at the climate as meat (especially cattle) is one good step, while doing other things against climate change. And we can work towards social justice by heavily taxing the rich, using that money to fund public goods and services mostly used by the workers.

Eating meat vs insect based products is not the socialist hill to die on, I think. There are better ones.

[–] lucullus@discuss.tchncs.de 7 points 1 month ago (2 children)

The hallucination rates with current models are quite high, especially the reasoning ones with rates like 70%. Wouldn't call that accurate. I think most times we are just not interested enough to even check for accuracy in some random search. We often just accept the answer, that is given, without any further thought.

[–] lucullus@discuss.tchncs.de 3 points 1 month ago (2 children)

Pretty much like everyone expected flying cars to have taken off by now (pun intended)

[–] lucullus@discuss.tchncs.de 7 points 1 month ago

Why are you even asking here? Why not directly go to twitter or truth social? That seems the obvious choice based on all the red flags in your post.

[–] lucullus@discuss.tchncs.de 2 points 1 month ago

Eh, I'm pretty sure it is. Haven't had Kodi running for a while, but I used it on a Raspberry Pi with an USB HDD with my content long before I had Jellyfin. Though it cannot stream the content over network, just display it on the machines video output (which is what media PCs do)

[–] lucullus@discuss.tchncs.de 2 points 1 month ago

You will have to do some work yourself (or hire someone to code the solution for you).

If the intended use is on linux, you could also write a bash script for it. If the position in the file (as in exact number of bytes till that position) is known, then you could use dd to cut the video file in two pieces, use gpg to encrypt the second part and then probably also use dd to put both pieces together again.

A video player like VLC should still be able to play the first part of the file (though other players might have bigger problems with such a file). To play the full file, you need to use your script to again seperate the two pieces, use gpg to decrypt the second part and put them back together.

You can also do this in python. Doing it cross platform (Linux, Mac and Windows) will be more difficult.

[–] lucullus@discuss.tchncs.de 2 points 1 month ago (1 children)

When renovating our house we bought new room doors. Though they took weeks to be delivered and we already lived in that house without room doors (also no door for the bathroom).

But we had loads of big cardboard pieces from furniture, so I used them and a lot of glue to build temporary doors. I added handles and used screws to fix them in the frame (I mean the big wooden beams, that are holding the actual nice doorframe in the wall).

They mostly worked surprisingly well, holding in the frame by friction from cardboard blocks, that I glued to them. Though they opened everytime, we had an open outside door, that caught some wind

 

Hi, maybe you can help me with some tech suggestions. At my local scouts troop I'm one of only a few guitar players. At camp fires I play the guitar and provide lead vocals, so that others can follow (which is important especially for songs, that are not well known). Because only a few can sit directly beside me and others might talk in parallel, I need to sing very loud, to give an orientation, which makes me hoarse way faster.

I would like to have something, that amplifies my voice, with decent quality (so no megaphone), a microphone fixed to my clothes or my head (as I need to play the guitar in parallel) and being portable (easy to carry, relatively small and powered via battery). I am able to spend like 200€ for it (300€ would be the hard upper limit). I can also build something myself, though I would need orientation on what to build exactly. I don't have experience with audio electronics, but with microcontrollers.

Thanks in advance for your help!

 

Hi,

I'm rather new to web development. For my local scouts troop I'm currently trying to build a webapp to show a big browsable timeline of the troops chronicles (We have many big folders of paper showing what the scouts did that year). I've already build the ground structure based on Django for the backend and vue for the frontend. And I can display the individual elements of the chronicles (Writings, articles, pictures; videos and audio for newer entries) in a list.

Now I want to create a component, that will display a horizontal timeline with the ability to move and zoom, showing elements depending on the zoom level with different level of detail. I want to make it easy to browse the timeline of over 70 years with entries per year (like 30 elements per year).

I already tried timeline-js, but it doesn't quite behave like I want it to be (zooming, different levels of detail,...). For me it seems, that it cannot really be customized enough to reach my goal (though I might be wrong about that).

Then I thought about building that timeline component myself, though I don't know where to start in building such a component (how to draw the timeline itself with its markings, how to draw the elements at the correct position,...)

Can you give me a hint/direction where I should look for a solution? Maybe you know a tutorial for a similar situation (creating your own complex UI components)?

Thanks in advance for your help! Currently I feel like I don't know enough to ask the correct question to a search engine for a solution.

view more: next ›