/t/ - Technology

Discussion of Technology

Catalog Archive
+
-
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

CAPTCHA
E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).



8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

You may also be interested in: AI

Mobile App Reverse Engineer Anonymous 10/10/2025 (Fri) 12:51:56 No. 24368 [Reply]
I'm looking for a skilled mobile app reverse engineer who can work on either Android or iOS platforms. Please post your email address in the thread or ask for mine.

(67.65 KB 799x621 Dillo8chan.png)

8chan on Dillo Browser Anonymous 09/16/2025 (Tue) 17:16:12 No. 24211 [Reply]
Anyone been able to brows 8chan on dillo browser? Maybe dillo-plus? I been trying to get them to work by enabling cookies but it doesn't work. I get stuck on pic related. I try to go back and it goes back to the confirm page but also when I get to pic related I tried to input 8chan domain to hopefully get to the page but alas, once again I am asked to confirm I am over 18.
1 post omitted.
Dillo does cache redirects; so when the first 8chan page you visit redirects to the cookie page, this page will continue to redirect to the cookie page. I haven't looked at how confirmed.html works, but there could be a similar issue.
>>24216 Oh, thanks. I'll look into it.
>>24216 I can't find how to disable it... Any help?

(1.64 MB 1920x1080 desktop02.png)

(150.61 KB 1280x960 notmine03.jpg)

(126.04 KB 800x600 notmine04.jpg)

(963.41 KB 1280x1024 notmine06.png)

/bb4win/ Blackbox4Windows General Anonymous 08/17/2025 (Sun) 23:32:13 No. 23964 [Reply]
"Blackbox" is a unix shell, and "Bb4Win" is a from-scratch clone of that unix shell but for Windows. But fucking nobody uses either of them. The thread is also for niggas who use other gaysexsplorer-replacing alternate shells like Cairo, or SharpEnviro, but ESPECIALLY bb4win. I want to proselytize bb4win and get more people to use it. It's SUPER lightweight, especially bbLean which I'm running. There's also xoblite which is still getting updated but it's fat and ugly. In the first image you can see my CPU usage is next to fucking nothing on my 3.4ghz shitbox when idle. It's all in a ONE MEGABITE PACKAGE. Out of the box you get virtual desktops, it's own AutoHotKey-like plugin called bbKeys which you can do a lot with. There are a few small catches, though. There's a bit of a learning curve, and it looks ugly out of the box. You have to spend some time making it cool. You also have to dig in the waybackmachine a lot because most of the resources and discussion for it are DEAD AND MURDERED by the cia. You can at least still find it on sourceforge, where it's very useful manual also is. boxshots.org is also somehow still alive, and people still post their desktops on there. Also, I'm working on a revival site. It's called 'boxedreality' and it will have a proper archive of useful forum threads, plugin downloads, guides and other cool things. And unlike it's only competitor, boxshots, it won't be a fucking static site where you wait for the mods to manually put your posts in the .html Thank you for time
>>23964 Nice jets. Fuck india

(86.79 KB 1271x747 tutamail-anti-proton.jpg)

Anonymous 10/01/2025 (Wed) 01:18:44 No. 24309 [Reply]
Someone regularly makes anti-protonmail, pro-tutamail threads on /g/. Bottom reply is likely OP samefag. https://desuarchive.org/g/thread/106744406/

