[ home ] [ q / soy / qa / r / nate ] [ a / health / incel / int / mtv / pol / psy / raid / sci ] [ overboard ] [ rules ] [ bans ] [ wiki ] [ booru ] [ archive ] [ merch ] [ donate ]

/tech/ - Technology

Name
Options
Subject
Comment
File
Embed
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40]

File: 1690151186695.png (27.48 KB, 800x751, metasearch.png)ImgOps

 9476[Reply]

Any good ones? I just want something that works better than the shit Google or DDG spits out. Bonus for automatic discount codes.

 9477

Asking on this board because /g/ is worthless and lainchan's shitty vichan fork discarded my post

 9481

>>9476
searxNG

 9483

>>9481
How? Just clicking through the top results just provides the most commonly bought chinkshit and doesn't price compare or anything



File: 1690081039667.png (40.37 KB, 785x1000, calmplier with smoke.png)ImgOps

 9350[Reply]

I can't fuckin stand that parabola linux attention whore costantly avatar fagging both on /soy/ and /tech/
11 posts and 4 image replies omitted. Click reply to view.

 9444

>>9437
nobody is seething you're just a retard

 9445

>>9437
motif sux

 9446

>gets triggered by the most easily triggered freetard in the world
lol lmao even

 9479

File: 1690152275851.png (5.02 KB, 521x68, hackers-leaders-of-the-com….png)ImgOps

>>9427
>don't avatarfag please it's cancer :D
sure thing sooty soot, not going to neofetch next time.
(also it is funny that I am the only one using dragonfly on this board)
>>9434
think of a better 3 letter name, the word "BSD" sucks as it can't be spelled, the dragonfly mascot "fred" consists of 4 letters which disqualifies it as a hostname.
>>9437
>>BSD
>cuckold
from jehanneOS, an operating system which is trying to make plan9 compile with gcc in order to honor Richard Stallman and the GNU project
Post too long. Click here to view the full text.

 9480

File: 1690152951982.png (763.44 KB, 1440x2035, gnu slash yes.png)ImgOps

>>9479
BSD is a cuck operating system



File: 1675118410893-0.png (499.52 KB, 472x672, soy doom.png)ImgOps

File: 1675118410893-1.mp4 (64.46 MB, 1280x720, 1674936114984.mp4)ImgOps

File: 1675118410893-2.mp4 (2.71 MB, 480x360, soom.mp4)ImgOps

 862[Reply][Last 50 Posts]

Pray to god the catty isn't wiped again edition.

ok listen up, i have a rather ambitious plan, what if we made our own doom WAD? we could replace the sprites of the enemies, make new levels and add more guns

does anyone here have expierience in modding doom? if so, we will discuss the creation of this WAD

Doom modding guide for retarded chuds
First off, get doom 2. https://archive.org/details/2020_03_22_DOOM
Secondly, get gzdoom, SLADE and doombuilder.
https://zdoom.org/downloads
Post too long. Click here to view the full text.
203 posts and 53 image replies omitted. Click reply to view.

 9218

>>9203
OMF (Oh My Fauci)

 9229

>>9203
oh my Fauci!

 9251

bump

 9272

>>9194
nigger you're complaning about performance with gzdoom, lzdoom has all its benefits with better performance and more graphic settings, you just outed yourself as some contrarian chudlet nigger kike that doesnt give a shit about the fucking wad and cares more about puritan bullshit

 9456

Keep bumping



File: 1690086668996.jpg (35.95 KB, 595x720, 1678976388877.jpg)ImgOps

 9359[Reply]

How do I learn C?
I want to get good at fundamentals them move on to C++
4 posts and 1 image reply omitted. Click reply to view.

 9378

write a videogame cheat

 9379

File: 1690113822925.png (85.34 KB, 636x559, ClipboardImage.png)ImgOps

Its one of the simplest languages around, and its the simplest to learn too, just keep in mind of some of its features its called portable assembly for a reason, theres no array bound checking when passing through a function, i think thats a feature given by the compiler on static arrays, and keep in mind to what a pointer is, which is a memory address, that means its just an unsigned 64bit integer depending on your processor, and then apply the syntax to dereference the pointer and access whats inside with the type provided, ie. *(ptr+i), be it int(32 bits) or char(8 bits)

 9382

>>9359
learn the basics (e.g., what an integer is, what stdin/stdout is, how memory allocation works, etc)
in other words, learn how computers work more or less
then read the source code of programs written in C you use, so any program that just works and actually matters, and doesnt require a ton of user interaction and user-side fixing/hacking to make it usable
for example, GNU, linux, the 200 or so command line programs you use every day that arent part of gnu, etc...
figure out (or look up) what foo does in C, and study the sauce code
then read the C bible

 9393

