• 2 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle
  • In germany - I think - blood and plasma donations are most commonly done with the DRK (German Red Cross). I might be wrong, but DRK is not a for profit organization, but “gemeinnützig”. Organizations with that status get controlled by the government for it, so they are non-profit. I think the 25€ are an incentive to come and donate, just as the chocolate and drinks and the small goodies, that you get there. And you only can get the money, if you go to one of the fixed DRK locations. If the DRK comes to somewhere near you (as they often do with churches, town halls, schools and universities) you don’t get any money. I can at least believe, that these two are monetarily similar for the DRK. If you come to them, they don’t need to pay for getting the equipment and people to you. And providing incentives for donating blood is in effect a good thing, as they are working, thus we have more blood to save lifes.

    Ofcourse actors later in the chain are probably profit oriented. Though there I would see the discussion disconnected from the donation. It is more about if we want profit oriented actors in healthcare.

    And - as always - the US healthcare system seems to do the worst thing possible every time. Sorry, americans, don’t want to bash you, but capitalism…


  • An interesting customer base might be small communal organisations. At our local scouts troop I had a discussion with a friend, who is also in IT. His idea (not fleshed out) was to provide small local organizations with a stack of already configured open source software to support the typical needs of such organizations (like a wordpress website, a nextcloud for file storage and common calender, limesurvey for surveys and event registration, mailman3 for mailing lists,…). Depending on the needs you could sell the initial setup process (your personal work in setting up and skill transfer) or ongoing support. Though such organizations normally don’t have much money to give away. So probably its not really worth your time financially (though probably really appreciated in the community).


  • Yeah, sure, delusional. Until you call a local polititian “so 1 dick” on some online platform, leading to you and also your ex grilfriend getting raided by the police, all electronic devices taken by them as evidence for an undetermined time and the low key threats from the prosecutor about what would happen next. Or until a journalist dares to link to a website, that the state recently criminalized the creators of, though the state itself links to that specific site, too. And depending on how easy the access for the police is: You might wanna refrain from being too popular (like a famous singer or actor) or from being active against climate change or right wing extremism. Your personal data is easily leaked through the police to anyone of their friends.

    You might think, that this is overly specific and won’t really happen? Well, it already did. In germany. Sure, most people won’t have the states crosshair on their forehead. But nontheless you might easily be one of the exceptions.




  • Which then wouldn’t be a legally full verification of your age, thus the legislation would probably require some other means. We currently have a similar discussion in the EU regarding porn sites. Verification methods could be showing your id card and your face to a webcam, or showing up at a verification office in person (at least in germany we have this with our national postal service). Of course the porn sites don’t want to implement this. And I cannot really blame them. Nobody would give a random porn site their real identity and it would still be very easy to get porn without verification.

    Age verification on social media is very similar.


  • I don’t know about Mikrotik, but it might also be interesting to buy something, that is running on OpenWRT, an open source router OS. That way you would have maximal configurability. I recently purchases a GL.iNet AXT1800 for my own home lab (though I’m currently only using it for the isolated homelab, not for the rest of the house). You can even host stuff directly on the router with OpenWRT. I currently have Centos 9 repos hosted there and DHCP/TFTP for network installation of VMs via PXE boot.





  • Currently I’m not focussing on media stuff, more on experimenting with different technologies, that I use for work (like Openshift, Docker, Puppet, Ansible). Having dedicated hardware, that gets me further than some small VMs on my PC will be great for that.

    Though I might move to media stuff in the future. Heard a lot about jellyfin, for example. Though then I need to upgrade my home network too. It still is limited to 100mbit. But I already have wired connections through most of the house.

    Thanks for your fast answer



  • Ok, that sounds like a solid recommendation for the NUC. I think I can live without IPMI, especially since this is the start of my homelab (besides my RaspberryPis)

    I’ve heard a lot about proxmox and I will definitely try it out before any other solution. Running VMs and containers side by side is a great plus.

    At this point I haven’t really looked at the router-with-custom-firmware game. I heard about openWRT and OPNsense, but I definitely need to do some research on that. Interesting site, though it looks terrible on mobile.

    Thanks for your recommendations




  • It was a friend who helped me install ubuntu 8 on my PC in dualboot when I was like 14/15 years old. Was already a computer nerd, though my friend was way more into everything Linux related. I got hooked there, though at that time it was a real pain in the ass to use wifi in ubuntu. I wouldn’t call me obsessed, but I really don’t like using Windows. I have to for work and I despise it.



  • Thanks for your answer!

    Actually I already have the entries in a proper JSON format. I build my django API endpoints to get a batch of entries with all their details, including URLs for the actual media. Only the visualization is not how I would like it to be. I already have a visualization, that is list-like and looks good, but is not suitable for the mass of entries the endproduct will have to hold. Thus a zoomable timeline.

    I know about TImelineJS’s events, but that didn’t really help me. One of the problems I encountered was with stacking or not stacking the elements, when zooming out. Maybe I need to dig more in CSS to dynamically size each entry based on … what exactly? Zoom position? Collision with other entries? Somehow calculated density of entries? You see, I’m very much confused and overwhelmed. I don’t want to invest much time in a direction, that will not lead to the right place.

    I will have a look at the tutorial and vueuse. Previously I followed a 4h tutorial on youtube, which was about vue and django in conjunction. Maybe after that tutorial I understand, how I might build the timeline myself.

    EDIT: Ok, I did go through the tutorial now. Almost all concepts where not new to me, but I definitely learned a bit about reactivity (used it unknowning of the concept through the data function of a component). Though I still don’t know how I would start building a Timeline. I can create and use components in Vue (already using that in my app), but I have problems handling the low level visual part, which is not just some HTML objects nested, like my list of entries.