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

How come that despite of over 30 years of development Linux hasn't managed to solve even the very basics like software bundling and distribution?
5 replies omitted. Click here to view.
>>
what are u talking about? on my machine i just type a couple of letters and the name of what i want to install
>>
>>106873746
>distro's package repository
>most software missing or way out of date
>>
>>106873746
This. Literally never used anything other than my distros package repository and .deb files. You don't need more. It just works.
>>
>>106873943
>he fell for the "stable" meme
>>
>>106873751
To anyone reading this post, this is bait. If you really cant configure a setting in gui then its in /etc/ or ~/.config

>>106873943
use a different distro or install using flatpak. having options here is a good thing

File: toast.jpg (85 KB, 750x1000)
85 KB
85 KB JPG
How do websites store billion of accounts in a database, won't they cost a lot of storage?
13 replies omitted. Click here to view.
>>
>>106870885
math hard innit?
>>
>>106870885
You can store billions of accounts in a sqlite database.
>>
>>106873572
>You store user name and encrypted password in a database
You would hash the password using e.g. argon2id.

>You validate it in server side, generate some kind of oauth jwt code and sent it to the user
You can use a jwt and lots of people do, but it's bad for auth because you can't cancel it on the spot for that user. Better to send a session token and store the hash of it in the db. And it's ok to use e.g. sha-256 for this since the session token will be randomly generated server side.
>>
>>106870885
>won't they cost a lot of storage?
not really no
text is very light; site with couple dozen million users and a few billion rows of data here and weighing in around 480GB for the DB

>>106871283
actually mysql is far more prevalent for large websites, anon
postgres' whole value proposition is in its extensions, and at any serious scale you use more specialized datastores for those kinds of things
eg: timescaledb; great for low-scale time series data, but is utter ass (by about 2 orders of magnitude) than something like clickhouse
and for actual insane scale, basically everyone runs vitess (ie mysql) or cassandra, and nothing else even remotely compares

>>106873806
>You can store billions of accounts in a sqlite database
great for device-local storage (eg application preferences or the likes), absolute meme for all other cases
stop buying brainded tech youtuber slop ffs; surely you people can't be this credulous

Comment too long. Click here to view the full text.
>>
(cont.)

>>106873955
>the content of a JWT is already typically the combination of a session id and some user info
and before someone has a fit over this: signed cookies are WAY older as a concept than JWTs. the whole JW{K, T, ...} thing is just a formalization of good auth practices people had been doing for years
and not put into the "Cookie" header because browsers have utterly retarded policies with how those works due to 20 years of abuse and vulnerabilities
but absolutely nothing in JWT is new
if one thing is kinda new it'd be the oauth spec, and none of it needs JWTs specifically to work; you could just as easily implement it with a different transport syntax/format; the world just picked JWT because half the web is JS and that was good enough ™, if verbose

File: images (2).jpg (22 KB, 720x426)
22 KB
22 KB JPG
You don't want AI surveillance cams all over the public spaces, do you?
1 reply omitted. Click here to view.
>>
>>106873745
I do.
Public spaces should always be monitored and people shouldnt expect privacy in them.
>>
>>106873745
I do, and I'm tired of pretending I don't.
>>
>>106873788
>Nobody except exhibitionists want to be surveilled
why would they want that?
>>
>>106873745
I don't have anything to hide, so...
>>
>>106873957
post your face

File: JAVA SAAR.png (80 KB, 833x327)
80 KB
80 KB PNG

File: rss-40674_960_720.png (78 KB, 960x480)
78 KB
78 KB PNG
Usecase?
15 replies and 1 image omitted. Click here to view.
>>
>>106871359
here's a guide, some trackers have their own too https://mahoushoujobu.com/mlemblog/posts/qbittorrent-rss/
>>
>>106869517
social media/youtube account replacement
>>
>>106869517
Following YouTube channels and the occasional blog.
>>
>>106869517
it lets you watch for content updates automatically, so you can take your rss client and kindly ask it to nab anything new for archiving.
>achually there's nothing worthwhile in the net
then you don't need it. leave it alone and move on.
>>
You can control your feed and not let the "algorithm" manipulate your brain.

File: Opus_lcodec.png (30 KB, 1200x680)
30 KB
30 KB PNG
ITT formats that aren't supported by anything
31 replies and 2 images omitted. Click here to view.
>>
>>106867663
Supported by every browser and has been for years
>>106871289
>after the guy blocking it croaked
More info on this?
>>
>>106866048
so we're moving the goalpost now? wanna specify how far exactly? otherwise answering seems kinda pointless...
>>
>>106865893
wdym? All browser based voice chat (which is most of voice chat) runs on opus
>>
>>106865893
literally everything modern with audio IS opus with the exception of trademark registrererered copyright Blurays (TM) that require specific proprapripreprepri formats.
>>
>>106866048
>Name one device other than PC and smartphone
The HiBy R1 supports Opus ootb. My entire music collection on it is Opus.

File: gupta.png (7 KB, 385x247)
7 KB
7 KB PNG
Why are you not using GuptaSQLWindows, /g/?
>>
File: 1760360064119.jpg (35 KB, 550x400)
35 KB
35 KB JPG
>>106873933
>SQL Injection is a feature
>verbal interface based on string parsing
I have literally zero usecase for this bullshit to the point where I wrote my own database + network stack.

