[ / / / / / / / / / / / / / ] [ dir / cyoa / hisrol / htg / leftpol / liberty / soyboys / vg / zoo ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 0f2109add79d7a6⋯.png (89.17 KB, 645x773, 645:773, 1349906309939.png) (h) (u)

[–]

 No.902327>>902329 >>902356 >>902376 >>902408 >>902424 >>902453 >>902618 >>902650 >>904381 >>904508 >>904510 [Watch Thread][Show All Posts]

Remember when Windows 7 was released and the Linux community laughed at the 500mb of memory usage it used?

Now Xubuntu uses just under it on boot, and it's considered a "lightweight" distro, while having infinitely less bells and whistles.

What went wrong?

 No.902329>>902450

>>902327 (OP)

I don't remember windows 7 taking less than 2 gigabytes. Even Vista took about that much. Unless you mean the realllly shitty netbook versions.


 No.902330>>907071

Nearly ten years have past.


 No.902332>>902333

MUH BLOAT

IMMA CODELET GIUSE

DURRRR

>>>/g/


 No.902333>>906887

>>902332

I thought /g/ was the place where they just ran windows / python / chrome unironically not giving a shit about bloat. I just opened it up to check. Its all phone threads and headphones.


 No.902356>>902361 >>902371

File (hide): e4dc16322d6319e⋯.jpg (126.2 KB, 1024x768, 4:3, 1516729737569.jpg) (h) (u)

>>902327 (OP)

>linux community

fuck them, kick their nuts


 No.902361>>902368

>>902356

>kick their nuts

Those are GNUts faggot.


 No.902368

>>902361

I see linus and m$ pajeet. And no, they would not have a penguin.


 No.902371>>902376 >>902592 >>902618

>>902356

I remember that conference. I walked in during the Microsoft talk and gorged myself on their complementary food, before walking out again and talking to the FSF guys.


 No.902376>>902595

>>902327 (OP)

Some years passed and normally changed. How much does Windows 10 use?

>>902371

I once went to an Office XP presentation for the ice cream pizza, and rollercoasters.


 No.902408>>902450

File (hide): 8b47099784c99e6⋯.jpg (24.14 KB, 550x550, 1:1, WELL YOU TRIED.jpg) (h) (u)

>>902327 (OP)

> Windows 7

< fitting in 500MB

wew lad try 4GB.


 No.902409>>902413 >>902432 >>904211

File (hide): e45f375eeaa6ab1⋯.png (336.62 KB, 439x480, 439:480, 000o1kb1d.png) (h) (u)

So does nobody here actually understand the concept of OS SWAP/paging?

The OS is going to adjust its memory usage depending on what's available. So if you have 4GBs of RAM Windows 7 is going to try and use at least a fraction of that to keep things running smooth and avoid paging to the drive until absolutely necessary. Same with GNU/Linux. The minimum memory an OS needs is enough to fit all loaded device drivers and the kernel. That's it. everything else can exist in SWAP if it has to.


 No.902413>>902417

>>902409

Enjoy your hard disk being thrashed to hell and back with that attitude.


 No.902417>>902421

>>902413

My point is that the amount of RAM an OS uses depends greatly on how much is available. Hence why people often have different RAM usages with identical software setups


 No.902421>>902609

>>902417

Still, keeping memory usage as low as possible when developing applications is good practice. Even if you have 900 niggabytes of RAM, using all of that for a simple photo viewer or text editor is retarded.


 No.902424>>902448

>>902327 (OP)

>What went wrong?

Linux attracted normie userbase.


 No.902432>>902443 >>902449

>>902409

> everything else can exist in SWAP if it has to.

sigh...SWAP is not memory. Its SWAP ie. It literally SWAPs out memory pages between memory and hard disk which means that the pages in SWAP are unusable until SWAPed back which is a massive performance drain on a machine. The ideal machine never has to SWAP and it should be a sign of being overloaded if it occurs.


 No.902438

Who said xubuntu was lightweight? Maybe compared to the unity, gnome, KDE forks


 No.902443>>902455 >>904659

>>902432

>SWAP is not memory.

SWAP is typically shorthand for the SWAP file itself. But you know things congratulations wow so knowledgeable.

>The ideal machine never has to SWAP and it should be a sign of being overloaded if it occurs.

That's not always the case. There are many programs that would just like to use more memory than what can ever be practically available. Remember, most cheaper consumer machines cannot address more than 8GBs of RAM do to chipset limits. And 32-bit machines cannot handle more than 4GBs generally. There are programs that can, even within reason, greatly exceed this. Especially things like scientific applications or muh games!.

I don't think memory becomes an issue until your kernel or device drivers need swap space. Then something has to change. But as long as the kernel and device drivers can stay resident in memory, its fine


 No.902448

>>902424

>Linux attracted normie userbase.

But how is that wrong all of a sudden? Wasn't an everlasting Year of the Linux Desktop (tm) the goal? Now that (according to some[who? citation needed] at least) it is there, it's all like "hurr it's anudda eternal september".


 No.902449>>904659

>>902432

>The ideal machine never has to SWAP

That's why in the olden days it was recommended to have a swap partition/file anywhere between 1.5 and 3 times physical RAM?


 No.902450>>902457

>>902408

>>902329

You nerds always like to exaggerate.


 No.902453>>902459 >>902554

>>902327 (OP)

>Windows 7

>500mb of memory usage

Wat. 32-bit XP will use about this much (or slightly less, depending on the configuration) if your system has ample RAM for that OS (i.e. a few gigs) and you have a handful of smallish third-party programs/services that autostart and stay in memory. In the case of Vista/7 it's about twice as much.


 No.902455>>902458

>>902443

>32-bit machines cannot handle more than 4GBs generally.

This is bullshit. x86 CPUs had PAE for ages.


 No.902457>>902481

>>902450

Looks like a relatively freshly installed OS which probably has no additional stuff loaded in memory beyond the default (also its memory footprint might have been explicitly trimmed down by disabling nonessential background processes). It's likely the 32-bit version too which by nature has a smaller footprint. Try again with a 64-bit installation that has been used for at least a few week and been made comfy with additional drivers and other software (some of which autostarts services and other background processes) and it surely will be at least about a gigabyte or somesuch.


 No.902458>>902460

>>902455

True. But the goalpost was never always on this part of the field


 No.902459>>902484

>>902453

Fucking hell. Am I the only one here old enough to remember that Windows 98 refused to work (bluescreen on startup) with 512MB or more memory installed?

Now I feel nostalgic it was the last Windows version I used before going all-linux, too


 No.902460>>902461

>>902458

You're looking at the wrong field, then. You said "machines", not "Windows".


 No.902461

>>902460

I also said "generally" but I guess not everyone can be a functional human being without autism


 No.902481>>904629

>>902457

It's 64-bit Ultimate with all latest security updates installed. Screenshot taken shortly after boot. I installed it a couple of weeks ago and use it primarily to watch livestreams. Aero themes are disabled which probably saves a few hundred megabytes.


 No.902484>>902594

File (hide): bf2e5d1764175bf⋯.jpg (539.05 KB, 410x448, 205:224, W98SPEC.JPG) (h) (u)

>>902459

Edit system.ini and you can increase that to something like 1.5GB minus your VRAM


 No.902549>>904495 >>906623

It's not 2007 anymore. In 2007 1 GB of RAM was a lot and PCs with 2 or 3 GB of RAM where top of the line.

Right now the average is 4 GB on laptops and 8 in desktops. 16 GB and up are common among "tech enthusiasts."

So yeah, 500 MB when you compare it to Windows 10 and Mac OS. Technology goes forward and what seems like a lot today will be the bare minimum in ten years.


 No.902554

>>902453

nah, my winXP used 120mb on 4GB of RAM back then. It was amusing that firefox 4 could take up more memory than the OS.


 No.902574

Time to buy a new komputah bruh. Although you can't escape from Intel ME botnet, they were going to fuck your shit up with a nasty remote zero day if you tried to do some bullshit.


 No.902592

>>902371

I once went to YouTube for a... thing. You probably saw it in the news.


 No.902594

>>902484

Yeah, I know. The fact that you needed such mods alone speaks volumes.


 No.902595>>902604

>>902376

Windows 10 uses a little more than 1 gigabyte when idle


 No.902604>>906952

>>902595

This is LTSB as trimmed down as you can get it.

Home without any changes on fresh install can get up to 2 - 3 GB it's fucking ridiculous


 No.902605

File (hide): 58e216f33b574c2⋯.jpg (14.65 KB, 718x57, 718:57, dddd.jpg) (h) (u)

>this thread again

stretch +xfce


 No.902609>>902611 >>902656

>>902421

>Still, keeping memory usage as low as possible when developing applications is good practice

No, you balance it against performance. Garbage collection does need to happen, but constantly allocating and freeing memory autistically because you want to minimize occupancy is a no-no too. But if you ask me, I'd rather have a bloated IS that runs fast than a small OS that runs like molasses. Memory is cheap, time isn't.


 No.902611>>902658

>>902609

>he's typing it on a multicore, multiGHz machine


 No.902618

>>902371

I went to a Windows 8 presentation. They had beer and food which was the only interesting shit.

>>902327 (OP)

Stop using a Ubuntu based distro because it's not getting any better.


 No.902650

>>902327 (OP)

What are you talking about? my gnu/linux keeps as light as it was. don't mistake freedom from your brainless skull


 No.902656>>902658

>>902609

>Garbage collection does need to happen

No??


 No.902658>>903172

>>902611

>>902656

>lazy shitpost responses

Go back to your Microsoft in-house shitting board, pajeets.


 No.902661

ubuntu started shipping a lot of bloat.

Stop using distros that advertise as user-friendly and attempt to be windows.


 No.903172

>>902658

>pajeets

>complaining about bloat

yeah, right


 No.904208

Don't worry we still laugh at the 500mb usage. The bad part isn't that the system uses 500mb, its the fact that most of those processes responsible for that memory usage does fuck all. If it was used by useful stuff than its fair, but lets be honest most of it is either botnet or shitty hacks trying to keep NT alive.


 No.904211

>>902409

That's why op mentioned on boot.


 No.904229>>904288

I remember a /g/ de-bloating guide for Windows 7 that after turning of most of visual stuff, windows features and services would then manage to get to 500mb on idle


 No.904288

File (hide): a538493fbd53084⋯.png (419.79 KB, 1589x1740, 1589:1740, W7_de_bloat_guide_wise_san.png) (h) (u)


 No.904330>>904339

There's nothing very special about modern systems that requires 500MB-3GB on boot. Old systems worked great on 50MB or less. Now everything's a piece of shit held together with duct tape.


 No.904332

There's no reason we needed to change so drastically from the old operating systems. It's just pointless modern change to cause more problems.


 No.904339>>904382 >>904442

>>904330

>Old systems worked great on 50MB or less.

I don't think you realize how old systems really were.


 No.904341

If you use SP1

I have tried SP0 of 32-b vista and had around 300MB idle with all the debloat.

A debloated SP1 windows 7 will idle around 450MB without any background process.

My linux distro idles around 500MB (sometimes less) with all the background processes.


 No.904381

>>902327 (OP)

>Infinitely less bells and whistles

Well I can't even name one of these that either OS has so maybe you should post this to a more appropriate site like macrumors.


 No.904382

>>904339

Oops, wrong trip again. T_T


 No.904442

>>904339

"Old systems" cant even load a smartphone photo on your screen or play a youtube video (maybe 320p at best)


 No.904495>>904669

OP, you lying cunt.

Win 7 uses like 1.2 GB. 650 minimum if you empty modified page lists (and your hard drive thrashes like crazy trying to read from disk). It eventually climbs back up to ~850.

>>902549

>It's not 2007 anymore. In 2007 1 GB of RAM was a lot and PCs with 2 or 3 GB of RAM where top of the line.

<lol it's $CURRENT_YEAR, just buy more RAM

fuck you, faggot. Lunix with Openbox uses less than 256 MB of RAM. Hell, XP uses less than 256 MB. Why the fuck should people burden themselves with unnecessary resource-hogging bloat?


 No.904508

>>902327 (OP)

I don't know what kind of bloat Ubuntu is adding but Xfce on Debian or Arch uses less than 300 MB out of the box.


 No.904510

>>902327 (OP)

>Now Xubuntu uses just under it on boot, and it's considered a "lightweight" distro

It's still an Ubuntu-based distro, which pretty much is only good for casual home computing. If it really bothers you that much use something else.


 No.904629

>use debian xfce

>open Basilisk and a few tabs

>and Inkscape

>under 500+mb of memory usage

Why is OP such a faggot?

>>902481

>I installed it a couple of weeks ago and use it primarily to watch livestreams.

You literally just proved him right.


 No.904659

>>902443

>SWAP is not memory.

> SWAP is typically shorthand for the SWAP file itself. But you know things congratulations wow so knowledgeable.

I am blown away by your non-argument here. Swap is literally just shorthand for swapping memory pages between disk file and/or partition but I think we generally understood what it meant.

> whole bunch of shit

Hence why I used the term 'ideal'. The ability to swap to disk is a handy feature that stops a given machine form locking up when it runs out of ram. However, for raw performance, swapping sucks for games or any application that needs to address memory quickly.

>>902449

Because physical memory was bloody expensive and usually machines of the time were always short but thanks for contributing kid, shows you are paying some attention.


 No.904669

>>904495

>Lunix with Openbox uses less than 256 MB of RAM.

Quite a bit less. My Linux/Openbox system with an xterm open and running a ntpd, crond, and sshd uses 88 (heil!) MiB of RAMalamadingdong.


 No.904709

printers and wifi and kernel security patches and ipc frameworks were all mistakes


 No.906623>>907031

>>902549

>2015

>not using 500mb for nothing

That would make sense if there was some sort of benefit gained by using 500mb. It turns out all this new "ultra abstract" software is just flaky JS in a web browser embedded in a program because the developers can't actually how to figure out how to program aside from some 20th generation hand me down how to code tutorial. For example, Discord. I've programmed fully abstract systems that provide a huge safety margin by not letting you access any low level construct (not even machine words for example), and even then it doesn't use nearly 500mb.


 No.906887

>>902333

It is. /g/ is not usable.


 No.906952

>>902604

Winblows 10's font redering is really torture on the eyes. Fucking shit.


 No.906996>>907046 >>907049

Why are you soyboy faggots talking about minimalism and taking stupid fucking pictures of your little calculator and your little empty console window on your faggy anime wallpapers? Hooray, you have a theme that puts red text on black instead of black text on red. Great use for that Threadripper.

I love how you all have a thousand CPU and RAM gauges and meters on your background and yet won't write a useful app that features a menubar. You're not actually doing anything with your computers, so what are you measuring that needs such style to measure it?

Don't you know computers come standard with 16GB of RAM now? Shouldn't you be building overpowered software in your bedroom that beats what all of Microsoft worked together to put out in 1995? How the hell are you going to compete with AI?

Look at file managers today, they are simplified to the point of being prehistoric. They don't scale to IT workers with their hair on fire. Look at office suites, every document gets its own window so your screen is as messy as a real desk, when really they should be grouped as projects like Visual Studio. Nobody saves your last "File Open" location and surely nobody knows how to save your window position on the second monitor.

Nobody is doing any heavy lifting or heavy thinking. The state of computing today is a shriveled disgrace. I guess OP wants his RAM back if app developers aren't going to use it for anything tangible. New color theme, yay. Who fucking cares.


 No.907031>>907033 >>907047

>>906623

>Discord

Discord has incredibly low memory (nowhere near 500mb) usable compared to similar programs and is also written in Elixir, not JS. You are a retarded LARPer.


 No.907033>>907036

>>907031

Discord uses HTML for the GUI you retard.

>incredibly low memory

>muhhhhh it's only half the size of Skype

We already had this. It's bloated shit bundled with a browser end of discussion.

FUCK OFF
U UU
C CC
K KK

O OO
FUCK OFF
FUCK OFF


 No.907036>>907038

>>907033

Describing it as "flasky JS embedded in a web browser" really misses the behind-the-scenes effort.


 No.907038

>>907036

>behind-the-scenes effort

It works the same way it does in a web browser. It's just the web app bundled with a browser with some "added functionality" you can't have in a regular browser.

Now fuck off!


 No.907046

>>906996

What did you expect? This is /tech/. Nobody here produces anything of value because they're too busy making carefully picked discussions about the most boring topics imaginable within one of the most fascinating fields of interest in this world.


 No.907047

>>907031

>written in Elixir

Only their backend is written in Elixir. Not their client.


 No.907049

>>906996

Sounds like a challenge.


 No.907060

>use arch unironically

>firefox and lxde takes up a horseshit tonne of memory any more

>right clicking anything on the task bar causes the daemon to die and restart, most of the time

>firefox with a few 8ch tabs open will STILL gradually grow to hog almost all available memory within the time span of 12 hours

>if so much as half the amount of RAM is utilized it will cause applications to take 4 times as long to open and those applications AND firefox will lag when trying to do anything

I fucking hate modern technology. This is no better than 1990.


 No.907071

>>902330

And at the consumer end better hardware has done nothing but allowed for lazier coding.


 No.907083

No new programmers having fun = no new linux code improvements.

The two generations since 90s are all instagrammers, they don't care how their black box runs.

Also common core math.




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
78 replies | 9 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / cyoa / hisrol / htg / leftpol / liberty / soyboys / vg / zoo ][ watchlist ]