[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]


Janitor application acceptance emails are being sent out. Please remember to check your spam box!


[Advertise on 4chan]

[Catalog] [Archive]

File: 1762362156074551.jpg (3.19 MB, 4000x2252)
3.19 MB
3.19 MB JPG
>UPGRADE & BUILD ADVICE
Post build list or current specs: https://pcpartpicker.com/
Provide specific use cases
State BUDGET and COUNTRY or you will NOT be helped

>CASE
mATX: AP201, Lian Li A3, O11 Air Mini, XT M3, CH260
ATX: XT PRO (ULTRA), AIR 903 Base/MAX, Lancool 207, Flux Pro, Meshify 3, 4000D FRAME, X50
Dual Chamber: Y60/70, O11 Vision, Antec C8

>CPU
Gaming: 14600K, 9/7600X, 7800X3D
-Budget: 12400, 12600K, 7500F
Workstation: 265K, 285K, 9950X3D


Comment too long. Click here to view the full text.
278 replies and 43 images omitted. Click here to view.
>>
File: IMG_20251106_134646.jpg (2.8 MB, 2252x4000)
2.8 MB
2.8 MB JPG
There's perfect sunlight out today, so I better hurry with round 2 before it sets in 2 hours.
>>
>>107121797
Yeah, that's what I feared. I guess it's either powerlimiting or the Max-Q then. Thanks.
>>
>>107121006
There are some 4x24 6400 and 7000 mts kits in the QVL list
I'll see in a few days
>>
henlo
i used to use this
https://outervision.com/power-supply-calculator
psu calculator but the website no loger works, is there a similar calculator available?
preferably something that's not just a marketing tool for psu companies like the bequiet one
>>
>>107121960
QVLs are pretty gameable but the fact that they can get at least one sample to run 7GT/s is a good sign. Though those are likely Hynix kits and (I believe) you're buying Micron so it's still not cut & dry.

File: pasted-image.png (126 KB, 960x591)
126 KB
126 KB PNG
Simplicity edition. Simple technologies (Hare 20kLoC, QBE also 20kLoC)

Another tsoding banger https://www.youtube.com/watch?v=wRnJgrOcjqg
(10kLoC scripting language with static typing !!)

What are (You) working on, /g/?

/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

Comment too long. Click here to view the full text.
57 replies and 6 images omitted. Click here to view.
>>
>>107121676
I always thought of it as weird to wrap SDL functions in a platform layer, since SDL itself is already the platform layer.

Realistically, you are never going to change it anyway.
>>
File: IMG_1246.png (142 KB, 1920x1080)
142 KB
142 KB PNG
>>107121757
Missed the pic
>>
>>107121737
Say you have a sprite, and you want to flash it in a certain color. With shader it would be easy, just set the color to desired color for every pixel with nonzero alpha and then mix it with the target pixel
But afaik no blending mode in SDL does that. You would have to convert the texture back to surface and set all nonzero pixels to white, then render on top with color mod.
Second thing, texture repeat. SDL has rendergeometry, but it doesn't support indexes above 1.0, which means it cannot repeat textures efficiently.
Third, a camera implementation would be much faster with a shader.
Imagine you have a tilemap of 1000x1000 tiles and each tile is 32x32. You also have autotiling meaning some tiles have to be split into 4 parts of 16x16
Obviously I want to use RenderGeometry for this since it is more efficient. But using this I can only do it efficiently if neither the camera or the tilemap moves. Otherwise I have to recalculate one million quads every frame to check which vertices are visible and then apply camera transformation and local translation on it. With a shader, this would cost nothing.
>>
>>107121815
Oh, I only use it for windowing/surfacing and input, so I guess it's not something I'll have to worry about then.
>>
>>107121815
You could try some weird blending like zeroing the src alpha and then some blending that makes it work like drawing underneath while drawing a solid color quad.
God I hate having to figure out complex blendings to solve problems. I spent many days to fix my lighting blending by writing an entire test suite simulating the operations to find a decent solution.

