McDoob wrote to All <=-
Got myself down to 79 tabs. Still too many, but not nearly as too many
as before...
Got myself down to 79 tabs. Still too many, but not nearly as too man as before...
Sorry, you may have said already, but what browser do you use?
The ones
I use would overload just about any of my machines if I had that many
tabs open. The only one I can think of that might not would be Links2, but it does not really have tabs... it would be 79 open windows for that one.
McDoob wrote to Blue White <=-
Got myself down to 79 tabs. Still too many, but not nearly as too man as before...
Sorry, you may have said already, but what browser do you use?
Firefox, Win 11 x64
The ones
I use would overload just about any of my machines if I had that many
tabs open. The only one I can think of that might not would be Links2, but it does not really have tabs... it would be 79 open windows for that one.
I tend to forget about any resource usage on this machine. It's got 32
GB of RAM and an overclocked i5. Also, Firefox is a bit different. The
tab isn't 'open' until I actually click on the tab, after starting Firefox. It stays open after that, though, which can definitely cause Firefox to wind up at full CPU usage, and somewhere north of 4 GB RAM...until I restart it...
OTOH, I rarely use the browser on any of my other computers. I would imagine they'd all start complaining pretty bad if I did. (o_-)
The more power that they offer in computers, the more profligate and wasteful we become. I'm using a computer with 2G of RAM. Must admit,
it originally had 1G and that wasn't enough, but 2G is just enough.
Spectre wrote to boraxman <=-
The more power that they offer in computers, the more profligate and wasteful we become. I'm using a computer with 2G of RAM. Must admit,
it originally had 1G and that wasn't enough, but 2G is just enough.
Mostly I concur with you there... The faster we go and the more memory
we have available generally the code seems to get sloppier and larger
out of proportion with its actual abilities or function.
1Gb was sufficient probably back at XP, since then and with 64bit as opposed to 32, more memory has become a bigger requirement. I'm poking about on a Core2 Quad as the daily compute, and for a long time
functioned quite happily in 4Gb of RAM, but had to extend it to 8 after
I started poking about in FO4. 4Gb left it swimming out in swap space
far to much of the time, and the extra RAM picked up the performance
out of sight.
Spec
My desktop computer has 8G of RAM, which I got in 2009. I have rarely run out of RAM, and the only times I have, it is when there was a memory
leak or I ran a ramdisk and filled it up.
I do run Linux, and avoid running electron apps, and bloated stuff. The most bloated program I would run is Firefox or Brave.
My desktop computer has 8G of RAM, which I got in 2009. I have rarely run out
RAM, and the only times I have, it is when there was a memory
leak or I ran a ramdisk and filled it up.
I do run Linux, and avoid running electron apps, and bloated stuff. The most
bloated program I would run is Firefox or Brave.
No idea what electron apps are :) I use linux for the server end of things and its still quite happy in 4Gb, strictly in CLI. My user space if not an Apple I
is usually Win7 and there's more software there that is happier
with a lot more memory.
How do you run out of RAM if you're using a ramdisk? Using tmpfs its a static
size....<ponder>...
Spec
*** THE READER V4.50 [freeware]
How do you run out of RAM if you're using a ramdisk? Using tmpfs its
a static size....<ponder>...
If you use a big ramdisk, you have less RAM for doing actual computing.
My desktop computer has 8G of RAM, which I got in 2009. I have rarel out of RAM, and the only times I have, it is when there was a memory leak or I ran a ramdisk and filled it up.
I do run Linux, and avoid running electron apps, and bloated stuff. most bloated program I would run is Firefox or Brave.
No idea what electron apps are :) I use linux for the server end of things and its still quite happy in 4Gb, strictly in CLI. My user space if not an Apple II, is usually Win7 and there's more software there that is happier with a lot more memory.
How do you run out of RAM if you're using a ramdisk? Using tmpfs its a static size....<ponder>...
If you use a big ramdisk, you have less RAM for doing actual computin
While that's true, the original statement seemed to be, I ran out of memory because I filled tha RAM drive. That doesn't make much sense to me, once you create the volume the RAM is already allocated, full or
empty shouldn't make much difference... Of course I might the memory allocation theory wrong... and its done dynamically... but that seems... dangerous and unlikely to me.
While that's true, the original statement seemed to be, I ran out of memory because I filled tha RAM drive. That doesn't make much sense to me, once you create the volume the RAM is already allocated, full or
empty shouldn't make much difference... Of course I might the memory allocation theory wrong... and its done dynamically... but that seems... dangerous and unlikely to me.
Spec
Spectre wrote to boraxman <=-
How do you run out of RAM if you're using a ramdisk? Using tmpfs its a static size....<ponder>...
boraxman wrote to Spectre <=-
I should also add, the only RAM that is used is that occupied by files.
If you have a 6G tmpfs drive with 200MB of files on it, it will occupy only 200MB of ram. Delete the files, the RAM is freed.
Some Linux systems will use tmpfs for /tmp, but I generally also mount another tmpfs drive under /mnt/tempfs as a temporary scratch space.
That's a nice feature. The only time I played around with RAM drives was in the old 286/386 era, with slow IDE drives. You'd create a little RAM disk in EMS to put command.com and a couple of utilities you used a
lot, and use the rest as a cache. There was a sweet spot you'd have to find by taking cache RAM for the RAM disk.
Oh, the things we did when we had 4MB of RAM. :)
McDoob wrote to boraxman <=-
It is especially important to me, when running a 'hybrid' storage
system (i.e. an SSD *and* an HDD in the same system), to make
sure that certain parts of the filesystem are not mounted on the
SSD. Obviously, a lot of reads and writes to the SSD isn't great,
and mine's only 64 GB, while the HDD is a half TB. I *think* my
fstab looks somewhat like:
I think you are confusing SSD and SD (card). There are no real limits/restrictions/worries about reads/writes to a modern SSD.
That's a nice feature. The only time I played around with RAM drives was in the old 286/386 era, with slow IDE drives. You'd create a little RAM disk in EMS to put command.com and a couple of utilities you used a lot, and use the rest as a cache. There was a sweet spot you'd have to find by taking cache RAM for the RAM disk.
Oh, the things we did when we had 4MB of RAM. :)
Re: Re: Browser tabs
By: poindexter FORTRAN to boraxman on Thu Mar 31 2022 06:54 am
I did that occasionally. But more often, I had a disk cache TSR that I used in DOS that would cache frequently-used programs & files in RAM to speed up access. A similar effect to a RAM disk, but more dynamic than putting a fixed set of files on a RAM disk.
Nightfox
--- SBBSecho 3.15-Win32
* Origin: Digital Distortion: digdist.synchro.net (21:1/137)
I did that occasionally. But more often, I had a disk cache TSR that
I used in DOS that would cache frequently-used programs & files in RAM
to speed up access. A similar effect to a RAM disk, but more dynamic
than putting a fixed set of files on a RAM disk.
I wonder how many tabs you can have on an iPad.
I did that occasionally. But more often, I had a disk cache TSR that
I used in DOS that would cache frequently-used programs & files in RAM
to speed up access. A similar effect to a RAM disk, but more dynamic
than putting a fixed set of files on a RAM disk.
I wonder how many tabs you can have on an iPad.
I don't know what that has to do with disk caches, but as far as iPad browser tabs, that would depend on the web browser app you're using and the available memory available, etc..
And this is why I don't browse on a mobile device. Beyond the Crapple vs Awesome-droid argument, there's also hardware limits, like RAM, and screen size.
At our age, who wants to squint at a palm-sized screen, when there's a wall-sized screen available? Personally, my headaches are less when I squint at my 'monitor'...
And this is why I don't browse on a mobile device. Beyond the Crapple Awesome-droid argument, there's also hardware limits, like RAM, and s size.
At our age, who wants to squint at a palm-sized screen, when there's wall-sized screen available? Personally, my headaches are less when I squint at my 'monitor'...
So you *never* use a web browser on a mobile device?
I generally prefer using a regular screen for web browsing too, but sometimes I'm not near a regular PC screen.
Oh, the things we did when we had 4MB of RAM. :)
in the old 286/386 era, with slow IDE drives. You'd create a little
RAM disk in EMS to put command.com and a couple of utilities
you used a lot, and use the rest as a cache. There was a sweet
spot you'd have to find by taking cache RAM for the RAM disk.
/boot sda1 (SSD) /sda2
swap sdb1 (HDD) /var sdb2 /usr sdb3 /home sdb4
I think you are confusing SSD and SD (card). There are no real limits/restrictions/worries about reads/writes to a modern SSD.
I did that occasionally. But more often, I had a disk cache TSR that I used in DOS that would cache frequently-used programs & files in RAM to speed up access. A similar effect to a RAM disk, but more dynamic than putting a fixed set of files on a RAM disk.
/boot sda1 (SSD) /sda2
swap sdb1 (HDD) /var sdb2 /usr sdb3 /home sdb4
Not sure what happened to quoting there...
I miss the days fstab looked like that.. but its full of UIDs these days and far less legible at a glance.
Spectre wrote to Gamgee <=-
I think you are confusing SSD and SD (card). There are no real limits/restrictions/worries about reads/writes to a modern SSD.
Not so sure about that, like any memory device, it'll have some
limit on writes. In some ways SSD's suit blocks of monolithic
data better than they do an active system.
Although you can mitigate the problem by ensuring all blocks
across the medium are written to it doesn't make the problem go
away, and having things like logs or other "trivial" high
turnover items on spinning rust if you need permanency or RAM
disk if you don't care still makes some sense...
Yes, that's all true, no argument. But, the limit is likely measured
in years of normal use, like at least 10-12. Usually by then you'd probably want to be replacing a drive anyway, or the entire computer
would be retired/upgraded.
That's a nice feature. The only time I played around with RAM drives was in the old 286/386 era, with slow IDE drives. You'd create a little RAM disk in EMS to put command.com and a couple of utilities you used a
lot, and use the rest as a cache. There was a sweet spot you'd have to find by taking cache RAM for the RAM disk.
Oh, the things we did when we had 4MB of RAM. :)
When I installed Linux Mint on my laptop, I used tmpfs for /tmp and /var/log. I didn't want them using half of the 16 GB of RAM in it, so I limited each to 1 or 2 GB, not exactly sure which.
It is especially important to me, when running a 'hybrid' storage system (i.e. an SSD *and* an HDD in the same system), to make sure that certain parts of the filesystem are not mounted on the SSD. Obviously, a lot of reads and writes to the SSD isn't great, and mine's only 64 GB, while
the HDD is a half TB. I *think* my fstab looks somewhat like:
/boot sda1 (SSD)
/ sda2
swap sdb1 (HDD)
/var sdb2
/usr sdb3
/home sdb4
/tmp tmpfs (RAM)
/var/log tmpfs
Obviously, this isn't exactly what's in fstab on my laptop, but it's not currently on my lap, and I'm a bit too lazy to go look it up. I believe that's how the filesystem is set up though, or at least very similar.
Also, I might have combined /usr and /var into one partition on the HDD.
I have done that in the past, and I'm not sure if I did so on the laptop...
Man, it's so friggin' *great* to say stufflike that, and know that the Mc> person on the other end of the conversation isn't going glass-eyed with Mc> incomprehension! There's literally nobody in my real-life social circle Mc> that knows how to talk tech!
fundamental level, my own setups, builds. Cool ways to build tools to serve your own workflows, this I find most people aren't interested in, sadly.
Remember AppleWorks at all? Ye olde antique spreadsheet, word processor, database for the Apple II. None of it was terribly well integrated in
the sense it was hard to shift data from one of the applications to the next. There were plenty of third party options to help overcome the deficiency but it was somewhat clunky. There was a guy at the pooty
club that ran his entire business as a solicitor on a IIc. He had gotten enough macros and alterations together to be able to call up any client and their history. Super custom macros and workflow going on there...
Spec
Never heard of AppleWorks. The "Application" style of software
Yer edjumacation's been neglected. :) First of its kind... there was no way an Apple IIe with ProDOS would've been able to manage any more. MS-Works was the PC option from Billware...
Spec
Remember AppleWorks at all? Ye olde antique spreadsheet, word processor, database for the Apple II. None of it was terribly well integrated in
McDoob wrote to poindexter FORTRAN <=-
product, but I fully encourage you to check out PrimoCache's 30-day
trial. The license is not per-computer, it's per customer; if you do a format, you can email them and ask for a license reset. However, you
can't use the license on multiple computers simultaneously, unless
you've paid for a multi-use licence.
While SATA certainly is faster than ye olde IDE interface, it is just
as slow when compared to the NVME interface, which is pretty
exclusively SSD territory. This is why I still use PrimoCache for my platter drives in T3H_B33ST. RAM (and NVME SSDs) will *always* be
faster than a HDD, but the per-GB price crown still belongs to the
HDD...
The few remaining spinning drives I have that I'd use as a boot drive
are Seagate Barracudas - they're 500gb hybrid SATA drives, a standard
I use spinning rust for almost everything still. There is a lone SSD in the daily drive. Maybe the rest of my antique isn't up to maxing out the speed possibilities, but I don't notice the speed difference in use terms... its not like I get the stopwatch and time windows boot or anything though.
Bloody Hell, man! If you see rust on your machine, why would you even be bothered by our talk about SSD's? "Hard Drive 4 Life", obviously!
I literally wrote that, with 'indelible' ink, on my last hard drive, just before I sold it for an SSD...Because I love sarcasm...and stupid
I literally wrote that, with 'indelible' ink, on my last hard drive, before I sold it for an SSD...Because I love sarcasm...and stupid
And was that indelibly stupid or sarcastic, or both?
Bloody Hell, man! If you see rust on your machine, why would you even be bothered by our talk about SSD's? "Hard Drive 4 Life", obviously!
I literally wrote that, with 'indelible' ink, on my last hard drive, just before I sold it for an SSD...Because I love sarcasm...and stupid
Erm ok, I think its going to be some time before SSDs arrive in my shop
of preference. The Long Shop has notoriously long wait times for new technology although occasionally you can get real lucky.
So which side of that equation are you on? :P
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but I kno it's having a negative effect on performance.
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but it's having a negative effect on performance.
I actually hate tabbed browsing. I use Seamonkey whenever possible.
How many of you are like me?
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but I know it's having a negative effect on performance.
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen (or so) which are important to my personal network or PiBBS. Another dozen (at least) are YouTube vids waiting for my eyeballs. Maybe fifty are things I'm still thinking about/working on. The rest are either 'in queue' or 'orphaned'.
Is it just me, being a scatterbrain? (o_O)
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen (or so) which are important to my personal network or PiBBS. Another dozen (at least) are YouTube vids waiting for my eyeballs.
How many of you are like me?
I close my browser every day and usually a few times a day. I never have tabs open unless I'm going to read what's in them immediately.
My wife on the other hand is just like you. So yes, you're both scatterbrained! lol /jk
I used to be like that, now I have exactly two tabs open at the moment. When I'm done for today, I'll close Firefox and there will be no tabs open.
Anything I want to save or come back to later now gets saved in Pocket where I can tag it with whatever (Work, BBS, Finance,
Python, LoRa) so I can easily find it later. There are several similar services (Instapaper, Google Keep, Raindrop) if Pocket is not your bag.
If you want to go the self hosted route there's wallabag, but I've not given it a try.
I actually hate tabbed browsing. I use Seamonkey whenever possible.
I literally could not live without them. How would I know what I'm supposed to be a 'knowitall' about? (o_O)
PS: Eff you, Ward...
To each his own... At least you're not one to quote Wikipedia to me as being undisputed fact.
PS: Eff you, Ward...
Ward isn't on Othernets...
Please tell me more about this, O warped slide. I would enjoy hearing
your suggestions.
I literally cannot control my tab growth!
Please tell me more about this, O warped slide. I would enjoy hearing your suggestions.
Basically at the end of the night anything I still have open I'll hit
the "save to Pocket" button that's built into Firefox and add one or
more tags to it. (Well, not just things I have open at the end of the night, anything I may ever want to go back to, I even have recipes saved in there).
[...]
I literally cannot control my tab growth!
You may want to cut back on those little blue pills... :P
How many of you are like me?
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but I know it's having a negative effect on performance.
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen (or so)
McDoob wrote to All <=-
How many of you are like me?
It sometimes feels like I open more browser tabs than I close on
any particular day. I have 32GB of RAM in this computer, which
helps...but I know it's having a negative effect on performance.
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen
(or so) which are important to my personal network or PiBBS.
Another dozen (at least) are YouTube vids waiting for my
eyeballs. Maybe fifty are things I'm still thinking about/working
on. The rest are either 'in queue' or 'orphaned'.
And it's the orphaned part that bothers me. I do try to clean up
my tabs every once in a while, but the orphans seem to multiply
faster than I can get rid of them!
And, importantly, do you have *any* idea how hard it is to find a
single tab, out of nearly two hundred? (Q_Q)
Is it just me, being a scatterbrain? (o_O)
I don't know how I could manage 173 web browser tabs.. I think that
would be way past the point where the tabs would shrink so small that
you couldn't see their titles anymore.
How many of you are like me?
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but I know it's having a negative effect on performance.
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen (or so) which are important to my personal network or PiBBS. Another dozen (at least) are YouTube vids waiting for my eyeballs. Maybe fifty are things I'm still thinking about/working on. The rest are either 'in queue' or 'orphaned'.
And it's the orphaned part that bothers me. I do try to clean up my tabs every once in a while, but the orphans seem to multiply faster than I
can get rid of them!
And, importantly, do you have *any* idea how hard it is to find a single tab, out of nearly two hundred? (Q_Q)
Is it just me, being a scatterbrain? (o_O)
On 20 Mar 2022, McDoob said the following...
How many of you are like me?
If you want to go the self hosted route there's wallabag, but I've not given it a try.
It sometimes feels like I open more browser tabs than I close on any particular day. I have 32GB of RAM in this computer, which helps...but it's having a negative effect on performance.
Doobie Doobie doooo, doo doo dee dah
Currently, I have...173! \(@_@)/ open tabs in Firefox, a dozen (or so) which are important to my personal network or PiBBS. Another dozen (at least) are YouTube vids waiting for my eyeballs. Maybe fifty are things I'm still thinking about/working on. The rest are either 'in queue' or 'orphaned'.
Got myself down to 79 tabs. Still too many, but not nearly as too many as before...
McDoob
SysOp, PiBBS
pibbs.sytes.net
... There's no present. There's only the immediate future and the recent past
--- Mystic BBS v1.12 A47 2021/12/24 (Raspberry Pi/32)
* Origin: PiBBS (21:4/135)
Sysop: | CyberNix |
---|---|
Location: | London, UK |
Users: | 20 |
Nodes: | 10 (0 / 10) |
Uptime: | 83:18:24 |
Calls: | 882 |
Files: | 4,269 |
Messages: | 647,570 |