[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / siberia / hobby / tech / edu / games / anime / music / draw / AKM ] [ meta / roulette ] [ cytube / git ] [ GET / ref / marx / booru / zine ]

Catalog (/Technology/)

[ Create new thread ]
Name
Options
Subject
Comment
Flag
File
Embed
Password (For file deletion.)
Required: 2 + 2 =
Sort by: Image size:


R: 482 / I: 104 (sticky)

/ttg/ - Tech Team General

This thread is only for feedback related to technical issues (bug reports, suggestions). Otherwise use /meta/.
Public Repo:
https://git.leftypol.org/leftypol/leftypol
If you have any grievances you can make a PR.

Mobile Support:
https://github.com/PietroCarrara/Clover/releases/latest
Thread For Mobile Feedback: >>>/tech/6316

Onion Link:
76i2c3hn55fcj5nut3tqlboqqbbh23zvphv7lefk3vftpx6wketlanyd.onion

Cytube:
https://tv.leftypol.org

Matrix rooms:
https://matrix.to/#/#leftypolPublic:matrix.org

We are currently working on improvements to the site, subject to the need of the tech team to sleep and go to their day jobs. If you need more immediate feedback please join the matrix room[s] and ask around. Feel free to leave comments, concerns, and suggestions about the tech side of the site here and we will try to get to it as soon as possible

Archived thread:
>>>/leftypol_archive/903
R: 22 / I: 3 (sticky)

Developer Recruitment Thread

Made as an extension of the main moderation recruitment thread, this thread is meant specifically for developer recruitment for /leftypol/.

We are asking for tech-orientated volunteers to help with development of the site's code and features, especially if you have experience with web design, common website coding languages, and/or development of mobile apps.

To Apply:

1. Log into your e-mail site of choice, and compose an email directed towards [email protected]
2. Decide on a short code word or phrase to identify yourself with, using it as the first part of your email and posting it on this thread.
3. Answer a short questionnaire, outlined below:

How would you describe your personal political tendency?
How long have you browsed or posted on /leftypol/ or her alt-boards?
Have you any experience working with leftist groups in the past?
How do you want to help the administration of leftypol.org?
How often will you be available to your work described above?

4. Post your favorite leftist work: art, book, or other - be it as an attachment, link, or just the title or even an excerpt from it.
5. Send the email (double-checking it is to [email protected])!

And that is it! The moderation team will take some time to review emails and get back to you, if your application is selected then your email will be replied to with a link to an element chatroom for a short informal interview before voting on your approval. Please be patient, as many people may be interviewed before you finally are selected.

Potential dev recruits will also be given a basic introduction to the site's functionality and have their own element room for discussion of site-related issues and requests. It is work-at-your-own-pace, contribute as you will - even if you are someone who will only contribute occasionally, you would still be valued.

If you are not selected for an interview, it will most likely be due to the desired quota of new devs being reached - do not be discouraged, there is always next time!
R: 11 / I: 3

They want to create mass consumers who value convenience

"I don't know how to torrent. It's too complicated and scary for me, so I'm happy to pay corporations a regular fee for temporary access to their content" is exactly the learned helplessness corporations have been pushing for years with their UI streamlining and walled gardens. It's symptomatic of a bigger problem: "The internet shifted and I don't know (or never learned) how to seek valid information in this new environment." Adding "reddit" to every Google search you make isn't a sustainable solution, it's just one most people landed on for now.

What I think gets often lost is that it's not a personal individual failure as much as it's a deliberate behavioral curation by corporations on the populace. Internet corporations do not want savvy internet users. They want to create mass consumers who value convenience.
R: 9 / I: 0
WebP zero day exploit lol
https://blog.isosceles.com/the-webp-0day/
R: 21 / I: 5

Stallman has cancer

Is the FSF going to die with him? That's sad to think about.
R: 424 / I: 55

Questions That Don't Deserve Their Own Thread Thread

Thread for questions that don't deserve their own thread.
I wanna buy some headphones to go outside i don't want to spend more than 100€ on them. I want them to be mostly durable and secondly to have good sound quality, also i don't want to look like a jackass while wearing them, any suggestions?
R: 5 / I: 0

The complexity of building a new web browser from scratch

It wasn't supposed to be like this.
R: 14 / I: 1
>In the fall of 2020, gig workers in Venezuela posted a series of images to online forums where they gathered to talk shop. The photos were mundane, if sometimes intimate, household scenes captured from low angles—including some you really wouldn’t want shared on the Internet.
>In one particularly revealing shot, a young woman in a lavender T-shirt sits on the toilet, her shorts pulled down to mid-thigh.
>The images were not taken by a person, but by development versions of iRobot’s Roomba J7 series robot vacuum. They were then sent to Scale AI, a startup that contracts workers around the world to label audio, photo, and video data used to train artificial intelligence.
https://www.technologyreview.com/2022/12/19/1065306/roomba-irobot-robot-vacuums-artificial-intelligence-training-data-privacy/

I wanted a robot vacuum but now I'm not so sure.
R: 10 / I: 3

I FUCKING HATE JAVASHIT

>remove.bg
>rely on this every day
>literally ctrl+v an image in
>it crops out the focused object with 90% accuracy
>saves me from having to crop stuff by hand
>can just right click -> copy image when I'm done
>paste it directly into GIMP
>it was perfect

<they "update it"

<it goes way slower now by giving you a stupid animation
<they wrap the actual image file in some javashit so you can't actually right click and copy the image anymore (artificial scarcity moment)
<try to inspect in browser console
<the url is a fucking blob link now
<they harass you to make an account
<you need to click the big blue download button for retards

this is like the 7th website I use that has become victim to the javashit enshittification process. I would say kill all web developers but I know it's really porky responsible for this, trying to desperately grasp onto private property by arbitrarily putting digital "commodities" that have almost 0 Socially Necessary Labor Time required to create behind paywalls and javashit. But web devs could simply refuse to implement these shitty features, but they have petit booj brain and are too handsomely paid to form a union, let alone refuse to implement porky's designs.
R: 12 / I: 2
Is crypto finally dying? From this crash

Are the prices gonna go back to normal after the middle aged mid-life crises geeks sell their stuff

I can't wait
R: 25 / I: 2

/shebang/ - scripting general

Post shell scripts and other small utility programs.

>Why should you write shell programs?

They allow you to do menial tasks in a matter of seconds or add quick fixes to special purpose text data formats (subtitle timing).
Most of my scripts handle filenames, to help with sorting my data collection. I already do most file operations in a terminal, so these were easy to automate.

I just wrote a downloader for a set of wordpress-based manga viewers dependent on readm.org, specifically daomanga.com:
#!/bin/sh
wget -O- $1 | fgrep '"images":' test.html | cut -d ']' -f 1 | cut -d '[' -f 3|tr , '
' | tr -d '\' | xargs wget

The first wget is needed to cope with redirections. Notice the lack of sed or any regular expressions.

My notes are written in a dialect of org markup. This script processes it into troff with ms macros. Normally it only generates line breaks, headings and the titlepage while leaving anything else intact, particularly eqn characters.
When it finds a semicolon, it applies some formatting to the rest of the line. I never use it though.
#!/usr/bin/awk -f

BEGIN {
    FS="\n";
}

/^$/ {
    print ".sp"; do getline; while($0 == "");
}

/^*/ {
    i=index($0, " ");
    if(i != 0) {
	print ".NH " i-1; print substr($0, i+1); print ".LP";
	next;
    }
}

/^#\+/ {
    i=index($0, " ");
    switch(substr($0, 3, i - 3)) {
    case "TITLE:":
	print ".TL"; print substr($0, i);
	break;
    case "AUTHOR:":
	print ".AU"; print substr($0, i); print ".AB no";
	print ".AE"; print ".LP";
    }
    next;
}
    

/;/ {
    i=(i=index($0, ";") + index(substr($0, i), " "));
    split(substr($0, i-1), s, " "); # r=0, ul=1, bl=2
    printf("%s", substr($0, 0, i-2)); d=0;
    for(i in s) {
	f=""; g=""; w=s[i];
	switch(substr(w, 0, 1)) {
	case "*":
	    if(a[d] == 2) {
		if(--d == 0) f="\\fR";
		else if(a[d] == 1) f="\\fI";
	    }
	    else {
		f="\\fB"; a[++d] = 2;
	    }
	    w=substr(w, 2);
	    break;
	case "/":
	    if(a[d] == 1) {
		if(--d == 0) f="\\fR";
		else if(a[d] == 2) f="\\fB";
	    }
	    else {
		f="\\fI"; a[++d] = 1;
	    }
	    w=substr(w, 2);
	}
	switch(substr(w, length(w))) {
	case "*":
	    if(a[d] == 2) {
		if(--d == 0) g="\\fR";
		else if(a[d] = 1) g="\\fI";
	    }
	    else {
		g="\\fB"; a[++d] = 2;
	    }
	    w=substr(w, 0, length(w)-1);
	    break;
	case "/":
	    if(a[d] == 1) {
		if(--d == 0) g="\\fR";
		else if(a[d] == 2) g="\\fB";
	    }
	    else {
		g="\\fI"; a[++d] = 1;
	    }
	    w=substr(w, 0, length(w)-1);
	}
	printf(" %s%s%s", f, w, g);
    }
    print "";
    next;
}

/./ {print}

The structure looks a bit messy but the program works reliably.

I also don't see many people using ed in their scripts. This is an example, that changes cuesheet filenames and works with any number of files:
#!/bin/sh
file=$1; shift
printf '/^FILE/c\nFILE "%s" WAVE\n.\nw\n' "$@" | ed $file
R: 5 / I: 0
What would a dialectical materialist programming language look like?
R: 22 / I: 8
Maybe one day we won't be able to use elevators without a smartphone.
R: 5 / I: 2
I am thinking of doing a video project based around news and history from a leftist slant in the format of 'shorts', as seen on tiktok and on youtube. Can anyone recommend what the best direction is in regards to the best Text-to-Voice softwares and projects out there in terms of narration?
R: 75 / I: 7

RIP Unity

I don't see how Unity can commit suicide harder then this. So what is the best alternative? Is an open source clone of Unity on the horizon?
R: 98 / I: 14

/tech/ approved Linux distros

I’m installing linux for the first time, what distro should I use? I’m fine with it taking hours to set up, as long as it’s free. I ain’t paying for that shit. I was leaning towards gentoo but what do you guys think?
R: 8 / I: 0
i hang around the end page of boards here to do some archiving. My problem is that i have this ocd-adhd (idk what it is) thing that makes it so that it's impossible to archive thing since everytime i open my own file i always worry (and believe) that i deleted something from said file or edit said file or mess it. is there any software that could help ? a software or something that could prevent me from deleting or messing or editing the file ?
R: 9 / I: 0
i don't even know where to post this.

i have ADHD.

i have this thing where there is X-thing that i cannot let my hand touch. if it does than it is "contaminated" (in my head)there for i must wash it or make it clean in my head. other things (household items and door and etc) could be touched by X-thing or my hand when it was "contaminated". and when it does i have to wash that thing or make it clean in my head. because the same rule when i touched x-thing applied.

i have the thing where it makes you forgot what you are doing seconds ago.

i have also "the thing" like above but far worse and akin to having a evil voice in your head gaslighting and lying about you yourself to harm you.

now done with background.
now for the real problem.

i like to do web archive of thread on CBIB's (leftypol and things alike) and also just saving web things in general. no, not in a internet hisorian or lost media or youtuber kind of way, far from it (saving web things in leftypolnco people kind of way). in one of those thread it have a epub file. so i use Calibre to open it. i not only use the "open with calibre opener" option but i also use the "open with calibre" option which creates the problem. using the "open with calibre" option open the main program. not the epub opener, but the main program. because i panick that something will happend with the file threr for making the archive inperfect, i cancel the loading that pop up in the main calibre program. but i took too long for canceling the loading thing because i panicked and overthink and question myself wheter or not i shuld cencel it or not. there for i cancel the download when its in the midle (+10% or something i don't remember).when i open the epub file it is error and i can't open it. yes i already try using the calibre epub opener and program other then calibre, it fail to open to. detour this is how i keep (some) files in my hardrive(:C): have a main loby -> have a sub loby that in this context is for "important things" -> this is where i keep the folder -> for folder(s) -> that eventually lead to the folder that have said problematic archive. now that i already tell how the files organize, return to tour. i eventually had a bright idea to replace the broken epub with a working version. so i copy a working version said broken epub to the sub-loby. then i copy again that epub, this time to replace the broken epub. it worked, i can now open the epub. but another problem float up in my head. i try to fight it but i can't. i now think that the archive that i have fixed is broken, even tho i have just fixed it seconds ago. more than that, and this one is a bigger problem. i now think that the entire sub-loby is "corrupted", imperfect, broken, altered and will spread it's imperfect and broken and altered status to other file and the new sub-loby i want to create if i want to replace the entire sub-loby with a new one. because i put the working epub for fixing the broken epub archive part. but it doesn't matter since i will just think like that wheter i put the working epub in the sub-loby or not. wheter i want to just move the file to the hypothetical new sub-loby or copy it to the hypothetical new sub-loby it is the same, the "muh corruption" thinking will linger and the new sub-loby, wheter it's just moving the files or copy the files, will just be "corrupted" and will spread to any new archive/files i add long after the new sub-loby is created. this "thinking" later spread to everything outside the sub-loby and now i think that the entire loby now is "corrupted". and it later too, also spread to my :D harddrive becoming corrupted to because that's where i save 100+ videos. and soon i will give up because internally screaming and internally being angry hurt my brain and make me sick.
R: 35 / I: 11

OPS THREAD

tech operations thread

Includes Sysadmins, Devops, Cloud Engineers, SREs, application support, DBAs, and any other primarily ops roles or ops 'technologies' i.e. docker/podman/kubernetes.
R: 73 / I: 7

Only blue-pilled socialists use proprietary software.

All of my software exists to destroy capital.

Quite literally. That is the true purpose of free software to me.

To eliminate capitalist control over my computing.

And for that matter corporate control of the same.

Thus saith the Preacher:

> If the users don't control the program, the program controls the users. With proprietary software, there is always some entity, the “owner” of the program, that controls the program and through it, exercises power over its users. A nonfree program is a yoke, an instrument of unjust power.

> Richard M. Stallman

It also literally destroys capital; consider the case of Blender. Whole proprietary software industries have died in its wake, replaced by a world where 3D artists collaboratively contribute to Blender, either with code, or with money to pay for code.

This is a good thing.

Further, it is essential that the software be fully free; not merely gratis; and I am here assuming that it is not truly gratis but made gratis through piracy. Piracy is not receiving something for nothing; rather you are just loaning the software for so long as that software does nothing to improve your economic situation.

Once it does, you will have to buy it, if you live anywhere but Russia. And even in that country, Russian-developed software must be bought. Because the costs of not doing so, of having your piracy discovered by the "non-profits" such as the Microsoft-funded Business Software Alliance (BSA), will become greater than the license.

And by that point you will be a slave to it, for you will know its ins and outs and all its quirks but have no say over its operation.

Only blue-pilled socialists use proprietary software.
R: 5 / I: 1

ARM future

ARM seems to be the future of consumer computers of all kinds (PC, laptop, consoles, phones,…) What are your thoughts about it? Would it be possible to make an ARM computer as upgradable as a "normal" x86 computer?
R: 60 / I: 6

YouTube alternatives

Will there ever be an alternative video platform that matches its ability to let you regularly put out content to a large audience?
Vimeo comes close but you have to pay to exceed the limits and the audience is definitely more limited.
R: 208 / I: 44

ChatGPT

what does /tech/ think of chatGPT? does it have any utility with regards to leftist organizing?

>article for those not in the know

https://www.cnet.com/tech/computing/why-everyones-obsessed-with-chatgpt-a-mind-blowing-ai-chatbot/
R: 61 / I: 1

Coreboot

I have used coreboot before, but I got a laptop with a weird chip layout that is going to be difficult to coreboot. I found a few workarounds, but I am having trouble understanding them. Would anybody here be willing to help?
R: 75 / I: 6

Smartphone Thread

What smartphone do you have? What you recommend? Also share your recommended apps.

I have a Xiaomi Poco F3, I got it for cheap ($280) and has a lot of good features like 5G, 120HZ AMOLED, NFC, a powerful processor etc I don't plan to buy another one for in the next 4-5 years.