Docker shitters are the new nodemonkeys Anonymous 04/09/2025 (Wed) 14:37:11 No. 17623 [Reply]
Every now and then some piece of software gets made that tries to make things simpler and easier to use. Every few years one of those projects gets adopted in droves and becomes the hot new developer meme and retards who shouldn't be let within 5 miles of a production server start shitting out endless amounts "clever solutions" with it because it's the only tool they know. Then other shitters come in, copy paste the first piece of spit and gum they see and call it working code. Eventually you end up with an environment where you have a handful of good projects drowning in a sea of pajeetcode. In the 2010s that was node.js. Frontend devs writing critical backend code in javashit because it's the only language they know, and then writing entire applications to run inside a chromium instance because it's so much easier than using a GUI toolkit. Today, that tool is docker. Wanna run a static webserver? Here, use ten thrown together dockerimages. Wanna compile software? Use this custom dockerimage, we don't support anything else. Check out this cool new software! Oh, you want to run it? Just run the official dockerimage so you can start the program! Docker is "lightweight". Downloading 2 GB of images to get the libraries you need for running your 50 lines of python code is way less bloated than that sparse 3 GB qcow2 image you can run anywhere. The venv is only 250 MB? Who cares lol. Docker is "secure" so of course there's no problem when your dockerfile exposes two dozen ports to your entire network. How else could your 15 different images running on the same fucking machine possibly communicate with each other? Installing docker images is easy. Simply pick out the one official image on docker-hub from the millions of repositories with malware grafted onto them. Be sure to audit every single dockerfile to make sure all the devs did the same! Docker is easy. When something breaks you can docker compose down and rebuild your container. Cross your fingers that it works. It's still broken? Then you can docker exec -it sh and troubleshoot your image from withing. Whoops, you used a minimal image that doesn't have sh. You can just make your own less minimal image that includes sh. It's easy. Docker is the perfect development environment. Installing dependencies is as easy as adding them to your dockerfile. But why bother making your own when you can blindly copy paste dockerfile code you found on someone's blog? Now you have your dependencies working but oh no! Your VSCode linter doesn't know about your dependencies! Do you properly reconfigure your setup? Why bother thinking when you can – get this – install all your dependencies locally! Now you can experience the joys of running docker at the same time as the joys of dependency management just so your editor can tell you you misspelled np.random! Better make sure your build system doesn't use your local libraries anywhere! And that's not all. You want to use a modified library for your build? Then you can just rebuild your entire docker image with your library added in. And never before could you use several versions of the same library in the same build process. Cmake? Never heard of it! Docker is the future! >but I NEED it for muh servers Look at this John Netflix who's serving 200 users across the ENTIRE city. Better set up Kubernetes so you can maintain your single fucking machine just as easily as you could 2.5 servers with no k8s. >b-but muh pipelines Yeah, go continuously integrate that single user desktop only application you're working on you fucking faggot.
12 posts omitted.
Just write your program in Rust and you don't need a docker image. You can download all dependencies with cargo build regardless of what OS you're on. And the resulting binary should not have any dynamic dependencies except for libraries that should be expected to be a part of the base OS in the first place. You can just ship a single executable. Or a tarball with the source code and let the client grab rustup.
>>18242 Yeah exactly, this is why I haven't even looked into podman more. I know you can actually use the docker client and set the socket to podman, so you could use docker cli and compose as the frontend. I don't know what the advantages would be tough. I tried it once and got it to work.
>>18241 No compose support also means it's way harder to develop for. Am I really supposed to write systemd units for each fucking service?

Think you're safer than Trump? Anonymous 09/29/2025 (Mon) 16:32:49 No. 24304 [Reply]
Take this quiz and find out! ==>> https://sites.google.com/view/securit-quiz

(340.97 KB 2148x2448 linux.jpg)

gdk applications no longer work under firejail Anonymous 09/25/2025 (Thu) 01:16:30 No. 24281 [Reply]
gdk applications use a package called gdk-pixbuf2, which uses a Rust library, glycin, to open image files. glycin opens image files in a sandbox using bwrap. bwrap doesn't run inside firejail. So now all gdk applications fail when they try to open image files inside of firejail.
Fix for me is rolling gdk-pixbuf2 back to version 2.44.1-3. wget https://archive.archlinux.org/packages/g/gdk-pixbuf2/gdk-pixbuf2-2.44.1-3-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/g/gdk-pixbuf2/gdk-pixbuf2-2.44.1-3-x86_64.pkg.tar.zst.sig sudo pacman -U gdk-pixbuf2-2.44.1-3-x86_64.pkg.tar.zst Also related: https://desuarchive.org/g/thread/106690681/

(204.98 KB 1200x1600 media_G1huIHxXAAAe3qE.jpg)

(107.71 KB 480x640 media_G1huIHuX0AAJLQj.jpg)

(108.18 KB 480x640 media_G1huIHzXsAAJsYo.jpg)

