HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sickill

no profile record

comments

sickill
·3 anni fa·discuss
I’ve been looking for an answer for this exact problem as well. There doesn’t seem to be anything out there that doesn’t involve some awkward hackery…
sickill
·3 anni fa·discuss
Any pointers for self-hosting, specifically on the configuration side?
sickill
·3 anni fa·discuss
Let’s try to convince our IT admins to approve Jitsi then. If we don’t try then we’ll be destined to Zoom/Teams/Meet.
sickill
·3 anni fa·discuss
And yet for me DuckDuckGo provides better results, consistently, for last few years. If “internet has gotten much worse” is true (I agree in many aspects it did) then DDG must be improving search at faster pace than Google.
sickill
·3 anni fa·discuss
I like https://meet.jit.si/ the most.
sickill
·3 anni fa·discuss
Official Mastodon instance for EU institutions:

https://social.network.europa.eu/about
sickill
·3 anni fa·discuss
+100 for https://healthchecks.io/
sickill
·3 anni fa·discuss
I fully agree with you, although this is still step in the right direction compared to them sticking to Twitter/FB/etc.
sickill
·3 anni fa·discuss
Subject: Potential Threat to Digital Freedom from Google's Web Environment Integrity

Dear [Recipient],

I'm writing to highlight an important matter regarding the digital freedom and competitiveness on the internet. Google is rapidly advancing a policy named "Web Environment Integrity" (WEI) in their Chromium browser.

WEI allows developers to regulate browser configurations, which could lead to limiting the usage of free browsers or operating systems. This creates a potential for a web environment that discriminates based on browser usage. Further, this scenario could pave the way for governments and corporations to enforce specific browser usage and could also allow Google to restrict access to their services based on browser compliance.

This practice contradicts the fundamental principles of an open and competitive digital marketplace. I strongly encourage your agency to investigate the potential impacts of Google's WEI and consider taking necessary actions.

Your proactive engagement is vital in preserving the principles that ensure a free and open web.

Best regards,

[Your Name]
sickill
·3 anni fa·discuss
Done! Sent to 3 places. Let’s do this people!
sickill
·3 anni fa·discuss
In EU they do.
sickill
·3 anni fa·discuss
Releasing is work. It’s activity which takes time. You can’t expect someone will do it for you for free when you ask for it.
sickill
·3 anni fa·discuss
Releasing takes time or at least effort. It’s not like it happens on it own. It’s work.
sickill
·3 anni fa·discuss
As long as I have freedom and means to feed it fake data as real data :)
sickill
·3 anni fa·discuss
> because you can't make asciinema span multiple tabs or panes

Of course you can:

1. create tmux session, create splits/panes 2. detach 3. asciinema rec 4. attach (inside asciinema rec)

This way asciinema records your whole terminal, and tmux running inside of it.

In other words, if you have it like this:

terminal -> tmux -> pane -> asciinema rec

asciinema can't see outside of the pane its running in. However, if you have it like this:

terminal -> asciinema rec -> tmux attach

asciinema sees all of it because its parent is your terminal, not tmux pane.