My recommended apps:
>Blokada (to block all ads, doesn't need root)
>f-droid (alt app store).
>Bromite and Fennec Fdroid web browsers
>Libretorrent if you want to torrent on your phone.
>Tachiyomi if you want to read manga.
>Radiodroid for radiostations
>Torbrowser for tor proxy/onion service
>Lucky Patcher if you want to fuck around trying to unlock apps for free (Needs Root)
>MX player for videos, Simple Gallery for images.
>New Pipe or YT Vanced for youtube videos.
>foobar2000 or blackplayer for music
R: 67 / I: 18
Software developer thread
Thread for all the people who are working towards, have been, or are software developers.

Let me begin by saying that *magic* in ruby on rails, spring boot, and shit like that is all nice and dandy until you scale your project larger than a fucking hello world.

It blows my mind that enterprise is so balls deep on spring boot. Fucking cancer of a project. Don't get me wrong, abstractions are great. Abstractions aren't magic. Magic is when shit is not explicitly set anywhere and are done for you.

This might be shit like automatic wiring of routes based on function name. Or running a series of uninspectable SQL to map into objects. Or build HTML pages based on the regex of the model. Anything which is auto built without being explicitly set.

Don't even get me started on the fucking shit show that OOP is, with shit like spring boot, JPA, etc. Adding magic on top of that is like adding poisonous spiders to a cockroach pit that you live in.

Also, what the fuck is the fucking problem with people who write shit like
PersonIdNumberGenerator that takes a PersonIdNumberStrategy made by a PersonIdNumberStrategyFactory. Then the Generator makes a PersonIdNumberGenerator produces a PersonNumberId object which is just a fucking wrapper for an int. Of course everything is an interface but drilling down this fucking concrete strategy, you find that to motherfucking shit just produces sequential integers.

Software developers can be the fucking worst motherfuckers alive istg.
R: 8 / I: 0

idk thread

>checking for web hosts
>see 1984.hosting inb4 muh orwell
>notice https://litigation.1984.hosting
<>[…] Icelandic lawyer to ask Icelandic courts to compel 1984 Hosting Company to discontinue the hosting of the web site mapliberation.org
<>This site is legal, legitimate political speech and there is no instigation to violence or hatred on it. We will defend our hosting of this website all the way to the highest court in the land, if necessary
>mapliberation
>and 'muh free speech'
>oh god its not going to be pedo fucks is it?
>please dont be that

>turns out its an indigenous tribe mapping project and im guessing ADL are just mad that its pro-palestine and mentions the ADL by name

lol
R: 15 / I: 2
Why do people like books, still? All the reasons seem dumb/spooked and highly feels-based to me:

"Pros:"
> i just like the feel man
> books smell good dude
> you can like actually hold them and stuff
> wow like sit under a tree bro (e-readers let you do this)
> you can make notes in the margins (e-readers let you do this)
>muh physical bookmark


Cons:
<a library of 10,000 books will require an entire dedicated room at least, but can fit on a thumb drive in ebook formats
<can't search text quickly and easily
<can't get rid of other peoples notes
<waste of paper
<highlights and notes are permanent
<mass produced paperbacks are shitty and fall apart
<used books have torn pages, dick drawings, and other gross shit
<need to actually use the index instead of ctrl+f
<non-clickable table of contents

e-books are actually held back by trying to mimic real books too much. they're constrained by the expectations of what a book should be. page numbers are totally irrelevant in a digital format. There's no need for pages or page numbers unless you plan on printing. An endless scroll with hypertext links like epubs provide makes way more sense than the constraints on pdfs. Even an old web page is superior to books in that you can embed animated diagrams as gifs instead of drawing the same diagram several times.

publisher cucks and the academic industrial complex require us to keep purchasing these expensive wasteful ugly tomes for no fucking reason. the only books I think are cool are the really old ones. the leatherbound vellum artifacts that never got scanned. the historical curiosities. the things you need gloves and a degree in humanities to eve be allowed near.
R: 16 / I: 2
>soundcloud won't let you skip ahead on tracks without an account anymore
the walled garden is closing in
R: 88 / I: 13

Future of Chinese made CPUs

Since US tech embargo on China is still in effect and US plans to squeeze Chinese tech companies by restricting their access to computer chips. China's reaction to this was to make one of their goals to have a home-grown alternative for Intel, AMD, TSMC and the like to decrease dependence on the US. So I was wondering what kind of progress have they been making lately and what are their prospects of ever having a viable alternative to Intel and AMD?

There is all this talk about SMIC, Loongson and Zhaoxin and that in early 2020 Zhaoxin allegedly published a chip comparable to 2017 level intel and AMD tech and they are planning to have parity with Intel in a few years. Then there are Some sources are saying that China is failing horribly at acquiring manufacturing tech for more advanced processors. And I really can't make any real sense out of it.

So when will I be able to buy a computer that uses a hardware that dunks on burger made tech and sends my personal data to Beijing instead of Washington, if ever?
R: 31 / I: 10

/aicg/ - AI Chatbot General

This place needs an AI chatbot thead, so this is it now.

To start things off, I've made a card for Alunya: https://chub.ai/characters/xalkoi/Alunya
Fuck Fork and modify it to oblivion

Don't want to give money to capitalist but want to try it out? First download SillyTavern: https://github.com/SillyTavern/SillyTavern

Then create an account on Poe.com and follow the guide on SillyTavern to get the API key (just copy the value of the cookie)

Now download the png of the bot and import it on sillytavern, have fun.

And if you don't mind being unable to lewd the bots, you also have https://beta.character.ai/
R: 91 / I: 23

Intellectual property was a mistake

The Internet Archive being in danger is another good reminder that YA writers fucking suck. Neil Gaiman especially is a hack.
Gaiman and some fucking Star Wars writer lol (and several other companies) are suing the Internet Archive to stop lending books due to copyright and it could potentially fuck over the site and by an extent, the Wayback Machine.
R: 30 / I: 5
I want to program for fun but have no idea what to write.
R: 64 / I: 46

/SPACE/ Thread.

Thread for watching rocket launches and shit.
R: 16 / I: 1

Tor

Be careful out there
R: 22 / I: 4

Content Moderators

https://uniglobalunion.org/news/time-investigation-reveals-the-traumatized-teleperformance-workers-moderating-tiktok/

The workers who moderate internet have always been underpaid and over traumatized, I even speak from experience, they have to see gruesome shit daily, even the mods of this site could relate

Apparently the ones that work for tiktok that work through a france based company in Colombia are thinking of unionizing
I was watching a tech show about it, and it's true when you think about it, how in the future we'll how crazy it was to put so many people through PTSD

If these people went on a strike, the internet would be 1000% worse, In a good and sad way though, It seems A.I will replace them

Do you have any thoughts on this job sector in tech that goes unnoticed mostly
R: 2 / I: 0
Anyone been having trouble with libgen lately? Books get about 75% downloaded and then the download fails. I used to never have this problem. I get partial files as a result.

Another thing I noticed is files start of downloading very quickly, and then the speed rapidly decreases before coming to a total halt.
R: 2 / I: 1

explicit content blockers

nofap recovering porn addict here
tell me the best ways to block all explicit content while surfing the net. there should be an AI or something that detects explicit files on imageboards and similar sites and blurs those images, ideally
R: 88 / I: 7

/darknetmarket/ general

Darknet markets are as close as it gets to a free market, where you can order drugs and have it delivered to you by mail. The purpose of this thread is to discuss opsec, ask for help and discuss markets in general. This thread should be fully legal as long as you don't solicit or facilitate illegal transactions, meaning:

&ltDon't beg to buy from someone
&ltDon't attempt to sell to anyone here
&ltDon't link to dealer Instagram/Reddit/Snapchat accounts. These accounts are run by either scammers or feds.
&ltDon't directly link to any market. These links could be fake scam/fed markets, designed to phish your login details and steal your cryptocurrency. Only use https://dark.fail/

The following is my personal recommendation for good opsec while conducting business, however, you must [b]read the darknet market bible[/b] (.pdf attached) after you are done with this post. If you don't read theory, it's likely you will be caught and convicted.

>Will I be 100% safe?

In theory, no. The darknet market bible, together with this thread, is meant to minimize the risk of getting caught as much as possible. If you follow the exact procedure outlined in the bible, you should be okay, especially as a small-time buyer.

Tails
Tails is an Linux-based operating system that runs entirely on your RAM and is wiped when PC is powered off. If the cops intercept your item, conduct a controlled delivery and seize your machine, they will not be able to find evidence linking you to the package and you can deny involvement via a lawyer.
You will want to install the Tails operating system to a USB flash drive with at least 8GB of storage. Personally, I'd go for USB 3.0, with at least 16GB storage for persistent volume purposes, or even 128GB or more if you want to store the Monero local node on it. You also need a PC with at least 1GB RAM to run Tails. The bible contains a guide for installing Tails in [b]2.A.2 Installing Tails[/b]. You can download it here:
https://tails.boum.org/install/index.en.html

>Why shouldn't I use Windows?

These types of OS are usually installed on a hard drive where all your data is stored when it is powered off. It would be stupid to store your darknet-related files here (including wallets and wallet passwords), because if the police sieze your machine, they will find everything.

>I have previously conducted deals over Windows. How do I get rid of the evidence?

You should uninstall and delete everything related to darknet markets, including Tor, PGP-related programs and files. The data will still be physically present on your drive, however. If your programs and files were stored on a hard disk drive (HDD), then you can use overwrite software, such as DBAN, that wipes the entire drive, or other software that overwrites only the space marked as deleted. Tails can also wipe the available disk space of any drive.
If your programs and files were stored on a solid-state drive (SSD), you should not use overwrite software as they could damage or even destroy your drive. Securely erasing an SSD is a bit more complicated, you can read more about it here:
https://security.stackexchange.com/questions/223110/how-to-securely-erase-the-free-space-on-an-ssd-in-windows-10

>How do I run Tails?

You can insert the flash drive, restart your PC and enter the BIOS where you can change the OS boot order. Move your USB to the top of the list and exit the BIOS.

Persistent volume
This is the best place to store your darknet-related files, such as PGP private keys, wallet passwords, market private links, and passwords, etc. This is a LUKS-encrypted partition of your Tails USB, so if the cops manage to seize your USB, they won't get much out of it.
The persistent volume is encrypted with a password, so make sure to [b]use a long password that cops can't guess[/b]. Personally, I use one that's 32+ characters, with numbers, symbols, and without any real words. Do not store the persistent volume password digitally, especially on any old hard drive or the cloud, so write it down in a diary or something so you remember it. You should also back up your persistence volume regularly to not lose your files. The bible explains how to create it in [b]2.A.4 Setting up persistence volume[/b]

JavaScript
You must disable JavaScript in Tor every time you boot up Tails. It's a useful scripting language that allows for truly interactive websites, however, it's a major security risk, as it allows websites to run arbitrary code in your browser. Attackers can gather data that could lead to fingerprinting your system.
You can disable JavaScript by setting the security mode to [b]Safest[/b]. This can be done by clicking on the shield icon in the toolbar, or going to Settings > Privacy & Security > Safest. You can also type in [b]about:config[/b] in your address bar and set [b]javascript.enabled[/b] to False.

>What's the risk?

For a more practical example: in 2013, the FBI took over a tor hosting service named Freedom Hosting and inserted a malicious script in the pages of the onion sites hosted on that service. That malicious JavaScript used an exploit to run a payload that called home to a fed-controlled machine that sent the real IP address of the computer that had visited the site as well as a unique identifier for the computer. If a site complains that you have it disabled or asks you to enable it, you should leave immediately. The bible explains the risk of using JavaScript in [b]1.2 Using Reddit with Tor[/b]

Cryptocurrency
Tails comes with Electrum by default, which is a Bitcoin (BTC) wallet. Most markets accept Bitcoin, but for ultimate privacy, you should [b]conduct transactions with Monero[/b] (XMR), as Bitcoin is not private. The benefit of Monero is that you can run your own local node by downloading the entire blockchain (70+ GB) instead of using a remote node. If a remote node is compromised, they can match transactions to your IP address, defeating the purpose of Monero to begin with.

>How is Bitcoin not private?

Bitcoin transactions are traceable and can easily be linked to your ID, so you should tumble your Bitcoin if you don't want to get caught. However, this is not a fool-proof method and can be illegal. The most secure way to spend your Bitcoin anonymously is to first [b]convert your Bitcoin to Monero[/b] through a non-KYC exchange like ShapeShift, MorphToken or Godex, over Tor without using JavaScript. This is known as cross-cryptocurrency tumbling. You can now pay with Monero, or you could convert your Monero back to Bitcoin through another non-KYC exchange like XMR.to, so that the resulting Bitcoin will be completely untraceable to your original Bitcoins since they were purchased with Monero, over Tor without KYC or JavaScript. The bible explains the pros and cons of this method in more detail in [b]3.2 Tumbling[/b]

>What type of Electrum wallet should I use?

Set up a normal wallet. [b]Do not use two-factor authentication[/b]. It requires you to install apps on your smartphone which defeats the purpose of opsec. The bible explains the pros and cons of this method in more detail in [b]3.3 Setting up your wallet[/b]

>Should I use my existing wallets to conduct deals?

If you've ever stored the passwords and mnemonic generation seeds for your wallets on an unencrypted drive, then no. If the police seize your machine and gain access to your wallet, they may be able to prove you sent money to a darknet market. The exception to this is if you are using Monero, as it anonymizes the receiver and sender. Make sure the passwords and mnemonic generation seeds for your wallets are stored in your persistent volume, or written down.
R: 30 / I: 11

what is ze ideology of pc cases?

is there anything we can decode from how it's constructed philosophically

is it hostile? is it free and open? is it fetishistic?
R: 58 / I: 4
>she doesn't use a de-googled custom ROM
you have 10 seconds to explain why.

6-7 years ago, I could understand, LineageOS was buggy as shit for me and flashing microG was a pain. but now it's easy and smooth as fuck. flash TWRP, sideload custom ROM, install microG through F-droid.

my bank app works, messaging app works, phone boots very fast (way faster than MIUI for example). no google bloat, no xiaomi bloat, just the apps I want and nothing more. even the first modded Gcam apk I downloaded worked.

maps is provided by OpenStreetMaps (maps look better than GoogleMaps' cartoony shit anyway), location is provided by Nominatim, although you can use Mozilla or any of the other ones.

Find the forum for your phone on XDA-developers and have at it!
R: 8 / I: 1

Fairphone and alternatives

There have been a few threads on alternative Android ROMs (like CalyOS and GrapheneOS), but what hardware do you run it on? The closest to a leftyphone seems to be Fairphone 4, but it's €579.00 and only available in a few countries. What are the alternatives?
R: 5 / I: 3

Fate of abstraction based programming languages

So Marxism-Leninism is obviously opposed to abstraction since it's idealism, but what will be the fate of programming languages that have their entire root in abstractionism like Python and R? I know biotechnicians base a lot of their technical knowledge in these languages which is basically called for since a large portion of biology nowadays is dominated by mendelian idealists who think lysenkoism is wrong and bad, so clearly programming languages have suffered from the same kind of idealistic penetration as biology itself. Will communism destroy idealistic programming languages like python and R?
R: 24 / I: 39

Stable Diffusion Thread

I'm trying to use this bullshit but I'm not computer enough to understand this. Think I'm going to have to watch a video tutorial because gitbros right instructions for humans like a computer.
https://github.com/AUTOMATIC1111/stable-diffusion-webui

Followed all the install instructions and wait for all the bullshit to finish installing and now I'm like, uh and then what the fuck do I do? Jesus christo.
R: 236 / I: 24

Privacy general

Comrades, we need a thread on privacy. Any decent activist should try ways of staying anonymous on the web and prevent being tracked by governments and corporations.General tips===* Use free software as much as you can.* Use GNU/Linux and keep it up-to-date, to be sure that you don't have unpatched security exploits* Don't use Flash Player, use youtube-dl instead for watching streaming videos online* Do not use Google, use DuckDuckGo or StartPage instead* Use a password manager like Keepass or for GNU/Linux users keepassx. Create new passwords for every site that you visit and use a strong password as a master password. A tip for easy remembering of your master password is to use a sentence. "i fucking love cookies and tits!" with extra capital characters etc. is easier to remember than some random characters and long enough to prevent brute force attacks of any kind.* Use the Tor Browser Bundle if you really want to stay anonymous.Firefox====* Go to Preferences -> History and set History to "Never remember history". * See for additional tweaks: https://github.com/amq/firefox-debloat and https://vikingvpn.com/cybersecurity-wiki/browser-security/guide-hardening-mozilla-firefox-for-privacy-and-securityAdd-ons-----------* Use uBlock Origin for preventing tracking etc. Bonus: use hard-mode to manually whitelist external domains on sites. Don't use uBlock but be sure to use uBlock Origin https://github.com/gorhill/uBlock/wiki/Blocking-mode:-hard-mode* HTTPS Everywhere* DecentralEyes: prevents CDN hosting from tracking you (Google for Jquery etc.)* Self Destructing Cookies: only allow cookies that you choose to allowOS==* Encrypt your hard drive or home partition at least* If you use GNU/Linux, you can try to restrict systemd or syslog from logging. * Use a distribution which takes security seriously. Also, be sure that you don't install a lot of things outside the repository. It will cover most of your needs.Real life tips===* Pay with cash if you canFeel free to provide tips to each other comrades!
R: 5 / I: 0
>about:config
>image.jxl.enable = true
>image.webp.enable = false
>converts all images on my site to .jxl
>actively uses non-chrome supported html / css
Direct Action.
flood detected
R: 64 / I: 17

BSD

Imma do it. Gonna switch to FreeBaSeD on my servers. ZFS goodness, raidz2, stability, pkg, serious people.

It's no wonder that the most staunch anti-linux pro-unix/BSD person I ever met was a staunch Communist.

Thread for all BSD variants, OpenIndiana, Illumos, Haiku, plan9 and other unix-based OSs welcome too.
R: 16 / I: 0

rip soap2day

fucking SOAP2DAY is GONE!! I already got a warning letter from my ISP regarding torrents, I need alternatives
R: 25 / I: 2

I love Free Software

Let's express our love for user freedom in this thread. Why do you love Free Software? Which Free Software do you love?
R: 45 / I: 8

im planing to make a archive of important website and chan thread

(i have already made this in other chans, i need all the help i can get)

so i'm motivated to planing to create a archive for threads and websites. thread and web writings that are important enough, have quality, and or can be used to counter western media and history naratives.

the archive i want to create for the threads is different from things like internet archive or things like that because i want to actually save all the file that is uploaded unlike regular archive where not every file and many that are uploaded in the thread were not saved in the archive.

if i can i want to make a website for this but i do not have any experience about creating website and coding nor can i do it. i also have special-ed mental that make me unable to learn coding like normal people so its hard.

my main plan is to use httrack and use every file format list from wikipedia and other websites, then copy that list to httrack file format selection thing

i want help from every people here, so if you can please send something

also adhd brained, if anyone can please help me tidy the "list of file format" list on wikipedia.

delete whatever decription/writing near it, make it sort of like a list like the pic i post.

add +*. to the front.
+*.[INSERT FILE FORMAT]

https://en.wikipedia.org/wiki/List_of_file_formats
R: 16 / I: 2

Stealth phones

These are optimal for privacy and yet nobody knows how to use them. They aren't routed through cell towers like any regular cell phone but instead radio masts and virtual switchboards (which you can set one up yourself but good luck at maintaining it, because it requires a lot of technical skill). Activating the SIM is a pain in the ass. And they cost a fuckton of money. But they let you spoof your number, encrypt your calls, making for delays at times, cannot receive calls, and they let you change your voice and see if somebody's tapping your connection so you can shut them out.

These phones are what glowuyghurs use. Don't bother getting a Pixel, a Librem or a Pine64.
R: 12 / I: 0

Can't format flash drive Ext2/Ext4

Anyone got an idea what could be happening here?

I have a fat32 partition on a flash drive for live booting and want to use the remaining space for storage.

I can format #2 as fat, exfat, ntfs, btrfs, whatever.
But if I try
mke2fs -t ext4 /dev/sdb2

it gets stuck and then says
Writing superblocks and filesystem accounting information: mke2fs: Input/output error while writing out and closing file system

Similar problem with ext2.

Scaling down the partition to 1GB or reducing the number of inodes doesn't help either.

After trying other file systems I wondered if this may be due to some kind of anti-linux DRM in the flash key's internal driver software.
But alas, even using cryptsetup on /dev/sdb2 does not help, it still only works with other filesystems.

Tried this on lubuntu and on antiX, used dd to clear the first MB of data on the flash drive and recreated the partition tables. Didn't help either.

< I'm fine with using btrfs or f2fs, just wondering what the fuck is going on there?
R: 13 / I: 0

libredirect

https://libredirect.codeberg.page/

A web extension that redirects YouTube, Twitter, Instagram, and other requests to alternative privacy friendly frontends and backends

some guy on mastodon was shilling this, seems pretty legit
R: 18 / I: 2

Meta Threads

I view Threads as a project that Facebook/Meta had always on the backburner, and they were pushed by the US to release so that intelligence services had an alternative ready if/when Twitter dies. If Threads doesn't release on Europe, I would view that as another crack on Atlanticism and another step in the creation of an American Firewall. Thoughts?
R: 284 / I: 42
This Thread Has Been Re-appropriated for leftypol.org Usage.

General thread meant for the discussion of the mobile app for browsing leftypol.org, known as clover.

Releases can be found here:
https://github.com/PietroCarrara/Clover/releases/latest
R: 101 / I: 38

Stallman thread

Last one got full
R: 61 / I: 17

Twitter Is Shitting Itself - Based Retard Does It Again

Terminally online bros… it's over
R: 52 / I: 9

Linux distros for beginners

Hello, I've been wanting to switch to Linux for awhile now, but I'm not sure which distro I should use. What distro would you anons recommend I use?
R: 158 / I: 10

Fediverse general

Does /tech/ participate in the Fediverse? Seems to me that this is the sort of social media we should be trying to get people into, even if social media itself is kinda trash.

I've always disliked social media, but after the news at >>>/leftypol/1066439, I've been considering getting into the Fediverse. You see, I would like the people who DO use social media (basically everyone) to be on better platforms, but I feel I cannot demand that from them if I cannot even use them myself. For instance, it would be disingenuous to ask Comrade Cockshott to start his presence in Mastodon after getting banned from fedbook if I could not be there to follow him and boost his follower stats. So..

So, /tech/, any thoughts on the Fediverse? What are some good instances and communities I could join? What are some people I should be following? What implementations are better, Pleroma, Mastodon, something else?

Also fediverse general.
R: 8 / I: 0

Superconductors

Superconductors is this magical new supposable discovery solve all of capitalism problems and head towards eco-capitalism?

HA!

It might reduce eco waste but how many years will it take to make it factory assemble ready and will they use it?

https://www.theregister.com/2023/07/27/room_temperature_superconductor_paper/
R: 15 / I: 4
> Join fbi.gov for community trying to opensource a clone of a popular game engine
> Look at game engine
< MIT License
> Leave

Is the entire gamedev community cucked? Nearly impossible finding a recent github project without some 'permissive' but non-copyleft license. Why would anyone as a reaction try to clone a game they feel should belong to the community while giving other usurpers the chance to turn it into a botched IP?
R: 6 / I: 2
give it to me straight, /tech/. Does this mean my commie shitposts and memes that I post on /leftypol/ will be traceable to me?
R: 23 / I: 7
Fucking KNEEL. You will die but C will live. C wont die out because of embedded systems. So long as there is electricity, C will be forever. C is used in kernels. I like to see fools who think C will die. C prioritizes the purity of atomic control, raw power, and a small and manageable feature set because that's what the rest of the computing world needs as a foundation. A feature not provided can't be flawed or slow - the fewer features are crammed into C itself, the less opportunity there is for bugs to creep in beneath the very feet of every OS and many interpreted languages at the same time. Python is the worst language to start with because it promotes bad practices and doesn't really teach you anything not to mention dynamic types make it hard to understand certain concepts like how data is actually represented and it creates this illusion that basically lie to people as to whats actually happening. having that much disconnect from processors that do very simple things to accomplish a specific task and over-engineering solutions because it conforms to language syntax is just stupid. there is no better starting point than C. C syntax is explicit and clear and actually lets you do exactly what you want to accomplish conforming to the actual hardware and not some made up language syntax. its why c will never truly be replaced. The current languages that are shilled in shillicon valley are all terrible. JavaShit is a complete disaster and we are stuck with it and that's the reason we have tons of dependencies and libraries with very sketchy glue code. OOP is also bad as it has a lot of hidden allocations that happen with constructors and make compile times more complex and harder to optimize or debug compared to simple functional direct code without a million rules that you have to follow giving you no real freedom to design software. There are reasons to redesign and make custom engines for handling specific tasks. Most languages cant exist without C, as their runtimes are all basically C, and it's the language that runs other languages and provides the abstractions people use. When you no longer have to think about hardware or what your code is doing that leads to ruin and slow sub-optimal code and libraries and dependencies. Python is ugly and hard to read. you have absolutely no idea what most of those libraries are actually doing and you lose sight completely of programming and live outside of reality. C syntax is explicit and clear and actually lets you do exactly what you want to accomplish conforming to the real fucking hardware and not some made up language syntax. Anything that's competed with C in the past hasn't been comparable in performance. Languages like Java and Go never even had a chance because of their stupid garbage collectors. Garbage collection is for literal retards who can't clean up after their own data. C is such a simple language that you could learn the syntax in a day, learn the important parts of the standard library in less than a week, even pointers.

Becoming a programmer these days is like coming in to a movie theater halfway through the movie. Computer Science history weighs heavy over everything. After decades of messing around with computers and programming I understand the approach of learning things in the order they were invented- everything builds on what came before. Everyone should learn C first if they want everything that follows to be many time easier- because you will have context and won't need to constantly ask: "Why TF did they do it that way?" you'll already know.
R: 1 / I: 1
Anyone watch those shows about prison inventions? I wonder what the most sophisticated onss would be. My three biggest questions would be

1.) A gun
2.) A computer
3.) Bombs
4.) A canera
5.) A jet pack

P much all improvised stuff you see in prisons are all essentially the same thing: pointed weapons. If you went to prison and you were squaring up with some hardened convicts who are all armed with shanks, you'd need to upgrade in technology to fairly face them head-on since the no. #1 rule in a fight is there are no rules whatsoever. For a gun I was thinking of a Gauss rifle (similar to the Arc Flash GR-1 Anvil which has the same amount of muzzle velocity as a .22lr (note that most "Gauss guns" you see on YouTube are harmless toys). They shoot small magnetic projectiles and are quite bulky in size. I was thinking you could propbably make one (including the capacitors) out of car parts, among other things like wires and stuff. Because I know there are automobile jobs available in prisons in the US. These guns require no powder propellant.

Second one is computers. I heard one story of an inmate in ohio that made computers and connected them through the ceiling straight into the WiFi network out of pre-made computer parts. Obviously not everybody has access to salvaged and repurposed computer (esp not ones that can easily be smuggled) so my idea would be to make a PDA out of the Electronic Control Units to a car (which connects to the Controller Area Network). But then again I'm no expert in engineering, but I do know that a lot of people in prison do, since all they have is time on their hands whereas most people are preoccupied.

As for bombs, I would think that whoever is in the woodshop could make a Roman-style Ballista + tin cans + airbag inflators from cars, again, from a prison job, since the older ones come in capsules that have sodium azide in them - which is a shock sensitive primary explosive (sometimes mixed with potassium nitrate and silicon dioxide to reduce harmful byproducts), whereas the newer ones rely on a mixture between Guanidine Nitrate w/ Copper Nitrate as the oxidizer. There was one Japanese company that sold ammonipum nitrate airbag inflators that ceased production due to lawsuits anx recalls that still might be on the streets even now. And aside from that, some newer cars use gases as some experimental thing (I think helium or argon-helium mix). But azide and ammonium nitrate-based explosives tend to be super corrosive so you would have to absolutely know what you're doing, otherwise you'll be the one who winds up dead. Then just stick the inflators inside a tin can with the lid jb welded shut, place it in your medieval siege weapon (that basicalky just looks like an oversized crossbow) and assuming you have some from older cars, can use that for a shock detonation. And that's how you'd make an arty piece improvised aside from having to get a little bit too crude with it and make bottle bombs (God forbid).

