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

>try macOS
Weird scaling since Big Sur, Settings menu has bipolar disorder, all the good widgets cost actual physical money
>try Windows
eleven different design languages in one, and they're not even trying to pretend that Windows Shell can work on anything slower than a quantum supercomputer (see NVIDIA documentation on Windows increasingly requiring more GPU resources just to idle), and the animations aren't even good enough to justify it
>try Xfce/LXQt/LXDE/Budgie/Cinnamon/Deepin/etc.
Dogshit Xorg DE is dogshit, anything without Wayland on a Unix-like system is a meme
>try GNOME
Inherently un-ergonomic design, GTK weirdness, it looks really good though - have to give them that
>Le window manager with a Waybar shell!!
They made five for Niri and not a single one allows you to adjust drawing tablet sensitivity without having to edit a .txt config (WMs don't come with text editors preinstalled and you have to manually set file extension associations)


I've tried them all, I've even tried ReactOS, yet I keep coming back to KDE Plasma, it is ergonomic, it is lightweight as fuck, it is so customizable I gave up on it halfway through because I couldn't decide how I wanted my desktop to look, it has proper fractional Wayland scaling support, it is the most mature with HDR thus far through Kwin, you can turn it into a tiling window manager with one script, how did the Germans do this? Is this the best desktop GUI in the history of desktop GUIs?
43 replies and 4 images omitted. Click here to view.
>>
>>106868612
It's good enough to replace windows movie maker.
>>
File: kdeev.png (1.47 MB, 1232x1681)
1.47 MB
1.47 MB PNG
>>106868384
german?
>>
>>106868612
i used it to publish onlyfans videos for a bit but couldnt get the quality to be as good as when using davinci resolve. no idea why, couldnt figure it out so I went back
>>
File: 1748820681181666.png (151 KB, 900x1350)
151 KB
151 KB PNG
rape the t-rex
>>
>>106869901
Is /g/ finally starting to embrace the Haiku superiority? This board is healing

File: ygg-1759937034.webm (3.99 MB, 1920x1200)
3.99 MB
3.99 MB WEBM
Shader 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.

(Actual) Previous: >>106658977
117 replies and 21 images omitted. Click here to view.
>>
>>106872852
My bad, speedread your post a bit too much.

In the case of Vulkan, KTX2 is very straightforward with BC7 (which I'm using), just load the miplevels into a buffer and dump them into a VkImage so I didn't have to worry about compression. Because of that the only compression on my mind was whatever supercompression scheme used. It's entirely unnecessary for my game though since I'm not aiming to have a meaningful number of textures above 1k.
>>
pray for me as I embark on the journey to link the necessary libraries for OpenGL development on Linux
>>
>>106872130
Vulkan Dynamic mode is basically OpenGL 5. You can just make a single pipeline pass and push everything through and let the driver sort 90% of it out.
>>
>>106873056
>link the necessary libraries for OpenGL development on Linux
it's literally just -lGL
>>
>>106873675
>Not using -lOpenGL
Enjoy your're bloat.

File: dpt_java.png (420 KB, 1000x850)
420 KB
420 KB PNG
What are you working on, /g/?

Previous thread was deleted
88 replies and 15 images omitted. Click here to view.
>>
Some idiot was talking about using 2 pages to implement a ring buffer the other day, he was proud that it was "fast".
Somebody tell him about the modulo operator.
>>
Why am I always tired. Am I just old? I'm only 37. I used to be able to program all night.
>>
>>106873798
Go to a doctor, check your thyroid gland.
>>
>>106873770
They're not wrong. I wouldn't very confidently say it's faster (maybe? your mileage may vary) but it simplifies implementation since you don't have to split your reads and writes if you have variable-sized entries in your ring buffer.
Either way you have to do a modulo operation for wrapping the start of your read/write but if you use that approach then you don't need to split your reads/writes to avoid going past the end of the buffer.
>>
Just literally always write perfect code. It's not that hard.

Why did 4chanX suddenly stop working on Chrome?
18 replies and 3 images omitted. Click here to view.
>>
>>106868049
when the extension worked i could see my replies and watched threads in incognito but with tampermonkey it resets which you'd think would be a good thing for incognito but i dont like it
>>
File: 1742711794769208.png (398 KB, 758x591)
398 KB
398 KB PNG
>>106868049
why 4chan-xt and not 4chan-x?
>>
>>106873212
one is actively maintained, the other is not
>>
File: brendanbravewhite.png (1.1 MB, 1270x716)
1.1 MB
1.1 MB PNG
>>106867694
Brave just works
>>
>>106867694
We have this thread every 5 seconds.
REMINDER: Never offer any kind of help. OP solved it almost a year ago, this fucking alzheimeric freak keeps forgetting about it and making USELESS GARBAGE threads instead of writing down anons advice
KYS CUNT

File: 1760287171.png (104 KB, 1498x708)
104 KB
104 KB PNG
I just wanted to render some fonts to a png file ...
51 replies and 3 images omitted. Click here to view.
>>
>>106868479
>even though most rust programmers are the kind that doesn't use a debugger and just does printf debugging
Based on what?
I am a rust programmer and I use debugger when applicable. RustRover just works.
>>
File: 1739737909672749.jpg (27 KB, 652x528)
27 KB
27 KB JPG
>>106873906
I said it on a whim based on my intuition for this sort of thing but if you look it up it's true: https://www.jetbrains.com/lp/devecosystem-2023/rust/
>>
>>106873978
30% using a debugger is a quite a large group.
Do you have data on other languages to compare to. I doubt even 30% of C programmers even know how to use a debugger, considering how popular C is among students that are just getting into programming.
>>
>>106873999
actually 30% is too high because it's not easy to write code that is too broken to require a debugger in rust for most "end developers".
but this is probably offset by the sample being not random, and coming from retards who would require such an IDE to develop shit.
>>
>>106874030
>it's not easy to write code that is too broken to require a debugger in rust for most "end developers".
That is true. I have been writing in Rust for many years now and most of the problems I face are statically detected. Only small part ends up in runtime and printing is more than enough to solve them. I only ever had to use a debugger twice over all these years.

>but this is probably offset by the sample being not random, and coming from retards who would require such an IDE to develop shit.
This survey is based on users of jetbrains IDEs.
There is nothing wrong with using IDEs, everyone use them professionally.

File: 1760352803.png (298 KB, 1830x1022)
298 KB
298 KB PNG
Can some of /g/ anons take a look and give advise, suggest next videos, etc.?

https://www.youtube.com/watch?v=cD8YvZRVPI8
>>
>part 3 of hello world
>hello world part 1023
All the language is good for
>>
>>106873338
kek
>>
>>106873210
Make a video on the linux nerd to transgender woman pipeline.
>>
>>106873210
only thing i can suggest is that you get a better microphone. the output of what you're currently using is not good. way too thin sounding and way too much high end. you need a better mic and learn to eq. that's all i have.

Why do Americans hate true freedom (European democracy)
>>
>>106873664
You need to kill yourself immediately
>>
>>106873677
Why? I don't have any medical bills
>>
File: file.png (244 KB, 640x531)
244 KB
244 KB PNG
>>106873664
this kike retard is just an insufferable bullshit artist that needs to be gassed.
>>
>>106873664
I saw twitter muricans saying lowering prices of your products well below competition is literally communism, because if you invent a cheaper way to produce something, you should gouge your clients selling it at 0.1% lower price than competition, instead of selling it with lowest profit margin possible, like Chinese tend to do.

File: 1751812553399059.png (1.2 MB, 1018x1018)
1.2 MB
1.2 MB PNG
post your 3x3 /mu/tants, diva edition

>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.
70 replies and 3 images omitted. Click here to view.
>>
>>106873887
>hated
I think you mean baffled by their stupidity, for how they're so wrong in the face of obvious evidence that contradicts them
>>
>>106873214
You know what you could do if you want to prevent that, anon? Give them a detailed explanation about what you've already done in your initial message. So, for example, when you include "I've already restarted the system" then they shouldn't have tell you that you should try to restart the system. The reason that they have to tell you those 5 steps first is because they don't know what you've already tried if you don't let them know, and majority of the users reaching out to support are retarded anyway so a lot of times those 5 steps would already include a fix for those people.

There's a reason why a lot of customer support nowadays is hidden behind some retarded AI bot. You'll first have to tell the AI about your problem and it'll try to give you an answer to your problem. You have to try REALLY hard to actually get to a human if your problem isn't something basic but for the company/service/whatever it's still worth it because again, majority of the issues can easily be solved using those 5 steps and it's cheaper to have an AI say it over an actual human.

Luckily private trackers still have actual humans going through support tickets but just like with the rest of the internet, there will always be lots of retards that can access and fill in the support form just as easily as you can.
>>
File: file.jpg (36 KB, 686x386)
36 KB
36 KB JPG
>>106871137
>private tracker user with 100 tb storage, full ricing setup with 10 seedboxes in all continents when you propose to add just a little step to access pirated content to secure the site
also how do people login so often to trackers anyway, don't they have saved passwords on the browser
>>
File: file.png (24 KB, 483x294)
24 KB
24 KB PNG
>>106872420
>>
>>106873959
>staff mail message restricted to 150 characters so they don't have to read

File: 1606973671297.jpg (475 KB, 1920x1080)
475 KB
475 KB JPG
>>106762233
"Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say."
--Edward Snowden

>Cyberpunk
The FAQ: https://sizeof.cat/post/cyberpunk-faq/
What is /cyb/erpunk?: https://pastebin.com/pmn9vzWZ
How do I into /cyb/erpunk?: https://pastebin.com/5tpNFQds
Huge list of cyberpunk media: https://sizeof.cat/post/cyberpunk/
The cyberdeck: https://pastebin.com/7fE4BVBg
Cyberlife: https://jinteki.industries/files/cyberlife.7z
Bibliothek: https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek

>Privacy
Tools: https://www.privacyguides.org/en/tools/

Comment too long. Click here to view the full text.
85 replies and 22 images omitted. Click here to view.
>>
File: Cyber Buddha.jpg (67 KB, 768x363)
67 KB
67 KB JPG
Question for you all: is Buddhism the religion of the Cyberpunk future?

ᛝ The 4 Cyberpunk Truths ᛝ

1. Suffering is inseparable from existence.
10. Craving is the root cause of suffering.
11. Suffering can be ended by ending craving.
100. There is a path to ending craving and suffering.

⧖ drive.google.com/file/d/1YxZS4v8-jlj-2CfpfDMPyk_6J0wqQBe_/view
⧗ buddhanet.net/audio-lectures/
>>
I live in a condo and ufe blocked an incoming connection from my own ip. Also rk hunter found junk snd my computer is a mess. How do i sudo rm -rf / the hackers computer
>>
>>106871935
Fuck off
Christianity ftw
>>
>>106871935
Yeah, absolutely.
since the Abrahanic have been deprecated, the purer Buddhism makes the most sense.
Although we all know it's an atheist world.
>>
File: aalv3M.webm (3.31 MB, 840x456)
3.31 MB
3.31 MB WEBM
Fuck Cousins

File: different-2943179577.jpg (33 KB, 500x359)
33 KB
33 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-config-generator.fly.dev
https://systemcrafters.net/emacs-from-scratch
http://xahlee.info/emacs
https://emacs.tv

Comment too long. Click here to view the full text.
292 replies and 39 images omitted. Click here to view.
>>
what is the most interesting lisp project you like to read and think about?
>>
>>106873785
as a follow up, do you know any youtubes about crazy mathematicians and how insane they became working on their passion project?
For example, robert lang and his origami problem?
Erdos and his travelling amphetamine business?
>>
>>106873785
My favorites are Coalton and Lem. I was also really interested in Trial (the CL game engine) but it faded after reading the author's constant mental breakdowns on social media.
>>
Hello everyone
>>
>>106874035
godd morning i hate women

File: 1751125621530320.jpg (41 KB, 319x478)
41 KB
41 KB JPG
>When he tells me he uses Linux
>>
>>106873802
I'm probably going to fap to this.

File: Z7UcV4JBZw.mp4 (3.06 MB, 1254x862)
3.06 MB
3.06 MB MP4
What do you think of this concept?
23 replies and 6 images omitted. Click here to view.
>>
>>106871409
I'm going to say this in the kindest way I know how:
This idea is retarded and you're retarded for thinking it might be good.
>>
>>106872289
>that an instance could theoretically last a long time and contain every post without pruning
You could combine generals into one massive canvas then
>>
>>106871421
fun things are fun
>>
>>106871409
it'd be difficult to follow comments even if people try to follow a sensible layout. and enough people won't. this might work between friends or coworkers, but otherwise it will become a graffiti wall faster than you can think
>>
>>106871421
goooner paradise

File: ytdlp.png (24 KB, 746x176)
24 KB
24 KB PNG
What do you typically download with yt-dlp anon? How many videos per day? Also, yt-dlp general I guess.
8 replies omitted. Click here to view.
>>
>>106870723
Tutorials.

Needed a tutorial i saved today while i was without internet.
>>
nice try google, you'll never know
>>
im retarded and forgot how to make it so I could just click a run.bat file and paste the url to get my music off jewtube. any help on this? none of the tutorials on jewtube are by english speaking people
>>
People still watch YouTube videos nowadays? I just make AI summarize videos in 5 bullet points max.
>>
>>106873272

ask chatgpt

File: Screenshot_47.png (147 KB, 1088x454)
147 KB
147 KB PNG
They acting like they have 90% market share instead of 6%

File: 1744045523618485.png (501 KB, 1979x1267)
501 KB
501 KB PNG
>>106863321
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.
128 replies and 14 images omitted. Click here to view.
>>
>>106872690
>But when you need to resize your filesystems and it turns out that it's impossible because of XFS *then* it's a big problem
Not really because there's no reason to run either outside high performance flash. Home users are looking at 4TB absolute max b&r. Probably much less because of multiple partition, multiple tenancy.

ext4 is is also a shitty filesystem to resize because its metadata size never changes, so dramatic changes in either directions can yield unexpectedly bad results.
>>
>>106873320
I have the same filesystem on my RAID since 2019 and it's been grown / shrunk multiple times.
>>
>>106873794
yea just unmount it and open up gparted to delet the ntfs partitions and resize the ext4 one
>>
>>106873794
>>106873931
also if you want ntfs space later you can shrink the ext4 partition ;)
>>
File: 1453300248097.jpg (37 KB, 419x600)
37 KB
37 KB JPG
The refurbished 2023 Anus A16 I ordered just arrived. Wanted an all-AMD laptop to dual boot and dip my toes on gaming under Linux (7435HS and RX7700S), and I'm glad that this laptop doesn't have the gayrgb bullshit all the other gaymen laptops have, because otherwise I'd need to install all the custom asusctl packages to disable that, which only have support for arch-based distros. All I want to control are cpu boost and battery thresholds, and it turns out TLP already supports these laptops just fine for that, so I can keep using the same Mint install I'm used to.


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