[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 applications are now being accepted. Click here to apply.


[Advertise on 4chan]

[Catalog] [Archive]

File: 1731867366342550.jpg (109 KB, 750x563)
109 KB
109 KB JPG
Let me guess, you "NEED" more
>>
Yeah I actually need a couple of dozen terabytes more.
>>
1.4 TB is just the fansly/onlyfans folder
>>
>>106653731
>1.44 mb
kek that's going to be either a bunch of low res pics or a single 30fps 240p video that's about 15 seconds long
>>
>>106654168
You put rips from PC-98 porn games on there in GIF format, duh.
>>
File: 1687555596783651.png (250 KB, 545x530)
250 KB
250 KB PNG
>>106654168
>240p video that's about 15 seconds long
Do you need more?

File: DKltVN4XkAE7dso.jpg (25 KB, 509x377)
25 KB
25 KB JPG
For example the main Google Translate page.
https://translate.google.com
If you try clicking the Back button in the web browser it doesn't actually go back to the previously loaded page.
4 replies omitted. Click here to view.
>>
Usually it's because some idiot wrote the entire site as what they call a single-page application which is just a Javascript program where the links don't actually open different pages, but instead call Javascript functions which rewrite the current page. There is a Javascript API which is supposed to make the back button and other history stuff work on these sort of sites, see >>106650902, but the programmers fuck it up.
>>
>>106648947
Right clicking (or press-hold) the back button in most browsers will allow you to pick how many pages to go back
>>
>>106648947
Some websites are using app layer and things you click are happening inside of this faggotry.
>>
>>106649037
>Nigger-end developers hijack it with with JS.
This so much. Local national tv station hijacks back button now when you are playing one of their videos. click back and it minimizes to a 'mini player' at the bottom.
They've also started auto playing videos when you open the page. So fucking annoying I opened a complaint for that part, but they simply acknowledged they would pass on the message.
Same fucking assholes that force me to login to view a video 'for improving my experience' or 'check if I'm old enough to hear profanity' while my account is old enough to drink beer
>>
>>106648947
https://developer.mozilla.org/en-US/docs/Web/API/History

you wouldn't give scissors to children, but this is ok for some reason

File: bang.gif (1.09 MB, 500x280)
1.09 MB
1.09 MB GIF
What are you working on, /g/?
Previous: >>106617188
132 replies and 27 images omitted. Click here to view.
>>
>>106654333
damn shadows is the one of the things QT bascically can't do with widgets unless I use QML
>>
>>106654407
you could do thicker borders and change the color palettes of windows then. typically lighter colors command more attention, so lowering the gamma of the background could work. or whatever the QT eqivalent is. you might want palettes for windows?
>>
Not using standard library allows better interfaces.
constexpr u8 ip[4] = {127, 0, 0, 1};
constexpr u16 port = 80;

int
main()
{
try
{
net::tcp master{};
io::info("Connecting to ", ip, ":", port, " ...");
master.connect(ip, port);
}
catch (kernel::error const& err)
{


Comment too long. Click here to view the full text.
>>
File: SCR.png (62 KB, 481x641)
62 KB
62 KB PNG
>>106644147
I programmed javascript code to reveal names by post number
>>
>>106654910
How come I have 2 different names?

1. No modern FS
2. No docker/podman support
3. No modern init system
4. libc is broken
5. Half of Kernel is locked.

Why do even people donate to this shit
21 replies and 2 images omitted. Click here to view.
>>
>>106654538
Compare pkg_* tools to something like nix,guix,apt,dnf,xbps, if you don't see the gulf in quality and the hackjob that the OpenBSD team has put together, I feel sorry for you. Even FreeBSD's pkg is better.
>>
>>106653762
> It's package manager is written in perl. Fucking perl.
Yeah can you imagine doing something without an industry approved react+JS stack nowadays? Unbelievable.
My recruiter would laugh.
>>
>>106654862
Webshitters need not comment in this thread.

Use C to rewrite the package manager,like any sane team would.
>>
All I know is that I have filtered out 20 threads just so I can use a board that says "technology" on the top of the page to discuss technology rather than be exposed to weird pervert shit and racist obsession. Or even low effort quips like this.

To, simply, discuss technology. Or literature. Or literally anything meaningful on an intellectual level. It doesn't have to be this bad. Some people actually want to discuss things.
>>
>>106654862
hold your react+js horses retard
of all old crusty languages they should have written it in C like freebsd. it would be noticeable faster and TRV & KVLT

File: Rust-vs-C-.png (42 KB, 1000x526)
42 KB
42 KB PNG
Let's settle this once and for all.
58 replies and 10 images omitted. Click here to view.
>>
>>106654757
>Performance is a requirement as I will be possibly working with billions of nodes and optimizing over them.
Are the algorithms set in stone, or are they still being designed? How well versed are you in algorithms, data structures and time complexity, at a university education level? Is it purely about implementation of tried and tested algorithms?
Do you know the complexities of the relevant algorithms?
>>
>>106654757
Like, do you have a lot of experience and university education in these topics?

https://en.wikipedia.org/wiki/Asymptotic_computational_complexity

https://en.wikipedia.org/wiki/NP-completeness
>>
>>106654853
let the man cook
>>
>>106654883
Just trying to ensure that he isn't accidentally falling into a pit. It's probably fine, I am just double-checking. Since if he ends up trying to apply an algorithm that takes Theta(2^n) asymptotic average time on an input of size n = 1e9, well, uh.
>>
>>106654828
>>106654853
>>106654883
More or less, I will soon have a PhD in mathematics :^). The optimizations I have in mind are all easy O(n). In a sense the data structures are already optimized to run on hardware.
I have optimization on three levels. The interface (structure of the logic circuits) is optimized to run on a diverse set of hardware, be it ASIC, FPGA, CPU, GPU, etc. Then some simple logic optimization such as pruning, normalization, these are the O(n) ones. Finally I have some optimizations on the instruction level for certain targets.

File: 1729058658418544.png (959 KB, 800x1200)
959 KB
959 KB PNG
FAQ:
>How do I activate Windows?
HWID2 generates and registers a permanent legitimate license on MS's activation servers
github.com/massgravel/Microsoft-Activation-Scripts
Usage: paste this into Powershell, run.
irm https://get.activated.win | iex

>and Office?
Same link, select Ohook option
You can also use Office.com if your needs are very minimal
or try OnlyOffice/LibreOffice and set it to save in MSOffice file formats

>What version should I install?
>W10 Enterprise IoT LTSC 2021
Binary identical to Enterprise except no MS Store or apps
Preinstalled with: Edge & Win32 system apps

Comment too long. Click here to view the full text.
>>
File: 1758088024444.jpg.jpg (194 KB, 831x519)
194 KB
194 KB JPG
Daily reminder that the "hurrdurr M$ is forcing their online accounts!!!!!1!!!11!1one!!eleven!!" clickbait was bullshit, and you all fell for yet another nothingburger.
>>
>>106654863
We shouldn't have to do this or trick the installer with commands. It's best to chimp out.

File: 1719833652100335.gif (1.73 MB, 310x450)
1.73 MB
1.73 MB GIF
>restart firefox
>lose 80 tabs
Thanks
11 replies and 3 images omitted. Click here to view.
>>
>>106652806
enable the menu bar and click it under History
burger menu that was stolen from Chrome is cancer
>>
>>106652806
History
then Recently Closed Windows or Recently Closed Tabs you fucking mongoloid.
Now try do that on a chromium based browser. None of them have this.
>>
File: 1750507648259194.png (14 KB, 335x300)
14 KB
14 KB PNG
>>106652788
I don't respect you
>>
>>106654340
Yes there is, retard
>>
File: 1288624226690s.jpg (5 KB, 126x123)
5 KB
5 KB JPG
>>106652806
menu > history > restore previous session
it's that simple
/thread

Discussion of Free and Open Source Text-to-Image/Video Models and UI

Prev: >>106647201

https://rentry.org/ldg-lazy-getting-started-guide

>UI
ComfyUI: https://github.com/comfyanonymous/ComfyUI
SwarmUI: https://github.com/mcmonkeyprojects/SwarmUI
re/Forge/Classic/Neo: https://rentry.org/ldg-lazy-getting-started-guide#reforgeclassicneo
SD.Next: https://github.com/vladmandic/sdnext
Wan2GP: https://github.com/deepbeepmeep/Wan2GP

>Checkpoints, LoRAs, Upscalers, & Workflows
https://civitai.com

Comment too long. Click here to view the full text.
186 replies and 55 images omitted. Click here to view.
>>
>>106652111
Huh. Kind of cool.
>>
>>106654690
any non-HD + flash lora is infinitely better
>>
>>106654846
What RAM size do you need at least? I have 32GB, which I assumed should be enough, but I only did XL trainings so far.
>>
>>106654871
nta, but what scheduler/sampler/steps/cfg should i use with flash lora? been using euler beta 12 steps 1cfg, but it gens come out too ai-ish
>>
>>106654898
heun, res_2s, the 2s, 3s, 3m group. Also you can let it bake for more than 20 steps because chroma outputs varies depending on the number of steps

File: 1754166618764289.png (515 KB, 931x1075)
515 KB
515 KB PNG
/g/ humour thread
>>
>63 ai generals and brandwarz threads filtered
And yet you persist.
>>
>>106654446
LOL!

File: file.png (27 KB, 512x512)
27 KB
27 KB PNG
What's the #1 best purchase you can make on this website?
3 replies and 1 image omitted. Click here to view.
>>
Chink shit
>>
>>106654831
>buying something where the entire value of it is that it's from a certain brand
>but a bootleg
????????
>>
Chinese bootleg onahole
>>
Nothing now thanks to Dumpf.
>>
>>106654873
i don't live in the us so please stop being so self centered and answer my question

File: 1744671380802487.jpg (523 KB, 987x741)
523 KB
523 KB JPG
2018 user oldfag here who has tried every OS every Windows, all Linux distros, all BSDs and is now on a Macbook Air 15 M4

Here is the os end game redpill:

If your concern is performance your machine is probably old: -> Sell your wangblows shitbox and upgrade to a M4 Mac Mini

If your concern is privacy use an airgapped machine + don't use state/regional services/websites (ie if your merican don't use google, if you're russian don't use yandex). For the airgapped machine use MACOS since Linux cannot into self-contained/static linked software

If your concern is "just werks" use MacOS, pretty self-explanatory.

As you can see, Linux is out of the equation here, Linux is dogshit, no cap. These faggots still don't know how to draw windows on the desktop and have just awhile ago implemented fractional scaling. The 2 main desktops: GNOME is a schizo-designed, autism-approved iPad parody and KDE is an eternal bugfest. As are all the other desktop environments, which have 0, zero quality control.
52 replies and 11 images omitted. Click here to view.
>>
>>106648720
wrong >>106643155
>>
>>106652549
wrong >>106648764
>>
>>106642378
kringe
>>
>>106641931
>2018 user oldfag
>>
>>106654479
yes

File: 1731796621571465.jpg (29 KB, 1200x675)
29 KB
29 KB JPG
>my views are down
>must be YouTube and not my shtick wearing thin
Why does he lack the ability for introspection?
14 replies and 3 images omitted. Click here to view.
>>
>>106654826
insanely bugly woman
her sister was way hotter Linus is just retarded
>>
>>106654029
>moderately large for profit organization that requires a steady pipeline of content to stay afloat
>multiple ex-employee accounts of shite working culture and underpaid long hours
>2010s vibe is incredibly stale and loses to just basic single person tech channels

It's basically tech illiterate bro content that is a step and a half above AI slop reviews.
>>
>>106654821
i dont get the whole charlie kirk defense force thing. he himself said that gun deaths are just part and parcel of living in the states, and that there is no such thing as bad speech, only free speech. by his own admission his death and any remark made about it are completely acceptable
>>
>>106654029
low empathy = inability to understand why people don't like him
>>
>>106654029
It was YouTube tho

>Aluminum
>Cast iron
>Ceramic
>Copper
>Granite
>Stainless Steel
>Teflon

What is best for cooking?
27 replies and 3 images omitted. Click here to view.
>>
>>106652354
most poisons are
>>
File: images (1).jpg (31 KB, 447x447)
31 KB
31 KB JPG
>>106651726
Whatever that is.
>>
>>106652755
You can make crepes just fine even on the shittiest Ikea stainless steel pan
>>
>>106654165
at that time they used lead most likely, poisoning themselves with every meal
>>
Stainless Steel for anything not requiring to much heat.
Enamel Cast Iron for heat requirement.

Easiest maintenance and durability.

File: linuxmint-1.jpg (54 KB, 1280x960)
54 KB
54 KB JPG
>cures your distrohopping
>replaces your shitty Windows 7 install
>replaces your shitty Windows 10 install
>can be used to revive your family's old laptops and desktops for many more years.
>avoids Ubongo bullshit entirely
>stable and well-supported track record
Is Linux Mint the most perfect, universal distro of all time for you and your loved ones?
124 replies and 17 images omitted. Click here to view.
>>
>>106654630
>Mint is easier than Debian
At this point barely. Debian has zram out of the box as well as editions for modern DE's, with the absence of the latter on Mint automatically disqualifying it as an easy Distro. Debian 13's also got newer packages than Mint so that you won't have to set up PPAs.

Removing snaps from Ubuntu will be a lot less work than making Mint halfway decent, but it's still not ideal that one must do that in the first place. There's really not a lot of good options in the .deb sphere at the moment; desktop .deb has had its time in the sun.

Most desktop users these days are on a Fedora or Arch-based distro. Arch-based distros are really slim (can easily use less than 1GB of RAM after a cold boot, even on KDE Plasma) so you shouldn't have any freezing issues on those. CachyOS and EndeavourOS are generally considered the best Arch-based distros that just werk.
>>
>>106654699
Thanks. I still haven't figured out the freezing issue, I'm on 8GB ram, 8 cores i5
>>
>>106641500
Your frustration is too generic, open source Needs to work, if you are too weak to make it work then just say so: "Im a weak ugly faggot on macos"
>>
>>106641355
>Also had sound problems.
They refuse to even acknowledge it for some reason, always get cracking sound when my parents try to watch some video on the junk box I put together for them, some other people with the same amd chip were also complaining on the forums but of the kernel versions available fixed it.
Moved them over to xubuntu and it went away.
>>
>>106654814
*none of the kernel versions

How to request advice:
>Budget
>Intended use (media, source, environment)
>Frequency response preference and music examples
>Past gear and your thoughts on them

FAQ:
>Where do I buy IEMs?
Amazon, Aliexpress, Linsoul, Hifigo, Shenzhenaudio

>Shopping Guide (IEMs, PMPs, Cables, Ear Tips, etc.):
https://rentry.org/consoomer_guide

>EQ Guide (EQ 101, Targets, Myths & Misconceptions, Case Studies, etc.):
https://4ciemg.github.io/IEM-EQ-Guide/

Comment too long. Click here to view the full text.
2 replies and 1 image omitted. Click here to view.
>>
File: graph(9).png (420 KB, 2400x1038)
420 KB
420 KB PNG
I don't know which one to buy. I gotta make a decision today. Can't return any because I have to pay import taxes etc.

I only listen to blues (like Muddy Waters and BB King).
>>
>>106649269
>>106649376
>>106649947
>>106650021
>>106651084
>>106651161
why was there a headphones tranny in the iem thread
>>
>>106654569
ChatGPT analyzed this graph and told me the Ziigaat Doscinco would be the best for blues music. Apparently blues doesn't have sub-bass but focus on mid-bass.
>>
>>106654684
because there's iemg trannies posting worthless THD charts in my hpg. no point in having 2 threads since you'll just keep both tabs opened
>>
File: IMG_20240130_015354.jpg (1.33 MB, 4000x3000)
1.33 MB
1.33 MB JPG
>>106654796
Fox headphones don't have the THD issue.


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