Or you can make a camera since prisons don't like them out of a rearview camera from a car because why tf not?

Has anyone already built any of these in particular? Btlw don't know where to putl this.
R: 2 / I: 2

CycleGANS

https://junyanz.github.io/CycleGAN/
>Image-to-image translation is a class of vision and graphics problems where the goal is to learn the mapping between an input image and an output image using a training set of aligned image pairs. However, for many tasks, paired training data will not be available. We present an approach for learning to translate an image from a source domain X to a target domain Y in the absence of paired examples. Our goal is to learn a mapping G: X → Y, such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss. Because this mapping is highly under-constrained, we couple it with an inverse mapping F: Y → X and introduce a cycle consistency loss to push F(G(X)) ≈ X (and vice versa). Qualitative results are presented on several tasks where paired training data does not exist, including collection style transfer, object transfiguration, season transfer, photo enhancement, etc. Quantitative comparisons against several prior methods demonstrate the superiority of our approach.

Looks like fun to play around with and create trippy art if you have a GPU
R: 46 / I: 3

I’m gonna whine about apples

All of their phones are overpriced fucking garbage and always have been. The products that aren’t phones can still be considered as useful as literal e waste and only exist so petit bourgeoisie can float about their Shri no one cares about in public like the rats they’re, no one gives a shit about AirPods watches fucking whatever they hell they call computer stands in the slightest and they improve nothing about electronic hardware. All of their products wear out in a year at best and god forbid you don’t have protection for any smartphone/Mac you have for those things because they will break instantaneously(reminder these rats will prohibit you from being allowed to fix your phone from private repairmen) and all of apples products might as well require you to file out your entire life’s story worth of info to use or download because that company couldn’t give less of a shit about how much info they collect on their customers and exist as a vassale of the American government. I wish it was just apple that was a noninnovative vapourware tech corporation but unfortunately the entire western big tech industry thrives on hype and stolen ideas and hasn’t pumped out anything innovative in over 60 years except for the might as well be dead corporations that are IBM and Intel that only make me moderately dislike capitalism less because they actually have humanity something that wasn’t complete and total utter fucking nonsense
R: 5 / I: 0
>ugly as shit
>HTML based
>desktop friendly
>keyboard friendly
>easy to use
>pure searchable text everywhere
>almost no javascript to speak of

RETVRN
R: 12 / I: 8
This is what computers looked like in 1492-1932 (over the span of 440 years total, this is what people had to use before electricity became common).
R: 2 / I: 0

Ghost Forum

Zag Forums is an 8chan archive disguised as a forum. It seems no one is posting in it and the site only serves as an advertisement space.
I came across unstructured link farms, fake filesharing sites and autogenerated reviews before, but this type of site seems unique to me if only because of the moderate effort needed to set it up.
Are these types of forums more common than i thought or may this have been an attempt at a type of spam site that never caught on?
R: 6 / I: 3

Tools, Gizmos and Contraptions

Post less computery hardware you think is neat or have question about.
R: 13 / I: 1
In my "software engineering" job, during the past 6 months, I wrote approximately ZERO lines of code.
R: 151 / I: 24

Reddit Blackout Thread

For those who don't know, a bunch of major subreddits (at least 3000 in total) are going to go private for 48 hours to protest Reddit killing third party use of its API. It's technically supposed to start tomorrow but a bunch of subreddits are getting a head start already.

More info:
https://www.theguardian.com/technology/2023/jun/11/reddit-communities-to-go-dark-in-protest-over-third-party-app-charges
https://www.bbc.com/news/technology-65855608

Thoughts? There's more backlash than I expected, and I'm all for it, but I think going with a 48-hour blackout with no demands is basically a toothless gesture, much like the 24-hour protest strikes some unions do. Doesn't really mean anything.
R: 33 / I: 5

Restarting meshnet development

Hey comrades,

This article came up https://www.vice.com/en/article/v7e9y3/activists-are-designing-mesh-networks-to-deploy-during-civil-unrest about an open source mesh network (including the hardware made from easily accessible parts) to be used when governments shut down the internet. It seems the original project is dead, but I did manage to find this repo
https://0xacab.org/kirsa/mycelium-mesh-old/

I have (as of this moment) limited expertise in hardware and protocol programming but I have time and resources to delve into it and perhaps start it back up.

There's several things they mention in the description of the program, such as a lack of encryption, lack of peer to peer, how all messages are saved in nodes, etc. These strike me as someone with not too much knowhow, as bad design aspects.

I would like to dedicate this thread to trying to dig up more info on this project, and for people with more know how to chime in on what ought to be different, if you would restart as the sole dev(s) anyway, or pointers on where to start.
R: 4 / I: 0
what in the heavens do they mean with this formulation?
R: 3 / I: 2
Is this the only safe communications technology out there? To elaborate further, WWII-era encryption methods, such as the German Enigma machine, would not be easily cracked by a modern consumer computer. The Enigma machine was used by the Germans during World War II to encrypt their communications, and it was considered highly secure at the time.

Cracking the Enigma code was a significant challenge and required the efforts of a large team of mathematicians, engineers, and codebreakers at Bletchley Park, including notable figures like Alan Turing. The codebreakers employed various techniques, including developing early computers called "bombes" to assist in the decryption process. It took years of dedicated work to decipher Enigma-encrypted messages.

Modern consumer computers are significantly more powerful than the computing technology available during World War II, but cracking the Enigma code still required advanced mathematical and cryptanalytic techniques. It's important to note that the Enigma encryption was not fundamentally flawed; rather, it was vulnerabilities in the implementation and operator errors that led to its eventual decryption.

However, it's worth mentioning that modern consumer computers, combined with advanced algorithms and techniques, can crack certain encryption methods used during that era if they were weak or based on known vulnerabilities. But the more robust and well-implemented encryption methods, such as the Enigma, would still pose a significant challenge even to modern computing power.
R: 41 / I: 2
All nitter instances are rate limited now
R: 22 / I: 6

Programming Advice

Do you have advice for a software engineer?
R: 59 / I: 15

Search engines are useless

Name a single time you used a search engine to find anything worthwhile. They are even on a conceptual level just a bad way to navigate the web, and on top of that many algorithms are centred around marketing and spam and noise muddles up every result. They remove the interactive aspect of the web which makes it such a unique medium and help commercialize its very content. Stop using search engines.
R: 46 / I: 12
Linux Distro users are good, because it is open source. I won't lie and say linux is good, but if you like linux, what distros do you use?

I'll start
I use Fedora and Manjaro on my two devices, but the one with Manjaro is mostly because i installed it there 2 years ago, and it hasn't broken down yet. If you're considering using Manjaro just don't, I think arch would be better since it's more stable than manjaro probably
R: 40 / I: 2
I bought a framework laptop because my previous one was so cheaply constructed that it literally disintegrated from use.

I quite like it. I'm not going to pretend that buying a product will solve any systemic capitalist evils like ending e-waste or granting a right to repair, but on a personal level, I'm hopeful to be able to avoid some common pitfalls with consumer products like disposability and planned obsolescence by being able to repair this thing myself or replace parts on it. Plus it seems pretty sturdily constructed in the first place. The keyboard's very crisp by laptop standards and is backlit (which is thoroughly unremarkable, but my previous laptop wasn't, because I lived in the stone age), the trackpad's nice, the screen is annoyingly glossy, though it is high resolution with a large color gamut. Hopefully they release a matte screen at some point. And being able to choose where the ports are on it is a bit of a godsend to deal with cable mess.

Thoughts on this thing?
R: 15 / I: 3
Snowden pushed Tor (among other products) under the guise that they helped dodge NSA surveillance which ended up being entirely untrue. This guy is a fraud and he likely always was. Everything he pushes is a honeypot presented as haxxor liberation. Snowden is an Islamaphobic Ayn Rand libertarian who helped spread a mass surveillance tool on behalf of the National Security state and this was branded as a valiant effort for liberation by a network of left liberals cultivated by Omidyar, Thiel, & other Big Tech fascists.

TOR, the epic anti-establishment crypto whatever that Snowden & Assange shilled as hard as they possibly could as the answer to government surveillance (but not corporate data collection, which is fine & anti-statist) was developed in part as one digital tool against China

https://web.archive.org/web/20180107153815/https://akamaitree.wordpress.com/2017/07/25/hidden-agendas-part-one-snowden-the-intercept-the-pentagon-spawned-internet-privacy-movement/
https://reason.com/2015/02/24/edward-snowdens-libertarian-moment-we-wi/
R: 8 / I: 2
Thoughts on Starlink? I'm in the third world and I keep seeing people buying into the hype.
R: 30 / I: 2

Raspberry Pi smartphones and Arduino mobile phones

These are the only cell phones that are acceptable to use without having to rely on Soygle. As of 2019, all commercial cell phones came with a proprietary baseband chip which is basically backdoored spyware. As for GrapheneOS? Don't even think about. There is so much blobbed sources plus the ARM Trustzone backdoor that they claim they fixed (which is horseshit). Oh, and you have to always consoom the newest Goooooooooogle products like an iToddler because of device support issues and the small number of people who work for the project. There is no real guarantee of safety on an Android unless you were running it on a VM.

Pinephones/Librems are horseshit too. Same goes with dumb phones. Your carrier can always log your shit. And 2G/3G getting discontinued in favor of VoLTE spyware. You can probably substitute this with software that helps you change voices, spoof nunbers and so on for the calls. I'd installl Tails OS on it.
R: 38 / I: 5

All AMD Processors Since Phenom II Have BadBIOS Circuitry That Leaks to the Military

Title gives my conclusion from empirical events I witnessed and inside info. PSP runs on the same circuit, but isn't the backdoor per se, which has been around for much longer.

Just like AMD was able to change the crypto algorithms for the Zen chip they licensed to China, they can change how the CPU behaves at any system, even those already deployed. This can be used to sabotage any program or computation, making BadBIOS (uses radio, not sound) vastly nastier than StuxNet.

American military made a grave mistake by giving access to the morons of the Brazilian military, who are letting knowledge of this spread like a fire (and misusing it for petty profit and inside jobs to justify a police state). Israel, UK and France also have access, but are much more professional.
R: 39 / I: 34

Socialist Wallpaper Thread

Post them all
R: 20 / I: 1

OpenStreetMap

https://www.openstreetmap.org
haven't seen any talk about OpenStreetMap on here. any other users/contributors?
I like to contribute using StreetComplete when I'm on walks and JOSM when I'm at home and bored
R: 23 / I: 4

Is there a cooperative Liberapay/Patreon?

Is there an explicitly cooperative FOSS crowdfunding solution?
Or does it need to be created? Most seem to rely on direct donations to individuals (patreon, liberapay) or halfassed, symbolic methods/gestures (opencollective)

The real solution would be a technologically cooperative (each member in the group registers their acc to a ledger and gets auto-payed every time a donation is received to the co-op), free software licensed, with as little layers of mediation as possible.

Peertube is P2P, free software
Mastodon is flooded with anarchists, free software
Lemmy admins are MLs, free software
Fediverse is both integrating and branching relevant projects with each other
Amazon Labor Union (Amazon is owner of Twitch) has ballooned
Matrix has become normalized for development, so has alternatives to Github
Activists use Signal and not WhatApp anymore

With each instance of big tech bourgeois repression the cyberspatial zone of counterpower improves more in quality and quantity

Lay the economic brick on the socialist path, comrades
R: 15 / I: 0

Google Drive Alternative

What's the best way to share files in a small group using a browser, like Google Drive, but not using Google?
R: 1 / I: 0

ducking geniuses

host name
addr
port
usr

thxxx
R: 28 / I: 1

Tor hidden services

Know some good shit on Tor? Let us know. Whether it be substitutes for clearnet services, or just the .onion domain for whatever, or just something cool.