SIM card farm found in New York near UN General Assembly Anonymous 09/23/2025 (Tue) 19:08:29 No. 24265 [Reply]
>U.S. Secret Service >@SecretService >The Secret Service dismantled a network of more than 300 SIM servers and 100,000 SIM cards in the New York-area that were capable of crippling telecom systems and carrying out anonymous telephonic attacks, disrupting the threat before world leaders arrived for the UN General Assembly. Read more about this at https://www.secretservice.gov/newsroom/releases/2025/09/us-secret-service-dismantles-imminent-telecommunications-threat-new-york >https://nitter.net/SecretService/status/1970445933667082482
That's some pretty cool equipment. They could have used consumer/small business equipment if they wanted to hide something, this just looks performative. Check out this low-cost alternative though.
>>24268 >arson in front of the UN general assembly god be with you anon

Anonymous 09/24/2025 (Wed) 00:15:39 No. 24267 [Reply]
I recall posting here and there was a reply on procedurally generated animation lesson but in 2d, orange lines and such, biped, quadruped. Very unique. i lost it. basically i need some physics knowledge on procedural animations. from frame 1 to 2, f=m.a kind of thing, biped quadrupeds, how things loop or in sequence? the sims here isnt procedural maybe but the science seems to convince it is? also maybe cheap small or even libre software recommendation, maybe with anti aliasing drWing animation? i only know https://blog.bahraniapps.com/gifcam/ but its kinda shady.

Anonymous 09/20/2025 (Sat) 01:22:49 No. 24247 [Reply]
imagine working in http:\\tululoo.com and you can only work in +-/ and no other inbuilt functions. also you wanna make at least, All kinds of genres,... what book should you grab? also maybe you wanna make it online, multiplayer, and have people buy items in it.
No one has any idea what the fuck you are talking about. Why don't you imagine that you can get better at communicating ideas by writing clearly
>>24249 What? i can read it. why cant you. You got five fingers, so that counts 5 like me. clearly, you are just messin around. >writing clearly Why don't you imagine how to use question mark. Retard.

muh gooey Anonymous 07/09/2025 (Wed) 17:47:16 No. 23577 [Reply]
When you guys are programming, do you ever get to a point where you're always just sort of playing around with your program, entering different values and watching it work and stuff? Especially if I'm doing something with a GUI, I get so distracted just clicking buttons over and over, resizing things, hovering over things, just like... mindlessly fiddling around and making sure it's all working. I'm sure some of that is good, I mean you need to thoroughly test shit, but it's to the point where I get distracted and take way too long to finish anything (if ever).
(2.63 MB 1920x1080 WorkEnvironment.png)

(243.19 KB 553x541 output.mp4)

No. I do not get distracted like that. Well, at least not to the point of having it feel like I am wasting time. Yeah, my copyright notice is ugly piece of shit. Smol video showing it off tho'. Not sure if the vid actually works on mobile. I've had issues before, this is an old old x220 laptop (yeah, librebooted) with -pix_fmt yuv420p flag when recording with ffmpeg. I'm not very knowledgeable about codecs and stuff.
Reeee

(41.62 KB 640x640 ChatGPT_logo.png)