File: 5_107.jpg (67 KB, 348x500)
67 KB
67 KB JPG
Do you /g/uys know of any source, where I could be able to find docs for obsolete military tech, like radars? I am especially interested in old Soviet radars and missiles with early passive or active radar homing (like S-200 Vega).
Schematics, blueprints, whitepapers, etc., everything is welcome
>>
>>106873915
Archive.org, maybe some hobbyist forums like radio amateurs. You need go around a bit.
>>
>>106873915
Also, there's this game about SAM,
https://www.youtube.com/watch?v=KF2SOvV5vW8
It probably has tons of information.
>>
>>106873952
I feel like getting info about this on "american" internet is much harder than browsing some random russian forums etc., but even tho I can read cyrillic and vaguely understand Russian, I am not ready for that place :D

>>106873961
holy shit that's the nerdiest coolest software I have seen, tysm

File: 1760306834000.jpg (188 KB, 894x894)
188 KB
188 KB JPG
>the audiophiles were right
goddamnit. why did i wait so long
44 replies and 5 images omitted. Click here to view.
>>
>>106872907
No, we know the HD600 is garbage. You mentioned Audeze planars. Leagues above.
>>
>>106873194
And they're wrong. I use +40 year old headphones that are the complete opposite of muddy and bad. But don't tell them. More for me.
>>
>>106873207
Yes and they do measure really well especially considering you get them for like 50 bux at this point and they are better than HD600, but we were talking about the people that think simply getting one of those and slapping a Harman EQ on top gets you to endgame and anything more expensive than that is snake oil.
>>
>muddy
I'm in the opposite camp, I think they could be warmer than they are.
>>
HD650+oratory EQ+topping DXL


audio endgame, anything more than this is placebo and/or bloat

File: 1760301703513.jpg (287 KB, 1617x1410)
287 KB
287 KB JPG
youtube stopped working for me (yet again)

File: file.png (116 KB, 749x719)
116 KB
116 KB PNG
That will be 20k British Pounds plus 100 tip for every day of no compliance Mr. 4chan.
3 replies and 2 images omitted. Click here to view.
>>
>>106873773
that's what they will do once 4chan refuses to pay
plus put pressure on every business that deals with 4chan like coinbase (4chan uses this for crypto payments) to drop 4chan
coinbase will drop 4chan because they actually have more important business in the UK than some neet website
>>
>>106873773
countries have many reciprocal laws and laws which can be called on by foreign/outside parties. not everywhere and i would guess the USA 1A trumps everything. i worked for a hong kong company and we had EU GDPR things we had to follow even though the EU had no jurisdiction there were HK regulations which enforced the EU GDPR and made some of it applicable. this was not direct HK GDPR but a reciprocal "EU passed a law and you have responsibilities under X and Y".
ignoring 4chan is american, the UK law does reach farther than the UK border because countries join together to fuck people.
>>
>>106873773
The blue boards should be fine, just do it like 4channel used to do and hide the NSFW boards
>>
>>106873750
Reminder this law is weighted in favour of big social media platforms which is where kids are seeing all the harmful content and small platforms like 4chan and regular old forums are suffering because the big guys can bribe/comply their way through all the additional costs and kill all the competition.
>>
>>106873805
>that's what they will do once 4chan refuses to pay
And that's what'll happen. The UK is free to block 4chan if they want, but 4chan isn't a company within UK jurisdiction.

File: lap.jpg_640x640q75.jpg (92 KB, 640x605)
92 KB
92 KB JPG
Can China save technology?
15 replies and 1 image omitted. Click here to view.
>>
>>106864396
China could not even figure out condoms...
>>
>>106872015
They did figure them out a little too hard and now they're actually facing the same population aging issues most western countries struggle with, only intensified a thousandfold due to how effective they were. That and also a surplus of 10+ million Chinese men that will never see pussy in their life.
>>
>>106872000
>what can I use them for
>you can use it like GPIO pins
you're not answering the Man, anon
>>
>>106872000
ok... so is there some convenient open sauce library that treats legacy paralel ports as GPIO pins to turn on leds or something or do I have to mess with ancient documentation in some archive.org repo to make that work?
>>
>>106867203
Japs started the same way and were about to btfo mutt technology till you fuckwits imposed plaza accord.

File: 1760358483.png (1.35 MB, 1284x1136)
1.35 MB
1.35 MB PNG
Linus, Brodie and all other onions redditors are completely in the wrong, as usual.
When you have high IQ talented people, like Elon Musk, Drew Devault, or, indeed, Kent Overstreet, who want to move fast, you LET them develop at their own pace. You don't cripple them just to appease low performers

That is the problem with the Linux kernel, everything moves at the speed of the weakest (slowest) chain, and Linus is too dumb to understand that those slowest chains are the problem, not the excellent programmers like Kent Overstreet who are just leagues ahead in terms of IQ.
Linus not understanding this is why Linux is still subpar to proprietary on many fronts, despite massive funding and corporate involvement.

BTW, Kent Overstreet is the author of BCacheFS, currently the most advanced filesystem for GNU/Linux.
>>
Why is this bot spamming a literal who every day

You can't say "oops!" without OOP

Previous Thread: >>106831535
Shield-Maiden Edition

>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 and Nano Banana
https://gemini.google.com/app

Comment too long. Click here to view the full text.
76 replies and 60 images omitted. Click here to view.
>>
GPT-5 feels even more censored and useless now. I'm actually preferring the Thinking model for prompt building, even though with 4o I usually preferred the non-thinking one.
>>
The average male fantasy
>>
Been a long time since I generated anything, video generation is advancing rapidly, how does image generation compare?
>>
>>106871624
Good one
>>


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