File: 1743840262130578.gif (71 KB, 1024x768)
71 KB
71 KB GIF
Users of all levels are welcome to ask questions about GNU/Linux and share experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.
2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.


Comment too long. Click here to view the full text.
144 replies and 7 images omitted. Click here to view.
>>
Trying to clean my +200GB var/lib/flatpak/repo/objects folder, but unused command says nothing can be uninstalled and repair just throws an error.
>>
I finally solved my DHCP server issue (I hope). I thought Dnsmasq fixed it but I still got problems. I instead configured it to only listen on the gateway address attached to br-lan and configured my managed switch to relay to it and now DHCP is answered instantly. I really don't know why this is necessary when everything is on the exact same VLAN but maybe OpenWRT is picky about broadcast domains or something but fingers crossed that it keeps working.
>>
>>107121726
Like this. I never want to have to troubleshoot DHCP again.
>>
>>107121331
Jesus fuck. The largest mine got was 25 GiB after several years of use and me randomly installing and uninstalling over a hundred apps over time.

Since repair is failing what you should do is:
1. Backup your user data that's in .var/app in your home directory. Just zipping the .var folder will do. (I'm not sure if package managers clear that directory which is why I'm suggesting a backup)
2. Do a complete uninstall and purge all cache through your package manager. So, whatever the "sudo apt purge flatpak" equivalent is on your distro.
3. Reinstall flatpak, add flathub as a repo (and/or others if you're using them), then reinstall all your flatpak apps.
4. Recover your user data.
You can do a bulk reinstall by piping the output of "ls ~/.var/app" into flatpak install.
>>
>>107113566
>>107113904
>>107114186
>>107114234
hahah

File: adt53.jpg (1.49 MB, 3328x4864)
1.49 MB
1.49 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
InvokeAI:https://www.invoke.com/
AniStudio(WIP):https://github.com/FizzleDorf/AniStudio

>How to Generating Anime Images
https://rentry.org/comfyui_guide_1girl
https://tagexplorer.github.io
https://making-images-great-again-library.vercel.app/
https://neta-lumina-style.tz03.xyz/


Comment too long. Click here to view the full text.
97 replies and 43 images omitted. Click here to view.
>>
>>107121049
>weird roof thing that covers a terrance thing but not the bench just outside it
bureaucracy / not-my-job vibes
>>
>>107121171
>NoobAI Inpainting Controlnet
I could never get it to work on reforge or Comfy. I also never figured out the real difference between inpainting with a normal checkpoint versus an inpaint checkpoint when testing Noob or even Illustrious inpainting models.
>>
>>107121399
To filter wholesome cucks
>>
>>107121171
just use gimp or iopaint to manually remove and blend the halo
>>
>>107121864
Fuck! Nts is my favorite sub-genre.

>>
butt plug
>>
Loli sexbot
>>
drone jammer

File: elon-musk-reddit.jpg (71 KB, 736x490)
71 KB
71 KB JPG
Should elon musk buy reddit? He bought twitter for $44 billion, and reddit is only worth $37 billion. In 3 years, his net worth has increased by 200 billion. Reddit is one of the biggest site on the web, and certainly profitable.

How can he convince the reddit owners to sell their site?
61 replies and 11 images omitted. Click here to view.
>>
>>107121205
And you even admit it?
>>
>>107112642
>He should buy Reddit to get rid of the bots
the bots got worse on twitter since he bought it so...
>>
>>107112794
>Reddit had r/niggers once
BASED???
>>
>>107115323
>FUCK YOURSELF in the face
that's gotta be a jeet writing that post right?
>>
>>107121528
its a movie reference

File: image (1).png (205 KB, 600x400)
205 KB
205 KB PNG
What is the /g/ approved smart TV?
15 replies and 3 images omitted. Click here to view.
>>
>>107119544
Can I install newpipe in a Hisense TV?
>>
>>107119316
Last 'TV' I bought was a smart tv, android tv os. But I never attach it to the internet. I just connect my pc to it via hdmi and use the pc..
I'm currently typing this on said pc, sitting in the sofa, wireless keyboard on my lap and two tv's as monitors.
>>
>>107120599
Bump for this
>>
>>107119114
That shit sucks. I'd rather have a dumb OLED TV but no one makes them.
>>
>>107121505
>>107120599
They support Android TV, which Hisense was. So yes

post your websites. I'll start
https://tinfoil-hat.net
29 replies and 7 images omitted. Click here to view.
>>
I have a lot of websites, it's part of diy projects
Main one;
https://greertech.neocities.org/

https://autodoctor.neocities.org/
https://greertechuniversity.neocities.org/
https://betterconsole.neocities.org/
https://freestream.neocities.org/
https://mechanicsonline.neocities.org/
https://screenwork.neocities.org/
https://habitathunter.neocities.org/

A lot of them are based on collating resources into one unified website
>>
>>107116260
very cool
>>
>>107116260
I hoped disabling my adblocker would actually work. Please add that as a feature.
>>
>>107113945
http://sizeof.cat
If you have ideas about what I should write, do tell. Don't forget to call me a melanin-enriched individual on my guestbook.
>>
>>107121786
Write more about your Hoshi OS. I found that to be the most interesting part of your website.

File: 1760221973454060.jpg (2.02 MB, 5616x3744)
2.02 MB
2.02 MB JPG
Brassica oleracea edition, eat your veggies

>Not sure what private trackers are all about?
A private tracker is an invite-only torrent website. Each member shares common goals: collecting, preserving and discussing media.

>Have a question?
- FAQ https://archive.is/UVQkn
- WIKI https://igwiki.lyci.de/wiki/Private_trackers
- NEWFAG PYRAMID https://inviteroute.github.io/graph or https://inviteroute.github.io/sheet/
- STUDY https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060
- SPREADSHEET https://hdvinnie.github.io/Private-Trackers-Spreadsheet/
- TEN CURRY COMMANDMENTS https://pastebin.com/raw/dBbdE73M
- TEN NEON COMMANDMENTS https://pastebin.com/raw/Ud2pGYaE
- RED SPAMMER'S BIBLE https://rentry.org/69zbxh4h
- #ptg is on irc.sageru.org but it's pretty dead

Comment too long. Click here to view the full text.
277 replies and 26 images omitted. Click here to view.
>>
>>107121769
us SCels can only hope...
>>
>>107121779
just keys
its easy enough to grab new ones anyway
>>
>>107121852
I stopped bothering with omg/.in keys and even accounts because they kept dying on me. I had a good run even after they cracked down.
>>
>>107121722
Higher tier forums are lame on every tracker
>>
>>107121597
nzb.to is literally dead poser

File: pwyqqjnev3zf1.png (327 KB, 1590x1096)
327 KB
327 KB PNG
Apple deployed their non-minified Svelte code to production edition.

>Free beginner resources to get started with HTML, CSS and JS
https://developer.mozilla.org/en-US/docs/Learn - MDN is your best friend for fundamentals
https://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etc
https://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
https://javascript.info/ - Quite a good JS tutorial
https://flukeout.github.io/ - Learn CSS selectors in no time
https://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS

>Resources for backend languages
https://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.js
https://www.phptutorial.net - A PHP tutorial
https://dev.java/learn/ - A Java tutorial
https://rentry.org/htbby - Links for Python and Go

Comment too long. Click here to view the full text.

File: 1753138546595728.png (2.94 MB, 1536x1024)
2.94 MB
2.94 MB PNG
/aicg/ - A general dedicated to the discussion and development of AI chatbots

Dipsy edition

>News
Zhipu AI releases GLM-4.6 https://z.ai/blog/glm-4.6
Anthropic releases Claude Sonnet 4.5 https://www.anthropic.com/news/claude-sonnet-4-5
DeepSeek releases V3.2 Exp https://api-docs.deepseek.com/news/news250929
DeepSeek releases V3.1 Terminus https://api-docs.deepseek.com/news/news250922
Kimi K2 0905 released https://moonshotai.github.io/Kimi-K2

additional info: https://aicg.neocities.org/info.html

>Frontends
SillyTavern: https://docs.sillytavern.app

Comment too long. Click here to view the full text.
197 replies and 45 images omitted. Click here to view.
>>
>>107121863
Indeed, perhaps bots are shitting the thread? It must be the villainous Desufag acting again.
>>
Retard
>>
>>107121832
I agree. Default Lithium isn't that great, but it's easily fixable with a prefill; after that the writing is actually rather good.
>>
>>107121892
Glad someone else shares the same opinion as I do. Though prefilling Lithium is quite easy, and the great dialogues make up for it
>>
>>107121900
That's a really nuanced perspective. Great dialogue is important in roleplays—luckily Lithium can be fixed quite easily with a prefill, I think it's a bit sloppy without it.

File: 1748560199225931.jpg (165 KB, 1213x1600)
165 KB
165 KB JPG
dishwasher tablets are a scam and the dishwasher detergent industry have taken us for a ride
6 replies and 2 images omitted. Click here to view.
>>
File: 1319867310933.gif (1.27 MB, 320x320)
1.27 MB
1.27 MB GIF
>>107119007
I don't have a dishwasher, but i use powdered detergent for my washing machine, liquid detergent and pods are a scam, but they are "convenient".
>>
>>107119007
Powered and diap
>>
Powder is hard to find here.
There is only one big brand carrying a powder version (which is pretty expensive) and only one of the seven supermarket chains here carry a cheap house brand powder version.
>>
>>107119007
>check price comparison website
>literally ONE (1) option of powder in the whole country
Of course I ordered that
>>
who gives a flying fuck

File: 1758510282059681.png (69 KB, 713x132)
69 KB
69 KB PNG
name a more useless piece of FOSS software
>open browser
>kde wallet is asking for a password
>refuse
>kde wallet is asking for a password
>refuse
>kde wallet is asking for a password
>refuse
>browser opens
>something may be misbehaving
nobody wants this shit, this has been an issue for at least half a decade at this point
17 replies and 2 images omitted. Click here to view.
>>
>>107121300
This confuses, you would think some autists would want to fix bugs as a puzzle. Im not even an autist but starting a whole project to make a new feature sounds daunting compared to fixing a bug
>>
>>107121621
No, it's a common problem in software development.
People want to build, not maintain.
>>
>>107118679
Didn't ask grandpa
>>
>>107118094
What version are you using? I read in the patchnotes that this got fixed recently
>>
>>107118967
>>107121122
I'm aware, the fact is I shouldn't HAVE to do this shit

>>107121811
latest version on Arch, 6.5.1. I doubt they fixed this, like I said this has been an issue for over five years now. I still vaguely remember a forum post where somebody suggested scaling back dependencies and when KWallet was mentioned as the annoying piece of junk that nobody uses one of the KDE devs basically went "hey that's not nice!!! that's made by a volunteer!! :("

File: channels4_profile.jpg (86 KB, 900x900)
86 KB
86 KB JPG
based japanese giving the finger to AI and to Mozilla

https://support.mozilla.org/en-US/forums/contributors/717446
>>
>>107120366
based
>>
fuck Mozilla

File: 1743907105307418.png (430 KB, 1065x864)
430 KB
430 KB PNG
Has technology gone too far?
193 replies and 33 images omitted. Click here to view.
>>
>>107096792
I would keep coming there with my own TP and shit on the floor and all other possible places.
>>
>>107118595
This. A roll is bulky so I prefer to have a few meters worth of TP folded and flattened in a zipper bag. You never know when a public restroom will be out or have awful TP. Or now, this bullshit.
>>
>>107108702
>escape to the wilderness
you'll be hunted down and forcibly integrated into the system or terminated
>>
>>107117262
>>107117636
Poop will be on the walls when I'm done so I win
>>
>>107116430
Yet, Steve. We don't do it yet.


[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.