A possible way to host "stuff" which is meant for a small community?
This post kinda fits (and kinda does not) both !piracy@lemmy.dbzer0.com and !privacy@programming.dev. please forgive if it feels out of place.
I used to host a "drive" for my collegemates (and juniors), which consisted of all the courses and related material (lecture notes (official, or what i made), software, code, research articles, assignments, media, video lectures, books, test, etc...). Earlier I used sharepoint (onedrive) which our college had made a deal with ms to get (1 tb for everyone). But at some point sharepoint started "faultering" (while I am almost certain it was not realted to pirated books and stuff, but there was a small chance that it was), and I then switched to proton ( i got a yearly plan with student discount - coming to something around $2/month for mail and 15 GB storage). Earlier this year, I switched to posteo for mail provider (multiple reasons, but one of the primary ones was cost ($1 without discounts), a simple imap setup), but kept the stuff on proton drive. Now my subscription for proton has ran out, and do not plan to renew it.
I am not the only one who does this kinda stuff, but I was first in our department. Other departments (older than us) already had some other long running drives, which essentially become useless when original maker graduates, so new stuff has to be made for each batch. Also, most other drives are hosted on google drive, or sharepoint. I could consider the college sharedrive again, but recently microsoft broke the deal, stating our college was using too much storage (something like 50-60 TiB), and then froze acceess for everyone. this was sorted, with weeks of down time, and our limit decreased to 15 GB (1.5% of previos limit). I do not want that to happen with my drive. I also take some prestige in my drive, because it is arguably the best organised, and has the most stuff (i find many books, if not available, get them from library, or purchase them, then scan and ocr, or assignments, which you are not meant to share with others, but i do mostly because for end sems they serve as practice).
I want a "semi anonymous" (anyone can see/upload stuff without accounts) (semi because tonnes of stuff has my personal identity (name on assignments and tests), somewhat private and "piracy friendly" (so no mainstream stuff like google and onedrive works, especially because i currently do not have a account for either to upload), and non public (or at least, be something like a very long and random url, stuff which will likely not end up on search engine indices). I am willing to pay too, provided, once i get access to drive, others can upload/download stuff without accounts (people will likely not sign up for random stuff, yet another step of friction)(sharepoint was good in this aspect. you could make a public link to which anyone could upload. they did not have edit access (delete/modify existing files) without login, but those operations are relatively rare).
*What I have considered, but can not be done - *
- a private git repo, with some hosted webui (something like forego) - the actual size of stuff is not that large (5gib if consider stuff only related to course work, 80gib if i include other stuff(like offline wiki/stack overflow/other wikis backups)), so i could just get something like a 128 or 256 gib ssd, connect to a sbc (which i would have to buy, but practically a 1 time cost).
- a private torrent
- a google/onedrive, but i compress and/or encrypt the stuff, so they will not practically check content
- our college's existing infra (made by student welfare body), which already hosts tests for some of the courses, and another website, which hosts "some" (barely anything) other resources, likely useful websites, or lecture notes
*Why not possible? *
- intended audience is essentially tech illiterate - many of them do not know much about what files/folders are. they usuallly do not dowwnload stuff (so they keep going back to drive, to view stuff in browser previews). they can not download stuff and then extract. they most definitely can not do that for the compression i usually use (it is a zstd in squashfs (as to why specifically this - it effectivelly uncompresses only the stuff it needs, like a pdf from a folder containing pdfs, so storage space saving at cost of slight cpu increase (zstd helps to lower that usage)), for windows - you need 7zip, which most do not have). they can not decrypt stuff. they can not torrent (like 95+% have no idea how torrenting even works. to them, that is just a way to acquire "linux isos"). out of 5%, maybe 4.5% will not be able to work with priavte torrents (something they have no experience with)
- our college's infra forbids most of copyrighted material. they forbid tests which were not allowed to leave exam premises. (In those cases, I used ot memorise the questions, and recreate the tests, or when we went to check our answersheets, I would try to take pictures of question paper/answer sheets)(this was not the case for majority of courses, but a significant minority for sure)(this was done mostly by professors who teach a course multiple times, and do not want to design questions every year, and they just rehash old stuff). They forbid any executable stuff. (they have allowed file types of common multimedia formats. but from my minimal testing, they just do a stupid extension check, and not file metadata or headers, so i can fool this shit, by making zips and then appending a .txt or .pdf at end).
is there some other drive provider I can consider? which has good usability, and mostly anon? there is mega drive/pcloud, icecloud, and many others, who provide somewhat private/anonymous viewing. some of them have quite generous free plans too, so I can use some of them as backups. but most do not have a "qol" features (for example, afaik, mega drive does not do previews, they download in a wierd way in browser memory, and then to your filesystem, others have little information available).
I could consider maybe something like archive.org, if I do a very tedious task of making most of stuff not have my names, and making a archive.org account is easy , but that is still a deterrent.
edits -
PS: For anyone wondering about legality or ethics of this drive - it is a mixed bag. I definitely have copyrighted works which I did not acquire properly. I share stuff which I am not supposed to. hence i decided to post on piracy subreddit.
on to ethics - many of our professors know about this. most are fine with it. some complain that I am ruining future students, by providing most stuff in a easy single spot, and that leads them to not go to classes or stuff. But i disagree with them. kids not going to classes is only weakly dependent on availability of notes, but stongly dependent on the nature of course, for example teachers interactivity or teaching style. Some professors even like the drive, and also use it (as a reference for what was taught earlier, or questions they have already used.) IMO, their tests become better (less rote learning type stuff, and more applications based stuff, for which you can come up with questions for).
A funny side story - My drive was used in a "mass cheating" case. In one of our programming related courses (we are not studying computer science, and this course was a effectively - how to use python to do some scientific computation). Our prof was very chill, and allowed people to use internet freely, and even allowed using chatgpt (at that time, it was like a few months old) to write the programs (essentially, we were expected to know the "science", and formulate a good set of equations, and then use python (or any other language for that matter). so allowing use of internet/gpt was just to allow people not good at programming, but good at the actual science to perform well too.). He also knew about my drive, and encouraged people to check it. (I got most of the packages setup for most people, also had a good relationship with the prof prior to course). During midsem, a "eureka" like moment hit. My drive would largely automatically sync stuff once a day. what if, during exam, my drive would sync, lets just say, every 10 minutes, then my solutions (as i write them) would be avaialable on the drive in during the exam, and somewhat frequently updated. But it would feel odd for everyone to check a single drive, the same file, at the same time. So I also wrote small curl scripts for windows and mac folks, which would pull the required file every 10 or so minutes from the drive. Now it would feel as if everyone was checking some other code (probably old code from class)(ot was a open book/notes/internet exam). Was what i did technincally rule breaking ? - no, people were allowed to use my drive, i just made much of that process automated. Was it ethical ? - definitely not. I knew what I was doing was wrong, but I was doing it one part for the giggles. Also, I was not the one who actually came up with the idea (someone gave a rough proto-idea, upon which i further developed upon). What was the result? No one caught the cheating. Teaching instructors (tas) find it normal for people to check otheer files, or a terminal process running. Not everyone used it. I was not checking from others, but roughly 80+% of class was using it. But someone snitched (i got to know did that fairly soon. he also cheated). Luckily, no disciplinary action was taken against me (I could have been suspended, or even rusticated, since it was a mass cheating), but the prof was very chill. He did scold me a lot. did not talk with me in his usual jovial manner for few weeks, but it eventually got ok. NOBODY (including me) got any punishment or point deduction.
edits 2
PS2: while reading the last part again, I realised what i had done was something close to implementing a adblock. you are allowed to close the ads manually (like checking drive manually). It is only frowned upon, if a program (like ublock) closes all the ads (in this case, by blocking ads from being even fetched, in the background) (like using a curl script to fetch the file in background).
like this
Missing post
I made a post a while ago in !bmoviebonanza@lemmy.world and I included some markdown ( #
for heading) in the post title, experimenting.
I now notice that the post appears on Lemmy (with a #
at the start of the title), but not on Piefed. Even when I search for terms in the post / title.
# Shira: The Vampire Samurai (2005)
Because I posted from my Piefed account but can't even see it from my Piefed account, I can't edit out that #
to see if that would fix the problem.
Any ideas?
The thing is, Piefed.social is the original server, and the original post is local , not remote.
But I'll see if that works.
UPDATE: OK, that seems to have worked 😀
2ND UPDATE: But a Piefed community search still doesn't find it (even after deleting that #
from the title) :/
Apple accidentally posts Galaxy Z Flip 7 promo video on official account [U]
Apple accidentally posts Galaxy Z Flip 7 promo video on official account [U]
In a strange occurrence, Apple accidentally posted a full-length Galaxy Z Flip 7 promo video on its own account.Andrew Romero (9to5Google)
thisisbutaname likes this.
Google Cloud supports AI ambitions of UAE, accused of fueling Sudan genocide
After partnering with Israel, Google Cloud supports AI ambitions of UAE, accused of complicity in Sudan genocide
The United Arab Emirates has been accused of arming the paramilitary group denounced for committing genocide in DarfurMaurizio Guerrero (Prism)
Google Cloud supports AI ambitions of UAE, accused of fueling Sudan genocide
After partnering with Israel, Google Cloud supports AI ambitions of UAE, accused of complicity in Sudan genocide
The United Arab Emirates has been accused of arming the paramilitary group denounced for committing genocide in DarfurMaurizio Guerrero (Prism)
Spotify Is Forcing Users to Undergo Face Scanning to Access Explicit Content
Spotify Is Forcing Users to Undergo Face Scanning to Access Explicit Content
Submit to biometric face scanning or risk your account being deleted, Spotify says, following the enactment of the UK's Online Safety Act.Samantha Cole (404 Media)
like this
Meta touts 'superintelligence' for all as it splurges on AI
Zuck tries to justify AI splurge with talk of 'superintelligence' for all
: You get a superintelligence and you get a superintelligence. Everybody gets a superintelligenceTobias Mann (The Register)
adhocfungus likes this.
Duckstation(one of the most popular PS1 Emulators) dev plans on eventually dropping Linux support due to Linux users, especially Arch Linux users.
Scripts: Remove PKGBUILD · stenzek/duckstation@30df16c
I originally provided this an alternative to the broken AUR packages. However, it seems that Arch users would rather use broken packages and keep complaining to me instead of their packager. I spe...GitHub
like this
like this
Memes reshared this.
Mark Zuckerberg writes a manifesto on bringing "personal superintelligence" to everyone to improve humanity, but doesn't even define what superintelligence means.
Personal Superintelligence
Explore Meta's vision of personal superintelligence, where AI empowers individuals to achieve their goals, create, connect, and lead fulfilling lives. Insights from Mark Zuckerberg on the future of AI and human empowerment.www.meta.com
like this
(2024) La distruzione intenzionale del patrimonio culturale nel diritto internazionale
La distruzione intenzionale del patrimonio culturale nel diritto internazionale
Approfondimento sulla distruzione intenzionale del patrimonio culturale.Lorenzo Venezia (Maggioli Master DXP)
[Video] Gottfrid Svartholm-Warg on Freedom of Speech 2007 (The Pirate Bay co-founder)
"I Think pedophiles and terrorists are horrible. Not as humans, but their opinions"
"But I believe they have the right to voice their opinions"
FIRST they deleted the video games related to "incest" content
~~NOW they shadowbanned "MouthWashing" from itch.io (a horror videogame)~~
(Actually, Mouthwashing is fine)
Learn more here if you care about the freedom to play! Make a peaceful complaint call today, not tomorrow!
Stop Collective Shout - Defend Gaming Freedom
Payment processors are censoring legal gaming content. Learn how to fight back.stopcollectiveshout.com
Translation is a lil wonky, just figured I'd improve the initial sentences a bit.
"In both cases of pedophiles and terrorists I think they are despicable, and not as humans but due to the opinions they present."
"Its absolutely nothing I agree with but I still believe they have the right to have their voices heard. "
(2023) Tribunale Venezia condanna Ravensburger per diritti di riproduzione sull'Uomo Vitruviano di Leonardo
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.m.youtube.com
Nucleare, arriva l'ok delle Regioni alla legge delega
Nucleare, arriva l'ok delle Regioni alla legge delega
ll Governo ha presentato una proposta di legge delega che mira a regolamentare l’intero ciclo di vita dell’energia nucleare sostenibileValentina Barretta (Key4biz)
Inflation Outpaces Wage Growth For Over 40% Of Americans
Inflation Outpaces Wage Growth For Over 40% Of Americans
Wage growth among Americans has slowed considerably in the first half of 2025 as inflation has begun trending upward.Forbes
like this
Spotify Threatens to Delete Accounts That Fail Digital ID Checks
Spotify Threatens to Delete Accounts That Fail Digital ID Checks
Spotify’s move risks turning casual listeners into scanned data points under the guise of safety compliance.Ken Macon (Reclaim The Net)
Formation à la désobéissance civile non-violente
À propos de cet événement
Cela se passe dimanche 3 août 2025, à partir de 11h jusqu'à 18h.
Formation organisée par Extinction Rebellion (XR), en présentiel dans le centre de Paris.
Viens interroger les concepts de violence/non-violence, découvrir la stratégie de la non-violence telle que suivie par XR, puis les différents rôles en action. Nous ferons également des mises en situation, le tout pour être prêt.e à passer à l'action non-violente !
Pour t'inscrire ne clique pas sur Participer mais clique sur ce lien !
Perché il kernel Linux dovrebbe restare con C
Why the Linux Kernel Should Stick With C
A technical reflection on why the Linux kernel should continue using C instead of Rust, especially for legacy hardware support and long-term maintainability.machaddr.com
GNU Linux come installare arch (con btrfs e senza frustrazioni) + l'ultimo desktop minimalista MATE
Vuoi il massimo minimalismo software? 😀 Debian o Arch potrebbero essere i sistemi operativi adatti.
ma a differenza di Debian Arch non è un'installazione semplice e diretta, ci sono lunghe guide o frustranti howto su YouTube obsoleti (?)
ecco la procedura che ha funzionato nel 2025-07:
scarica quella cosa iso archlinux.org/download/#downlo…
subito dopo l'avvio da arch iso (è una specie di CD live di default)
» GNU Linux how to install arch (with btrfs and without frustration) + minimalistic latest MATE Desktop | dwaves.de
Why keep all your results to yourself? - Blog with howtos and public free software and hardware OpenSource searchable knowledgebase about Linux and OpenSource - with a touch security, politics and philosophy.dwaves.de
Mini Display 2-3“ to use as second screen on a Mac
I am looking for a very small display like 2“ or 3“ to use as a second display on Mac OS.
Looking for a easy plug and play option, HDMI or Thunderbolt.
Very thankful for any ideas!
Technology reshared this.
I tried Servo, the undercover web browser engine made with Rust
I tried Servo, the undercover web browser engine made with Rust
Servo was supposed to be Firefox's future. Now it's an independent effort to make a fast and secure web browser engine.Corbin Davenport (The Spacebar)
Polish Train Maker Is Suing the Hackers Who Exposed Its AntI-Repair Tricks
Polish Train Maker Is Suing the Hackers Who Exposed Its Anti-Repair Tricks
Newag, maker of Polish trains, is suing ethical hackers who exposed its anti-repair software, threatening independent repair and consumer rights.Charlie Sorrel (iFixit)
thisisbutaname likes this.
Nukes are way scarier than you think
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Technology reshared this.
Don’t abuse open-source software maintainers or this might happen
My Thunderbird add-on is incompatible with a Thunderbird fork called Betterbird. It says so in the release notes and explicitly says there, “Using Send Later with Betterbird is therefore not recommended.”
Nevertheless, knowing that this is the case, Chandler Sobel-Sorenson <Chandler@genome.arizona.edu> of the University of Arizona Genomics Institute wrote to me asking for me to help him with Send Later on Betterbird. In his email he acknowledged that he was using Betterbird and acknowledged that he knew the release notes said Betterbird wasn’t supported:
I was reading over the release notes. I didn’t see this mentioned, but I am using Betterbird 128.12.0esr-bb30 currently and saw that there are issues with BB. Could this be one? I can’t switch back to TB and would like to keep using Send Later so I hope we can figure it out.
That’s annoying and a bit rude, but he was at least polite about it on the surface, so I responded and told him (again) that I do not support Betterbird:
Regarding the issue you are seeing, I am sorry, but I do not currently have the capacity to support Send Later in Betterbird.
This apparently wasn’t the answer he wanted, so he wrote back and asked me again to help him with Betterbird, which I had already told him twice (in the release notes, and in private email) I couldn’t help him with:
That’s fine, sir, I completely understand. Although BB is supposed to be a drop in replacement and not exhibit such errors and the last version of SL was working fine, can you spare a minute and lmk if anything in the error stands out to you? Maybe assume I’m still using TB, does the error make sense or indicate anything to you?
Although his words here seem quite polite, he is not actually being polite. He says, “I completely understand.” OK, let’s take him at his word and assume it’s true that he understands. What he understands, then, is that he has now been told twice that I could not help him with using my add-on with Betterbird, and yet he persisted in asking me to do so. This is the second time he has intentionally crossed a boundary after having it explicitly pointed out to him.
In my next response to him, I was therefore more explicit:
My release notes already say that BB is not supported with Send Later.And yet you wrote to me about it and asked me to help you with it anyway.
And then I told you (again, for the second time, since I already told you in the release notes) that I couldn’t help you.
And then you wrote to me again and asked me to help you again.
Do you not see how rude you are being here?
Please stop.
Do not create a Send Later issue about this. I will close it if you do, because, again, Send Later does not currently support Betterbird.
That’s when he switched from his work email account to his personal email account <scar@riseup.net>, presumably because he knew the message he was about to send would get him in trouble at work, and sent me the following:
Sir what the fuck is wrong with you? How many minutes did you waste writing this rude piece of shit email to me? When you could have just fucking answered my question, and said “No nothing comes to mind sorry”? I rescind my offer to help you with anything and I will post an issue on Github if I determine it’s most appropriate. Close it all you want, it will not stop me and others from finding solutions instead of being whatever sorry sad state you are in.
When someone is abusive like this to me in private, I name them publicly. Abusive people deserve to be called out publicly because (a) there should be consequences for abusive conduct, (b) the threat of public exposure deters people from being privately abusive, and (c) people who might be put in a position to interact with abusive people should be warned about them.
I had by this point already complained on Mastodon about Mr. Sobel-Sorenson’s earlier conduct without naming him. After his last message above I posted a followup to that earlier posting identifying him by name and quoting the above message and told him I had done so. He then posted several replies on Mastodon claiming I was the one who had been rude. When it became clear that he was not going to admit he had done anything wrong or apologize, I blocked him both there and in email.
All that happened over two weeks ago. Apparently since then Mr. Sobel-Sorenson has repeatedly asked the moderator of my Mastodon server to take down the postings in which I identified him, and the moderator opted to do that this morning. While I don’t agree with the decision to take down the postings, I can understand that it was probably easier for the moderator to do that than to continue arguing with Mr. Sobel-Sorenson.
However, the moderator of my Mastodon server does not control my blog, and this posting will stay up here until/unless Mr. Sobel-Sorenson apologizes.
We’ll just have to wait and see whether Mr. Sobel-Sorenson is fragile enough to now try to convince Linode or Akamai to force me to take down this blog posting.
I tried Servo, the undercover web browser engine made with Rust
I tried Servo, the undercover web browser engine made with Rust
Servo was supposed to be Firefox's future. Now it's an independent effort to make a fast and secure web browser engine.Corbin Davenport (The Spacebar)
Fitik likes this.
I tried Servo, the undercover web browser engine made with Rust
I tried Servo, the undercover web browser engine made with Rust
Servo was supposed to be Firefox's future. Now it's an independent effort to make a fast and secure web browser engine.Corbin Davenport (The Spacebar)
like this
Technology reshared this.
Welcome to the new world of risk: Microsoft cuts off services to energy company without notice
Welcome to the new world of risk: Microsoft cuts off services to energy company without notice
The reasons behind the move were global and complex, but for CIOs, it raises frightening new risks, where cloud or SaaS vendors can cut a company off with no warning.Evan Schuman (CIO)
like this
reshared this
In this instance, the cutoff was sought by the European Union (EU), in an attempt to pressure Russia to back off its assaults on Ukraine.
Really burying the lead there. They were shut off due to government sanctions, not arbitrarily by Microsoft.
Welcome to the new world of risk: Microsoft cuts off services to energy company without notice
Welcome to the new world of risk: Microsoft cuts off services to energy company without notice
The reasons behind the move were global and complex, but for CIOs, it raises frightening new risks, where cloud or SaaS vendors can cut a company off with no warning.Evan Schuman (CIO)
reshared this
Oh, I did too initially; I just happened to see this article in a different community where someone who actually read the article provided the line about the sanctions.
Although I did skim it before replying to you to make sure the quote wasn't being taken out of context.
But the title is absolute rage bait.
Cause they complied with the law?
Nonsense.
This is actually “better” than valve/itch removing NSFW content from their sites.
As Valve and itch removed them to please a payment provider, whereas, in this instance, Microsoft is complying with the local laws.
Context is important:
In this instance, the cutoff was sought by the European Union (EU), in an attempt to pressure Russia to back off its assaults on Ukraine.
Looking for a Desktop Environment recommendation for my Mother's new 2-1 laptop.
My mother has never daily driven a laptop more recent than a nearly decade old macbook running macOS Sierra. (except, briefly, a quite nice work-provided windows laptop that she hated using.)
She is, however, about to buy a 2025 Lenovo Yoga 7 14", and wants to use linux on it.
As the designated "techy person" in my family, I have been tasked with choosing which distro to put on it. I chose fedora it supports modern hardware nicely, and it's what I use, which would make tech support easier.
What I'm not sure about is what desktop environment she should use. I'm currently split between GNOME and KDE, since they're the two that are the most polished and work the best on the kind of hardware she'll be using.
She seems to prefer a more traditional desktop paradigm (dislikes overly flattened ui's and autohiding ui elements like scrollbars), but given she's not very techy and currently uses an iphone and ipad quite a bit, so gnome might feel more friendly with how simple it is, and be a bit more touch-friendly.
I asked her and she's not sure either, so I'm asking here which one is might be better given the hardware and the preferences she's expressed.
like this
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Police in German state to use controversial software by Palantir | dpa international
Police in the south-western German state of Baden-Württemberg are to be allowed to use the analysis software from US firm Palantir, which is controversial among data protection advocates.The regional ruling coalition has resolved its dispute over the software and paved the way for a corresponding amendment to the law, government sources told dpa on Tuesday, confirming earlier reports by regional public broadcaster SWR.
The police in Baden-Württemberg had signed a five-year contract with US company Palantir to use the analysis software Gotham, but the legal basis for this had been lacking until now, prompting criticism from the Greens. An amendment to the police law is necessary to permit the software's use.
The software was specifically developed for security agencies and is used by intelligence services, the military and police.
With Gotham, millions of data points from various sources can be analysed and linked.
The German states of Bavaria, Hesse and North Rhine-Westphalia also rely on the software, but they have adapted their police laws accordingly.
Fuuuuck stop letting Palantir get away with this shit! And for fucks sake stop changing your laws to allow for their software.
You're paying them money! Make them adapt to you, and if they hit you with "it just doesn't work that way. This is how we have to do it," (which btw, is what they tell everybody) then give your contract and your money to somebody else!!
You know how people watched Hitler taking control and could preemptively see his plan was definitely to just keep going until he had taken all of Europe? This is the modern day strategy, except it's going to be the whole world instead of Europe and Peter Thiel is Hitler.
like this
Technology reshared this.
so who are they pleasing?
Companies. Germany tends to only care about German companies, to the point where they'll save them with taxpayer money every time their shares drop .2%
like this
reshared this
The full post by linked source Taylor Lorenz about this appears here on her Patreon (openly readable, not locked as of now).
She still writes on Substack, though, which ultimately works in support of This Sort of Thing.
like this
“Stop Killing Games – Una norma a tutela della stupidità” (il ritorno delle opinioni assurde di Zeb89)
Sentivamo il bisogno di ridere un pochino, in questi giorni difficili… e per nostra fortuna è arrivato da noi Zeb con un nuovissimo video di 15 minuti su un’altra delle sue opinioni ridicole… ed è subito un ritorno al 2016-2018, che quasi mi si scalda il cuore. Possibile indovinare cosa gli fa girare i maroni […]
A terrible idea: metal is a great conductor of heat, you'll literally freeze in winter and cook in the summer.
Pic unrelated.
Terremoto Kamchatka: dove potrebbe verificarsi lo Tsunami?
Collective Shout Purge Sees Horror Games In Crosshairs
https://nmiagaming.com/collective-shout-purge-sees-horror-games-targeted/
like this
Technology reshared this.
I don't get why the gaming platforms are removing games instead of removing the objecting payment providers as a payment option for purchasing those particular games.
If visa doesn't want people to purchase game X with Visa, then remove Visa as payment option for buying game X.
"Steam Did Not Respond To Us": Collective Shout Defends Calling On Payment Processors To Ban Adult Games
Collective Shout Responds To Critics Following Steam And Itch's Adult Games Ban
Collective Shout denies calling on Itch to remove all of its adult games, but it was behind the pressure on payment processors.Rhiannon Bevan (TheGamer)
like this
Technology reshared this.
Imagine 4k people sending 4k emails to 6 employees
They, understandably, don't list their emails but I doubt they're impossible to find
like this
Is it doxxing to post contact information for a public company? If so mods I'm sorry please don't ban me
Email: volunteers@collectiveshout.org or help@collectivevoice.com
Phone: +61 1300 146 987
Fax: +61 3 9815 9201
Mailing Address: PO Box 2451, Taylors Lakes, Victoria 3038, AU
like this
Melinda T Reist on Instagram: "For more information email melinda@tankardreist.com or head to my website melindatankardreist.com #melindatankardreist #schools #teachers #education #awareness #harassment #policy #practice #safeguarding #children #youth #
4 likes, 0 comments - meltankardreist on March 27, 2024: "For more information email melinda@tankardreist.com or head to my website melindatankardreist.Instagram
like this
Competition shows humans are still better than AI at coding – just
Competition shows humans are still better than AI at coding – just
Przemysław Dębiak, who beat OpenAI at world finals, says he may be last human to win due to incredible pace of technological progressHannah Devlin (The Guardian)
Technology reshared this.
like this
The real winners from Trump’s ‘AI action plan’? Tech companies
The real winners from Trump’s ‘AI action plan’? Tech companies
Millions spent by Alphabet, Meta, Microsoft and others appear to have paid off as president vows to cut red tapeDara Kerr (The Guardian)
like this
Technology reshared this.
SCOOP: Substack sent a push alert promoting a Nazi blog
SCOOP: Substack sent a push alert promoting a Nazi blog
The alert contained a swastika and prompted users to subscribe to newsletter featuring opinions and news important to the "white nationalist community."Taylor Lorenz (User Mag)
thisisbutaname likes this.
Arkansas 'Whites-Only' Town Revives Far-Right Ideals: Return to Segregation?
A whites-only town in Arkansas revives far-right segregationist ideals, banning immigrants, people of colour, Jews, and LGBTQ+ individuals in a disturbing return to the past.
Australia to ban under-16s from YouTube
Sydney (AFP) – Australia will use landmark social media laws to ban children under 16 from video-streaming site YouTube, a top minister said Wednesday stressing the need to shield them from "predatory algorithms".Communications Minister Anika Wells said four-in-ten Australian children had reported viewing harmful content on YouTube, one of the most visited websites in the world.
"We want kids to know who they are before platforms assume who they are," Wells said in a statement.
"There's a place for social media, but there's not a place for predatory algorithms targeting children."
Australia announced last year it was drafting laws that will ban children from social media sites such as Facebook, TikTok and Instagram until they turn 16.
The government had previously indicated YouTube would be exempt, given its widespread use in classrooms.
"Young people under the age of 16 will not be able to have accounts on YouTube," Prime Minister Anthony Albanese told reporters on Wednesday.
"They will also not be able to have accounts on Facebook, Instagram, Snapchat, TikTok, and X among other platforms.
"We want Australian parents and families to know that we have got their back."
Albanese said the age limit may not be implemented perfectly -- much like existing restrictions on alcohol -- but it was still the right thing to do.
A spokesman for YouTube said Wednesday's announcement was a jarring U-turn from the government.
"Our position remains clear: YouTube is a video sharing platform with a library of free, high-quality content, increasingly viewed on TV screens," the company said in a statement.
"It's not social media."
On paper, the ban is one of the strictest in the world.
But the current legislation offers almost no details on how the rules will be enforced -- prompting concern among experts that it will simply be a symbolic piece of unenforceable legislation.
It is due to come into effect on December 10.
Social media giants -- which face fines of up to Aus$49.5 million (US$32 million) for failing to comply -- have described the laws as "vague", "problematic" and "rushed".
TikTok has accused the government of ignoring mental health, online safety and youth experts who had opposed the ban.
Meta -- owner of Facebook and Instagram -- has warned that the ban could place "an onerous burden on parents and teens".
The legislation has been closely monitored by other countries, with many weighing whether to implement similar bans.
like this
As a parent of young kids....youtube is a complicated mess.
It is full of really great content; but YT kids sucks...so if you want access to the good stuff it is standard YT.
But the utter shit that shows up in the side bar and suggested videos is insane.
For older teens/adults; you don't have to worry about the shit tier garbage that is suggested.
I block the ads, but that is a whole other level of cringe/inappropriate content that just gets shoved into videos; completely unrelated to what is on.
You can use uBlock Origin to block the recommended section or another player like FreeTube which allows you to disable that section entirely.
FreeTube also offers Hide Videos and Playlists Containing Text feature in addition to general channel blocking. That should help tailoring content to kids where YouTube fails.
uBlock Origin - Free, open-source ad content blocker.
uBlock Origin is not just an “ad blocker“, it's a wide-spectrum content blocker with CPU and memory efficiency as a primary feature. Developed by Raymond Hill.uBlock Origin
Australia’s attempt to join the space race lasts 14 seconds
Australia’s attempt to join the space race lasts just 14 seconds
: ‘I would have liked more flight time but happy with this’ says CEO of private rocket outfitSimon Sharwood (The Register)
thisisbutaname likes this.
L'abisso dei ragni che si servono di microbi per trasformare il gas metano in sostentamento - Il blog di Jacopo Ranieri
L'abisso dei ragni che si servono di microbi per trasformare il gas metano in sostentamento - Il blog di Jacopo Ranieri
Nelle remote profondità del Pacifico, esistono recessi ove la vita è rarefatta al punto da permettere di sopravvivere soltanto ad animali altamente specializzati, il cui metabolismo è calibrato al fine di minimizzare il consumo di energie ed al tempo…Jacopo (Il blog di Jacopo Ranieri)
Samsung’s One UI 8 might shut down bootloader unlocking on Galaxy phones
Samsung’s One UI 8 might shut down bootloader unlocking on Galaxy phones
Samsung’s One UI 8 update appears to block more users from unlocking their device’s bootloader, preventing them from installing custom software and making other changes to their Galaxy device.Emma Roth (The Verge)
like this
Technology reshared this.
OT but form factor looks like a Sony Xperia. The trend points to sleek now?
Edit: right, it's a foldable.
Technology reshared this.
Briar is already audited lmao
The other option is Meshtashtic
Either is better than this amateur stuff
Microsoft is rolling out Xbox age verification to comply with the UK’s Online Safety Act | VGC
Microsoft is rolling out Xbox age verification to comply with the UK’s Online Safety Act
The age verification tools will be mandatory for some social features in 2026Jordan Middler (Video Games Chronicle)
thisisbutaname likes this.
AI Data Centers in Texas Used 463 Million Gallons of Water, Residents Told to Take Shorter Showers
AI Data Centers in Texas Used 463 Million Gallons of Water, Residents Told to Take Shorter Showers
Texas has long been defined by oil, heat, and huge infrastructure projects. Now, it’s also at the center of a growing environmental debate.Keith Anthony (Techie + Gamers)
like this
Labour rules out VPN ban in UK but issues warning to UK households
birminghammail.co.uk/news/midl…
With Proton VPN downloads skyrocketing in th UK, the Online Safety Bill has lead to fears that VPNs can be banned in the country entirely. Although the ruling Labour Government has ruled out a VPN ban, Tech Secretary Peter Kyle has issued a warning to VPN users.
“Adults should get behind the aid verification system, because every time they do it, you keep a child safe.” Kyle told The Telegraph last week in a warning: "If platforms or sites signpost towards workarounds like VPNs, then that itself is a crime and will be tackled by these codes.
UK households could face VPN 'ban' after use skyrockets following Online Safety Bill
Labour could ban the use of Virtual Private Networks after use skyrocketed in recent days.James Rodger (Birmingham Live)
cyrano
in reply to sga • • •What about something like nextcloud? You could link nextcloud to external drive/mount like an encrypted google drive for example but keep it tech illiterate friendly for upload/download and read and you could control how you enable the access?
Another idea: github.com/9001/copyparty
GitHub - 9001/copyparty: Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps
GitHubsga
in reply to cyrano • • •I could try these, but the problem is, I am graduating. I could set it up once, and maybe even give someone else (or myself) remote access to the hosting infra, but I would likely be less available to manage stuff.
Good dsolutions though. I could possibly try to make the latter solution work (managing nexcloud is relatively harder imo, and i have no idea how would i mount a encrypted google drive to it). It still feels like something only i would have to maintain, but if I can get it in a setup and forget stage (or like a annual maintainence), then I could consider it.
the only problem now is money. I would have to use vps for this kinda stuff. the sbc + ssd idea was something i had proposed to a junior. but hosting anything in college premises with college internet would have to "techinically comply with copyright rules". if it was a git like solution or torrent like, even administrators would not be able to access the stuff (comparable in tech literacy)(i am not talking about people who manage or internet infra, but copyright stuff, like our library department). With a drive like setup, they would be able to use it too.
Can i setup a password to access the stuff, like a simple password, common for all? then only student who have password be able to use it. maybe i can setup http authentication. but then again i would fall back to - it is getting too tough for them to use it.
cyrano
in reply to sga • • •You could still host nextcloud on your college infra but the copyright stuff on third party external storage docs.nextcloud.com/server/late…
Like this your stuff is compliant and you allow folks to access a google drive for example that you or someone else can manage.
Access wise you could create a dummy user for anyone to access or let people manage their account docs.nextcloud.com/server/late…
The good thing is that give you flexibility and integration capabilities depending on how you go.
Maintenance wise I self host it on my side with 2 docker 1 for the app 1 for the db so it is very straightforward.
I use it to share with family that is not tech literate.
Configuring External Storage (GUI) — Nextcloud latest Administration Manual latest documentation
docs.nextcloud.comsga
in reply to cyrano • • •I would seriously consider this, and try to implement this weekend.
people would not differentiate (in future, i would not be the one to upload stuff, but newer gens would), so i would set everything to be uploaded to google. I would still try to maintain 2 offline backups in case google gets angry.
that is definitely reinforcing.
I would still try to find if i can host directly in campus, and not google or any 3rd party at all.
Onomatopoeia
in reply to sga • • •Resilio Sync has an option for selective sync - it'll only sync files that a person selects.
It can be set read only (read/write is determined by the key someone is given, plus you can enable an approval mechanism and expiry of a key).
Not sure that really fits your use-case.
sga
in reply to Onomatopoeia • • •Onomatopoeia
in reply to sga • • •Thing is, Resilio doesn't care - it could be an external drive on any computer, anywhere, since it uses it's own encrypted channel (via the Bittorrent protocol).
In this way you don't need a "host", a file server, etc. It has its own resolution system for finding peers. I use it for grabbing files from any box, anywhere, without needing a VPN or knowing machine names, etc.
I still don't know that it's the answer for you without fully understanding your work flow, it's just an idea.
0x0
in reply to sga • • •Use cryptomator to create an encrypted volume (a folder), that you can then share through whichever cloud you want (like mega or one of the bigger ones).
Cryptomator - Free & Open-Source Cloud Storage Encryption
Cryptomatorsga
in reply to 0x0 • • •hendrik
in reply to sga • • •Seems things have gotten more complicated in the age of cloud computing. I think these archives have always been a thing. In the good old days sometimes on their infrastructure, buried several layers deep in some windows network share or on some specific computer in the computer lab or maintained by the student body of a faculty... And there was always some secret file stash somewhere.
If you're concerned with a long-term solution. Are there any entities run by the students? Associations or clubs interested in maintaining such a thing long-term? I mean technology aside, the real issue is that this is done by random individuals and they're gone after a while. Ideally this is done with some help of an entity that lasts longer than that and passed down to future generations.
sga
in reply to hendrik • • •there is another resource run by dev club, but not many of our department folks are in dev club. Also, their solution imo is worse. they techinically do have a index with search, but not a good one. also - very slooooooooooooow. Ans this is when their solution is smaller than mine (and their solution gets contribution from other departments as well).
I understand it would be better be done by a entity instead of a person, but problem is, entities would have to abide by institute rules. and then whole lot of problems from "why not possible" point 2 applies.
I could get some of my juniors to form a small group within department, but i do not think many of them do anything unless they are given a motive for it. and there is no real motive to maintain a good database other than helping others. entities can do "good things" but individuals often do it for selfish reasons. that was partially the case with me. I used to make notes, and then tons of messages from classmates to share notes, and got fed of sending stuff individually. then i started sending stuff in group chat, but not having a good way to search chat history meant people would not find it, and ask me again. so i made a drive. a course happens where people have to install software, but actual instructions are very hard - i get messages - i make scripts to install, or compile the end product and just ship it. You might think these are good deeds, but they are still selfish acts. I used to maintain a good directory structure anyway, might as well upload it.
hendrik
in reply to sga • • •The main issue is, you graduate as well and life will move on for you. You might move far away, get a full-time job, maybe have new hobbies or a family and time will come and you'll stop supporting it as well. I've seen that all the time and most privately run things vanish sooner than later.
Of course the entities have to abide by the rules. We also did that... officially... It just happened to be the case that some of the same individuals also did other things after hours, and not in their role as members of the entity... And while mingling you'd find similar-minded people and/or successors for the inofficial operations. It's a bit trick to get it right. The official entity of course denies any involvement, they can't take any blame.
And I'd say if you're the main/sole contributor of content, it's questionable if this even survives long term. Unless people upload recent exams and material, the content will become obsolete after a few years. Professors will have changed the questions and assignments or the entire course is done by a new professor and the archive will slowly become obsolete. So you kind of need some community anyways. Or skip the hassle and just upload the thing to archive.org or some one click hoster.
Another option would be to talk to the dev club. Maybe they'd like to revamp their solution and take yours, or they have some idea about tech infrastructure.
sga
in reply to hendrik • • •I am graduating. That is why when i leave, i want to leave stuff in a functional state so they do not have to start a fresh. I did mention this in post, but i wrote a whole lot more than i should have, and i do not expect anyone to read all this.
absolutely. as i said, individuals work for selfish reasons, and once i leave, i would not have a selfish reason anymore.
yes. it does get obsolete. but our department is still relatively new (5th or 6th year since establishment) and hence, most course have not been taught by 2 or more profs. hence, much of it will stay relevant as long as professors stay.
My juniors have started bugging me again to get drive working again (new sem has started).
I would have to pull some shit to form a sub division of department society. then i can get budget to either buy some drive subscription, or set something local, but set it behind some proxy, so it would appear not to be hosted in college (reverse vpn if you will)
hendrik
in reply to sga • • •Sorry, I read that after I replied and edited my comment, but a bit too late... That changes some things...
I agree. There's roughly two options. Either a static archive as your heritage. Or some writable file storage which can be kept up to date. And yeah, that needs payment, maintenance...
And from my observation, finding people willing to maintain something, or clean up after someone did some annoying things or filled up storage or whatever, is harder than setting up the technology.
Obviously that option would be preferable, though.
Maybe Cloudflare is your friend. They dominate the market of free reverse proxies / tunnels.
But I'm really unsure if I have any good recommendation that fits your situation. Ideally find a successor, next best thing is a Nextcloud, Google Drive, OneDrive or some of the other ones. And if that can't be done, split it into manageable chunks by course and dump it to some one click hoster or archive.org. That's all I can come up with.
And by the way, I did appreciate such archives and made use of them. And there's a lot of reasons (cheating aside) to share notes, PDFs, try old exams to prepare...
sga
in reply to hendrik • • •that was just one case. I was stupid. Now I am not.
exactly why i never said no to anyone. it is the age old saying - we stand on shoulder of giants. I remember falling ill, not being able to attend classes, and missing stuff. but then some friend would lend their notes. drive imo is just for that.
supervent
in reply to sga • • •Syncthing
syncthing.netsga
in reply to supervent • • •misterbngo
in reply to sga • • •like this
TVA likes this.
sga
in reply to misterbngo • • •misterbngo
in reply to sga • • •The way I've been using it for a few years is that most of my machines can see each other and I have a shared folder and versioning setup. As I add things they move between the different machines and once an additional machine has it it is available to the others until everything is in sync
You can definitely do chain topologies which are useful for certain things with a single source of truth
zabadoh
in reply to sga • • •Every Google account comes with 15GB of free storage.
Make as many Google accounts as you need.
Store files in Google Drive up to the limit for each account, then add links to the other GDrive archives.
Organize the files as needed.
Maybe make a free web page in Wix, Wordpress, or whatever with links to the files easy to search and find.
Pass the userid and passwords to the GDrive and webpages to whomever wants to be your successor.
You will be dependent on the generosity of Google, Wix, Wordpress or whatever to not cleanup the webpages and files due to inactivity.
So keep a backup. Torrents can be messy because they can be broken if there are no seeders.
If the content is static, then I'd recommend some older P2P filesharing like eD2K to keep one big zip/rar file backup shared among peers.
sga
in reply to zabadoh • • •thank you. but i would prefer not to host stuff on google drive. but some other provider could work (as i said, i am willing to pay a reasonable amount).
yes. content would be partially static. most files will not update, only new stuff will be added. and some files be updated.