[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: Ilulu.jpg (2.11 MB, 1654x2339)
2.11 MB
2.11 MB JPG
What are you dra/g/on maids working on?

Last one: >>106438619
261 replies and 37 images omitted. Click here to view.
>>
>>106498484
ask gpt for shit to grep
>>
>>106498491
i was hoping the real intelligence here would have a more nuanced insight, rather than regurgitating what was once scraped from reddit. i set the bar so low and was still let down. silly of me, i won't make that mistake again.
>>
>>106490115
I can now compose these to make larger networks beyond the power of the Science Computer to count to them. I did this to see if I could find patterns in the numbers and so far I cannot.

I also added a SystemVerilog emitter, so networks can become hardware more easily. This appears to be working. I still have to make it go faster. Composition is not very nice. For example, AND is (2, 1, 225). It has no hidden nodes. NAND sequentially composed with NOT (logically equivalent to AND) is (2, 1, 73230313323). It has two hidden nodes.

I am debating releasing it as-is, or trying to make it faster first. Step after is to try to make a Quantum Computer version.
>>
>>106498552
Shit's either old and books are outdated or new and Microsoft moved on and therefore abandoned and without people writing about it.
>>
>>106498484
aside from incredibly ancient books that probably do a bunch of shit that's probably not ideal, out of date or just plain bad practice, no
i don't think microsoft even maintains their official windows api code samples repo that well
just go through some of the concept related dev docs covering areas you need and google "how to do <thing> in win32"
win32 is the original name of what MS now just calls the windows API, lots of people still call it that, using that instead of windows tends to bring up programming documentation instead of IT and helpdesk stuff
raymond chen's blog https://devblogs.microsoft.com/oldnewthing/ has a lot of very interesting/useful information on it

no modern resources exist that actually properly cover modern shit like c++/winrt even the windowsappsdk means windows runtime stuff is accessible to normal non-UWP win32 programs though the days of it being UWP exclusive
wil is the modern "normal" helper c++ library for normal windows programs not touching c++/winrt meant to replace the really old c++ pre-standardization dogshit libraries like atl or mfc which most popular "recommended" windows programming resources will still sometimes touch

File: contentdescription.png (372 KB, 1601x659)
372 KB
372 KB PNG
For how long have images been automatically tagged and described in archives?? Is there content analysis being performed behind the scenes of all content posted? Is this being done on 4chan itself now or just the archives?
See text tooltip above the image being hovered over, using Imagus for hover zoom on all sites.
Has anyone discovered this before?
Discuss.
18 replies and 1 image omitted. Click here to view.
>>
>>106498579
I thought you were talking about making your own thing to make api call to llm to tell you if it's a twitter screenshot.
4plebs doesn't archive /g/ so you can't use it here. And who knows if the model 4plebs is using can identify twitter screenshots accurately or will include it in the description.
>>
>>106498529
>>106498602
heres the cloudflare worker script
export default {
async fetch(request, env) {

if (request.method === 'OPTIONS') {
return handleOptions(request);
}

if (request.method !== 'POST') {
return new Response('Expected POST request', { status: 405, headers: corsHeaders });
}

try {


Comment too long. Click here to view the full text.
>>
>>106498756
you need to then after creating that, create a binding named "AI"
>Worker Settings
>Bindings
>Add a binding: Workers AI
>Named AI


then install this userscript
https://greasyfork.org/en/scripts/548543-4chan-thumbnail-classifier-advanced/code
>add your worker url to the script

ive made the base here, you can experiment with better models and stuff probably.

demo

Comment too long. Click here to view the full text.
>>
>>106498765
sign up on greasyfork and PM me if you want to in the future
>>
Do any of those archives offer full text search?

File: aaa.png (29 KB, 680x357)
29 KB
29 KB PNG
And some retards still believe the compiler will optimize everything for you.
55 replies and 10 images omitted. Click here to view.
>>
>>106498533
mfw the compiler isn't smart enough to just emit
mov edi,std::cout
mov esi,10
call std::ostream::operator<<(int)

shit lang
>>
>>106498560
>i dont know what constness is
>proceeds to language in pointless language flamewars
hang yourself you worthless nigger faggot
>>
>>106498696
>language in pointless
engage in*
>>
>>106498696
your mythical smart compiler should be able to look at the whole program and see nothing writes to your array bro just pretend its const bro
>>
>>106498705
>bro just pretend its const bro
thats what youre doing
>should be able to look at the whole program
yea, its called lto
>your mythical smart compiler
there are only a handful of actually good compilers, and this is one of them.

kys nigger faggot. go back to jeetscript

File: 1545277525444.png (2.12 MB, 3840x2160)
2.12 MB
2.12 MB PNG
>>106401320
Don't buy anything OTHER THAN IBM/Lenovo ThinkPad T, X, and W/P Series if you want the Real Business Experience™
>Other business laptops are welcome in /tpg/ (Dell Latitude/Precision, HP EliteBook/ZBook)

Why ThinkPad?
>Used machines are plentiful and cheap
>Excellent keyboards, tactile feel and quiet + the TrackPoint
>Great durability: magnesium roll cage for structural integrity, with high quality plastic body panels
>Utilitarian design: e.g. indicator LEDs, 7 row keyboard layout on older models
>Docking stations that easily turns your laptop into a desktop
>Easy to repair (most models), upgrade & maintain thanks to readily available service manuals for every model, spare parts easy & cheap to obtain
>Excellent Linux & *BSD support

ThinkWiki - General info about ThinkPads/specs
https://www.thinkwiki.org/wiki/ThinkWiki

Comment too long. Click here to view the full text.
169 replies and 35 images omitted. Click here to view.
>>
>>106497718
I don't use bluetooth (don't even have the packages installed to use it) so I can't help much with that. the wifi part works, no idea about BT
>>
>>106497750
I've been planning to upgrade it for a while but irl shit has been keeping me busy
>>
>>106497776
kek, I just ordered 3 of those a few months ago. one went into my desktop, one into my A485, and the last one into my T480. my desktop's old AX200 went into my 3rd laptop, and the one that was originally was in my A485 went into my crappy ThinkCentre that has a wlan whitelist and that was the only one I had that worked in it
>>
hwinfo64:
idle, wi-fi on, bluetooth on, gamepad connected
>-2.8W
idle, wi-fi on, bluetooth on, wireless earbuds connected
>-6.0W
is there something wrong with the ax201 or is it windows fucking everything up?
>>
>>106494194
Very solid body, so-so hinges, good modularity apart from the keyboard being riveted to the palmrest. Harder to pry open than any ThinkPad, fingernails alone won't do it.

>>106494875
On the T-series I know (up to 2021) it's just taped from both sides, no rivets

File: file.jpg (270 KB, 1021x764)
270 KB
270 KB JPG
this was the windows 7 of loonix distros
after this release all they did was hire troons to remove useful wine32 libraries and add more bloat and garbage
>>
File: pc.png (246 KB, 1920x1080)
246 KB
246 KB PNG
I just use arch linux xfce default with adwaita dark and a custom wm button theme called xfwaita4-dark. Base default of arch linoox comes with all the apps you need in XFCE to have a functional desktop and its lightweight.

Matches perfectly with the default look of GTK.
>>
File: ubuntu mate.jpg (437 KB, 1920x1080)
437 KB
437 KB JPG
>>106498655
>gtk3
wrong
>>
For me, it’s Lubuntu 18.04 LTS. The last version using LXDE.

File: 1756812839.jpg (602 KB, 1920x1080)
602 KB
602 KB JPG
185 replies and 57 images omitted. Click here to view.
>>
>>106492857
Wallpaper, please?
>>
>>106495418
>how can i improve?
Why switching to The Times.
>>
>>106495976
You just know..
>>
>>106498588
Very cute and wholesome.
>>
>>106498755
*By
The cause of the error being, I was initially going to write, “Why don’t you switch to The Times.”

File: realinquirycat2.gif (327 KB, 500x281)
327 KB
327 KB GIF
I want to program my own indie game without any spaghetti code, what books should I read for this? I already understand some of the basics like: functions, classes, variables, and callbacks but I don't know how to structure and plan out my code, so I always feel lost. I basically never know what the best course of action is. I also code in c# but I assume that's probably not relevant since I'm not asking for language specific advice.
9 replies omitted. Click here to view.
>>
https://teachyourselfcs.com/
Look up a bunch of stack overflow or reddit threads and see what is mentioned the most
>>
just start making games and when you dont know something look it up. your first few games will be really bad but eventually you will get good at it.
>>
>>106496190
k&r c
>>
>>106496618
Learning OOP is a trap since you start trying to make patterns before figuring out the problem.
Some people never get out of this stage.
>>
File: 1753268386607118.jpg (122 KB, 600x938)
122 KB
122 KB JPG
>>106496451
>The problem is I still need to implement game systems for stuff like entering vehicles, jumping, falling, running, climbing, dying, picking up objects, special abilities, etc, and upgrading weapons.
Unless that's 2D, you are aiming too high. FUck, I'd say even then, that's already too much. Make a "tower defense" where you are a single sniper who has to abandon his tower during the day, climb another while removing small annoying enemies, and then getting ready to fight during the night by sniping packages coming from the sky. Very little movement, you'll have jumping, running and falling. Also dying. Forget picking objects, but you can include special abilities and upgrading them. Don't over do it. Fuck, again, I think this is a lot already.

File: file.png (374 KB, 640x360)
374 KB
374 KB PNG
I've found my CD ROM collection from the 90s. I am in awe at what software used to be like. I can't explain it... can anyone put it into words?

It's strange that all the aesthetics and stuff came back to me, almost instantly. I don't even know where I'm going with this post. Computers used to be fun.
3 replies and 1 image omitted. Click here to view.
>>
>>106498262
A lot of good games back then you had to shut off windows and run it in dos. I'll never forget you EMS memory warning for the x-wing and tie fighter collectors cd's.
>>
>>106496035
>can anyone put it into words?
jews took over the world and with that they brought ugliness and all around shit
>>
>>106498262
i had a lot of fun with encarta back in the day
there were endless games built off of the 'klik & play' engine that are probably lost media now
>>
>>106496035
These were made before the jeets started being involved. Let's hope that Trump will make the software great again
>>
I miss the after dark screensavers. A great collection of strange screensavers.

File: maxresdefault.jpg (144 KB, 1280x720)
144 KB
144 KB JPG
So GNOME is not a project but a cult...
11 replies and 3 images omitted. Click here to view.
>>
>>106496516
>lunjew
>fascist
?
>>
>>106496677
>content stagnates
>falls into irrelevancy
>jew starts jewing
imagine my shock.
>>
File: 1754527982837799.png (416 KB, 976x850)
416 KB
416 KB PNG
>>106498646
I think he has removed the paywall now but he gets less views than he did before he had a paywall for like a month. I know I unsubbed on freetube/newpipe so i never realized he stopped paywalling till this thread and i wont resub. Idk wtf he was thinking literally everyone hates youtube membership shit appearing in their sub feed and nobody signs up for it.
Why are jews like this?
>>
>>106496516
It's kind of a shitty DE anyways. Why care?
>>
>>106496516
can't be arsed to care about Lunduke drama now that he has paywalled all of his stuff
>>106497820
>claiming that Stallman hates children
that's not a tenable position, Stallman loves children
perhaps a little too much

File: 1748773842783074.jpg (82 KB, 1000x1000)
82 KB
82 KB JPG
it's a distro for women

File: peak linux.jpg (186 KB, 1080x675)
186 KB
186 KB JPG
>linux will never be this comfy again
>>
File: 1755114859533540.jpg (253 KB, 1917x1081)
253 KB
253 KB JPG
>linux will never be this comfy
>>
>>106498791
wrong board >>>/lgbt/

$45 million is enough for 24/7, intrusive advertising, on EVERY Google platform, for 6 months?
6 replies and 1 image omitted. Click here to view.
>>
Was thinking of learning Go, but is it semitic?
>>
>>106496848
wait until you figure out how much it costs to dine with a politician.
>>
>>106496848
J&J, Jeets and Jews, a fatal combination for civilizations.

Identify, verify, boycott and luigi if necessary.
>>
>>106498713
50k tops. 65k blowjob included.
>>
>>106496990
https://en.wikipedia.org/wiki/Franklin_Prophecy

File: Collague 20.jpg (3.73 MB, 4096x4096)
3.73 MB
3.73 MB JPG
>UIs to generate anime
ComfyUI: https://github.com/comfyanonymous/ComfyUI
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI
re/Forge/Classic: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassic
SD.Next: https://github.com/vladmandic/sdnext
Wan2GP: https://github.com/deepbeepmeep/Wan2GP
AniStudio(status: two more weeks): https://github.com/FizzleDorf/AniStudio
InvokeAI: https://www.invoke.com/

>How to Generating Anime Images
https://rentry.org/comfyui_guide_1girl
https://tagexplorer.github.io

>Generating Anime Videos
Guide:

Comment too long. Click here to view the full text.
104 replies and 35 images omitted. Click here to view.
>>
Holy thingy anons, found this CLIP for Illustrious XL: https://civitai.com/models/1190133?modelVersionId=1339924
Never downloaded a CLIP before. Running Forge, do I put it in the CLIP folder? How do I actually select it once it's installed?Anyone got experience with this?
>>
>>106498114
good tool for comfyui users. webui users already have sd-webui-prompt-all-in-one
>>
>>106493904
PEDOS BTFO!!!

WAI-Mature-illustrious Update, more mature default style checkpoint
>V2:
Improved body stability.

Adjusted the overall style.

Enhanced the overall drawing accuracy.

>Recommended settings:
Steps: 20-30

CFG scale: 5-7

Comment too long. Click here to view the full text.
>>
>>106498648
Nice didnt know about this will try it!!!
>>
File: 00228-375127351.png (901 KB, 1024x1024)
901 KB
901 KB PNG
>mature
no thanks

File: 1756894545567076.jpg (163 KB, 1024x1024)
163 KB
163 KB JPG
Previous Thread: >>106471022

>Links:
>DALL-E 3
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
>4o
https://chatgpt.com/
https://sora.chatgpt.com
https://copilot.microsoft.com/
>Imagen 3
https://labs.google/fx/tools/image-fx
>Imagen 4
https://gemini.google.com/app
https://labs.google/fx/tools/whisk

Comment too long. Click here to view the full text.
>>
>Ted Kaczynski mugshot as a Simpsons character, tired eyes, dark messy haircut, grey beard, wearing orange jail shirt with no undershirt, height chart in background
>>
>girl facing away from an elephant, arm outstretched, saying "that's irrelephant", anime style

File: file.jpg (218 KB, 1280x720)
218 KB
218 KB JPG
Shill me Artix Linux
18 replies and 4 images omitted. Click here to view.
>>
>>106497685
it is. the service manager syntax is very similar to systemd's too so if you're used to that you won't have much trouble getting used to it
>>
>>106497692
>it is. the service manager syntax is very similar to systemd's too so if you're used to that you won't have much trouble getting used to it
okay, are you using someting like timeshift just in case anon?
>>
File: dinit-logo.png (4 KB, 220x55)
4 KB
4 KB PNG
come home
>>
File: 1753614229492789.png (60 KB, 246x205)
60 KB
60 KB PNG
ive used artix for over a year and it just works, had 0 issues. runit is very fast and never hangs up. i think arch/artix is by far the best distro for daily use its very simple and convenient and you can find a package for literally anything on the aur
>>
>>106496928
systemd is good. Potterybarn and Bussy made 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.