What I found:
>privacytools.io site
privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion
>Invidious (YouTube front-end)
http://grwp24hodrefzvjjuccrkw3mjq4tzhaaq32amf33dzpmuxe7ilepcmad.onion/
(Clearnet version: https://vid.puffyan.us/ )
Requires enabling certain scripts to work unfortunately. You can sign up and make a list of subscriptions though.
>Nitter (Twitter front-end)
http://3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion/
>/leftypol/ (/leftypol/)
http://wz6bnwwtwckltvkvji6vvgmjrfspr3lstz66rusvtczhsgvwdcixgbyd.onion/leftypol/catalog.html

Some things I was interested in hearing about:
>email over Tor (with clearnet email compatibility if possible) (I tried Protonmail and it asked me for SMS, Paypal or credit card to continue, kek no thanks + I had to enable scripts + it made me go through a clearnet URL)
>games over Tor (doesn't matter what, just would be a cool novelty)
>social media over Tor (could be chans, larger social media substitutes, etc.)
>whatever other shit you found that was coolpiratePirate
R: 259 / I: 89

Desktop thread

We're on a new board, so why not a new desktop thread? Let's keep this board active. Hopefully a fresh thread will draw some activity.

You know the drill: post your desktops, talk rice, etc etc.gentooGentoo
R: 13 / I: 0
Anyone have a setup to play downloaded content on the TV?

My current top goal would be to have:
>VPN torrent downloads + easy web interface to add torrents or easy way to upload content via local network
>reasonably cheap
>HDMI

I was reading online and I'm thinking of getting a cheap raspberry pi, installing something nice, and getting an external HDD which are now very cheap.

Interested in learning what setup you have if any.
R: 10 / I: 2
OpenAI chief goes to US congress to propose licenses for building AI.
>"I am nervous about it," CEO Sam Altman said about elections and AI, adding rules and guidelines are needed.
https://www.reuters.com/technology/openai-chief-goes-before-us-congress-propose-licenses-building-ai-2023-05-16/

"Ethics in AI" is so liberal easily co-opted to promote:
- monopoly capitalism (hinder competitors)
- state power (prevent democratization, prevent ordinary people developing AI)
- imperial power (sanctions to prevent non-compliant nation states developing AI).
R: 15 / I: 1
Do I really need to have a github repo showing a bunch of projects that would make executives wet when applying for a programming job now?
R: 149 / I: 23
New Apple product: Apple Vision Pro. What's your opinion? Does Augmented Reality has a future? Does it has an USEFUL future? Apple is betting hard on this.
R: 6 / I: 0

The Art of Ripping

The best method for extracting Blu-Ray source files is through VLC with libaacs installed. CTRL + D in VLC, select Blu-Ray and the mounted Blu-Ray drive, select "Convert" from the drop-down menu, select "Dump raw input" and the destination, then "Start".
Web rips are complicated and depend on the platform

To turn source files into something that most people can automatically run on their media players, you can use FFmpeg on the command line, or settle for its restricted GUI frontend, Handbrake
https://ffmpeg.org/ (https://ffmpeg.org/documentation.html)
https://handbrake.fr/
For a container, MKV and MP4 are obviously the standards
For a video codec, HEVC (x265) and AV1 (libaom/SVT-AV1/rav1e) are currently the most efficient at compression
For audio, opus is roughly 2x more efficient than mp3, with 64kbps being subjectively CD-quality in most cases. FLAC is a solid lossless format. Both formats support 5.1/7.1 channels although mapping them can be tricky and broken in FFmpeg
The trick is to find a compromise between file size (smaller bitrate) and quality. It's better to start off by encoding at the lowest possible bitrate and then moving up incrementally until you find the right one
Subtitles can be taken from the ripped source, done yourself, or imported from a website like Subscene
Extras from the source can be transcoded into their own files
R: 5 / I: 0
Who wants to do some infosec crash courses, anon? Where I, or others, help you learn information security for either attack or defence or both.
I would like to gauge interest for this, and would teach even only one person if that all who is interested.

Lesons will be short and hands on, users will be expected to understand how to use tor.
R: 11 / I: 2

scraping images from imageboards

how do i scrape images/webm/videos from imageboards like this one or any other using wget, how?

bin doin 4cha using this
wget –wait=1 -P qwerty -nd -r -l 1 -H -D archived.moe -A png,gif,jpg,jpeg,webm https://archived.moe/w/thread/2202966/


pls halp
R: 24 / I: 2

/REG/- reverse engineering general

Rendition 1.0
post everything related to reverse engineering here, including but not limited to guides, resources, personal projects, news about RE

here's a handy guide to get you started: https://rentry.co/ReverseEngineering
R: 24 / I: 2

Is a new dotcom boom coming?

I keep seeing news about tech companies having huge layoffs and doing salary cuts. Is it going to collapse? Are software engineers going to paid how much their work really is worth (i.e., next to nothing)? Should I start looking for a new job?
R: 9 / I: 0

Is this AI shit about to make the internet genuinely unusable?

They've already ruined news and articles since you can't search anything up without all of the top results being confidently incorrect AI-generated shit that doesn't even answer your question. What happens when they start generating videos or break down captcha so that even forums get run over?
R: 2 / I: 1

TDE

Linux Desktop Environment: tde, also known as trinity desktop is something i used 2 years ago and its like a old fork of kde 3.5 from around 2005 or so that is still being maintained today. it was an interesting experience and every now and again i wanted to reinstall the de but i sometimes decide against it. so i decided to make a thread on it because i checked that nobody had mentioned anything about it here.

also i find it kind of cool that we are almost on kde 6 and this de is kde 3.5. it's almost like the halfway point

https://www.trinitydesktop.org/
R: 9 / I: 2
If you unironically think AI will serve an actual purpose and you're not one of the handful of people with a chance at monetary benefit from believing this idea, you're basically the person in this picture
You are a precarious petit-bourgeois who hates capitalism because you're too mediocre for it and need to find an escape, no matter how false of an escape it is in reality
R: 9 / I: 1

t9 typing thread

Is there any good open src EN t9 keyboards for Android? currently using GBoard JP in EN mode, but it's a lil clunky and a FOSS option would by default be prefered. before i get too used to this.
R: 17 / I: 1
RIP RARBG
R: 13 / I: 5

RIP Metaverse

https://www.businessinsider.com/metaverse-dead-obituary-facebook-mark-zuckerberg-tech-fad-ai-chatgpt-2023-5
>The Metaverse, the once-buzzy technology that promised to allow users to hang out awkwardly in a disorientating video-game-like world, has died after being abandoned by the business world. It was three years old.
>The capital-M Metaverse, a descendant of the 1982 movie "Tron" and the 2003 video game "Second Life," was born in 2021 when Facebook founder Mark Zuckerberg changed the name of his trillion-dollar company to Meta. After a much-heralded debut, the Metaverse became the obsession of the tech world and a quick hack to win over Wall Street investors. The hype could not save the Metaverse, however, and a lack of coherent vision for the product ultimately led to its decline. Once the tech industry turned to a new, more promising trend — generative AI — the fate of the Metaverse was sealed.
>The Metaverse is now headed to the tech industry's graveyard of failed ideas. But the short life and ignominious death of the Metaverse offers a glaring indictment of the tech industry that birthed it.
Grand promise
>From the moment of its delivery, Zuckerberg claimed that the Metaverse would be the future of the internet. The glitzy, spurious promotional video [https://www.youtube.com/watch?v=VKPNJ8sOU_M] that accompanied Zuckerberg's name-change announcement described a future where we'd be able to interact seamlessly in virtual worlds: Users would "make eye contact" and "feel like you're right in the room together." The Metaverse offered people the chance to engage in an "immersive" experience, he claimed.
>These grandiose promises heaped sky-high expectations on the Metaverse. The media swooned over the newborn concept: The Verge published a nearly 5,000-word-long interview with Zuckerberg [http://theverge.com/22749919/mark-zuckerberg-facebook-meta-company-rebrand] immediately following the announcement — in which the writer called it "an expansive, immersive vision of the internet." Glowing profiles of the Metaverse seemed to set it on a laudatory path, but the actual technology failed to deliver on this promise throughout its short life. A wonky virtual-reality interview with the CBS host Gayle King [https://www.cbsnews.com/news/facebook-launches-horizon-workrooms-virtual-reality-app/], where low-quality cartoon avatars of both King and Zuckerberg awkwardly motioned to each other, was a stark contrast to the futuristic vistas shown in Meta's splashy introductory video [https://www.youtube.com/watch?v=5TJ5ENxCUQs].
>The Metaverse also suffered from an acute identity crisis. A functional business proposition requires a few things to thrive and grow: a clear use case, a target audience, and the willingness of customers to adopt the product. Zuckerberg waxed poetic about the Metaverse [https://www.theverge.com/22588022/mark-zuckerberg-facebook-ceo-metaverse-interview] as "a vision that spans many companies'' and "the successor to the mobile internet," but he failed to articulate the basic business problems that the Metaverse would address. The concept of virtual worlds where users interact with each other using digital avatars is an old one, going back as far as the late 1990s with massively multiplayer online role-player games, such as "Meridian 59," "Ultima Online," and "EverQuest." And while the Metaverse supposedly built on these ideas with new technology, Zuckerberg's one actual product — the VR platform Horizon Worlds, which required the use of an incredibly clunky Oculus headset — failed to suggest anything approaching a road map or a genuine vision. In spite of the Metaverse's arrested conceptual development, a pliant press published statements about the future of the technology that were somewhere between unrealistic and outright irresponsible [https://ez.substack.com/p/mark-zuckerberg-is-a-liar-and-hes]. The CNBC host Jim Cramer nodded approvingly when Zuckerberg claimed [https://www.cnbc.com/2022/06/22/mark-zuckerberg-envisions-1-billion-people-in-the-metaverse.html] that 1 billion people would use the Metaverse and spend hundreds of dollars there, despite the Meta CEO's inability to say what people would receive in exchange for their cash or why anyone would want to strap a clunky headset to their face to attend a low-quality, cartoon concert.
A high-flying life
>The inability to define the Metaverse in any meaningful way didn't get in the way of its ascension to the top of the business world. In the months following the Meta announcement, it seemed that every company had a Metaverse product on offer, despite it not being obvious what it was or why they should.
>Microsoft CEO Satya Nadella would say at the company's 2021 Ignite Conference that he couldn't "overstate how much of a breakthrough" [https://news.microsoft.com/wp-content/uploads/prod/2021/11/Microsoft-Ignite-2021-Satya-Nadella.pdf] the Metaverse was for his company, the industry, and the world. Roblox, an online game platform that has existed since 2004, rode the Metaverse hype wave [https://www.washingtonpost.com/video-games/2021/03/11/roblox-ipo/#:~:text=Roblox%2C%20the%20game%20company%20made,public%20with%20%2441%20billion%20valuation&text=Popular%20gaming%20platform%20Roblox%20went,of%20private%20competitor%20Epic%20Games.] to an initial public offering and a $41 billion valuation. Of course, the cryptocurrency industry took the ball and ran with it: The people behind the Bored Ape Yacht Club NFT company conned the press [https://www.cnet.com/culture/features/inside-bored-ape-yacht-clubs-plans-to-master-the-metaverse/] into believing that uploading someone's digital monkey pictures into VR would be the key to "master the Metaverse." Other crypto pumpers even successfully convinced people that digital land in the Metaverse would be the next frontier of real-estate investment. Even businesses that seemed to have little to do with tech jumped on board. Walmart joined the Metaverse. Disney joined the Metaverse.
>Companies' rush to get into the game led Wall Street investors, consultants, and analysts to try to one up each other's projections for the Metaverse's growth. The consulting firm Gartner claimed that 25% of people would spend at least one hour a day [https://www.gartner.com/en/newsroom/press-releases/2022-02-07-gartner-predicts-25-percent-of-people-will-spend-at-least-one-hour-per-day-in-the-metaverse-by-2026] in the Metaverse by 2026. The Wall Street Journal said the Metaverse would change the way we work forever [https://www.wsj.com/articles/why-the-metaverse-will-change-the-way-you-work-11644229800]. The global consulting firm McKinsey predicted that the Metaverse could generate up to "$5 trillion in value," adding that around 95% of business leaders expected the Metaverse to "positively impact their industry" within five to 10 years. Not to be outdone, Citi put out a massive report that declared the Metaverse would be a $13 trillion opportunity [https://interestingengineering.com/culture/metaverse-is-a-13-trillion-opportunity-says-citi-group-report].
A brutal downfall
>In spite of all this hype, the Metaverse did not lead a healthy life. Every single business idea or rosy market projection was built on the vague promises of a single CEO. And when people were actually offered the opportunity to try it out, nobody actually used the Metaverse.
>Decentraland, the most well-funded, decentralized, crypto-based Metaverse product (effectively a wonky online world you can "walk" around), only had around 38 daily active users [https://www.coindesk.com/web3/2022/10/07/its-lonely-in-the-metaverse-decentralands-38-daily-active-users-in-a-13b-ecosystem/] in its "$1.3 billion ecosystem." Decentraland would dispute this number, claiming that it had 8,000 daily active users [https://www.theverge.com/2022/10/13/23402418/decentraland-metaverse-empty-38-users-dappradar-wallet-data] — but that's still only a fraction of the number of people playing [https://www.theverge.com/2023/3/29/23662293/fortnite-battle-royale-player-count-discover] large online games like "Fortnite." Meta's much-heralded efforts similarly struggled: By October 2022, Mashable reported [https://mashable.com/article/horizon-worlds-is-underwhelming] that Horizon Worlds had less than 200,000 monthly active users — dramatically short of the 500,000 target Meta had set for the end of 2022. The Wall Street Journal reported [https://www.wsj.com/articles/meta-metaverse-horizon-worlds-zuckerberg-facebook-internal-documents-11665778961] that only about 9% of user-created worlds were visited by more than 50 players, and The Verge said that it was so buggy that even Meta employees eschewed it. Despite the might of a then-trillion-dollar company, Meta could not convince people to use the product it had staked its future on.
>The Metaverse fell seriously ill as the economy slowed and the hype around generative AI grew. Microsoft shuttered its virtual-workspace platform AltSpaceVR [https://www.theverge.com/2023/1/21/23565188/altspace-vr-shutting-down-microsoft-layoffs] in January 2023, laid off the 100 members of its "industrial metaverse team," [https://www.coindesk.com/business/2023/02/10/microsoft-disbands-industrial-metaverse-project-report/] and made a series of cuts to its HoloLens team [https://www.computerworld.com/article/3688433/as-microsoft-embraces-ai-it-says-sayonara-to-the-metaverse.html]. Disney shuttered its Metaverse division in March, and Walmart followed suit by ending its Roblox-based Metaverse projects [https://www.modernretail.co/technology/major-retail-players-are-walking-back-their-metaverse-strategies/#:~:text=Walmart%20has%20reportedly%20shut%20down,the%20experience%20%E2%80%9Cas%20planned.%E2%80%9D]. The billions of dollars invested and the breathless hype around a half-baked concept led to thousands — if not tens of thousands — of people losing their jobs.
>But the Metaverse was officially pulled off life support when it became clear that Zuckerberg and the company that launched the craze had moved on to greener financial pastures. Zuckerberg declared in a March update that Meta's "single largest investment is advancing AI and building it into every one of our products." Meta's chief technology officer, Andrew Bosworth, told CNBC in April that he, along with Mark Zuckerberg and the company's chief product officer, Chris Cox, were now spending most of their time on AI. The company has even stopped pitching the Metaverse to advertisers, despite spending more than $100 billion in research and development [https://www.theguardian.com/technology/2022/oct/27/metas-shares-dip-is-proof-metaverse-plan-never-really-had-legs-facebook] on its mission to be "Metaverse first." While Zuckerberg may suggest that developing games for the Quest headsets is some sort of investment, the writing is on the wall: Meta is done with the Metaverse.
Did anyone learn their lesson?
>While the idea of virtual worlds or collective online experiences may live on in some form, the Capital-M Metaverse is dead. It was preceded in death by a long line of tech fads like Web3 and Google Glass. It is survived by newfangled ideas like the aforementioned generative AI and the self-driving car. Despite this long lineage of disappointment, let's be clear: The death of the Metaverse should be remembered as arguably one of the most historic failures in tech history.
>I do not believe that Mark Zuckerberg ever had any real interest in "the Metaverse," because he never seemed to define it beyond a slightly tweaked Facebook with avatars and cumbersome hardware. It was the means to an increased share price, rather than any real vision for the future of human interaction. And Zuckerberg used his outsize wealth and power to get the whole of the tech industry and a good portion of the American business world into line behind this half-baked idea.
>The fact that Mark Zuckerberg has clearly stepped away from the Metaverse is a damning indictment of everyone who followed him, and anyone who still considers him a visionary tech leader. It should also be the cause for some serious reflection among the venture-capital community, which recklessly followed Zuckerberg into blowing billions of dollars on a hype cycle founded on the flimsiest possible press-release language. In a just world, Mark Zuckerberg should be fired as CEO of Meta [https://ez.substack.com/p/fire-mark-zuckerberg] (in the real world, this is actually impossible [https://www.businessinsider.com/why-mark-zuckerberg-cant-be-fired-as-meta-facebook-ceo-2022-11]).
>Zuckerberg misled everyone, burned tens of billions of dollars, convinced an industry of followers to submit to his quixotic obsession, and then killed it the second that another idea started to interest Wall Street. There is no reason that a man who has overseen the layoffs of tens of thousands of people should run a major company. There is no future for Meta with Mark Zuckerberg at the helm: It will stagnate, and then it will die and follow the Metaverse into the proverbial grave.
R: 19 / I: 3

Google will start deleting inactive accounts after two years

First twitter and now google. I wonder what's going on.

>You may have thought a Google account was forever, but the company's latest blog post details a new policy of deleting inactive Google accounts. The new deadline is two years—if your account hasn't seen "activity" in that amount of time, Google is going to delete your data forever.

>The company pitches this as a way to prevent spam. The blog post says that "abandoned accounts are at least 10x less likely than active accounts to have 2-step-verification set up," and once they get compromised, they become vectors for spam and identity theft. Deleting old accounts and freeing up storage is also probably a good way to cut costs, which has been a thing at Google lately.
https://arstechnica.com/gadgets/2023/05/google-will-start-deleting-inactive-accounts-after-two-years/
R: 17 / I: 1

Buying bitcoin

How do I actually buy Bitcoin? I'm using Bisq as like the market since apparently it doesn't have all the bullshit and it won't freeze my money, as well as Electrum as my main wallet (of course I don't have anything in it). But there's nowhere for me to pay money into it so I can't actually buy bitcoin and when I try to find out the problem it just tells me ways to get bitcoin to start when all I need is to pay my currency into the machine to get a fraction of a bitcoin to spend, I don't even need it to be super duper anonymous or whatever. It's so frustrating, if you don't know someone who knows this shit it's as obtuse as a rock. I just hope I don't have to go through like robinhood or any of those fuck companies that I have no trust for. Help would be much appreciated.
R: 42 / I: 6

Is the internet bullshit?

The vast majority of people use the internet to do banking and mail but slightly faster, and watch shitty slop on Netflix or whatever
Social media is a pyramid scheme to defraud marketing agencies using inflated numbers and making people talk about nonsense
None of it is particularly necessary to the functioning of modern capitalism like it's made out to be, and a lot of the infrastructure relies on increasing monopolization i.e. Cloudflare and Google/Alphabet buying up IP addresses and backbone networks which will probably easily collapse during a financial recession just like what happened when the dot-com bubble popped
R: 63 / I: 4

Tor Thread

General thread about Tor.

Is there any problem with going to https://leftypol.org/ and then clicking on the .onion site? I can't store http://76i2c3hn55fcj5nut3tqlboqqbbh23zvphv7lefk3vftpx6wketlanyd.onion/ in my browser because it's in a disposable VM.
R: 13 / I: 2

Reddit

Thoughts on Reddit? I know they’ve quarantined r/genzedong and finding genuine ML subs on there is difficult, but I feel like that crowd can be more amenable to our worldview. There are already a lot of subreddits that focus on workers rights and are anti-reactionary. What’s stopping us from creating our own sub on there and uniting the proletarians of the world?
R: 19 / I: 4
Google is dedicating a huge portion of their IO conference to code automation and job automation. It's no coincidence that this comes just mere months after huge downsizes in both Google and the rest of SV. Tech bros, is it over?
R: 4 / I: 0
>datetime library
>doesnt support conversion to Juche
R: 9 / I: 5
Dataminers have gone too far.
R: 39 / I: 6
bruh
R: 22 / I: 2
You guys do realize that the only *truly private* method of communication through electronics are payphones, right?

>inb4 muh burner phones!

Buy them at the store they can catch you on surveillance and see your receipts. Buy it online and you can still get tracked. Only good in certain scenarios.
>internet & computers
No safe network exists. At least none that are civilian accessible.and a whole bunch of other shit too that the feds have up their sleeves (like using RF to see what you're doing). There are so many faults with using computers for privacy, esp as having any privacy whatsoever is impossible now unless you're Amish, that its reached the point that "internet privacy" has become an oxymoron. Even if there were ways to stay private, it would be extremely difficult.
>but muh Fairphone and Faraday Bag!
They can still track you even with a Faraday device.

https://www.techrepublic.com/article/a-faraday-cage-or-air-gap-cant-protect-your-device-data-from-these-two-cyberattacks/

Also, GrapheneOS is shit.
>cell phones
Your calls can easily be tapped, especially for dumb phone users, even though "privacy enthusiasts" claim otherwise.
>landline phones
The GCHQ already has every fiber line tapped once they reach land. They can simply splice a beamsplitter in cable. Or geosynchronous satellite which allows anybody with a radio receiver to listen into your convos. Copper? Forget about it.
>radio
Can be intercepted by anyone within range. And even though you have encrypted radio, however it is illegal for civilian use (which even then, Quantum computers exist and they can break ANY encryption).

And that's about it, I think.
R: 5 / I: 0
>Joe Russo says AI will be used to “engineer storytelling” in movies.
>“You could save the AI on your streaming platform. ‘I want a rom-com starring my avatar and Marilyn Monroe's avatar,’ and it renders a story with dialogue that mimics your voice.”
this is just deepfake porn but more pathetic
R: 40 / I: 4

i HATE phones

I HATE PHONES

Teachers getting pepper sprayed over phones is not shocking to me. On my first day teaching, I had a girl leave my class and scream at me for asking her to put her phones away. I caught the same girl scrolling tiktok on a serious standardized test. I’ve found a kid using chat GPT on his final essay— it’s blocked on the computers but he emails it to himself from his phone, doesn’t even get rid of the "Sure! Here’s a paragraph…." part of the bot’s response when he pastes it into his essay.

I’ve seen kids taking videos of horrible fights, and I’ve seen kids watching those videos later. It seems both exciting and numbing to them. Sometimes they’re texting when I’m talking, and they say they’re talking to their parents. Why are you texting your kid? Stop.

I had one kid lose his phone when he came back from a suspension after posting threats, but he was still on his phone in my class because he handed the administrators his old phone instead of his real one.

Sometimes you suggest to administrators that none of them should be allowed to have phones, and they say it’s a safety issue. You lock away a basket of phones into a closet down the hall during a standardized test because they won’t stop beeping, and your department chair tells you that you could get in trouble for unwarranted seizure.

You do your duty and tell parents their kids are on their phones, and they tell you they thought their ADHD kid was allowed to have a phone in their educational plan. If you say they aren’t, and read to them their plan, then they demand that their child get ten minute cool-down breaks— where they go in the hall and look at their phones. It goes into the plan.

The accommodation I need is for you to read, listen, talk, and write without looking at your phone. These kids use their phones to cheat, to torture each other, to shop, and to essentially spoil their youth and their last chance for a free education. If anyone tells you this isn’t prolific in American schools, they are lying to you or they have the type of brain worms where they think digital technology is helping people and not wrecking our brains. If you’re in your 30s+, you are basically from the Before Times, and you’re probably ontologically different from younger generations because of smartphone exposure.

I want to throw my phone down the well. I don’t like how accessible I have become to other people in all the things I do. I don’t want to answer any more questions. I don’t want to be known. I think I want to go back to letters. We date on the internet, fuck on the internet, die on the internet. It’s hollow & it just makes me feel hollow.

In my farming community, last night all the neighbors had bonfires during the full moon. I sat with a bug scientist who found the first swarm of killer bees in our state. They killed a goat in a factory town. There was a pack of howling coyotes in the mountains very close by, under the planet Jupiter. This younger generation is going to miss out on the natural world, on learning, and on listening to stories. They’re not going to experience the fires, they’re going to watch the fires on the screen.
R: 1 / I: 1
Remember when RFID blocking was all the rage?
https://www.npr.org/sections/alltechconsidered/2017/07/04/535518514/there-are-plenty-of-rfid-blocking-products-but-do-you-need-them

>Still, people are worried about electronic pickpocketing — worried enough to strap on RFID-blocking fanny packs, even skinny jeans.

lol
R: 0 / I: 0

A letter from Ivan

<Problematic development with regard to drive encryption. luks and (less suprisingly) bitlocker.

Hello,
I am writing to give some news about my detention and investigation.
The “attentions” that the prison administration (and/or the preliminary investigation judge?) show me continue. More reprisals for my hunger strikes? Who knows.

In any case, on February 14 there was the third search of my cell (after those of December 6 and January 9). Around 7:30 p.m. the ERIS (anti-terror cops) arrived, with helmets, balaclavas and shields. There were a dozen of them, one officer was holding papers, on the first one I could see my photograph. Ours was the only cell searched in this section (but they let a dog through the corridors), two other cells in another section, I don’t know in the other buildings. The prison warden, Michael Merci, and the assistant warden were also there, watching, from behind the glass doors.
As soon as we were out of the cell, they handcuffed us, me and my concellino (who had been here in the section for just a week) and took us to the shower room, on the ground floor, for the traditional body search. We were locked in the showers during the two-hour cell search.
They found a cell phone with a charger. On Tuesday, March 21, I then went to the disciplinary board. As punishment, I am deprived of the spesina for 30 days.

On March 30, same thing. The ELAC (the prison security “squad”) arrived and the story started again.

As for the investigation, in recent months new elements have been incorporated into the dossier. The most significant is that the police were able to gain access to my computers, even though they were encrypted.
The one at work, on which Windows is installed, is encrypted with BitLocker. A report incorporated with the file earlier says that they had already tried to access it during my police detention, but had not succeeded. But in September, the Brigade d’appui en téléphonie, cyber-investigation et analyse criminelle (Brigade of support in telephony, cyber-investigation and criminal analysis) sent SDAT a copy of the hard drive. In the report, they explain only that they booted the computer with a USB stick and then used the AccesData FTK imager 3.3.05 program to copy the hard disk. But they do not mention the decryption operation itself.

My personal computer, running Ubuntu 18, is encrypted with Luks (the password is more than twenty characters: letters, digits, punctuation marks…). I did not find in the file any indication of the means they used to decrypt it, but again they made a copy of the hard drive. There are even files that had been deleted and e-mails that had been downloaded with Thunderbird (and then deleted).
They found nothing that could be related to the fires I am accused of. But I think the very fact that they were able to have access to encrypted hard drives with programs supposed to be inviolable should be known as widely as possible.

My mail continues to be severely slowed down (on average, I receive letters a month and a half to two months after they are mailed): the preliminary investigation judge reads all the letters I get and write. Four of my letters were photocopied and incorporated into the file: two that I had written to people from the anti-prison magazine l'”Envolée,” one addressed to Boris (the comrade from Besançon who is in the hospital following the fire in his cell, in the Nancy prison, in August 2021) and the one, addressed to the Gare, near Bure, in which I explained that in “my” dossier appears the complaint that the editor-in-chief of the regional newspaper l'”Est Républicain” filed against the administrators of the website burebure. info for reproducing the claim of a car fire at the newspaper (a fire for which I am accused)

Otherwise, my preventive detention has been extended until mid-June.

I am fine, my spirits are high and I am sorry I cannot be in the square these days.
A thought in solidarity for Alfredo (and all the compas in prison).
Solidarity is the attack!
Long live anarchy!

Ivan
April 8, 2023

* * *

Comrade’s address:

Ivan Alocco
N. d’ecrou 46355
Maison d’Arrêt de Villepinte
40, Avenue Vauban
93420 Villepinte
France

Source: https://lanemesi.noblogs.org/post/2023/04/09/qualche-novita-su-ivan-recluso-nel-carcere-di-villepinte-francia-8-aprile-2023/
R: 1 / I: 0
Free DNS is a dynamic DNS domain sharing project that offers free subdomains that can be registered and administered by members

List of domains available to register a subdomain from: http://freedns.afraid.org/domain/registry/

You can volunteer any domain that you own to the project, too
You can set it so that you can give your approval to a subdomain before letting it be registered (private) or waive the right to approve (public)
R: 0 / I: 0
how stupid would it be to accept an artificial intelligence job when i only have experience with good ol programming
R: 16 / I: 5
Does anyone have a site or video playlist to learn C++ from scratch?

I'm doing terribly in my course's Programming class because I'm completely lost and didn't do any assignments
R: 29 / I: 1
Am I overreacting if I think "AI" will lead to the complete death of the internet as a global interconnected place to interact with other people? At best governments and corporations will force you to ID any movement online to separate you from the bots.
R: 2 / I: 0

Wow a bot that has access to the internet got a 100 on a test that’s fucking nuts

AI alignment stuff is exactly the same as the woke/anti-woke grift cycle. It's not a genuine expression of concern or values, it's about forming a second-order cottage industry of performative assent or dissent for clout and cash. They love their objects of critique for this. Not one of these "AI alignment" guys can explain to me how a LLM is going to take over the world lol. You can totally sense the grift from a mile awhile.

‘if one wants to control a process, the best way of doing so is to subordinate the present to what is (still) called the future, since in these conditions the “future” will be completely predetermined…’
—Lyotard, ‘Time Today’
R: 20 / I: 14

Fortnite and VRChat have achieved more of a "metaverse" than any web3 project to date

They're desperately trying to come up with any angle for VR that isn't video games. How Meta thinks of VR makes me think about all those tiktok accounts that are like you shouldn't spend ur free time enjoying things, u should be doing Google surveys so that u can afford a lambo.
With all the stuff you can do in VR, the best that Meta's marketing team can come up with is "you can look at really high res images".
R: 10 / I: 2

Marxism fed Machine Learning

We should make our own model revolutionary model language, show the world that sentience is nothing more than dialectics + computing power.

So how feasible it would be to make an "AI" fed by marxists.org and theanarchistlibrary.org with most of the scientific, economic and social data we can give it?
R: 0 / I: 0
Are anons on here still using a swap?
Recently i had to create one again, since memory usage of my web browsers gradually went up to 73%.
I'm also curious if anyone has tried zram/zswap on linux before and whether they noticed significant size or performance benefits.
There is also this neat program for X-Windows called xsuspender, that reduces cpu time of unfocused gui processes, making them periodically swappable.

ITT share tips for coping with memory hogs
R: 40 / I: 59

CS pdf dump

A thread for posting PDFs related to software, IT, programming, hacking, networking, math, technology, engineering, and science in general.
R: 17 / I: 0

The Electron Question

People love to moan about Electron, but is there any practical alternative to it?
R: 15 / I: 4

Twitter "algorithm" goes open source

https://github.com/twitter/the-algorithm
What does /tech/ think about it? It's AGPL.
R: 3 / I: 0

Idea for distribution

How would I go about making a large database of resources? One that effectively tracks their consumption and production and would allow for the addition of new users easily? Something anyone with an internet connection could connect to.

What’s the legality of this stuff?
R: 484 / I: 71

/nu-imageboard/ megathread

Every few months, people come up with an idea to create a new imageboard, since mostly everyone is dissatisfied with the state of vichan/lainchan, or thinks they can do it better. Having better software would greatly enhance the experience for both regular users and mods, and have more crossover appeal to “normies”. The problem is that no one can agree on the technical or more importantly non technical decisions on how one would go about making an actual, usable replacement for lainchan.

In fact, people don't even agree on whether the imageboard replacement should be an imageboard at all. This thread is a merged, consolidated, megathread of all the various attempts at answering this question that people have made.

Previously, there was a thread on outreach to lainchan, including a strawpoll:
https://lainchan.org/%CE%BB/res/26674.html

The poll determined it should be built in Java, but a significant minority wanted to use a functional programming language, esp. Haskell, or Clojure/Lisp.

The only way a new imageboard will be built is if multiple people, technical jannies and lurker-programmers, from here and lainchan and even elsewhere, actually collaborate on a single project and concentrate their efforts on this.

There are important technical and non technical questions to be answered.

Namely, do we even want an imageboard?

Some anons have suggested a radical re-imagining of the medium of anonymous communication where boards are replaced with tags. Some want named accounts, some want textboards, the ideas are endless. Is there anything to be improved upon with the imageboard concept, and if so, what? If reddit is an improved version of the phpbb type forums of old, what does a “modern” version of a chan look like?

Feel free to use this thread for any polls, discussion, of the formats, technical, or non technical decisions related to a vichan replacement both for this site and in general.

Also comment on:

Concept: Classic Imageboard vs something else
Architecture: Monolith vs Microservices
Distributed: Distributed/Federated vs Standalone
Front end: SPA (ex: Angular, React) vs Server Side HTML templating
Backend Language: Java, C#, Lisp, Rust, Golang, PHP, etc.
Database: SQL vs NoSQL
R: 145 / I: 14

red swarm: leftist hacktivism

pdf on left wing hacktivism
R: 1 / I: 0
china's firewall is not really a firewall or a dns blocker, it's an actually sophisticated machine learning system that WILL fuck your shit up
R: 19 / I: 2

Bullshit /tech/ Jobs

> I’ve been employed in tech for years, but I’ve almost never worked
https://emaggiori.com/employed-in-tech-for-years-but-almost-never-worked/
Okay bros, which one of you snitched? I thought we all agreed not to let the non-techies find out that we are paid mad money to do nothing.
R: 9 / I: 1
Why are certifications valued more than degrees, even if they are much easier and cheaper to get? What's the freaking point of wasting years and/or millions in college then?
R: 13 / I: 7

/SRE/ general

>Site reliability engineering (SRE) is a set of principles and practices that incorporates aspects of software engineering and applies them to infrastructure and operations problems. The main goals are to create scalable and highly reliable software systems. Site reliability engineering is closely related to DevOps, a set of practices that combine software development and IT operations, and SRE has also been described as a specific implementation of DevOps.

This is a thread for all discussion of Site reliability engineering

SRE is usually used at larger organizations which have multiple applications, services, etc. Where it gets confused with devops is that devops is automation and streamlining of traditional sysadmin tasks related to integration and deployment pipelines, essentially programmatically managing traditionally manual processes like testing and deployment to various environments. Whereas SRE is automating sysadmin tasks related to performance, observability, and reliability, as is in the name. The job devops engineer is replacing is the traditional sysadmin, wheras the job the SRE is replacing is whats known as a production support engineer or creation software engineer, less well known but essentially a SWE who's job it is to support applications. Its not support like helpdesk-install windows or whatever, its support engineering of an application, or set of applications, restarting scheduled jobs, database tasks, debugging java code, if heap utilization is too high or whatever. Essentially providing L2 support for complex enterprise or microservice type applications (L3 handled by the SWE's).

SRE is automating those tasks and building software that automatically monitors ops and programmatically restart services, etc. Essentially automating the job of a traditional production support engineer so that the system self heals and automatically detects and solves common issues by itself. Google invented SRE role so that it could create the outside appearance that the service is always up. The most extreme example is the chaos engineering/chaos monkey approach to SRE invented by netflix which had its reliability engineers invent tools that automatically crash certain servers in production so that they could make sure the system keeps running no matter what.

So both SRE's and DevOps engineers are focusing on automating traditional sysadmin tasks so they overlap, however their focus is slightly different on the types of tasks. SRE's are usually either devs who transitioned to prod support/ops or system administrators who learned how to code. At FAANG type companies SRE interviews have SWE type leetcode questions as well as being grilled on the detailed internals of linux, kernel, OS, etc. At lesser companies it may simply be a retitled application support engineer.

SRE is the new hotness and more and more organizations are retitling their prod support teams as SRE and teaching them python/golang, cloud, and obserability (Splunk, etc.). Lots of companies are hiring "SRE" but the industry hasn't quite settled on a standard set of job duties. At FAANG SRE are considered as SWEs and on the same payscale. However at other companies they may be considered ops. In general SREs have a higher level of pay, due to it being the new hotness, but we will see how long that lasts.
R: 21 / I: 2

Golang sux

I'm not a huge fan of go because the language is essentially the fixed gear hipster bicycle of programming language. The whole golang started as essentially another version of the Plan 9 version of C started in the early 1980s. Even the golang mascot is literally a copy of "glenda" the plan 9 mascot:
https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs
The designers of go essentially decided to eschew every advance in programming language theory from after the 1970s and just recreate another version of C: an imperative, structured language with no FP/OOP features, generics, etc. with a focus on distributed systems. Go also has some significant drawbacks, like the fact that concurrency is pretty difficult and error prone, just as it would be in C. That's fine for some use cases but the idea that this could be a generally applicable programming language is nuts. Golang could probably be used in a lot of places where C, C++, Rust, etc. could be used.

But the idea of writing general purpose back end enterprise/web software in it is pretty unappealing to me. I sincerely hope it doesn't catch on in these spaces.
R: 13 / I: 5
>When it comes to sharing AI experiences with your friends, there's no place like fbi.gov. Today, we’re introducing new AI experiments, including an AI chatbot named Clyde, AutoMod AI, and Conversation Summaries, and launching an AI Incubator.
It's all so tiresome.
R: 10 / I: 0
sup leftypol. so i have this simple script in Greasemonkey that i use for redirection

// @run-at   document-start

switch(location.hostname) {
case "www.example.com":
  	location.hostname = "www.example.mirror"
 break;


now sometimes i can't connect to example.com and get hit with a "The connection has timed out" page. now the problem is GM doesn't work in such pages. is there anything i can do? doesn't need to be js specific, i don't mind changing stuff in /host. i use firefox btw
R: 3 / I: 0
Time Travel isn't possib–
R: 14 / I: 2
Why does software gets slower and slower despite hardware getting faster and faster?
R: 3 / I: 0
From the Guardian article about Bullshit Jobs.

What unlikely uses of technology have you found?
R: 19 / I: 1
Twitter API becoming a premium service in a few days
R: 27 / I: 5
blu-rays are an unnecessary gimmick
reject false modernity, re-embrace DVDs and VHS
R: 35 / I: 2
What would be the most anti capitalist programming languages? What i mean by this is what languages would be widely used if what becomes popular wasn't determined by what companies hire for and put money into and the number of people coding in these languages due to past establishment in industry making it predominant. With that said also a language with memory safety and other precautions against potential exploits from bad actors and be more friendly for FOSS development so the language itself has to be open source to prevent possible shutdown from lack if further advances to it from companies. Do many languages fit this? If not perhaps one should be developed.
R: 16 / I: 4

NFTs

can you redpill me on NFTs? I know they're a scam, but can we use it to fund socialist movements around the world?

for shits and giggles I minted an NFT
https://opensea.io/assets/0x495f947276749ce646f68ac8c248420045cb7b5e/21128940023071335023824645527248015939074777217374729780283244897312868139009/
I was surprised by how easy it was. the only catch is that you have to pay the market something like $60 to have the NFT listed, which means that people have to sell a NFT for at least $100 to make any money.
R: 3 / I: 0
>Apple's retail employees are reportedly using Android phones and encrypted chats to keep unionization plans secret
iToddlers BTFO.
R: 22 / I: 4
Should programmers be required to study the history of their field so that they stop constantly reinventing the wheel? What would be some good books to do so?
R: 9 / I: 1

LIBGEN SITUATION

Status update?
Is the site back? Is it trustworthy?
What about the onion version?
R: 6 / I: 0

Stack Overflow use

How dependent are professional programmers on Stack Overflow? Based on what I see online it seems that most of them couldn't even write a single line of code without it, but I'd like to believe that 99% of programming discussion online is by students and for students, and people whose job is programming are not as incompetent as they are made to be seen based on their "memes" and discussion forums. I would imagine a competent programmer would need to consult Stack Overflow very rarely.
R: 13 / I: 0

Windows noob asking for urgent help

I've been using Linux exclusively since I was 13, which happens to be 20 years ago, lol. I'm trying to apply for jobs, and they've sent me an "online meeting app's" (Skype, Microsoft Team, etc. clone's) link that only runs on Windows.

I'm totally out of the loop, mates. How do I install a Windows (TM) system on my spare laptop? Do I just download an .iso file from Piratebay (and if so, which? plz link) and burn it somehow (plz link Linux software to use) onto an USB stick?

I feel like a child here, please help me out.

Worst part? It's for a job at Huawei, a Chinese coop, that you'd assume would be more Linux-friendly. Sure, they offer an Android version, but guess what, it requires registration providing your phone number, that doesn't include my country's intl. +xx call code. Lol.
R: 14 / I: 2
What do programmers actually do at their jobs?
R: 6 / I: 0

Amazing

This is amazing
Need I say more?
R: 3 / I: 0

code Ai assitants

There are a bunch of these code Ai assistants
here's a list:
https://sourceforge.net/software/ai-coding-assistants/

Are any of these any good and compatible with free libre software philosophy ?

Code pilot for example is out because it copy-pastes code from git-hub without giving attributions or adhering to gpl.

Are there any risks of using these?
Are they doing anything malicious ?
R: 9 / I: 0

Does anyone know darkweb/deepweb communist guerrilla and insurgency sites?

I've been only have to find a American Maoist Prisoner website if anybody knows such sites please document them. I think all communist insurgency groups must utilise darkweb for propagation of their doctrine.
R: 5 / I: 0
https://youtu.be/jLiHLDrOTW8
Fascinating
R: 10 / I: 2
Why are proprietary software allowed to use Github to distribute their malware?
R: 46 / I: 7

Linux Musicians' Thread

Some breakthroughs have led me to finally and definitively abandon microshit's spyware.
I had been staying on wangblows for the audio software but had no idea Linux production had come so far.

My DAW [Renoise] has a fucking excellent native linux version that exceeds WIndows performance in some cases. Grabbing audio to feed into its sampler is easier than ever with youtube-dl and ffmpeg.
yabridge lets you convert Windows VSTs to run through Wine, the ones I've tried have worked seamlessly albeit with a little overhead.
Takes a tiny bit of elbow grease to get it optimized enough for serious use, but it's pretty simple once you get past initial setup and it even supports VST3.

Feels pretty good to be making music on a system I have so much control over, it's actually given me a lot of inspiration to work on new material.
Are you a composer or producer who runs Linux? What's your workflow/software?
R: 19 / I: 5

Wikipedia Redesign

Wikipedia looks like shit now. The lack of borders makes the page harder to navigate and the floaty sidebar looks janky and irritating in my peripheral vision.
You can still use the old skin though by appending '?useskin=vector' to the url, most conveniently by writing a rule in any redirector addon.

>Wikipedia articles will now have a maximum line width. Research has shown that limiting the width of longform text leads to a more comfortable reading experience, and better retention of the content itself.

https://wikimediafoundation.org/wikipedia-desktop/
This is just terrible web design.

ITT discuss the new wikipedia layout and website skinning in general
R: 2 / I: 1
>try to download some series I came upon that looks cool
>grab the magnet link
>click on qbittorrent, specifically set to never ask for updates so that windows won't recognize anything
>pop up: windows has blocked the execution of malicious software
>even the qbittorrent icon disappears in an instant from my desktop after clicking ok
FUUUUUUUUUCKK
Linuxsigmas… I kneel
R: 1 / I: 0

Qubes revert feature

I accidentally deleted my whole vault home dir because I'm stupid, with all my important passwords, keys, etc.

I was looking for ways to fix it and found out that with qubes by default keeps snapshots from the last shutdowns of each vm, at least for the private partition. I just reverted and it was fine. The end.
https://www.qubes-os.org/doc/volume-backup-revert/
This is just a PSA i guess. I never knew qubes was good for keeping your data safe from yourself even. Try it if you haven't used it
R: 1 / I: 0
Retvrn…
R: 0 / I: 0

Even More Wayland Compositors

https://www.youtube.com/watch?v=3ICe6nAO46o
R: 9 / I: 0

Amazon Alexa is dying

https://arstechnica.com/gadgets/2022/11/amazon-alexa-is-a-colossal-failure-on-pace-to-lose-10-billion-this-year/

>Alexa has been around for 10 years and has been a trailblazing voice assistant that was copied quite a bit by Google and Apple. Alexa never managed to create an ongoing revenue stream, though, so Alexa doesn't really make any money. The Alexa division is part of the "Worldwide Digital" group along with Amazon Prime video, and Business Insider says that division lost $3 billion in just the first quarter of 2022, with "the vast majority" of the losses blamed on Alexa. That is apparently double the losses of any other division, and the report says the hardware team is on pace to lose $10 billion this year. It sounds like Amazon is tired of burning through all that cash.


>We have to wonder: Is time running out for Big Tech voice assistants? Everyone seems to be struggling with them. Google expressed basically identical problems with the Google Assistant business model last month. There's an inability to monetize the simple voice commands most consumers actually want to make, and all of Google's attempts to monetize assistants with display ads and company partnerships haven't worked. With the product sucking up server time and being a big money loser, Google responded just like Amazon by cutting resources to the division.


All the questions people ask are about the weather or to play music. No one buys shit on alexa which is what they hoped for. Millions of dollars burnt for nothing creating a solution to a problem no one had.
R: 15 / I: 3

Physicists using Python

Why do physicists use Python so much and prefer it to most other languages? Is there something special about Python in physics/biology/science in general that makes it better for scientists?
R: 23 / I: 5
Hactivist and cyber security researcher finds exposed servers containing the No Fly list

https://maia.crimew.gay/posts/how-to-hack-an-airline/

Also why do so many facilities with sensitive documents seem to never configure their shit properly? Why do they keep getting trusted with said documents? Especially schools and hospitals.
R: 8 / I: 1
would it be possible to set up a non-spying reverse image search service
R: 25 / I: 1

/ditg/ Dead Internet Theory General

Talk about why every single site except reddit and fbi.gov has been complete and utterly abandoned.

>Interesting things going on

Browsers are all forcing https by default. On the surface this sounds like a good idea but in reality it's part of a larger plan of control.
Website owners are now at the mercy of the cert authorities. Host something they dont like? you cert gets revoked and now your site wont load on 99% of web browsers.
you have been shutdown.

>What is the dead internet theory?

Dead internet is partly caused by a generational problem, zoomers just want to be where they're friends are. it's understandable, we even did the
same back in the 2000s. everyone was on AIM and myspace. The only difference is those platforms actually did allow free speech back then. now the
internet has become more centralized and a handful of big corps run it all. they are in charge of what gets said on their platforms. not you.

>big techs goal

Big tech is fighting a future war. They know the young are the future. It’s about indoctrination. They are building their vision for the future. A dumbed down controlled population.

>What is the purpose of these threads?

To start a community outside of those corporate owned platforms.
To have a place to discuss things without having to self police yourself.
To discuss and share decentralization technologies.

Official IRC chat: #deadinternettheory on Rizon

Webchat link for zoomer cattle: https://kiwiirc.com/nextclient/irc.rizon.net

Chose a nickname and enter #deadinternettheory into the channel box, click start.

Matrix room: https://matrix.to/#/#deadinternettheory:matrix.org
R: 6 / I: 1

Legacy and Arcane

Is there a reason why a person studying and trying to get into the industry shouldn't learn legacy stuff?

Namely is there a potential for a sort of job specialising in it?
R: 48 / I: 8
honestly if you can't solve problems like this, you shouldn't be in tech
R: 3 / I: 3

AI art thread

Does anyone know where I can get one of these bad boys on my PC and without limitations? One of the ones that can actually do faces obviously.

I also archived the old AI thread from leftypol.

https://leftypol.org/leftypol_archive/res/568382.html

Or as a short term thing can anyone put in a prompt for me, I said I would do my D&D character art today and I ran out of time to look into it lol.

I guess the prompt would be 'balding medieval monk petting wolf' or something like that. Thanks a lot in advance.
R: 28 / I: 2

A PROPER XMPP CHAT CLIENT

Currently, the best you can hope for when looking for a secure XMPP client is Pidgin and Gajim, which is not ideal. Aside from rampant security issues and lackluster development/maintenance, there is no integrated OTR and OMEMO support.
Historically, the reason for this disappointing selection has been due to the sabotage of porkies like at AOL or Microsoft who purposefully killed the project so their own software could hold a monopoly.

So, in the spirit of communism, I'd like to propose an autonomous community project for developing and maintaining a client:
- Multiplatform (Linux, Windows, MacOS, iOS, Android)
- Modern, default features for stuff like end-to-end encryption and media sharing, etc.
- Proper delegation of dev duties according to principle of mutual aid. Individuals contribute what they can and the group determines how it fits into the project and how the individual could be supported in their contribution
- Up to date with https://xmpp.org/extensions/
- In-built default OTR, and for groupchats, OMEMO. The client shouldn't generate keys for the user though

Pointless, confusing modularity on the user's end can instead be done for them by a smart, mutualistic development team that are themselves users that want a proper chat client.

Let the ruling classes tremble at a communistic secure chat client!
R: 10 / I: 1

Linux Insecurities

https://madaidans-insecurities.github.io/linux.html
This article shows a plethora of holes in Linux, problems which even Windows has methods to curb. It seems like the current model for linux kernel development somehow is failing (either in lacking funding, or something else). What will it take for Linux to catch up to corporate alternatives?
R: 35 / I: 4

The PC Programs

Linux, Windows or Mac

You like and use, Post 'em

I'll start

7zip the best file archiver
https://www.7-zip.org/

Honeyview, Imageviewer handles all images and gifs and zip images too
https://www.bandisoft.com/honeyview/

Goodbye DPI, helps bypassing region blocks, not a VPN but it's something
https://github.com/ValdikSS/GoodbyeDPI

Media Preview, helps you customize the thumbnail of your files and pick what frames it should use
I can't find the official site, I just see filehippo and softonic, dunno if these sites are safe anymore

YAC Reader, this is the best I've found for reading comics, It has a magnifying glass feature and also a library shuffle side
https://www.yacreader.com/downloads

Revo Uninstaller, It's a paid software but man if it isn't the best to get shit out of your PC, It's the IDM or uninstallers
https://www.revouninstaller.com/products/revo-uninstaller-free/

mpv.net, UI Player for mpv, the best
https://github.com/stax76/mpv.net

MPC-HC, another player, fork of MPC
https://github.com/clsid2/mpc-hc/releases

Sharik, transferring shit from your PC to Phone without using a cable, over your home wi-fi
https://github.com/marchellodev/sharik

Tell me yours, preferably open source
I'm looking for you new stuff, I want to replace Sumatra PDF and Musicbee
R: 12 / I: 0

Australian schools ‘flying blind’ on use of ChatGPT and other learning technology

https://amp.theguardian.com/australia-news/2023/jan/10/australia-lagging-behind-on-ai-learning-tech-for-classrooms-report-suggests
>Australian schools are “flying blind” and lagging globally on the use of artificial technology in classrooms, the author of a report on edtech has argued.
As long as the teacher critiques the text in dialogue with each student individually it's fine and likely more beneficial for each student than a world without automatic text generation however flawed
R: 29 / I: 15

Software Architecture General

>Software architecture refers to the fundamental structures of a software system and the discipline of creating such structures and systems. Each structure comprises software elements, relations among them, and properties of both elements and relations. The architecture of a software system is a metaphor, analogous to the architecture of a building. It functions as a blueprint for the system and the developing project, which project management can later use to extrapolate the tasks necessary to be executed by the teams and people involved. Software architecture is about making fundamental structural choices that are costly to change once implemented. Software architecture choices include specific structural options from possibilities in the design of the software.

This is a thread for general discussion of software architecture, the high level design of software and software systems. PDF dumps also appreciated.

Note: Software architecture is separate and at a higher level of abstraction that for example, object oriented design. There are specific patterns, methodologies, etc. for software architecture just as there are design patterns for OOAD.
R: 5 / I: 0

removing superfluous text before making a TTS audiobook?

i use text-to-speech to generate audiobooks from large amounts of text. However when I use ebooks as the input there's a lot of shit like line breaks, end-line hyphens, page numbers, citations, headers, footers, and other junk that I don't want in there. Within reason, what's the best way (other than manually doing find and replace with regular expressions) to clean up text before processing it with TTS?
R: 5 / I: 0
My pc is turning only the led and fans, no peripherals and no image, I tried changing the memory slots but no success, what could be the culprit?
R: 7 / I: 0

'ai' idpol filter

i would like to discuss an idea thats been floating around in my head for a while, i haven't seen this brought up anywhere yet

trying to devise a way to actually organize effort around a common goal, primarily a primary defense against getting psy-op'd

the general idea is to make an ML algorithm, NN, what-have-you, that is designed to filter out common idpol/psyop from discussion and return concrete, actionable information. what's being suggested is essentially a great equalizer, it flattens the playing field so that the work necessary can be done without worrying who's glowing. typical glow tactics would be programmed in, and divisive messaging would simply come out as 'please remove me from the group cause i'm not in a position to actually help'.

for example, your org is going to do up a mutual-aid. someone still liberal would typically be crying and complaining about how they're oppressed black disabled lesbian muslim etc. etc. the algo would filter that to the recipient and turn it into something like, "I'm in a position where I need financial assistance before I can actually help with this thing". Then resources could be distributed to them accordingly, freeing them up to be actually useful.

maybe not the best example but interested in feedback
R: 63 / I: 5

Google is a lie.

There are no search results after page 40.
Try every category, every word the millions are a lie.

05:30
https://www.bitchute.com/video/4XukZxTIIQ74/

Every search engine is the same.
R: 46 / I: 12

Dark Nets

Share and discuss various p2p alternatives to HTTP/S

https://www.torproject.org/
Onion router, stable despite a bunch of attacks
https://freenetproject.org/
Small-world network based on encrypted key-based routing
https://geti2p.net/
Distant fork of Freenet that uses garlic routing
https://ipfs.io/
Built on distributed hash tables that consolidate data with similar hashes
https://beakerbrowser.com/
Torrent-ish web browser that can view websites on the Dat protocol
http://anonet.org/
Friend-to-friend network that does not rely on you setting up a router or having to seed or anything

There's also Lokinet and ZeroNet but they seem weird and gimmicky
R: 9 / I: 0

Stable Diffusion Texturing

https://www.reddit.com/r/blender/comments/zmomxw/stable_diffusion_can_texture_your_entire_scene/

Stable Diffusion can now texture your entire scene automatically in blender. This will greatly increase the output of small devs IMO as it will multiply the amount of content they can create.
R: 70 / I: 4

Spotify

How bad is Spotify?

It's a bourgeoise vice, but I really like it. I hate having to search all over the web to pirate albums, organize those albums in my desktop, and transfer transfer both to my phone and laptop from my desktop. Spotify just makes the process so much easier. I can listen from any device I want. I want to add some songs to my playlist? I search it up and add it in a matter of seconds. I want to share music? I copy a link and send it over in seconds. Spotify has 99% of the music I listen to and I don't even listen to mainstream stuff.

Should I really make the effort to switch back to pirating? Should I stop prioritizing comfort over data security? What does /tech/ think?international_brigadeInternational Brigade
R: 3 / I: 0
Reminder that Vicky is canonically a computer hacker.
R: 5 / I: 0

Job Titles

Anyone else confused about them? I thought "senior" would mean someone with like a decade of work experience in the field, but I keep seeing people get promoted to it after only 2-3 years of working. Is there any meaning behind the titles or is it seen as just some extra benefit of "prestige" companies throw around to attract/retain people?
R: 7 / I: 2
The STEM student -> defense contractor pipeline is a serious issue in this country. In many places and some fields, a greater majority of available jobs are like defense contractors. That shit is bleak and horrifying man. They'll be like "assist in creating autonomous ai for delivering payloads towards targets" and knowing exactly what they mean lol. I took a robotics software class where we discussed "efficiently tracking multiple moving targets with distinct trajectories" as like an academic problem and briefly wondered if I hadn't chosen the wrong field of study.
R: 10 / I: 0

Tumblr joining fediverse

https://nitter.net/photomatt/status/1594587024245260289

Tumblr is going to joining the fediverse soon.
R: 11 / I: 2

Middleware pilled

Why does /tech/ never talk about MIDDLEWARE and integration, despite it being such a huge part of enterprise stuff?

I mean JMS/Kafka/Camel/Artemis/ActiveMQ/RabbitMQ, ESBs, etc.

Ques, distributed streaming, event sourcing brokers (kafka), etc. not to mention cloud pubsub systems.
R: 15 / I: 0

Java Study Group

THIS IS A STUDY GROUP FOR Oracle Certified Professional: Java SE 17 Developer 1Z0-829

My motivation in studying this is that my employer is soft requiring me to have a Java cert to be promoted, and this is the latest one. I bought a hardcopy of the book+practice exams and will be posting quotations from it here.

Anyone who wants to either learn modern Java (17+) or study for that exam feel free to follow along.
R: 27 / I: 1
> Amazon makes custom CPU (AWS Graviton)
> Google makes cusom CPU (Google Tensor)
> Microsoft makes custom CPU (SQ3)
> Apple makes custom CPU (M1)
> many other big tech companies announce that they are planning custom chips too
Am I the only one worried about this trend?
R: 7 / I: 5

AV1 video codec

Is this gonna be the replacement for both VP9 and H.265/HEVC?
Royalty free
Better quality and more efficient compression than both, however apparently slow as hell to encode
It can be multiplexed into .mkv, .webm and .mp4
It's currently being gradually, tentatively rolled out on pretty much every major streaming platform you can think of to replace VP9

4K sample: https://www.elecard.com/storage/video/Stream1_AV1_4K_8.5mbps.webm

Implementations:
https://aomedia.googlesource.com/aom/ Reference implementation written in C, supported by FFmpeg
https://gitlab.com/AOMediaCodec/SVT-AV1 BSD-licensed implementation started by Intel and Netflix and targeted to be flexible for different applications, supported by FFmpeg
https://github.com/xiph/rav1e BSD-licensed lightweight encoder written in Rust and designed for speed, supported by FFmpeg
https://code.videolan.org/videolan/dav1d BSD-licensed lightweight decoder written in C, supported by Handbrake
https://chromium.googlesource.com/codecs/libgav1/ Apache-licensed decoder developed by Google
R: 3 / I: 1

Any good PDFs/Manuals/Tutorials for Lisp?

Wanting to learn Lisp, are there any good manuals for learning to use it that people would recommend using?
R: 16 / I: 2
this might be off topic but i've seen alot of older "freedom of speech anarchists" from 90s/00s suddenly turn out to be libertarians (if that makes any since). basically people back then who were into freedom of information and computer security are now crypto loving ancaps who want to own more shit then ever. there seems to be alot of them in the /cy/ scene. anyone else seen this?
R: 138 / I: 18
Why is Linux so user-hostile? It feels like it was specifically designed by programmers so that they can feel superior to us common folks.
R: 4 / I: 0 (sage)
Stop posting about how cool you are for using one consumer tech product over another or having math skills or something. Start endeavouring to not completely automatically repulse a woman or actually any actual person TODAY. Thank You.
R: 91 / I: 5

E-Reader appreciation thread

I love my electronic reader, I must have read hundreds of books on it, all free thanks to the pirate comrades and websites like library genesis, mobilism or archive.org.

Picrel is a Kobo Aura with Plato as OS. I hear KOreader is also good.

So fellow anons, do you live fully in the current year? Do you own an e-reader? Do you love it? Are you still hesitating to get one?read_a_fucking_bookRead a Fucking Book
R: 15 / I: 1

does wireless stuff give you cancer, radiation, heart problems etc

As communists we know how well porky cuts corrners, even baby formula is tainted

So I'm asking the techies as a luddite, if someone had like wireless mouses, gamepads, etc and used them daily
would it marginally give them more cancer than usual??
R: 10 / I: 2

Adblockers

Which adblockers would you guys recommend? I'm using firefox btw
R: 17 / I: 0

JAVA

>Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need to recompile. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as reflection and runtime code modification) that are typically not available in traditional compiled languages. As of 2019, Java was one of the most popular programming languages in use according to GitHub, particularly for client–server web applications, with a reported 9 million developers.

<Oracle offers its own HotSpot Java Virtual Machine, however the official reference implementation is the OpenJDK JVM which is free open-source software and used by most developers and is the default JVM for almost all Linux distributions.


Java has all the features of any OOP lang with functional additions as well, multiple libraries for every conceivable use case, is an A-tier general purpose language, runs fairly quickly (as fast or half as fast as C/C++ in most cases), tons of people know it or learn it in university, or in their corporate jobs. Other languages like Kotlin, Scala, and Clojure, as well as Ruby/Python implementations, and many more are built on the rock solid engineering of the JVM.

Most of silicon valley and top corporations use Java to some extent as well. It has a solid open source implementation (OpenJDK) which is the standard. It's easy to learn, simple enough for midwit programmers to collaborate and make maintainable, portable, performant software that fulfills a practical purpose or need. It's the workhorse of programming languages.

Why then does Java get so much hate in the FLOSS community? Do people just hate OOP? Is it because of Oracle's nasty reputation? Is it because of the old school, GOF-design patternified J2EE apps thats used to be made (and are still maintained)? Most modern java can be written with minimal XML (esp. with modern spring boot).

Or is it simply because Java is perceived as boring, corporate, and associated with people's day jobs?

Can anyone give a single, rational reason NOT to use Java on a project when it "just works" as opposed to writing something in Lisp/XYZmonad/etc.
R: 18 / I: 2

The future for imageboard software

This thread is for discussing the future of imageboard software, with particular relevance to large imageboards such as leftypol.

Vichan, one of the most popular imageboard softwares and the parent of (the parent of) leftypol's, has recently had its founder Hotwheels say "STOP USING VICHAN YOU FUCKING NERDS", after a major exploit in the embed function dating back to 2011 was found.
( https://nitter.net/fr_brennan/status/1570456345244991496#m )
He insists "Please STRONGLY CONSIDER deprecating vichan on your instances as I have repeatedly begged users to do."

However, despite its struggle to find developers, it has the most developers and most consistsntly active developers out of the imageboard softwares I am aware of (that said, I don't know much about the futaba forks)

The other non-fork competitors seem to be lynxchan (I've seen a board using it call it an abortion) and jschan. Pretty sure both are run/maintained by approximately 1 person at any one time. Furthermore, despite some cool nifty features including websockets instead of polling, they're in many places well behind vichan in terms of expected functionality. I personally believe that a migration within the next few years to one of these would be tolerable but horrible, and that if their approximately 1 maintainer vanishes, the project will stagnate like the others.

So what is the future, on the software side, for leftypol? Is the best path forward to edge back closer and closer to vichan by pushing our differences upstream, and ride it out until it has no more maintainers?
R: 20 / I: 4
Why isn't there a open source book format?

Adobe and Kindle have a monopoly on their property formats, (mobi, azw3, pdf)

Who made .eupb, it has DRM protection so I assume it isn't open source
R: 54 / I: 9

Mechanical keyboards

Do you own one? I just bought a cheap Chinese one and I love the feel and noise and the extra space (it's a tenkeyless).
R: 49 / I: 6
When actually will be the year of Linux?

Do I need anything in check when turning my old gaming laptop into a linux distro lappy

It is has two gpus, intel and nvidia
R: 17 / I: 7

Retro computer thread

Lets talk about old computers. I'll start with my belief that disk incompatibility (outside supporting the IBM) really hurt Atari and Commodore, even though the C128 with the 1571 drive can read a number of 5¼" CP/M disks it is the exception even going forward, other then the MSX that was a licenced standard so of course all the manufactures of MSX computers have the same disk standard as that was the point (and the IBM clones naturally copied the IBM Dos disk format).
R: 13 / I: 3

Google Drive Privacy Blues

Hello bigbrained and mentally stable comrades. I need some technical and perhaps also moral support.
Due to circumstances I'm probably gonna have to bite the dust and get a google account and use google drive, under my own name or functionally under my own name as the stuff I'll participate in will be perfectly correlatable to my physical identity. How should I go about this to feed the basilisk as little as possible? Register and use via tor, or VPN + hardened browser? Is it possible to get a google account without giving out my phone number? Any general best practice-type aspects to keep in mind? For context, I use tor browser almost exclusively, stay away from social media etc.
>inb4 muh threat model
I don't have one. I'm not a target; I'm a nobody. I'm just permafreaked about the promised and already existing horrors of surveillance capitalism and of the school that we should all take whatever steps we can afford to make it as costly and unproductive as possible. Also see my nametag. If you have a support group please invite me
R: 9 / I: 0
I need to do daily bing searches to earn points
I have already automated it a little bit by searching about the select few things,

But I want to go further BEYOND!

how do i that programming magic where i just click one button and the computer automatically runs the searches for me on MSedge?

do i need to make a bat file? i don't know anything
R: 1 / I: 0
Why don't programmers outside of the imperial core unionize? They do the same (and often better) work for peanuts.
R: 14 / I: 1

Transhumanism is here

How?

I've been out of the loop with all the prosthetics tech, what are all the advancements and features?
R: 31 / I: 4

ChromeOS/Chromebook hate thread

Can we have one of these going? I hate having to be forced to use this shitty spyware for school. It is so janky and broken and is missing several features that I usually take for granted in a computer Also the person who thought shoehorning Grammarly every time I open up CIAhrome deserves to be hung, drawn, and quartered (in minecraft)
R: 0 / I: 0

Intel Downsizes

https://www.wsj.com/articles/intel-intl-q3-earnings-report-2022-11666867435
>Intel to Cut Jobs in Cost-Savings Drive as PC Slump Weighs on Earnings
>Chip maker says it is targeting up to $10 billion in annualized cost reductions by 2025
https://web.archive.org/web/20221028223943/https://www.wsj.com/articles/intel-intl-q3-earnings-report-2022-11666867435
I knew this would happen
R: 5 / I: 0
How do you not kill yourself, or at least function in society normally, from the ever increasing mass surveillance from both corporations and governments? As a paranoid schizo I don't know how to cope
R: 4 / I: 1

Safety while wire management

Is it okay if the wires touch? Is it okay to stick the wires on the wall and tape 'em?

How much should you twist wires or bend them? I try not to as much

I'll post a pic on Monday about my wire set-up and tell me if there's any safety problems
R: 7 / I: 3

what is this new technology

and what will be the effects, seeing that it's exclusively being trained by shithead edgy 4chanoids who live their miserable lives only to get an ounce of rise out of people?

is this another Microsoft A.I chatbot turned racist, i don't understand how stable diffusion works, is there a main hub of all the data or is it all user sided stored data
R: 63 / I: 29

Linux ISO/IMG Torrents

Be sure to include the relevant SHA256 checksum for verification. Latest stable AMD64 versions preferred but no strict requirements obviously.
R: 2 / I: 0
>develops software
>doesn't release a build for windows
R: 3 / I: 0

Linux REEEEEE

Long story short… I've been exclusively using Linux systems since I was 13. It has been 20 years since I started.

Vid very much related. When I started out, ~20 years ago, "nvidia" was the choice for Linux fags like myself. As a retard, I kept buying such hardware as years went on. Fast forward to current day:
>I have "high-end laptop"
<it is useless :DDDDDDD

Lemme give you fags a TL;DR:
>3 yrs ago, buy super-mega laptop (with NVIDIA) chipset
>bought it b/c it had a pre-installed Ubuntu environment
>years passed, new 'buntu environment came out
>try to upgrade
>"no"
>uhm… ok… manually download "Manjaro" distribution
>"burn" it to pendrive
>use it
<2 months in
>it fried my fucking battery, since, it turns out that le'nvidia fucks with your battery
>right now my battery can take 2mins disconnect, after that it die
>…
>try to use my high-end hardware with contemporary gaymes (directX11 - wine Vulkan)
>low FPS; HIGH TEMPERATURE
>try reinstall
>Manjaro completely fucked, can't even get graphic interface w basic driver anymore


>install Kubuntu
>uses some kind of spooky Wayland shit or whatever, games lagg like no tomorrow

>install Xubuntu
>suddenly everything "works"
>I'm merely 10-20 FPS down from Windows setup
>still the best option

>turns out there's no fucking way to make my GPU fans work, no matter what
>GPU gets over 90°C when playing GAEMS
>…
>get used to it
>the same would be around ~70˚C if I used Windows

Thank you NVIDIA!!!!!!!!!!

general REEEEEEEEEEEEE LINUX thread, particularly REEEEEEEing at fucking capitalist BS.
R: 15 / I: 9

Kerfuś My Beloved

I'm obsessed with these little Polish robot cats. They're adorable and I want to make one to have a little garage buddy.

Seems like it's a shelf with a roomba on the bottom, a computer (raspberry pi, screen, sensors, ect…) on top, some RGB lights, and a shell on top with cat ears. Is anyone in the process of trying to make one at home yet? What's some FOSS software I could use for such a project?
R: 13 / I: 5
Is this the only way to rice windows files? .ico files?
It's so over

remember rainmeter? good times
R: 13 / I: 0

Speaking objectively from a longetivity perspective...

Is it better to shut your PC, and Monitor down? And turn them on every morning?

Or keep the PC in sleep and monitor powered off
Or simply turn the monitor off only
OR just let the machines be, and use them like that, and restart or power off every week or so?

Keep in mind I've kept them attached through a UPS also
R: 6 / I: 2

post manmade horrors beyond your comprehension

post manmade horrors beyond your comprehension
R: 5 / I: 2
It took 8 years for this joke to go from extreme paranoia to practical tip.
R: 10 / I: 0

Alternatives to PayPal?

Time and time again, PayPal has proven itself to be a garbage service, but what are the alternatives?
R: 5 / I: 0

Clocking

I bought a ryzen 5600g and 3200mhz ram, but it runs at 2133Mhz

Should I go into bios and make it run at 3200mhz,
Will it last longer if i keep it under clocked according to the JDEC code?

Is it still overclocking if I'm making it run under it's told spec
R: 4 / I: 0
Wow the botnet is so benevolent for tracking everything I do to make sure I'm not suicidal.
R: 24 / I: 2

LinkedIn and other related garbage

Any one of us who has ever used LinkedIn is probably familiar with the experience of receiving a notification for whenever your profile appears in a search. At least a month or two ago I joined a radical political organization. I did not post anything indicating as much on LinkedIn or on Facebook. I went on LinkedIn today and found the following:
>you appeared in 7 searches this week
normally I would ignore this, but I saw the Harvard Coat of Arms and was intrigued. See pic 1
So I clicked, curious what I'd see next
As expected, I didn't get to see who exactly searched for me but I did see something that kind of intrigued me. See pic 2
>>Where your searchers work
>>…FBI

Do you think the FBI was just looking for people to hire, or do you think this was the act of some analyst trying to find dirt on me?
R: 1 / I: 0

RocketChat thread

Does any of you know of any good rooms to join? I already created my own. Plan on making the website and paying for the enterprise plan tomorrow. But right now I'm using the free trial version. Here's a tutorial on how you can self-host your own workspace on Android:

Step #1.) Download the 2019 release APK from Github.

https://github.com/RocketChat/Rocket.Chat.Android/releases

Step 2.) Set up your own server. Use desktop to make your burner email (like temp-mail.org) along with a secure password (like the strong ones you can generate from xkpasswd.net). Then set up your account and workspace and now you're finished with that.

Step 3.) Now you can download the updated RocketChat app from Google Play or Fdroid, enter the workspace URL that was generated for you when signing in to the app, along with your login credentials you created and now you should be in.

Step 4.) Now you just pay up for an enterprise plan (it's $7 I think).

Step 5.) Now you just create your own website. Just say DreamHost. Then CDN services (like Vanwa).

Steo 6.) Next just hook everything up and set up your website and you're good to go.

Now you can self-host on RocketChat.
R: 12 / I: 2
More consolidation in the tech market. Figma bought by Adobe.
R: 6 / I: 0

Which bourgeois hand are behid this

Let's be honest, it's a contradictions that lawmakers make laws that benefit the consumers
R: 14 / I: 5

Cool uses for a smartwatch?

I was looking at the PineTime and wondered if there were actual cool uses for a smartwatch but I couldn't come up with any. Does leftypol have a better imagination than me or are smartwatches simply not worth it?
R: 22 / I: 7
Do not touch The Disc.
R: 4 / I: 0

Significantly enhanced sub-ambient passive cooling enabled by evaporation, radiation, and insulation

https://www.sciencedirect.com/science/article/pii/S2666386422003629
<Significantly enhanced sub-ambient passive cooling enabled by evaporation, radiation, and insulation
"
Highlights

Synergistically combines evaporation, radiation, and thermal insulation


Stays below wet-bulb temperatures even under sunlight with much less water cost


Demonstrates 300% higher ambient cooling power than stand-alone radiative cooling


Shows great potential benefit for food storage and buildings even in humid regions
"
R: 4 / I: 3

Microsoft's A.I

Beyond parody evil tech company mascot tier
R: 14 / I: 2
“You’ll own nothing and be happy” is a distraction for the already semi-successful real plan which is “You’ll be an NPC and be happy”
R: 9 / I: 1
Not a good time to graduate.
R: 13 / I: 0

Can computer read me?

The way this A.I in the CPUs work, it is a terrifying, free-will thought

Are we so predictable, that computers can get the next thing we want to do, already, ready?

It's dope but also sad, Like it knows
R: 12 / I: 0

Other communist/activist also cypherpunl/tech forums

brothers, I need help for I am to retarded to find them myself.
So please bombard me with high quality communist if possible forums that are tech/Cypherpunk related, that are active and where I can have active intellectual discussions. This place takes long for answers and I dont want this to be the only place where I can tallk about stuff like communism.

The times of IRC are over so, what else is left on the darknet, arent there some corners where there is still a bit light left?
R: 23 / I: 5
fbi.gov added a "forum chat" (basically threaded conversations) feature lmfao
R: 27 / I: 0
why is firefox is so shit when it comes to media? it either lags or says file type is not supported even tho it fucking is supported. this becomes extremely noticable in imageboards. how can i solve these issues? i want to stick with firefox but i want my media at the same time…
R: 2 / I: 0

True random via ping

Is there any danger in pinging random IP addresses? I know code cannot produce true randomness because math, and systems like random.org get around this by observing physical phenomena. But if one were to pseudorandomly select an IP address, one gets two parameters:
- If the IP is active; a boolean.
- Latency; a float.
Would this not be true random? Especially considering latency could be effected by weather.
R: 17 / I: 4

Privacy websites commentary

What are your opinions on the different privacy sites? There are a lot of them, but the famous ones tend to prioritize profit over content quality.
My (not exhaustive) list:

* https://privacyguides.org - the leader of the project is clearly right-wing trying to make money, the project is backed up by it's own LLC: Aragon Ventures LLC. I do not trust them at all even if some recommendations are good, they're doing it for the money.
* https://privacytools.io it used to be good back in 2016 but now it's profit motivated garbage
* https://restoreprivacy.com - the worst so far. utterly garbage. only their "News" are somewhat useful to stay updated with related news but you'll have to find the original source because they shouldn't be trusted
* https://privacy.do/ - good. too many options in each section which can lead to confusion. They recommend some services/software I despise but I haven't found any red flag.
* https://privacyraccoon.tk/ - this one is new and so far it's my favorite. Community maintained. Recommendations are quite good and the guy who created and maintains the site is an anarchist, being the first site on the list maintained by (a) leftist(s).
* https://digdeeper.club/ - his reviews are in-depth and has some really good analysis. I don't agree with a lot of what he says on his site, but in some articles he says that to protect people freedom we need to crush capitalism. It's one guy personal website, isntead of a community project. Tbh I don't know what to think about this one.
R: 25 / I: 8
Neural networks in the hands of corporations and governments are going to be a nightmare.
R: 16 / I: 0

How to talk to people

Seriously when you type "mic" it shows so many different types

What do they all mean and what is their purposes, what do anons use to talk to others online
R: 3 / I: 0
https://www.nature.com/articles/s41562-022-01383-x.pdf
i know ppl on this thread might have a poor opinion of social choice theory or ml, but deepmind came with a paper a few weeks about applying neural networks to mechanism design. it's lib bullshit from otherwise smart ppl but you be the judge

ABSTRACT:
Building artificial intelligence (AI) that aligns with human values is an unsolved problem. Here we developed a human-in-the-loop
research pipeline called Democratic AI, in which reinforcement learning is used to design a social mechanism that humans prefer by majority. A large group of humans played an online investment game that involved deciding whether to keep a monetary endowment or to share it with others for collective benefit. Shared revenue was returned to players under two different redistribution mechanisms, one designed by the AI and the other by humans. The AI discovered a mechanism that redressed initial wealth imbalance, sanctioned free riders and successfully won the majority vote. By optimizing for human preferences, Democratic AI offers a proof of concept for value-aligned policy innovation.

Result: Our AI system designed a mechanism for redistribution that was more popular than that implemented by human players. This is especially interesting because unlike our agent, human referees could integrate information over multiple timesteps to reward or sanction players on the basis of their past behaviour.
R: 26 / I: 3

Best laptop under 1000$

I'm looking for a new laptop since my ideapad 330 has a shit build quality and soldered ram. I don't need to upgrade just yet, but my keyboard is falling apart, the wifi card barely works, and this thing is kinda underpowered for a lot of tasks tbh. I want something with a better build quality, that i can use for a bit of gayman and video editing. I thought I could just get a thinkpad with an egpu but gpus are expensive as fuck and /g/ told me thinkpads are a reddit meme nowadays. Anybody got any ideas?
R: 6 / I: 0

why would I want two old phones?

Was browsing an obscure infosec online store and they were selling a pack with two old phones, each preinstalled with firmwares and roms all about the security. These were extremely popular flagship phones from 5 years ago.

Whats the benefit of buying a package like that and where could I get the software without buying the package?

I got one of these phones.
R: 14 / I: 0

why is kiwifarms ddos guard not showing me the captcha?

Kiwifarms encourages the use of TOR and VPNs
but if I go to kiwifarms.ru (net is blocked by cuckflare) the ddos Guard shows up. Of course the first thing that makes be a bit mad is the need of javascript but well it is what it is now no need to be mad at the moment but, i dont know why it just wont show me the captcha.

i went to the offical ddos guard site, which uses the same anti ddos service ofc, and the captcha appears. I enabled everything, javascript etc. standard browser settings on Tor/tails. still, on the actual kiwi farms it wont show it.

is it me, or kiwifarms?? i cannot currently use a vpn like mullvad because im using tails. and because I dont have money for it. Is there any solution, can i even do anything about it?
R: 8 / I: 0
I'm trying to reset my IP address.
I'm supposed to type ipconfig/release into the command prompt window, then ipconfig/renew. When I typed ipconfig/release this came up.
R: 22 / I: 2
imagine using apple products
R: 19 / I: 1
This is your science on capitalism.

Oxford Physicist Unloads on Quantum Computing Industry, Says It's Basically a Scam
>"In essence, the quantum computing industry has yet to demonstrate any practical utility..

https://futurism.com/the-byte/oxford-physicist-unloads-quantum-computing
https://futurism.com/the-byte/quantum-computers-ridiculous-hype
>"I’m disturbed by some of the quantum computing hype I see these days."
R: 64 / I: 16

programming for dummies

Which language is better? Python, C++ or C#?
I want to learn how to plan an economy so i can work in OGAS or CYBERSYN 2.0 as Cockshott's successore.
I also want to be able to be a 1337 H4X0R and program an AI version of myself so that if i die, the AI can continue unlocking files on a mysterious and broken, powerless computer which i fixed in my spare time so that my friends (who have been trapped inside of a school and forced to kill eachother to escape) can figure out who the mastermind is.
R: 9 / I: 1
You should be allowed to install and use whatever programs you want if you know more than your works IT department. What I’m saying is I’m turning my office computer into a seedbox.
R: 3 / I: 0

Locutus

So has anybody looked into Locutus, it's a decentralized network made by the creator of freenet
introduction video: https://invidious.sethforprivacy.com/watch?v=d31jmv5Tx5k
https://github.com/freenet/locutus
https://freenet.org/

it's supposed to be
decentralized client-side peer to peer platform that other applications can be build on top off
can do distributed real time data base and distributed computation
build in rust, web assembly and react
user interface through the web browers
very hard to censor,
very robust against ddos,
not anonymous by default but compatible with additional anonymizing layers
much improved routing for greater efficiency and scalability (I have to admit i didn't entirely understand the metaphors that explain how they improved the routing)
it also has a reputation system
R: 2 / I: 0
You ever notice no serious panels or commentary on climate justice would include Shell execs but it's typical to see people from Google and Facebook speak on AI, content moderation, “building a better internet,” etc.
R: 4 / I: 3

Brazilian Army simulates cyber-war against fictional leftist group

On the eve of the election for president of Brazil, the Army simulated a cyber war against a group of "proletarian ideals".
Organized by the Army's Cyber ​​Defense Command, the Cyber ​​Guard 4.0 military exercise created a fictional war scenario in which participants had to fight a political organization called "Ideal Proletário Pantaneiro", identified by the acronym IPP.
The activity, according to the Brasil de Fato portal, was the starting point for the Brazilian Army's activities to guarantee the fairness of the campaign and the October elections.
In the imaginary geopolitical context of the Brazilian Army, the regime with "proletarian" ideals demands from its opponents the "demarcation of reserves" that would originally belong to its territory.
According to the narrative, the lack of recognition of this "alleged historical right" caused the IPP to militarily occupy the disputed region.
Minister of the STF, Luiz Edson Fachin, during a plenary session in Brasília
The military onslaught of the "proletarians", according to the exercise, "led the Security Council of the UN [United Nations Organization] to end diplomatic negotiations and to approve a resolution that foresees a military intervention", commanded by a "multinational military force with the aim of defeating the paramilitary group IPP".
The scenario created by the Brazilian military is part of the fourth edition of Guardião Cibernético, held annually by the Army. The event, which brings together government agencies and companies such as Cisco, Claro and Kryptus, took place between the 16th and 19th.
The simulated war environment, with references to left-wing ideas as "enemies", was conceived by the Ministry of Defense for another exercise, Operation Meridiano, a joint simulation of the Army, Navy and Air Force that took place in Pará in October 2021. .
It is worth remembering that the Army's Cyber ​​Defense Command was represented by General Heber Portella in a commission created by the Superior Electoral Court (TSE) to oversee the October elections.

https://sputniknewsbrasil.com.br/20220822/exercito-brasileiro-simula-guerra-cibernetica-contra-grupo-de-ideal-proletario-24335666.html
R: 19 / I: 6
how can one find hidden boards in alt-chans? brute forcing is simply not a good option.
R: 28 / I: 10

mechs

Why haven't militaries invented robotic mech suits yet, despite featuring so prominently in science fiction?
R: 12 / I: 2

Buying Advice

What are some cheap amd b550 motherboards with wi-fi and the ability to recovery flashback bios?

I was initially going to buy this ASrock phantom gaming 4/ac but it doesn't have flashback
R: 2 / I: 0

ten recommended attitudes about technology by jerry mander

just wanted to share this
R: 70 / I: 8

DDG now censors not only pro-Russia, but also FILE SHARING RESULTS

IT'S TIME TO DROP THE DUCK

>DuckDuckGo Just Got Worse [Mental Outlaw]:

https://invidious.kavin.rocks/watch?v=ZQC28Is_k2k
https://www.youtube.com/watch?v=ZQC28Is_k2k (embedded)
R: 7 / I: 0
Feel like we’re approaching a level of “this you?” dunk culture intersecting with perpetual data aggregation / crowdsourced surveillance state that we’re going to start seeing people get quote tweeted with Cache style footage of their daily moments.
R: 3 / I: 0

Don't judge me.

What's the cheapest, most portable, least pozzed outdoor computing setup?

A defacebooked Quest2 with a minipc, keyboard and airmouse or something?

Not interested in gaming. I'm thinking about breaking up long walks with some sitting, lunch and imageboarding. There are no outdoor tables here, just benches, so a laptop wont work. Don't really want to be hunched over a laptop anyway.

Anyone do non-gaming VR or AR outdoors?
R: 5 / I: 0
Class-Action Lawsuit Accuses Oracle of Tracking 5 Billion People
https://uk.pcmag.com/security/142225/oracle-faces-class-action-lawsuit-over-tracking-5-billion-people

Get fucked.
R: 11 / I: 1
what are people thinking when they make a torrent of a single fucking zip file with everything in it
R: 62 / I: 4
Do we need a leftist Luke Smith?
R: 2 / I: 1

This DC-Area High-Tech Toilet Startup Wants to Solve the Public Bathroom Problem

https://www.washingtonian.com/2022/08/24/this-dc-area-high-tech-toilet-startup-wants-to-solve-the-public-bathroom-problem/
>User IDs are part of Throne’s accountability system: After you use a restroom, you’re asked to rate its cleanliness. Meanwhile, each user gets a “Throne score,” similar to Uber, and repeat offenders who abuse the restroom will be blocked. Weight sensors also track if someone’s been in the bathroom too long. “Very few people create issues in [public] bathrooms, don’t respect that amenity, and then ruin it for the majority. Most people really want and value that clean experience and will leave the bathroom as good as they find it,” Heinzelman says, adding that user IDs are a way to “create the accountability that is currently missing in the shared bathroom space.”

"user id accountability system" is one of those phrases that makes me really question why, exactly, "accountability", which is a buzzword which is thrown around to justify all kinds of mutual overwatch, has become something so constantly harped about in the modern context.
at a certain point "accountability" stops being something which is done on the basis of being accountable to a specific community, or a specific social group, and more something which is done solely to create an informational panopticon of paranoia for the benefit of power.
when people say "[x] needs to be held accountable]" - to whom? by what process? why does this entity, who is the fount of accountability, have this power at all? or is it just this vague gesticulation at a Big Other, aimed towards neuroticizing us as people? and who is that Big Other? in this society, in this capitalistic society, if you are appealing to the Big Other, you are appealing to this ideal form of being - this ideal subject of the contemporary society - against which all human beings can only be seen as lack.
if tech startups can justify operating their paid, user ID'd public toilets using the language of accountability, if all sorts of harassment campaigns and inane arguments are justified because of "accountability", you have to wonder if this all isn't deliberate mutual paranoia.
R: 9 / I: 0
I want to remake Jurassic Park Operation Genesis but with better graphics and a map editor like the Clash of Clans mobile game. I want to make is easy to port to other devices. Basically a simpler version of CIties: Skylines.

What game engine/library should I use?

I also plan to make it open source so maybe it should be written in a popular language known by many.

I currently have zero knowledge about game development.
R: 33 / I: 0

Keeping OGAS secure

Suppose you live in a country that has adopted a planned economy. The transfer of production data and consumption data from various workers' enterprises (factories, offices, stores, etc.) to a central planning office is necessary for the planned economy to function. These data transfers must be kept secure against threats such as sabotage form imperialist countries. How would you design your society's OGAS to be resilient to attacks? The goal is to prevent the transfer of malicious/false economic data from the worker's enterprises to the central planning office and vice versa.

For the sake of this exercise, assume that there is only 1 central planning office and that all enterprises report to this central office. Also assume that there are around 10 million enterprises making reports to the planning office. Don't worry about keeping the physical infrastructure safe, the NKVD has it covered.
R: 10 / I: 1

Hacking

Drop resources on how can I learn to hack, particularly on how can I make ransomware. I'm done with all those capitalists out there, sucking off money from proles. I just want them to get bankrupt already.
R: 9 / I: 1

How can we identify more black women on security footage?

> As scientists work to design and test robots and their perceived intelligence, Dr. Joy Buolamwini is dedicated to fighting algorithmic bias in order for AI systems to recognize individuals from marginalized communities.
https://www.allure.com/story/joy-buolamwini-coded-bias-interview

What a traitor. Black women need to take her down.
How is she pretending she’s doing a good thing is she for real
R: 34 / I: 1
Stop using propietary hardware.
R: 5 / I: 1

I need help to repair my internet since my ISP is more useless than my dick is to a vagina

TLDR dumbass ISP provider after being given hundreds of dollars to repair my internet is several days overdue on actually fixing it anyone know a way for me to repair the fucking connection or replace it with something that works

The problem is this: there’s no actual service being provided even if I connect to it. After trying to restart the modem I’m still seeing nothing. I want this to be repaired or replaced what do
R: 80 / I: 5
Are there any good "political" tech tubers? I'm tired of "non political" tech youtubers screeching every other video about politics and how essjaydoobs not letting them say n-word is gonna destroy the world and that's just too "political".
R: 4 / I: 0

Sloppy Use of Machine Learning Is Causing a ‘Reproducibility Crisis’ in Science

https://www.wired.com/story/machine-learning-reproducibility-crisis/
So-called machine "learning" is destroying yet another thing, this time science.
R: 1 / I: 0

Xiaomi clones the Galaxy Fold, makes it 40% thinner, adds a bigger battery

China pulls ahead
https://arstechnica.com/gadgets/2022/08/xiaomi-clones-the-galaxy-fold-makes-it-40-thinner-adds-a-bigger-battery/
>If you're disappointed by Samsung's relatively slow progress on foldables, say hello to the Xiaomi Mix Fold 2, which looks significantly more advanced than what we saw in this week's announcement from Samsung. But it's for China only, of course. Sorry.
R: 3 / I: 4
post rare tux
R: 3 / I: 1

Twitter Had Yet Another Data Breach

>A Twitter data breach has allowed an attacker to get access to the contact details of 5.4M accounts.
https://9to5mac.com/2022/08/08/twitter-data-breach/
R: 5 / I: 1

Corrupt USB Drive

A USB drive of mine corrupted with stuff on it. Its not important stuff but it would be cool to get it back. I don't know much about tech so I was wondering if you smart bois could at least tell me if there's realistically anything I can do to fix the drive or if its game over.

I'm using a mac and using dick utility it gave the following result when I ran first aid:

Repairing file system.
** /dev/rdisk2s1

Invalid BS_jmpBoot in boot block: 000000

File system check exit code is 8.
Updating boot support partitions for the volume as required.
File system verify or repair failed.
Operation failed…

Is there anything I can do to fix the drive or should I just use some fancy software to recover as much as possible?
R: 0 / I: 0
Are computers a branch of state/defense/power within the context of a communist party?
It seems they are only treated as tools for mass propaganda and outreach for most I've come into contact with (and with questionable results – amounting to retweeting each other or posting take downs as Facebook posts with hardly any engagement). Is this way of using the technology maybe a huge mistake setting us back currently, especially considering the media platforms often are confirmed police/SIGINT tools where our groups are indisputably targeted/sabotaged?
R: 23 / I: 5
They're going to turn streaming into the new TV. Capitalism is funny like that.
R: 6 / I: 1

You're being watched faggily

Foucault rolling in his grave
R: 3 / I: 0

Ricing

Is ricing your desktop bourgeois?
R: 1 / I: 0

Lefty CTF

Is anyone on here interested in starting a leftypol CTF group on ctftime? Could be a fun time.
R: 16 / I: 6
> Researchers have turned dead spiders into necrobotic grippers capable of lifting items that weigh more than 100 times their own body weight.
This is exactly science’s visibility problem. People are nopeing this left and right when this is the kind of shit that will probably used for prosthetic limbs and shit, while that silly robotic dog that does jump flips and will go on to kill thousands gets thunderous applause.
R: 16 / I: 9

Google Analytics illegal in EU

https://tutanota.com/blog/posts/google-analytics/

"""Max Schrems, the lawyer who successfully sued Facebook for privacy violations against European citizens, has scored another victory, this time against Google: In a landmark court ruling, Austria's data protection authority has found that Google Analytics is illegal to use on European websites.
Google Analytics illegal in Europe

When the Privacy Shield legislation was invalidated in 2020, this had far-reaching consequences for US online services operating in Europe: They were no longer allowed to transfer data of European citizens to the US as this would make data of European citizens vulnerable to American mass surveillance - a clear violation of the European GDPR.

However, the Silicon Valley tech industry largely ignored the ruling. NOYB says:

"While this (=invalidation of Privacy Shield) sent shock waves through the tech industry, US providers and EU data exporters have largely ignored the case. Just like Microsoft, Facebook or Amazon, Google has relied on so-called "Standard Contract Clauses" to continue data transfers and calm its European business partners."

Now, the Austrian Data Protection Authority strikes the same chord as the European court when declaring Privacy Shield as invalid: It has decided that the use of Google Analytics violates the General Data Protection Regulation (GDPR). Google is "subject to surveillance by US intelligence services and can be ordered to disclose data of European citizens to them". Therefore, the data of European citizens may not be transferred across the Atlantic.

Original decision by the Austrian court. https://noyb.eu/sites/default/files/2022-01/E-DSB%20-%20Google%20Analytics_DE_bk_0.pdf

Machine translation of the original decision. https://noyb.eu/sites/default/files/2022-01/E-DSB%20-%20Google%20Analytics_EN_bk.pdf

What was the case about?

On August 14, 2020, a Google user had accessed an Austrian website about health issues. This website used Google Analytics, and data about the user was transmitted to Google. Based on this data, Google was able to deduce who he or she was.

On August 18, 2020, the Google user complained to the Austrian data protection authority with the help of the data protection organization NOYB.

Now, the Austrian court has declared this data transfer as illegal.

The issue at hand is that due to the American CLOUD Act US authorities are able to demand personal data from Google, Facebook and other US providers, even when they are operating outside of the US, so in Europe for instance.

Thus, Google cannot provide an adequate level of protection under Article 44 GDPR - a clear violation of European data protection guarantees. The standard contractual clauses invoked by the website operator do not help, as recognized in 2020 by the European Court of Justice (ECJ) in its decision on the "Privacy Shield" (Schrems II).

The decisive factor for the legal assessment of the use of Google Analytics is not whether a U.S. intelligence agency actually obtained the data or whether Google actually identified the user. The mere fact that this was theoretically possible already was a violation of the GDPR.

Google users can, however, make a setting in their Google accounts to stop Google from evaluating their use of third-party websites in detail. But that this feature exists is proof that Google is able to merge usage data to with the individual.
Biggest success of NOYB

This ruling is one of the biggest successes of the data protection organization NOYB to date. Consequently, the NOYB and Max Schrems are very happy about the decision by the Austrian court:

"This is a very detailed and sound decision. The bottom line is: Companies can't use US cloud services in Europe anymore. It has now been 1.5 years since the Court of Justice confirmed this a second time, so it is more than time that the law is also enforced."

This ruling is the first among 101 lawsuits by Schrems' non-profit NOYB in most member states of the European Union. Similar decisions are now expected to drop in Germany, the Netherlands and other EU member states.
Remove Google Analytics?

Tutanota - as a secure email service that focuses on users' privacy - has never used Google Analytics.

But now, many companies in Europe must ask themselves whether they should remove Google Analytics from their websites or risk a penalty for violating the GDPR.

In the long run, there will be two options: Either the US changes its surveillance laws to strengthen their tech businesses, or US providers will have to host data of European users in Europe.

The Dutch Authority for Personal Data (AP) - where two decisions on the use of Google Analytics are still pending - has now updated its own guidance on the "privacy-friendly setup of Google Analytics".

With the update, the AP has issued a warning:

"Please note: The use of Google Analytics may soon no longer be allowed."

The Dutch Authority for Personal Data plans to decide on the pending Google Analytics cases in early 2022. Then the AP will issue a clear statement on whether the use of Google Analytics is illegal in Europe or not.
Conclusion

While Silicon Valley tech companies will find a way to still offer their services in Europe - one way or another - the approach that they took after the invalidation of Privacy Shield must raise several red flags to European businesses:

As a European company it is no longer possible to trust sensitive user data to companies such as Google that deliberately ignore European privacy legislation and risk hefty fines for their European business customers. (The fines against the Austrian health website in the discussed case have not been decided upon, yet, but we will follow the development closely.)

To the contrary - and as privacy is becoming increasingly important to consumers around the world - it is a logical step for any European business to choose services that focus on protecting their users' privacy.

Tutanota, for instance, is a secure German email provider that is in full compliance with the GDPR."""

https://en.wikipedia.org/wiki/CLOUD_Act
>The Clarifying Lawful Overseas Use of Data Act or CLOUD Act (H.R. 4943) is a United States federal law enacted in 2018 by the passing of the Consolidated Appropriations Act, 2018, PL 115-141, Division V. The CLOUD Act primarily amends the Stored Communications Act (SCA) of 1986 to allow federal law enforcement to compel U.S.-based technology companies via warrant or subpoena to provide requested data stored on servers regardless of whether the data are stored in the U.S. or on foreign soil.
R: 0 / I: 0
Where the FUCK is the kuroba extension?
R: 11 / I: 1
Time to switch to m.2
https://arxiv.org/abs/2207.07413
R: 13 / I: 2

Soviet Computer Indurstry

How accurate is this video?

https://youtu.be/dnHdqPBrtH8
R: 0 / I: 0
in my network there is problem
and that problem is cloudflare
they log everybody's visits
and they make it hard to tor

throw cloudflare down the well
so my network can be free
we must make scraping easy
then we have a big party

in my network there is problem
and that problem is the GOOG
they take everybody data
and they give it to the spooks

throw the GOOG down the well
so my network can be free
you must block all their trackers
then we have a big party

if you see facebook buttons
you must be careful of their scripts
you must block all their domains
and I tell you what to do

throw facebook down the well
so my network can be free
you must break their data centers
then we have a big party!
R: 21 / I: 6

Email

I currently use Gmail for my email(s). I should probably change over from Gmail, right, for security reasons? It's not that I have anything interesting or worth while in my emails, just thought it would be nice to make it more difficult for surveillance capitalism to work.

So basically I'm asking:
What are some secure and safe email providers (if they exist)?
Or
What email provider do you guys use?

ps. I'm not surer advanced with tech so dont ask me to "throttle the ip of the dingle drive until you set up the proxy cum email server with the soyjak harddrive tor sleeper agent software" because I'm not willing to do that shit.
R: 24 / I: 2

shit UI

ITT: retarded UI trends that make no sense whatsoever

I'll start with one of the worst:
> automatically hiding scroll bars
What kind of brain dead imbecile thought this was a good idea, I will never understand. I regularly have to move the mouse a little just to have the scroll bar reappear momentarily so I can see where I am in a document, it's so fucking frustrating.
R: 4 / I: 1

AmeriKKKa is a fucking hellhole

Just found out about "invention clauses". In the US there are about 10 states which have 3 conditions: they own everything you name that was made on company time, using company equipment, or using trade secrets taught to you by the company.
Every other state does not include any conditions. They can claim everything you make, even if it's completely unrelated to your job. YouTube videos? Tutorials? Game streaming? A web comic? Literally anything. It's theirs.
They don't even have to make exemptions for collaborative work. They can take a portion of anything you contribute to if they want.
R: 5 / I: 1
Corporations want to turn browsers into operating systems so badly dude.
R: 10 / I: 0
So is non-ionizing millimeter wave radiation harmful or not? I know I'm poking a bee's nest with this topic but I wanted to ask.
https://ntp.niehs.nih.gov/publications/reports/tr/500s/tr595/index.html
R: 3 / I: 0
Is Waterfox a good alternative to Chrome/Firefox?
R: 12 / I: 1
Not only did we convince every single person on the planet to carry a camera and microphone everywhere we also convinced suburbian dwellers to fill even their own homes with cameras because they're afraid The Poors will steal their Amazon packages.
R: 17 / I: 2
In 2024 reddit will introduce heavenbanning, the hypothetical practice of banishing a user from a platform by causing everyone that they speak with to be replaced by AI models that constantly agree and praise them, but only from their own perspective, is entirely feasible with the current state of AI/LLMs.
R: 33 / I: 2

Free Software Co-opted for Big Business

I'm a little late to the party, but I now realize we live in an era where billions of devices are using copyleft software (the Linux kernel) yet somehow get away with restricting their users' freedom. How do they get away with it? Is this the "Tivoization" Richard Stallman talked about that was a major impetus for developing GPLv3? Can this all be traced back to Linus refusing to upgrade when GPLv3 was released in 2007? How the fuck did things get so bad?
R: 5 / I: 1

Cytube bread

Hello everyone.

Because leftypol moves too fast. We are going to use this board for our thread for Cytube quality of life and suggestions.

Please let us know if you need anything.
R: 4 / I: 1
> The #FBI Child ID app—the first mobile application created by the Bureau—provides a convenient place to electronically store photos and other vital information about your children so that it’s literally right at hand if you need it. Learn more at go.usa.gov/xJSfm.
R: 4 / I: 1
We're reaching the point where even fucking documentation is being relegated to walled garden social media.

> The 30 year history of the World Wide Web seems to be one of barely glomming together a relatively robust, relatively well maintained set of information sources and then destroying them at the first sign of a company offering a slicker product.. which then spectacularly dies
R: 61 / I: 7

Vim or Emacs?

Explain.
R: 5 / I: 1

planners and scheduling

I've gotten much better at scheduling my life and time blocking but at the moment i'm using a google account to plan my shit. I want to move off this but i don't know what is good for scheduling while ensuring my data isn't scraped and sold.
Any recommends?
R: 2 / I: 0
i still don't get how bladeless fans work
also why is this dyson guy important?
R: 0 / I: 0

Home Assistant General

>check out news for the new mycroft.ai Mimic 3 TTS engine
>one of the demo videos has a dev with a thick european accent
>he sounds more robotic than the TTS

Anyway, I wonder if /robowaifu/ is having a field-day with this yet. They already have a thread of training-data libraries from cartoon characters.
R: 3 / I: 0

MEdia Center

Is MediaPortal the based open-source alternative to premium stuff like Kodi and Plex?

Have any of you used it
https://www.team-mediaportal.com/

Is it pirate friendly?
R: 16 / I: 8
How did Bill Gates manage to make people forget what a piece of shit he is?
R: 5 / I: 0
>Be me
>Be in high school
>Annoying mechanical engineering class
>We are using computers that are still running Windows XP
>SolidWorks runs like shit on these
>School says they won't replace them because "it works"
>idea.jpeg
>Use my magic USB stick to delete system32 and reboot
>Teacher can't figure why it's not working
>Get new computer two weeks later

Pic related
R: 1 / I: 0
WHY THE FUCK IS TOR SO SLOW THESE WEEKS ARE FEDS DDOSING ALL NODES OR WHAT
R: 10 / I: 2
Why do keyboard and laptop manufacturers always assume I am using Windows? I find it very offensive as I am not a Windows user myself. Stop printing the Windows logo on what was originally the command key or at least just leave that space empty.
R: 19 / I: 0

You should use AI writing tools.

I am not interested in fear mongering about it, or acting like this is going to destroy reality, or pretending it needs to be locked up by the state and massive companies to prevent our fragile minds from being destroyed. I'm just suggesting that if you are not using it to do work for you, you're wasting time. It scared that Google engineer just because it's just good at making believable crap with an internal, consistent logic that appears like sound reasoning. Even the gimped versions they give us are strong enough.

Just put in an original paragraph, then generate the next one. Outputs require only a few cycles to get something good enough. Usually, they are annoying, and repeat media tropes you've read a thousand times.. but so what? It's not going to be original, it's not going to be interesting, and it's not going to be insightful. But it can be a useful tool. It can help you to generate new ideas, it can help you to write better.

But only if you use it.
R: 4 / I: 2
cloudflare taking a shit -> 40% of the internet going offline instantly is just going to be a bi-monthly routine from now on huh
R: 16 / I: 1

Is coreboot worth it?

Or should I only go for me_cleaner? I've heard coreboot causes laptops to use more battery than with the stock BIOS…
R: 14 / I: 1
Where are the cyberpunks? Where are the cypherpunks? Johnny Mnemonic is basically what I think real life is.
R: 4 / I: 1
why do people get surprised at windows being shit for personal computing? don't they know its history? it's just an enterprise OS for office work and cash registers
R: 14 / I: 0

Is he actually /ourguy/

This guy seems pretty based and some kind of ironic unironic crypto leftist?
R: 2 / I: 0

A usenet post

I looked into the old usenet post (1999) that Ratpoison WM cites as how it got its name, and found this gem at the end.
https://www.nongnu.org/ratpoison/inspiration.html
R: 9 / I: 2
Is there any point in adding an external antenna to your laptop besides "aesthetics"?
R: 14 / I: 1
Whats the based, cheap, china-sourced version of these cursed things?

Idk how long bluetooth earpods have been around

Has the technology and factory rate of production for these settled down to become cheap and reliable for the average person to buy?
R: 29 / I: 0

Setups for Non-/tech/ comrades

I'm trying to educating myself and my local org on basic digital hygiene, free software, de-spooking, etc.

But, I just don't know this stuff :\

What setups would you suggest or recommend if the goal is to get a small local org up to speed?

We've also budgeted $70 for any old laptops or whatever just so we have something.
R: 6 / I: 0

Is "ricing" a bad word for it.

I used to be a brainworm infested 4chan/g / 8chan/tech user as a teen, and got really into ricing linux. After a few years touching grass and not using imageboards, I now know where that term comes from and uhh, is there a better term for that? Decorating, perhaps? Or does it not matter that much?
R: 5 / I: 1

How to cope with being a paranoid schizo and the absolute state of tech

Sorry for the blogpost but as someone who is low maintenance I've enjoyed doing small jobs as a programmer rather than working for the big leagues, but an opportunity came up for me to get hired by a megacorporation that pays pretty well. The problem is that I'm pretty much a schizo when it comes to what's known around these places as "botnet" and the idea of having to show my face or even just talk in Zoom meetings or whatever stresses me the fuck out so I don't know if I should suck it up and pretend I'm not mentally ill and probably fail spectacularly, try to find a way to avoid having to engage in their online meetings, or keep being poor, which I don't really mind much. What would you do if you were me?
R: 7 / I: 1
So what the fuck is this
https://odysee.com/@OdyseeHelp:b/monetization-tutorial:5
Its a decentralized peertube-like streaming platform. BUT they say they can pay creators in crypto. How? Where is that money coming from without ads? Something doesn't add up
R: 23 / I: 4
Some Big G engineer asshole had a nervous breakdown over a glorified chatbot being seemingly intelligent and got suspended lmfao
https://www.washingtonpost.com/technology/2022/06/11/google-ai-lamda-blake-lemoine/
R: 27 / I: 13

Legacy Computer Build

Hello tech! Recently I have been feeling a bit nostalgic as of late and I am looking to build a computer with the best specs I can put in it that will still be reasonable and run windows 98 for nostalgia and classic computer gaming purposes. The only issue I am having trouble with is where, exactly, to start. I was around during this time, but, I was not exactly very tech savvy. I am curious if anyone would have any ideas for how this build should go. What case should I use? Hard drive? Floppy drive? Etc etc.

Would enjoy to get this off the ground. I think it would be a neat project. If you have any advice let me know. Thanks, tech.
R: 11 / I: 0
What's your favorite setup for working on the front end?

I just downloaded the "Epic React" course, I plan on maybe using it to learn. I heard from a colleague that it's good.

I have tons of experience doing back-end work, and nearly 0 doing front-end stuff. So I want to learn front-end.

My little time working with this stuff, it seems that Vue is a cleaner React. React seems to have a shit ton of hacks and mutations are leaking everywhere, despite the promises of being somewhat functional. I've heard Solid is a cleaner, way faster, and leaner version of React, but with less packages native to it. On the other hand, having billions of NPM packages is a self-imposed permanent vacation to dependency hell. An interesting middle ground is Svelte, which I've heard good things about.

Which framework do you like to use?

Regarding languages, TypeScript, the most commonly used Compile-To-JS language, is objectively way better than vanilla Javascript. But there are other languages, Dart, ScalaJS, Elm, Purescript, Clojurescript, ReasonML, Coffeescript, and a slew of others.
Which one do you like?
R: 7 / I: 2

/Utopian/ Project

I got this idea about making a utopian model. I mean try to make a really serious model of an ideally efficient city, sustainable city, that provides ideal living quality to the people. Try to model out all the details and everything as best as possible. I know there's some stuff out there already like Venus Project and whatever. I need to look in them more, but after a cursory glance none of them are too inspiring to me. If you like any of these preexisting ones feel free to recommend them to me.

Besides working out the details, I would want a fully navigable real-time living model of the city like you'd expect in a GTA or etc.

Politically, of course it should be a socialist, democratic, egalitarian society, but I think the advantage would be to try to subtly ingrain that message into the user à la Star Trek or something(but better.) But I think the advantage would be to make the user fall in love with the possibility of this ultimately comfy society free from profit motive and corruption, and softly lead them into the socialist view.

What do you think?
R: 3 / I: 1
What's a safe way to store lithium batteries in case they ever burst on fire?
R: 3 / I: 0
Canada’s favorite coffee chain was covertly data mining the shit out of people who just wanted cheap coffee, and they got outed by the government, then concluded tim hortons was basically being evil then was like “oh well can’t punish them".

>The Tim Hortons app used location data to infer where users lived, worked, and whether they were travelling. It generated an “event” every time users entered and left their homes, entered and exited their office, or travelled.

https://priv.gc.ca/en/opc-actions-and-decisions/investigations/investigations-into-businesses/2022/pipeda-2022-001/
R: 29 / I: 6

The /NODESKTOP/ Pill

Hey guys, scarce here. As of late I've come to realize that most desktop environments are kind of shit since they're either just bad like xfces or really bad like GNOME/KDE, and tend to be unstable, often having updates that completely change the desktop and workflow so I've started to look at more lightweight options like window managers. So far the benefits seem to outweight the negatives.
> Stable, you make your own config and it never changes unless you want it to
> No gnometroons or Scalies causing drama in your git issues
> Can choose any combination of software without it looking too tacky
> Lightweight, speedy, just werks even on ancient hardware
> Diverse components build up to a fully functioning 'DE' of your own making, no blote
> No udev, dbus, poetteringware unless you want it.
> Will give you a 6 pack, make you rich, grow your dick 5 cm
R: 9 / I: 0

Hosting piracy software

If I wanted to start my own website dedicated to piracy that is open to the public such as Pirate Bay, libgen, or sci-hub how would I go about it? What providers will protect me from government intervention?
Pic unrelated
R: 3 / I: 1

The resolution of the Bitcoin experiment, Mike Hearn - Jan 14, 2016

An article from 2016 on how the Bitcoin blockchain was reaching its limit and being controlled by a tighter and tighter pool of speculators. Even more relevant with the rise and crash of tethercoins lately.
https://blog.plan99.net/the-resolution-of-the-bitcoin-experiment-dabb30201f7
R: 11 / I: 5
why is maths as a school subject nothing but difficult number tricks with no practical application? physics has equations that are both piss easy and give you answers you can use. fuck educational maths
R: 4 / I: 0
Remember to constantly randomize your MAC address.
https://github.com/datagod/gpsprobe
R: 7 / I: 1
wow the mainstream managed to make web 1.0 revival faggy and pretentious
R: 8 / I: 2

Howdy, so what's the best antivirus for cuckdows?

Yeah I still using it, in fact anyone still kinda using it cuz we can't just abandon our normies facade.

Also is it true that from Windows 10 until onwards (Windows 11), you don't need install any third-party or additional antivirus?

I still can't move on into Linux. Cuz it's not even my laptop, but my parents.
R: 8 / I: 1
Woah bro, check it out, I'm drinking beer using my phone, LOL!
R: 4 / I: 0
when did every consumer power tool manufacturer start to go out of their way to use happy meal toy tier plastic at every possible opportunity
R: 6 / I: 1
6-Year-Old Explains How Messed Up It Is That Her Entire Life Has Been Put On Facebook
R: 37 / I: 8
Is it wrong to miss technology nerds of old? Were they just as bad but for different reasons or actually better?
R: 25 / I: 2
Does it glow? Can I use it safely?
R: 25 / I: 0
Why do programmers like to pretend to have very specific skillsets and knowledge, and call themselves "frontend developers", "Javascript programmers" or even "React programmers" when in reality their knowledge and skills are applicable to almost everything programming related and they could easily do the job of almost every other programmer? Is this some trick to get higher wages and segment the market or is it just some internalized helplessness instilled by recruiters looking for "the perfect match" and employers unwilling to provide training?
R: 24 / I: 2
How many of you are based enough to use these keys?
R: 10 / I: 0
We need to go back

I liked google glasses

I mean without capitalism and advertising, it'd be great to have a cortana and camera on you without even touching anything
R: 3 / I: 0
I knew all that data going around was getting sold to many companies but I didn't know it was this easy to acquire it.
https://www.nytimes.com/2022/05/19/opinion/privacy-technology-data.html
R: 5 / I: 0
So cool that finally Apple supports our right to repair.
R: 6 / I: 1

Yet another Tesla on fire situation

>Watched a Tesla catch on fire this morning. As soon as it started smoking the electrical system locked trapping the guy inside. Luckily construction workers broke the window so he could escape. Neat feature
https://snopyta.nitter.org/Mjarchie1/status/1527708021903609857

Fanboys in the replies desperately doing damage control.
R: 2 / I: 0
Anyone watched this? I just did, and it's honestly depressing.

It explains how Richard Stallman started GNU/FSF/GPL out of his desire to transform society, and how GNU's kernel was encountering technical difficulties, so people swapped it out for a kernel called Linux developed by some Finnish guy, and redistributing the resulting OS as "Linux". So people, not knowing about GNU's existence, marvelled at how the kernel already had such a fleshed-out suite of application software to come with it, because they weren't made aware that it only existed because the GNU project had been intentionally constructing a cohesive operating system for a decade prior. Richard Stallman explains in an interview that the OS is basically GNU, and should not be called "Linux". The interviewers then ask Linus about Stallman's concerns, and he just laughs them off and calls them ridiculous.

The film then goes on to interview the group of people who coined the term "Open Source", and they just blatantly explain that up to that point, everyone had just called it "Free Software", which is what Stallman called it ("Free" meaning "Freedom" for the users). This group of people wanted to sell the idea to Silicon Valley executives for boatloads of cash, after discovering the resulting software was faster and cheaper than the proprietary alternatives, and they couldn't do that without renaming it because "Free Software" sounds like you can't make money off of it, so they coined "Open Source" specifically to be appealing to executives. After this it's a montage of them shilling "Open Source" everywhere, and increasing corporate involvement.

It then shows the first Linux conference, and Linus goes onstage to give a keynote, and then Stallman goes onstage and the FSF is given the "Linus Torvalds award" for their contributions, and he's like "why are you giving me an award named after Torvalds, I started this shit", and starts denouncing everyone for hijacking the movement, and trying to remind everyone of the original social goals and message of the movement, and the people onstage start laughing awkwardly, and as he goes on, this goofy clarinet music starts playing, and people start getting up out of their seats and leaving, and the cameraman pans away from him and towards Linus playing with his children, as though losing interest. The film is clearly trying to make the audience feel as though Stallman is a loon getting up to wacky antics instead of someone with legitimate concerns about the direction of the movement.

The film then immediately cuts off Stallman to show the IPO of VA Linux Systems, and this excited, energizing music starts playing as everyone reacts to how high the stock price is going. Earlier in the film it showed the IPO of Red Hat. These scenes of the IPO's are the emotional focus of the movie; they show its central conflict. Are these people going to change the world? Who the hell cares? Are they going to get filthy rich? HELL YEAH! It even cuts to some fucker on a couch discussing how some people were angered that they were making billions off of the GNU operating system, and arbitrarily giving out stock to some developers and not others, with little regard to actual contributions, and he patronizingly says that the "true hardcore developers" are glad to do it for free, and don't care about the money.

The film then ends with the interviewer asking Torvalds about "his creation" (telling the audience to dismiss Stallman's arguments), and asking how it felt that it created so much economic value™.

All in all it's a documentary of how organic, collaborative, or liberatory social movements get reappropriated by capitalism and used to create even more profit.

Also there's a funny scene where the interviewer suggests to Eric Scott Raymond that Free Software is communist, and he gets super offended and starts ranting about gulags and famines.

It's on youtube: https://www.youtube.com/watch?v=jw8K460vx1c
R: 4 / I: 0
Black hole this size, you can just slip right in, spend eternity sliding down warped space-time toward the singularity. No tidal shear to spaghettify you. Let's gooooo!
R: 20 / I: 2

Would you.....

….put your battlestation, your nest, in a van or caravan and go nomadic if money wasn't an object?

Like, go full carny, a small fleet of vans, mobile battlestations, travelling the countryside. IF money wasn't a problem ofc.

Communal tents for eating and socializing and your own mobile nest to worship the 2500k in.

Yes I just watched the original 1947 "Nightmare Alley" last night.
R: 4 / I: 0
Here's a new parental verification system for Apple stuff instead of just asking for your age.
R: 5 / I: 0

Leftypol custom style sheets

Share your custom Leftypol CSS.

Here is my book-like theme, make sure u have yotsuba B selected before using:
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap');
form table tr th{
background-color: #fff;
vertical-align: top;
}
.bar{
background-color: #fff;
padding: 4px;
}
body{
background-image: none;
background-color: #fff;
color: #000;
font-size: 13pt;
font-family: 'EB Garamond', serif;
line-height: 1.4;
}
.thread{
margin-bottom: 4em;
margin-top: 4em;
text-align: left;
}
div.post.reply{
background-color: #fff;
border-width: 1pt;
border-style: none none none none;
border-color: #ddd;
width: 100%;
}
div.blotter{
margin: 2em;
}
#quick-reply{
border: 4pt solid #fff;
}
#pagewrap{
max-width: 52em;
margin: auto;
text-align: center;
}
hr{
display: none;
}
p.fileinfo{
display: block;
margin: 0em 2em 0em 0em;
}

input, textarea{
border: 1px solid #666;
background-color: #fff;
font-family: 'EB Garamond', serif;
}
h1{
color: #333;
letter-spacing: 0px;
font-family: 'EB Garamond', serif;
}
a, div.post.reply div.body a{
color: #000;
}
a:visited, div.post.reply div.body a:visited{
color: #666;
}
.intro span.subject, span.heading{
color: #000;
text-transform: uppercase;
letter-spacing: 2pt;
word-spacing: 2pt;
}
span.heading{
display: block; text-align: center;
}
.intro span.name{
color: #000;
font-style: italic;
font-weight: normal;
margin: none;
padding: none;
}
.post-image{
margin: 2em 2em 1em 0em;
padding: none;
}

.file:not(.multifile) .post-image, .full-image{
float:none;
display:block;
margin:none;
margin-bottom: 1em;
max-width:100% !important;
height:auto !important;
}
.full-image{
margin:auto;
margin-bottom: 1em;
}
div.post p.fileinfo{
margin: 0em 1em 0em 26pt;
}
.post-btn{
padding: 0px 8px 0px 8px;
}
div.post.reply.highlighted{
background-color: inherit;
border-left: 4pt solid black;
margin-left: -2pt;
}
#options_div, #alert_div{
background-color: #fff;
border: 2pt solid black;
}
#options_background, alert_background{
background: #eee;
}
div.post.op a.hide-thread-link{
float: right !important;
margin-right: -2em;
}
R: 1 / I: 0

Lefty community project

Anyone want to make.. something? I'm not sure what, my imagination has been neutered from too much wageslaving. I'm a pretty skilled web developer, would be nice to create something that isn't useless or serves capital.
If this sounds interesting throw out an idea!
R: 2 / I: 1
I've lost count of how many times Novideo has announced they're making an "open source driver" (whatever that means). It isn't even the full driver: https://github.com/NVIDIA/open-gpu-kernel-modules
R: 40 / I: 11

/tech/ Matrix chat - SICP study group

Hello there, /tech/ comrades.

I am passing by to let you know that a Matrix chat for /tech/ talk has been created! The chat has been added to the official leftypol community. This chat is meant to serve as a place to talk tech and programming in general.

Come join us! The link is: https://matrix.to/#/#leftylambda:matrix.org?via=matrix.org

This chat will also be hosting an SICP /read/ing group. That is, we will be studying the book "Structure and Interpretation of Computer Programs" and helping each other solve the exercises. For those unaware, SICP used to be the introductory textbook for Computer Science classes at MIT back in the day, and remains a cult classic to this day. It can be used as a general introduction to programming, but will also be rewarding for those more experienced.gentooGentoo