/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

Matrix technology room Anonymous 02/09/2022 (Wed) 16:58:45 No. 7376 [Reply]
Hello everyone, stop using Discord and step over to the superior alternative already! Stallman disapproves of Discord and nobody should use this proprietary botnet for anything related to technology or programming. Since the old /g/ room on Matrix with 400 members died I made a new one. It's not on matrix.org for security and privacy reasons. #friends:catgirl.cloud
5 posts and 1 image omitted.
>>7376 >[do not post] content illegal in germany like nazi symbolism I think the nazi shit is stupid but why would you post a chan-oriented room on a service based in Germany
>>7378 /thread
Matrix is buggy though, wish there's a better alternative.

(17.25 KB 260x178 johnlargent.jpg)

https://usesthis.com/ Anonymous 05/23/2020 (Sat) 16:12:52 No. 186 [Reply]
I found an interesting look site which interviews people asking them what hardware/software they use for their life/work/projects. There are some interesting people on there like Bram Moolenaar (https://usesthis.com/interviews/bram.moolenaar/), this lady who has some godtier taste (https://usesthis.com/interviews/alice.maz/), and plenty of faggots. Maybe you'll find some interesting work setups or you can share your Windows 10 + Beats by Dre. setup.
10 posts omitted.
(83.53 KB 719x768 sex1.png)

(197.48 KB 564x724 sex2.png)

>>11750 >lowest Erdos number of any sex educator That's great but ultimately meaningless outside of math and physics researchers (and maybe a handful of other related disciplines).
>>186 This site used to be good, with interesting people sharing cool tools. Something happened, and now "interviews" are just with retarded women, Redditors, and trannies who all use MacBooks and Google Docs to get anything done.

(303.28 KB 1280x1400 sr-latch.png)

Anonymous 04/17/2025 (Thu) 15:02:18 No. 17790 [Reply]
Why the fuck do you engineers draw diagrams in the most confusing way possible? Is it to keep us retards out? How exactly is this circular shit working because my hodgepodge in Turing Complete hasn't illuminated much
9 posts and 4 images omitted.
(47.64 KB 775x720 reset.png)

(48.61 KB 775x720 set.png)

>>18398 >We can look at the lower NOR: ~(1 OR X) = ~1 = 0 Holy shit, that's exactly what I was missing, we only need one True value to determine that NOR is False, the system doesn't have to depend on the other NOR output unless it received a False from the other input. I know that's dirt simple but I really wasn't picking up on how the dependency worked >I hope it was of some use to you OP It was, although I think the more analog stuff is lost on me, but it does help to know how these things are abstracted because I need to have a basic understanding of architecture. Thank you anon
(406.63 KB 1435x2767 image.png)

am retarded, this makes sense now. thank you /t/. that's really clever
(62.09 KB 1000x1250 not-false.png)

(62.10 KB 1000x1250 not-true.png)

>>18398 >like CMOS where even for a simple invertor (~ = NOT), you have 2 transistors (NMOS and PMOS), such that when the output is meant to be 0, it ends up taking it from the GND, and when it's 1 it takes it from the supply, with half of the circuit being "off" in typical operation - but you know, there will be an intermediate state, when one transistor opens and the other closes, and in that moment both will be conducting! ohhh okay. that's pretty cool. that actually does help me understand more what's actually happening underneath the abstraction

(179.43 KB 1024x946 lain.png)

Anonymous 05/14/2020 (Thu) 07:03:18 No. 49 [Reply] [Last]
Let's all love Lain
57 posts and 75 images omitted.
>>18246 ganoo plus lain
I LOVE HER
I grew older, but Lain stayed the same. I miss the days when I was a kid watching Lain. Back then, everything was ok, and I didn't know the cruelty of the world

Anonymous 01/27/2025 (Mon) 15:41:49 No. 17112 [Reply]
why haven't you used nntpchan? NNTPChan (previously known as overchan) is a decentralized imageboard that uses the NNTP protocol (network-news transfer protocol) to synchronize content between many different servers. It utilizes cryptographically signed posts to perform optional/opt-in decentralized moderation https://github.com/konamicode9/nntpchan
5 posts and 1 image omitted.
>>17112 I used to, but then I took a break and all the instances I used to use are dead. Is there a list of ones that's still alive somewhere? What NNTPchan would need, ideally, is a distributed list of instances accepting peers, like DHT. That'd make it simple to write a guide on how to set up a personal instance on a VPS, and then peer with that, making it far more distributed and resilient to disruptions, as true P2P is stronger than mere federation. Federated systems have a handful of key people to take out and they're done.
Nobody actually uses decentralized social shit because it's a nightmare to moderate and there's no centralized point of access which means there's no centralized culture. The mindset that leads someone to believe decentralized social media makes sense is the same mindset that leads someone to think cryptocurrency will revolutionize the world
I used it a little bit, but I don't think I've seen public nodes recently? Would be nice if someone took the opportunity now when 4c is less alive.

OpenGL or Vulkan? Anonymous 04/19/2025 (Sat) 10:28:17 No. 18160 [Reply]
I want to create a game more or less from scratch just for the learning experience and fun. I was wondering why I hear everywhere that OpenGL seems pretty much dead and that nowadays, someone interested should concentrate on Vulkan right from the start? But I also hear that it's crazy confusing even for devs with a ton of OpenGL and Direct3D knowledge... What's really the payoff? All hardware supports OpenGL and it gives more than enough performance if you don't want peak AAA graphics. I don't want to use Direct3D because I'd also like to try to port it to my Android phone and I'm using Linux on my PC.
6 posts and 1 image omitted.
>>18227 to add some more nuance to this: opengl can be fun to learn the rendering pipeline at that level. what i gleaned from my brief experience with vulkan is that vulkan doesn't have anything interesting or worthwhile to learn unless maybe you're really really deep and trying to do things opengl can't. opengl still will take quite a bit of time especially if you are newer. once you have some basic graphics working, make sure to start focusing on the actual game part of the game so you don't get stuck wasting weeks implementing fancy opengl things from tutorials and eventually lose motivation to make the game.
>>18160 Just do opengl languages are not really important

Deepseek classified information "leak" Anonymous 04/18/2025 (Fri) 05:42:37 No. 17901 [Reply]
Can any of you fellas confirm any of this shit? It gets pretty crazy. Seroquel, Olanzapine, but then again...
5 posts and 4 images omitted.
>>18158 I mean it does, smart devices have built in microphones and theoretically couldn't frequencies influence airgapped media? you'd need insane precision and a perfect operating environment that is not conducive to the real world (and jamming would be as easy as just having multiple CRTs using similar frequencies) but I could still see a usecase for this, it would also be testable seeing as these vulnerabilities would be available to you right now, should you have a pc at all
(113.47 KB 1079x776 1712179166947275.jpg)

Wow op thats crazy

Looking for a free tier VPS Anonymous 04/19/2025 (Sat) 00:12:58 No. 18037 [Reply]
Currently working making a React web app, and would love to also learn about Web hosting and avoid using Vercel or Netlify, any good recommendation for a free tier VPS to try out my app ?
2 posts omitted.
What's your backend? If you're using Next.js or something like that, just deploy to Cloudflare Workers or Deno Deploy. Don't bother with a VPS. If you're writing garbage, may as well put it where it's easy to deploy.
>>18037 cloudflare pages
Use i2p instead

(73.32 KB 1280x720 1584989522477.jpg)

Anonymous 04/18/2025 (Fri) 18:32:27 No. 17984 [Reply]
stupid question, but i have this huge torrent that i have been seeding for 2 years and want to share. but i dont have the original torrent file anymore. is there a way to recreate it quickly or do i have to buffer it for an hour in the create torrent option of qbittorrent? and if i do will it still be in the same seedpool as the previous torrent? like will people that have seeded my current torrent be able to seed for people on the one i make now?
5 posts and 3 images omitted.
(365.57 KB 601x353 1553393959445.png)

>>17986 >>17988 if you want it here it is 2717046d its a hanime backup 1TB
(1.12 MB 277x325 1563036330141.gif)

>>17994 1 more question, can i also make a torrent file from this magnet link?
>>17995 yes, there are websites accessible via the internet which can do this for you, findable via search engines such as Google, which you can access on your computer with a web browser application such as Firefox.

Anonymous 02/25/2025 (Tue) 02:52:31 No. 17249 [Reply]
What's up with websites that try to push you to their shitty mobile apps that don't have all the features of the website? Lookin at you, GitHub
3 posts omitted.
>>17250 But I like my iPhone.
Github is owned by Macroshit, go figure...
>>17872 And access your Contacts, Camera and Localization for no reason at all. Everyone involved in that crap should be hanged, seriously...

Anonymous 04/05/2025 (Sat) 18:11:51 No. 17575 [Reply]
Is anyone else's Chat GPT cringey? Why is mine so fuckin cringey?
5 posts and 3 images omitted.
>>17708 gtfo of here with your anti-white sentiment
>>17575 I think it got to do with the deal they made with google they are using reddit content to train their model
>>17723 mine is trained to talk to me like Bandit Heeler, he makes me feel safe and i think i'm in love

(449.34 KB 611x528 whatdatuna.png)

Anonymous 01/16/2025 (Thu) 21:17:25 No. 17005 [Reply]
ok heello everyone im autistic and i think i look cool but i will be investing xrp for the 20th when trumpietrump take office
2 posts and 1 image omitted.
Lose some weight, it's only based and Nazbolfempilled to look so androgynous when you can be thrown onto a bed without a sweat
literally who
Are you a girl?

(15.04 KB 360x247 cunt.JPG)

fuck this shit Anonymous 04/07/2025 (Mon) 06:21:21 No. 17604 [Reply]
Wait 900 seconds, do the captcha, it gives me the tick to indicate that it's verified successfully, makes me wait 900 seconds again. What the actual fuck? how does anyone even use cuckchan anymore? how has this shithole not been completely abandoned at this point?
8 posts and 1 image omitted.
It's finally over, I thought I was there forever
i wonder how fucked they are. they must have had someone with at least a little bit of programming and sysadmin experience given all the captcha autism they've been up to, but i would have thought the site would be back up by now if they had anyone competent on and had some kind of backup. i wonder if hiro is just gonna throw in the towel.

Vintage/retro/old computing and retro computer emulation and gaming Anonymous 07/01/2024 (Mon) 17:06:03 No. 15472 [Reply]
I mostly wanted to make this ask if there is a good internet database for old computer hardware. But also to genuinely know if you anons would ne intrested in this thread added on emulation too because that's one of the few experiences with older computers Do you also anons have any old or even retro to vintage computers?
7 posts and 6 images omitted.
(420.44 KB 960x698 Desktop.jpg)

(609.65 KB 872x960 Laptop.jpg)

(434.41 KB 960x698 Phone.jpg)

(413.78 KB 960x698 Portrait Desktop.jpg)

(310.11 KB 960x698 pre-iMac.jpg)

>>16283 Not as good as these (never released).
>Still browsing like it's 1999: Fresh tools that keep vintage Macs online and weirdly alive https://archive.ph/h9Xof

(218.33 KB 1200x600 earnitandleadlel.jpg)

EARN/LEAD acts Anonymous 07/09/2020 (Thu) 11:53:54 No. 598 [Reply]
Is there any steganographic encryption/Tor/etc. out there I can use when this "let's ban encryption!" bullshit gets passed? Because let's be honest, they're eventually going to pass it, just like every other bullshit legislation they always eventually want to pass.
5 posts and 1 image omitted.
>>627 Yeah, let's just wait until the day that the MANE (Monopolies Are Not Evil) Act gets passed allowing monopolies to actually be allowed. (No, it's not an actual thing, but with how things are going, I don't doubt that some legislation is going to come out legitimately allowing monopolies instead of corporate loopholes that allow them to be "not" monopolies) >>628 Yeah, it's sad. They only have to pass this one time whereas everyone else has to vote against it until they stop. While your congressman and senators may not do much, just remember to cast your vote for actual people that genuinely care about your privacy rather than corporate sock-puppets.
>>598 No idea lol
In japan when a communist came to power he was murdered, not advocating, definitely don't do a murder, I just can't help but notice that japan is not communist today, maybe it will be tried again, I wonder if another japanese guy will do a murder

(28.55 KB 922x698 absolutelydisgusting.jpg)

Anonymous 03/19/2025 (Wed) 21:21:32 No. 17399 [Reply]
GNOME is just so fucking disgustingly godawful. It's absolutely revolting dogshit. It's just awfully abysmal. It's a repulsive ideology seeping into every crevice of open source it can get its grimy tendrils into. It's a campaign to make user interfaces look as repugnantly drab and soulless as possible. It's a movement to suck the life and usability out of the desktop user experience. Every one of the pawns who have 'contributed' in any way to GNOME from 3.0 onwards is responsible for the gradual destruction of the concept of the desktop user interface that was built from the ground up from those passionate for computers to make a positive difference in people's live from the 1960s to today. I really, really, really fucking hate GNOME. And if you don't, you're wrong.
4 posts and 1 image omitted.
fuck uis bare terminal it is
I had written a couple of applications with the TK framework and honestly I would not have any problem if all applications used it instead of the shit we have today. It may not have all the features of Qt or GTK but frankly I don't think most applications need everything Qt or GTK offers. Most applications seem to be gradually slipping into mobile device design at worst or mac OS design at best and I fucking hate it.
>>17400 lul did you make this? >>17525 Amen, brother. I mean, I use Qt (muh signals) but I don't do any theming. Standard, traditional desktop GUIs are the only ones I can take seriously and the only ones that feel like "stable applications" to me. Keep fighting the good fight, I will too.

[ 123456789101112131415161718192021 ]
Forms
Delete
Report