Anonymous 03/01/2023 (Wed) 12:55:11 No. 11702 [Reply]
Is there an uncencored and unrestricted ChatGPT alternative which will answer every questions directed (ChatGPT don't answer controversial and politically incorrect questions) ? It would be preferable if its intelligence and knowledge is comperable to ChatGPT.
33 posts and 8 images omitted.
Amazon prime users can buy a drone with a 2K camera for 50$ and have it arrive same day in under 2 hours hahahahahahaha what the fuck chat is this real hahahahaha we're absolutely cooked tbqhwyf hahahaha
>>24167 based is a good description.

(4.11 KB 300x100 simplebanner.png)

Hydrus Network General #11 Anonymous Board volunteer 02/05/2025 (Wed) 22:34:45 No. 17183 [Reply] [Last]
This is a thread for releases, bug reports, and other discussion for the hydrus network software. The hydrus network client is an application written for Anon and other internet-fluent media nerds who have large image/swf/webm collections. It browses with tags instead of folders, a little like a booru on your desktop. Users can choose to download and share tags through a Public Tag Repository that now has more than 2 billion tag mappings, and advanced users may set up their own repositories just for themselves and friends. Everything is free and privacy is the first concern. Releases are available for Windows, Linux, and macOS, and it is now easy to run the program straight from source. I am the hydrus developer. I am continually working on the software and try to put out a new release every Wednesday by 8pm EST. Past hydrus imageboard discussion, and these generals as they hit the post limit, are being archived at >>>/hydrus/ . Hydrus is a powerful and complicated program, and it is not for everyone. If you would like to learn more, please check out the extensive help and getting started guide here: https://hydrusnetwork.github.io/hydrus/ Previous thread >>>/hydrus/22247
Edited last time by hydrus_dev on 04/19/2025 (Sat) 18:45:34.
1045 posts and 197 images omitted.
>>24260 Thank you for the reminder--I'll try again to get this done. >>24266 Yep, sorry, at the moment my 'notebook' widgets size to the maximum size of their page contents in most cases. I may be able to add clever scrollbars in future, but there's a lot of legacy sludge here I want to clean up before I try anything clever. >>24271 >>24272 >>24273 Just to be clear--'N' is for 'successful/new' (rather than 'already in db'), 'D' is for 'previously deleted', 'Ig' is for 'ignored', which is tag blacklist, parser veto, or 404 etc.., 'S' is for (user-manually) 'skipped', and 'F' is for 'failed'. You can turn off 'N' and 'D' under options->downloading. >>24275 Damn, thank you, I will look at this next week! I thought I had it doing what you said, but some part of the dupe filter must be re-ordering it.
New thread here >>>/t/24277 I'll post v640 to it later today, and this thread should be migrated to >>>/hydrus/ soon. Thanks everyone!
I need some advice as my database disk image seems to be malformed. Hydrus is running within a Win11 VM on an older HDD, chkdsk from host and within VM returns ok, Crystal Disk values (host) are also still good. I tried to troubleshoot using the included .txt file but checking with PRAGMA just returns with "ok" after a few seconds but my db is rather large. My VM crashed on me a few times with "Your device ran into a problem and needs to restart" while writing, the host should have enough power and the VM has enough RAM. Checking DB integrity within Hydrus says its running but i dont see any HDD activity from within the VM apart from a 500KB/s reading, i will let it do its thing for a while see if anything happens. I assume it is not a hardware issue im experiencing.

(94.61 KB 605x275 neocitiesbanner.jpg)

Neocities thread Anonymous 05/17/2025 (Sat) 00:26:26 No. 22797 [Reply]
show me your neocities websites!
1 post omitted.
>>23151 That is actually pretty cool anon, can you do minus Tor only? Like alternative frontends for neocities on clearnet as well, I'm sure it'll pick some steam if you that
>>22797 Go back to tumblr, tranny

Anonymous 01/25/2025 (Sat) 20:45:48 No. 17088 [Reply] [Last]
Does anyone know why 4chan killed itself? The five minute countdown captcha was bad enough, but they recently upped it to 15 minutes OR email verification. Why is 4chan of all things collecting people's emails? That's not what 4chan is about. Also, they implemented really weird rules where you would get shadow banned for saying tranny or other words 3 times. It really seems like some tranny mod from Reddit recently hijacked 4chan or something.
43 posts and 6 images omitted.
>>23835 Soyjak Party is the true spiritual successor of 4chan. 4chan is mostly jaded legacy IT workers disillusioned by the modern internet and future of technology while Soyjak remembers the game of trolling.
>>23884 >Soyjak Party is the true spiritual successor of 4chan Same SP that bans anime posters and use the buzzword "tranime" unironically?
>>23884 >need janny approval to post any fucking image

Anonymous 08/25/2025 (Mon) 22:28:37 No. 24070 [Reply]
Hello , I’m making a Linux distribution called LMDEI (Linux Mint Debian Edition I2P) a dedicated live only OS for the I2P network but also have the TOR browser if you want to. I want to make this distribution for new comers for I2P network cuz I want to try prestium os but couldn’t find something useful or anything. I went and flashed my 32gb usb that I put the LMDE iso in and start installing apps like (Vim VLC MPV KEEPASSXPC tor-browser qbittorent i2p install.jar …etc) and deleted unnecessary apps like the live install and video players and what ever is bloat on the os . And when came in to export my os into an iso file on a separate USB (16 gb) . But I got confused cause I don’t know how I search on YouTube , using AI , reading articles but I didn’t found something useful or even practical ……….. Any idea/help ?
shrink your 32gb partition down to 16gb with gparted or whatever and then just dd if=/dev/sdb of=new.img no idea how to make an actual iso instead of a raw disk image but it should work close enough
>24078 That didn’t work. I tried so many times but no

[ 123456789101112131415161718192021 ]
Forms
Delete
Report