>>9359
I recomend CS50 by harvard (https://cs50.harvard.edu/x/2023/)
It teaches you the basics of C to then move on Python etc...
It's very good since it doesen't assume you know even basic computer ideas such as binary.

 9453

>>9377
>>9379
>>9382
>>9393
Thanks for the answers, I will read these two books



File: 1688567157853.jpg (46.45 KB, 517x473, IMG_6788.jpg)ImgOps

 7665[Reply]

why should I care what OS i'm using when i just use my PC to browse image boards and play vidya for like 1-2 hours a day
42 posts and 9 image replies omitted. Click reply to view.

 9003

>>8973
literal 60iq

 9380

>>8959
After troubleshooting the command you posted is wrong, you're setting the accel exponent to -0.55 so you're decreasing your sensitivity on movement actually, so you first need to find your mouse id or name through $ xinput --list and turn off the acceleration with
xinput --set-prop device-id 'libinput Accel Profile Enabled' 0, 1
and then you set your Accel Speed to 0
Which is not permanent, i followed the arch linux manual while on Linux Mint and it asked me to create a file on /etc/X11/xorg.conf.d/50-mouse-acceleration.conf with some syntax, to which i did and still didnt work, so i need to setup a crontab to initiate those commands for me, i tried to put @reboot ~/init.sh at first and it didnt work so now i put the full path for the script and i hope it works next time i bootup.

 9383

>>9380
its enabled by default and my mouse ID is always the same for a trackpoint on basically all thinkpads, at least GM45 ones

 9428

>>9380
>>9383
just do
xset m 3 1
and stop being autistic

 9440

>>9428
i have multiple mice input devices doe



File: 1689446349224-0.png (265.86 KB, 1013x914, PARC.png)ImgOps

File: 1689446349224-1.png (157.61 KB, 642x1039, samjak.png)ImgOps

 8738[Reply]

first potential /tech/ doxxerald just dropped
GNU/Troon developer of the shitty librex search engine which is really a fronted for Google.

xis name is Hannan (after trooning out) and lives in Hungary

Github: https://github.com/hnhx
YouTube: https://www.youtube.com/@linuxfemboy
'Cord: https://discord.gg/bg2UeQAZgn
Matrix server: https://matrix.femboy.hu/
Personal site: https://femboy.hu/ (you WILL open it via tor or get your ip leaked)
54 posts and 8 image replies omitted. Click reply to view.

 9136

why are hungarians like this

 9373

>>8816
Marge. Are you saying doxxing is detraction? Because personal info is not a "fault or crime". If you are saying bringing to light the atrocities of a faggot is detraction, I don't really think it applies. The fag doesn't have a "good name" to begin with outside of molestation circles.

 9374

>>8816
>>9373
I feel it's dependent on the subject if narrating a previous fault or crime is a sin. If the subject has parted ways and is truly doing good in the world, defamation could be considered immoral. But if the subject is simply a godless sodomite who's actions hasn't been made apparent, I say spreading the truth, if undeniable within reasonable doubt, is justified.

 9375

>>9374
I changed my mind. Narrating truth that would be defaming is justified and it's up to the those informed to make moral decisions for themselves.

 9429

>>8770
use sowm



File: 1690060662256.png (19.5 KB, 598x628, arch mutt.png)ImgOps

 9276[Reply]

>arch is the best distro ever made and i can prove it to you once i fixed my xorg conf file or however the neovagina is dilated
28 posts and 16 image replies omitted. Click reply to view.

 9368

>>9327
I sound like a faggot but where is proof for this?

 9384

wayland will only be worth using when they/them make HDR work
posted from sway

 9385

>>9368
install any gayland compositor from the past 10 years and read the source code, then change the scale and observe what will happen
do the same for X11

 9386

>>9384
you cant even create custom modelines...

 9387

>>9368
wayland source



File: 1690068906571.png (26.3 KB, 598x628, gentoo mutt.png)ImgOps

 9294[Reply]

>taking too long to compile? you need to use a minimalist alternative that has less features and cannot get any work done or however the garbage piles up in my house

 9299

I use gentoo but I don't say this

 9372

i use gentoo and say this

 9448

#test#

 9449

test



File: 1689440302318-0.png (645.79 KB, 1736x2564, hnhx1.png)ImgOps

File: 1689440302318-1.png (401.38 KB, 897x340, hnhx faggot dildo setup ge….png)ImgOps

File: 1689440302318-2.jpg (129.14 KB, 900x900, hnhx faggot troon with sha….jpg)ImgOps

File: 1689440302318-3.jpg (120.55 KB, 864x1251, hnhx IMG_20221106_152151.jpg)ImgOps

 8712[Reply]

why is creator of librex search engine so cute? shes doing something to me bros
13 posts and 5 image replies omitted. Click reply to view.

 8836

File: 1689577220367.png (71.67 KB, 775x849, cobson brow raised (BNWO S….png)ImgOps

What is GNUchud trying to say by saving all these images of trannies?

 8889

>>8836
Small black penis

 8910

xhe uses discord albeit

 9370

muh meritocracy or whatever, but I'll just stick with SearX

 9371

>>9370
oops meant to write google



File: 1683534581330.png (597.16 KB, 1080x1440, ClipboardImage.png)ImgOps

 4326[Reply]

Getting rid of my smartphone solved my internet addiction problem. I just use a dumbphone now instead.
9 posts and 2 image replies omitted. Click reply to view.

 4367

>>4339
posting through telepathic brain waves

 4370

>>4326
>that hand
which pheno teens?

 4430

>>4326
sadly all the muttland carriers shut off their 2g networks so the only "dumbphones" that work here are pozzed kaios phones full of jewgle apps

 9139

File: 1689892410408.png (303.55 KB, 471x610, 1687987967516.png)ImgOps

>>4330
>remember - anything with an active gps, a microphone you do not manually take out after each use, and a camera of the same, is being tracked by the NSA.
Ummmm just remove the battery or something when your not using it? I'm sure he can do that with an older Nokia like that.

 9369

>>9139
>someone calls you
>battery is removed
What now?



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40]
| Catalog
[ home ] [ q / soy / qa / r / nate ] [ a / health / incel / int / mtv / pol / psy / raid / sci ] [ overboard ] [ rules ] [ bans ] [ wiki ] [ booru ] [ archive ] [ merch ] [ donate ]