[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

File: Tech.png (557 KB, 1206x1207)
557 KB
557 KB PNG
How did we get here?
6 replies and 2 images omitted. Click here to view.
>>
>>106501687
Caste and nepotism desu
>>
>>106501687
Appointed by the ruling class kikes to make things harder for the white man
>>
>the capitalists dont want more money so they lick the less educated person
Imagine being this delusional. Maybe its simply that the white chud is screaming about minorities while the indian guy is studying astrophysics at university
>>
>>106501730
Indian people hate themselves and worship jews too...
>>
>>106501687

ten 1x programmer are more solid than one 7x programmer you can see words coming

File: tuxedopepe.jpg (30 KB, 450x682)
30 KB
30 KB JPG
I am getting a ThinkPad T16 Gen 4
>Intel® Core™ Ultra 5 225H
>Intel® Arc™ 130T iGPU
>24 GB (16+8) 5600MT/s RAM
>1 TB M.2 Gen 4 SSD
>WUXGA (1900 x 1200) IPS, 100% sRGB, 500 nits, 60Hz
>4 Cell 86 Wh Li-ion
1 reply omitted. Click here to view.
>>
File: whatevspepe.png (26 KB, 553x403)
26 KB
26 KB PNG
>>106501216
idc I like it
>>
>>106501270
sure, as long as it doesn't fuck you in the ass
>>
>>106501132
Where do you plan to fit in with your tinkertranny stinkpad? Definitely not in any respectable tech career.

Just get an M4 MacBook Pro.
>>
>>106502690
Good morning SAAR!
>>
>>106502704
Uhhh.. okay Timmy?

File: 1736171854916975.png (243 KB, 739x415)
243 KB
243 KB PNG
My pc password is 7887
>>
Hacked, I've got your IP: 127.0.0.1
>>
>>106502578
if someone has physical access to the device in the first place to where they can input that. they can get past it in 10s of other ways
the illusion of security
>>
>>106502578

tf i put book where my pass are
>>
>>106502578
the password for both my pc and wifi is unironically "password"
same password for 10 years
every now and then i check out of curiosity to see the connected devices to my wifi
for 10 years no one has ever tried to connect
if they connect i would change the wifi password but no one ever has

File: Flag_of_India.svg.png (13 KB, 510x340)
13 KB
13 KB PNG
Theoretically, can you completely de-India your computer by only using software without any Indian commits? Linus removed all Russian code from the Linux kernel, so something like this is certainly doable.

What's a good base to start with for building a non-Indian OS under a free licence? Arch?
173 replies and 19 images omitted. Click here to view.
>>
>>106500933
Says the person posting other people's pictures to make a point about himself lol
>>
>couldn't convince anyone that javascript and python are real languages
>starts spamming interracial couples (of which the poster is not a party)
Kek
>>
>>106484583
There are many styles of buttplugs. A star isn't even a common type from looking at those degen sites. A butthole, however, looks like a radially sudivided circle pretty universally, so your logic simply doesn't follow, or is completely niche. It can only work in the "stars" as buttplugs circles of deviants.
>>
>>106501974
That's the equivalent of saying that circles remind you of burgers and triangles of ice creams. Radially subdivided circles are simply that much simpler and ubiquitous a shape than stars. If you see a butthole there, you might as well start calling philips screws "poopshoot screws", and the Xor operator as "anal operator". It's simply a very faggot thing to think.
>>
File: 1739127361012461.jpg (178 KB, 1164x1455)
178 KB
178 KB JPG
Timmy seethe is eternal kek

File: (ichihime-rising-sun).jpg (252 KB, 1024x1024)
252 KB
252 KB JPG
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs
https://github.com/emacs-tw/awesome-emacs
https://github.com/systemcrafters/crafted-emacs

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com
https://systemcrafters.net/emacs-from-scratch
http://xahlee.info/emacs
https://emacs.tv

Comment too long. Click here to view the full text.
294 replies and 46 images omitted. Click here to view.
>>
>>106497035
>rx macro for Elisp?
Where do I begin?
>>
>>106499635
C-h f rx

It has a detailed and well-organized docstring. Try doing simple things in the REPL, too. It'll help you get a feel for it.

ELISP> (setq p (rx "#" (group (= 2 hex)) (group (= 2 hex)) (group (= 2 hex))))
"#\\([[:xdigit:]]\\{2\\}\\)\\([[:xdigit:]]\\{2\\}\\)\\([[:xdigit:]]\\{2\\}\\)"

ELISP> (setq s "#655A7C")
"#655A7C"

ELISP> (string-match p s)
0
(#o0, #x0, ?\C-@)
ELISP> (match-string 1 s)


Comment too long. Click here to view the full text.
>>
File: bee.jpg (345 KB, 1609x2048)
345 KB
345 KB JPG
>>106458549
>https://github.com/seancorfield/honeysql
pretty gud
>>
>>106499733
why it works differently in re builder?
>>
>>106498643
I write telemetry software and it started with the same code

File: new youtube.png (1.53 MB, 1620x901)
1.53 MB
1.53 MB PNG
NIGGERS
172 replies and 34 images omitted. Click here to view.
>>
>>106500338
a experienced developer can have this shit decompiled and labeled within hours. it would take me, a internet shitposter using hardware that would be considered shitty 15 years ago, around a week + 5 -2 days.

iato is the software i use, but ive heard really good things about ghidra too. i just use it because i need to strip down pretty much all modern software before i can use it.

what matters more for defending youtube clients is the way it interacts with youtube servers, not anything else in them.
the "arms race" type of setup can exist, its just that even for a megacorp like youtube its just not worth any serious effort.

only a small part of the overall code would need to be changed anyways so even if they did care it wouldn't be that big a deal.
>>
>>106501726
Nope, when I press the up key a pop up says the volume is already at 100% even though the slider is at ~75%
>>
>>106501844
just got done reading through it, you should definitely have multiple people review your code with you. or just use other existing solutions.

i'm not going to go into details, but i will say a few things because it bugs me a lot:

just using c doesn't make code faster/better. c offers a lot of control, so in other words its up to the person writing the code to take advantage of that freedom.

config files are useful for more than just storing user preferences and whatnot.

the unix philosophy of just doing one thing and doing it good is great and all but honestly thats not like a rule or anything. if it makes your code better and it makes sense to do so you should group multiple things into the same function. i.e. if you only use a function once, did it really need to be a separate function?

look up cves for shit, just because you are still able to use a particular library doesn't mean its safe.

>>106502084
does it actually get louder when you move the slider instead? if not its just the old graphical bug.
>>
>>106502256
would you elaborate more on the details
what are the problems with the code?
what do you have in mind for config files?
what "particular library" are you mentioning?
>if it makes your code better and it makes sense to do so you should group multiple things into the same function. i.e. if you only use a function once, did it really need to be a separate function?
i like breaking a long routine into separate functions so that they are self documenting with the function name and can be possibly reused in the future
>>
>>106493667
Ahh, so I post an image once with no other context and I get b& for avatarfagging. Then this tranny posts the same anime girl over 9000 times and gets away scott free

What's the point in developing programs for non-Apple platforms?
128 replies and 21 images omitted. Click here to view.
>>
>>106501119
>Definitely isn't because of the fake Ukraine war and having the highest GDP out of all of the listed countries
>>
File: chrome_6g1ierAshN.png (566 KB, 701x1255)
566 KB
566 KB PNG
>>106498901
Apple is white.
>>
>>106502106
>Ukraine war
That spike is long over, this chart is for the second half of 2024
>The highest GDP
Then why has Luxembourg cheaper energy?
Surely their GDP is higher than germanys
>>
>>106500778
convenient
>>
>>106488426
What are you talking about nigger? Android apps do let you do free premium trials after which they lock the premium features unless you pay and the app notify it does in the app, this show Apple retards love to be scammed

File: 1740465885925697.jpg (124 KB, 1064x1167)
124 KB
124 KB JPG
.
28 replies and 2 images omitted. Click here to view.
>>
>>106502378
there's someone in tel aviv with the only copy of 8000 TB of porn
>>
>>106502531
but enough about epstein's mossad handler
>>
>>106502378
even in 2020 pornhub was hardly relevant. it never was a top tube site.
now it's totally irrelevant.
>>
>>106502562
m8 they're all mirrors run by the same company
>>
>>106502564
nope, pornhub doesn't like to pirate content that their parent company produces. other tubes have no such issues.

File: IMG_2585.jpg (89 KB, 1056x568)
89 KB
89 KB JPG
THE INTERNET IS ABOUT TO BE SAVED
141 replies and 29 images omitted. Click here to view.
>>
>>106493358
Also, never forget the scam effect on this stat. Ranascammy made a billion by scamming investors, so this makes his income look GREAT. However, its a scam so its a net negative to the US economy because all those investors took a loss so its a net negative.

India's economy is basically like this; one big ponzi scam.
>>
File: cry.png (167 KB, 345x437)
167 KB
167 KB PNG
>>106501658
>The Jew is still not the majority and exploit White empathy for all of the abuses. If "White" kindness evaporates then the nepotistic races will too.
>>
File: 1757172194897.jpg (173 KB, 1080x1068)
173 KB
173 KB JPG
>>106502109
Stinky filthy shitjeet
>>
I kinda feel bad for jeets, they have smaller cocks than chinks and many will die to a train before even touching a vagena, such a sad fate
>>
>>106495974
jamie, pull up the list of nobel prices, sort the countries by amount

File: 1746039220590199.jpg (841 KB, 1728x1344)
841 KB
841 KB JPG
Previous /sdg/ thread : >>106489312

>Beginner UI
EasyDiffusion: https://easydiffusion.github.io
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI

>Advanced UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
Forge Classic: https://github.com/Haoming02/sd-webui-forge-classic
reForge: https://github.com/Panchovix/stable-diffusion-webui-reForge
Stability Matrix: https://github.com/LykosAI/StabilityMatrix

>Early Preview UI
AniStudio: https://github.com/FizzleDorf/AniStudio


Comment too long. Click here to view the full text.
156 replies and 126 images omitted. Click here to view.
>>
>>106502500
This isn't reddit
>>
File: 00067-143513517.png (993 KB, 600x800)
993 KB
993 KB PNG
>>
File: 00070-143513520.png (970 KB, 600x800)
970 KB
970 KB PNG
>>
>koff is into diapers
Always knew he was based
>>
>>106502503
What do you mean?

File: 1751754185136.png (929 KB, 2244x2048)
929 KB
929 KB PNG
Anons on /g/ like to heap virulent abuse on it every other day, but when need arises, they go back crawling to it on all fours, reeking with desperation, and can't even name an alternative that's even half as good. I laugh.
20 replies and 6 images omitted. Click here to view.
>>
>>106500610
You do not have a PhD.
>>
>>106500900
Embezzlement.
>>
>>106499062
It's a left-leaning website that regularly censors information. Use it to look up the dates of events, vidya release info and other static details but the rest isn't trustworthy.
>>106500610
Many such cases.
>>
>>106501095
>It's a left-leaning website
Let me guess all universities are also left wing indoctrination camps. Let me guess reality itself has a liberal bias. Why are all high tech science stem people ao goddamn liberal its definetly a conspiracy by (((anyone named by trump))))
>>
>>106501095
are you trying to imply that every encyclopedia ever written that has been used in academia has a left wing bias?

File: aaa.png (29 KB, 680x357)
29 KB
29 KB PNG
And some retards still believe the compiler will optimize everything for you.
109 replies and 13 images omitted. Click here to view.
>>
>>106502556
im whiter than you
and your genes are fucked, non human
>>
>>106502561
You're so brown that having to add one commandline option to solve your non-issue makes you seethe in pure rage.
>>
>>106502581
>n-no, u
peak 80 iq
everyone clap now
>>
>>106500956
>>106501640
Beef IDE's built-in debugger.
>>
File: benchmark.jpg (113 KB, 1444x834)
113 KB
113 KB JPG
Amazing difference in execution speed depending on if a variable is named A or named Z.

File: monwednesday.jpg (15 KB, 279x185)
15 KB
15 KB JPG
Is this the true power of AI? Why am I paying for this shit?
27 replies and 10 images omitted. Click here to view.
>>
>>106496680
AAAAHHHAHAHAHAHAHAHAHAHA
>>
because you're too lazy to self host.
>>
>>106496680
>9 months ago
Not in the dataset.
>>
>>106495725
>public enum
good morning saar
>>
>>106500300
It's literally the suggested auto complete in OP's pic you fucking moron.

File: 2025-09-03 14-42-07.webm (1.46 MB, 800x600)
1.46 MB
1.46 MB WEBM
lossless scaling edition

/gedg/ Wiki: https://igwiki.lyci.de/wiki//gedg/_-_Game_and_Engine_Dev_General
IRC: irc.rizon.net #/g/gedg
Progress Day: https://rentry.org/gedg-jams
/gedg/ Compendium: https://rentry.org/gedg
/agdg/: >>>/vg/agdg
Graphics Debugger: https://renderdoc.org/

Requesting Help
-Problem Description: Clearly explain your issue, providing context and relevant background information.
-Relevant Code or Content: If applicable, include relevant code, configuration, or content related to your question. Use code tags.

Previous : >>106467928
32 replies and 4 images omitted. Click here to view.
>>
>>106502281
Did you do something novel? That's the point of making engines at all. The last cool novel thing about 3D engines I've heard was the PS4 Dreams engine, which was based around 3D signed fields.
>>
>>106502317
I did several novel things but they weren't rendering related
>>
>>106502317
The modified lumberyard engine for Star Citizen is pretty impressive. The massive seamless world system is pretty cool. I guess No Mans Sky did something similar but they used procedural generation and it's not really online.
>>
>>106502324
Okay, that's good enough.
>>
Anyone use a visibility buffer approach instead of a traditional deferred pipeline. The tldr is you write the triangle and object id to the display. Then when shading you can just do vetex pulling to get all the info you need. The advantage is you need less memory bandwidth. I'm going to try it. I like experimental techniques

File: chorizo.png (738 KB, 900x900)
738 KB
738 KB PNG
>/g/ makes a 16th album
Here we are making the sequel to the first /g/ album.
Theme: Loosely technology themed
Title: Shitposting Fundamentals (2nd edition)
Deadline: 1st of September, 14:00 UTC
Listening party: 1st of September, 24:00 UTC (midnight)
First album link: https://www.youtube.com/watch?v=H5Qe6rnW850

>/g/ makes a 17th album
Theme: [Accepting suggestions]

>Song submission rules/guidelines
Upload the file somewhere, preferably in a lossless format, and post the link here. If you want to update your track, make a new post.
Include the song title in the post, and make it clear that your song is a submission for the album.
Optionally you may include cover art for your track, but please confirm that the image in your post is the cover art or it won't be included.

Comment too long. Click here to view the full text.
129 replies and 22 images omitted. Click here to view.
>>
Hardstyle is dead?
No! I'm making some right now!!!

https://vocaroo.com/1nFpHaXpGQo0
>>
>>106496002
Why limit this mindset to producing? It applies to every field! :)
>>
>blow 90 bucks on a new MIDI keyboard
>start enjoying my old one more instead
Well, I guess I'm throwing that shit straight on the scrap heap.
>>
>>106500332
can i have it
>>
>>106500593
>90 bucks
do you really want it?


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.