[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: me.png (192 KB, 600x338)
192 KB
192 KB PNG
>Actually Useful Links
Industry News — https://news.ycombinator.com
GitHub Trending — https://github.com/trending
r/cscareerquestions (industry banter from a rookie/cuck perspective) — https://www.reddit.com/r/cscareerquestions/
r/ExperiencedDevs (industry news from a jaded adults perspective) — https://www.reddit.com/r/ExperiencedDevs
r/overemployed (industry news from Seniors those that "Get It") — https://www.reddit.com/r/overemployed/

Sex Havers General will return, Monday

have a good weekend boys, should be going out w/ friends but that's sparse for me these days and I have some personal matters to catch up on

Old >>106481538
307 replies and 64 images omitted. Click here to view.
>>
>>106519636
Stop drinking so much and you won't be too hungover to go into work.
>>
>>106496430
Create good please. Stop wasting time talking on social media.
>>
>>106519378
Overemployed is almost impossible to do in this market, even if you're exceptional. It's all timing, 2019-2023 was very unique.
>>
File: 1754957267633062.png (569 KB, 835x768)
569 KB
569 KB PNG
good news guys!!!
>>
>>106517594
>Dijkstra: My point today is that, if we wish to count lines of code, we should not regard them as "lines produced" but as "lines spent": the current conventional wisdom is so foolish as to book that count on the wrong side of the ledger

MBAs were a mistake

/aicg/ - A general dedicated to the discussion and development of AI chatbots

>News
Kimi K2 0905 released https://moonshotai.github.io/Kimi-K2
Deepseek V3.1 released as deepseek-chat on official API https://api-docs.deepseek.com/news/news250821
OpenAI releases GPT-5 models, all preceding models slated for deprecation https://openai.com/index/introducing-gpt-5
Z.ai releases GLM-4.5 https://z.ai/blog/glm-4.5
Anthropic releases Claude Opus 4.1 https://www.anthropic.com/news/claude-opus-4-1

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

>Frontends
SillyTavern: https://docs.sillytavern.app
RisuAI: https://risuai.net
Agnai: https://agnai.chat | https://rentry.org/agnai_guides_

Comment too long. Click here to view the full text.
328 replies and 68 images omitted. Click here to view.
>>
I'm bored at work and have nothing to do, might as well practice botmaking
Post malebot ideas
>>
>>106519966
>>106519986
>>106520070
Samefag btw
>>
>>106520083
K
>>
>>106520070
>>>/vg/
>>
opinions on the new qwen max?

File: 978483048209503.jpg (559 KB, 1280x951)
559 KB
559 KB JPG
Soon you wont be able to download any programs on your computer without approval from Daddy Gates himself.
24 replies and 3 images omitted. Click here to view.
>>
>>106519496
Yeah, but that causes a lot of unnecessary fragmentation and headaches. What if I want to edit a video and then save it, and then it gets saved to the file store of the video editor application, and then I want to play it with a video player - tthe video player can't access the file store of the video editor. going to end up with sandboxing either way.
>>
>>106519553
you'd have a dedicated file manager application which gets accessed using the default file manager association, and the file gets saved to the file manager's store. It's entirely possible that certain applications can have deeper access to OS primitives than others.
An Apple-style solution is to provide multimedia folders which applications can just access. Nothing saved in those is considered important.
>>
>>106519577
>you'd have a dedicated file manager application which gets accessed using the default file manager association, and the file gets saved to the file manager's store
Yes, and that's essentially sandboxing, which was my point. You're going to end up with sandboxing either way.
>>
>>106519586
I am too drunk to have this conversation.
The idea is that you shouldn't need to describe every application as running in an equivalent of Virtual Box
If every basic ass application (not a file manager) has access to the same primitives which prevents applications from talking to each other without the user getting involved, I think it is already secure enough.
>>
>>106519605
>The idea is that you shouldn't need to describe every application as running in an equivalent of Virtual Box
I agree. And so does everyone else. Because that's literally not even the current model.

File deleted.
What are you maids working on?

Last one: >>106482423
162 replies and 35 images omitted. Click here to view.
>>
>>106518758
algorithms*
>>
>>106518758
This is excellent and your bat ears maid is very cute.
>>
File: 1754835553797561.gif (331 KB, 492x376)
331 KB
331 KB GIF
>making custom datafield for my Garmin
>hard limit of 32kb of available memory per user app
>yes 32kb
>with a "k"
>in the 21st fucking century
>of which I've already used about 20kb
>want to keep a log of gps data plus a float value to calculate something else
>need to keep up to a couple hundred records at a time
>no reason I shouldn't be able to read it directly from the log the device is already creating anyway but fuck you no you can't access that
>create an array and add a list with the location object plus a float every cycle
>about 300 bytes each record, too big
>try a list with just the key info i need, three floats total
>over 100 bytes each record
>try to add 3 floats separately and worry about the fucky indexing later
>72 bytes each record

Comment too long. Click here to view the full text.
>>
Hmm, it does have a bitmap data type. Assuming an n-pixel monochrome bitmap actually uses 2^n bytes of memory (plus O(1) overhead) maybe I can implement an alternate data stack encoded in bitmap pixels where objects actually use the FUCKING CORRECT AMOUNT OF MEMORY
>nope fuck you bitmaps are write-only no way to test individual pixels
FUCK
>>
smartest
>kb
user, real programmers adapted in less than a day

File: 1729613258785.jpg (141 KB, 1280x1280)
141 KB
141 KB JPG
>tfw my boss shares this on LinkedIn, unironically, as "the hackers' toolkit"
35 replies and 5 images omitted. Click here to view.
>>
>>106511506
>running an operating system on "bare metal"
teach me your ways senpai

>>106516859
Yagi model, centre top
>>
i really resent the fact that every poser thinks kali is some 1337 spooky hacker pro toolkit when in reality it has a few useful tools built in and otherwise you can sort of take it or leave it... and why flex running it "bare metal" (lmao) aka fucking installed to the ssd on a macbook... use it live in that instance, otherwise you're just wasting the macbook
and who is walking around busting out a rasp pi for literally anything.,, it is just a cheap sbc
this bait is delicious
>>
>>106511506
Rape your boss
>>
portable compute sucks, all my hacky tooling shit lives in a server rack because I'm not retarded.
>>
>>106518521
yea, he could have made a cheaper yagi that would outpower the gook made
wifi pineapple is also off the shelf instead of making his own with openwrt
arduino uno is worse than stm32
hackrf is half duplex unlike adalm pluto

File: 1734031147116366.png (168 KB, 781x847)
168 KB
168 KB PNG
AGI is never happening, is it?
No matter how much compute they throw at the problem, there is always another trivial task they are spectacularly retarded at
3 replies and 1 image omitted. Click here to view.
>>
>>106518600
5 years ago i was wearing diapers
>>
>>106518626
It’s not that far off. Logic is embedded in language. There is no real ”thinking” only Logos and its expression
>>
wasn't there something about how marketing material for watches always has the hands at certain times for aesthetics, so whenever a model sees a clock face its overfitted to those times
>>
>>106518706
ah interesting, boom theres the logical reason why they perform bad.
OP and twitter vanity project guy is a faggot
>>
With Machine Learning, absolutely not.
It's fundamentally wrong, and as contradictory to how humans learn as you can get.
The brute-force method of an AGI kernel will be just 1:1 cloning the smallest brain we can and scaling ASIC hardware to map larger and larger brains.
The future-thinking AGI kernel will made be the one who looks at Nikolai Bernstein's research and realizes humans inherently encode and decode Fourier Transforms.

File: 16900.png (36 KB, 583x585)
36 KB
36 KB PNG
What tools has technology created so that I can learn another language efficiently?
3 replies omitted. Click here to view.
>>
>>106518341
defense language institute
>>
>>106518295
>for chinese btw
why anki over skritter?
>>
>>106518374
Same :D talk about opsec lol
Who knew another one also used 4chan here.
>>
>>106519244
(In addition)
Same language
你好
>>
interpals is good and has many people willing to do language exchange, i strongly recommend it if you want to try to learn a language. i started but gave up because i realized it requires more work and commitment than i was truly willing to dedicate to it, and because everyone already knows english. truthfully i feel it woul take many hundreds of hours of varied study and practice to learn any language enough to be worthwhile in any capacity whatsoever which is just not time i am willing to dedicate. even with magic ai and all that. i would love to be a more cultured individual, hope you succeed op it is a worthwhile endeavor!

duolingo + interpals though op check them out!

>NEW /g/ ALBUM: Shitposting Fundamentals (2nd edition)
Watch: https://youtu.be/Wae8LdBoN_E
Download FLAC: https://dmpproductions.org/files/Album%2016_Shitposting%20Fundamentals%20%282nd%20edition%29/16_Shitposting_Fundamentals_%282nd_edition%29_flac.tar

>/g/ makes a 17th album
Theme: Pirate music
Title: [accepting suggestions]
Deadline: 25th of October
Listening party: 1st of November, 21:00 UTC

>/g/ makes an 18th 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.

Comment too long. Click here to view the full text.
6 replies and 1 image omitted. Click here to view.
>>
>mfw actually want to make music and will actually have time for once to do it
Wew Wednesday can't come soon enough
>>
>>106513464
>next album drinking game
not a theme lmao thats for the release party, for THIS album, the pirate album, what did uyo think the rim was for
>>
TITLE SUGGESTION for THIS ALBUM
Shiver Me Timbres
>>
Producingmusic on linux is actually comfy!
>>
I'm now an FL Studio™ All Plugins haver, upgraded from Signature Bundle

https://www.youtube.com/watch?v=zqHdvT-vjA0
22 replies and 1 image omitted. Click here to view.
>>
>>106519323
>Software sucks nowadays
agreed
we should rewrite everything in rust immediately
I'll make the logo and write up a code of conduct, you guys do the rest
>>
>>106519323
>"Oh, time to install 32GB of Visual Studio 2013 since the solution file format changed"
i feel like most of your complaints are about Windows rather than C itself
with WSL idk how much of a point there is in dealing with windows stuff anymore
maybe there's stuff I'm missing, I guess I haven't tried using opengl with C through WSL or things like that yet, but I haven't noticed any problems so far for normal stuff with WSL
>>
>>106519384
>i feel like most of your complaints are about Windows rather than C itself
Well, we are talking about C's tooling rn, which doesn't exist "officially", it's just whatever your vendor has.
So the experience can and will vary depending on what system you are using.
Which is just another reason why development with C can be so painful:
Wrote a CMakeLists.txt that specifies compile flags for MSVC (maybe specifying the runtime library linkage or omit CRT)?
Well, they ain't gonna work on a platform where your choices are GCC or Clang and you have to cross compile, so better edit that file.

In other languages, you usually never worry about touching such things, and even then, the options are cross platform (mostly, in Rust you can specify platform specific options in a config file, for things like custom linkers).

Or just ignore warnings from your C/C++ compiler about the runtime library having a second copy.
>>
>>106519323
>I would rather do real work
One reason software sucks is because you don't think streamlining the build process by properly managing dependencies YOU CHOOSE to use in your project is important or is somehow below you. You think you can just package manage everything away but that's not how you build software that actually lasts. It's how you make a maintenance nightmare for everyone else to deal with. Meanwhile in the same breath that you complain about all of the dependencies you need for your dependencies to work, you somehow ironically fail to see you are also directly contributing to the problem because "cleaning up my shit for the next person? that's not real work, they can go hunt down dependencies". Fuck you, you get everything you deserve.

>"Let me write a 1000 line CMakeLists.txt file to build all my local dependencies. This is meaningful work."
My entire point is you don't need to do that either. Build systems are a mistake. Incremental builds are a mistake. Having a million individual build objects for the linker to resolve is slower than just compiling the entire thing anyway. People are over-complicating solutions to problems that shouldn't even exist in the first place, especially not now.

>"Time to copy and paste my updated dependencies over to my deps folder. Commit message for all files: Updated version to vX.Y.Z"
Yes, faggot. Don't like it, don't include them. You include them, you do the work so the end user doesn't have to tardwrangle your lazy fucking software. If you want your shit to build in 50 years, the only way is to include all of the necessary source code to compile it to begin with. Obviously, it isn't always possible to include everything, especially if you depend on some behemoth, but at least fucking try when you know you can.
>>
File: m1000x1000.jpg (82 KB, 1000x1000)
82 KB
82 KB JPG
>>106515866
>C is all you need
TinyC

File: 20221203200045.jpg (1.57 MB, 2000x1333)
1.57 MB
1.57 MB JPG
How to request advice:
https://rentry.org/hpgdoc

>/iemg/ told me $20 IEMs sound better than any headphones
/iemg/ is a chinese shill zone. Do not take anything they say seriously.

>Headphone Power Calculator
https://www.headphonesty.com/headphone-power-calculator/

>Sub-$99
• Philips SHP9500 / SHP9600
• Audio-Technica ATH-M40x
• Shure SRH440
• Fostex TH7
• Used Sony MDR-7506

Comment too long. Click here to view the full text.
236 replies and 67 images omitted. Click here to view.
>>
>>106518198
I really want an expanse and stealth but its hard to justify when I already have the corina and a bunch of other expensive headphones.
>>
Missed you floorcunt
>>
>>106518118
Goddamn the HD6XX is irredeemable garbage.
>>
File: 1732269618297475.png (140 KB, 600x320)
140 KB
140 KB PNG
>>106519043
HMS II.3 testing used by innerfidelity, don't mistake the curves when you EQ based on it, same 6 eq ignoring bass as the other basic 600 series.
https://www.stereophile.com/content/if-it-aint-brokethe-massdrop-sennheiser-hd-6xx
>>
>>106478735
What does /g/ think of the FT1's by FiiO?

File: 1747969101854113.png (53 KB, 838x243)
53 KB
53 KB PNG
ITT: We judge each other based on our internet speeds. I'll start.
54 replies and 18 images omitted. Click here to view.
>>
File: file.png (32 KB, 732x368)
32 KB
32 KB PNG
>>106517287
>>
>>106518570
bruh what's wrong with your font rendering?
>>
File: file.png (81 KB, 551x180)
81 KB
81 KB PNG
It's actually 100/25 but powerline over separate circuits. I'd use MoCA but can't figure out where the coax running to my room terminates to. Old house shit
>>
File: 18196299455.png (44 KB, 750x400)
44 KB
44 KB PNG
>>106516118
>>
>>106518378
some absolute faggot salesman tries to sell me a 300mbps fiber connection the other day! i lost myself when he said it holy shit. imagine, fiber at 300mbps. its appalling that the baseline slowest package isnt measured in gbps in 2025.

>UPGRADE & BUILD ADVICE
Post build list or current specs including MONITOR: https://pcpartpicker.com/
Provide specific use cases
State BUDGET and COUNTRY or you will NOT be helped
Guide: https://igwiki.lyci.de/wiki/Build_a_PC

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

>CPU
Budget (inc. gaming): 7500F, 7600/X, 9600/X
Gaming: 9800X3D, 7800X3D, 9700X
Workstation: 9950X, 9900X

Comment too long. Click here to view the full text.
331 replies and 54 images omitted. Click here to view.
>>
>>106519753
unless you want to build another pc (nas or some shit), just sell it off
>>
>>106519747
ironically, highend mobos have more pcie lane sharing issues than lowend and midrange boards because of forced usb4 adoption

anyway i'd recommend you find a b850 board that costs no more than $220 from either msi or gigabyte. the msi b850 tomahawk would be my recommendation but you can go cheaper like the gigabyte b850 eagle wifi6e and still have a pretty good board
>>
>>106519762
I thought so, but I just wanted to make sure that I wasn't overlooking something
thanks
>>
>>106519747
You've got two options for motherboards.
1: Dope out your feature requirements and cross-reference them against the spec sheets.
2: Pay up for a board that covers all bases.
#1 is the cheaper way to do it but takes time and effort. #2 is, naturally, more expensive. Most people end up buying "too much" motherboard, especially for pure gaming rigs, which is obviously wasteful but not the end of the world if you have some slack in the budget.
>>
>>106519836
>>106519836
>>106519836

File: TimApple.jpg (19 KB, 461x461)
19 KB
19 KB JPG
What would Steve Jobs think of his leadership?
15 replies and 2 images omitted. Click here to view.
>>
>>106516000
I think he'd be pleased with the level of homosexuality in his death he wasn't able to produce in life
>>
>>106516000
He would think he’s done a great job.
Steve willingly promoted the financial engineering guy so his grand kids would have good stock options.
>>
>>106518156
her ass is flat as a board
>>
Why does he have no lips?
>>
jobs said he would never make a budget iphone for poor people because it would dilute the brand, this guy came out with those gen 1 color iphones the year after jobs died. they recently released multiple true budget devices yet again. personally i think jobs was right and idevices are more disposable than ever, which is sad because they're still the best on the market. so the bar for the premium offering is just getting lower at no benefit to the consumer really. we could just have nice things but no. [[[tim cook]]]

File: Home - KDE Community.png (3.11 MB, 1648x928)
3.11 MB
3.11 MB PNG
And just think. All the software in this image was made by people, in their free time, for no pay.
42 replies and 5 images omitted. Click here to view.
>>
>>106518081
The floating taskbar on Plasma retracts when windows are maximised/come close to the taskbar. So, you're never going to lose real estate over it.
>>
>>106509884
>communism works when there is no scarcity
so only in a fantasy world?

also, FOSS still doesn’t work without hierarchy. a project lead has to set the standard and decide the direction of the software. At best they can trust the discretion of a few close individuals who share an understood common interest for what they believe the project should be. FOSS projects that don’t have this centralization and try to rule by committee just end up spinning in place. successful projects also have a select few primary contributors who do the bulk of the work to the extent that the project could just as well have survived without any of the one off contributions in the first place
>>
>>106509879
Some are paid by KDE e.V. or by organisations contracted by larger organisations who use KDE.

>>106518092
The window for the panel extends, it is padding, not margin, and input is redirected inside. Fitts' law is unbroken.
>>
>>106510692
dictatorship of the proletariat literally means the working class controlling the means of production/decision making and NOT the elites but keep believing whatever spoonfed opinion you have from twitter I suppose
>>
>>106519137
It's irrelevant. He said what it is, not what it means. Every time it's been implemented, it's coercive and violent.

File: images.jpg (6 KB, 275x183)
6 KB
6 KB JPG
What is the best smart doorbell according to /g/ - Technology?
9 replies and 2 images omitted. Click here to view.
>>
>>106517503
phones home to amazon 24/7 with no way to opt out.
>>
>>106517092
A normal doorbell and PoE security cameras
>>
nigga just ring the bell
>>
File: 3 (1).jpg (416 KB, 4214x2799)
416 KB
416 KB JPG
>>106517092
>>
>>106518817
This. All of the usual suggestions are botnet, and sadly, people are just too willing to sign themselves up to subscription services.


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