0
9
arbitrary

@lemmygrad.ml

arbitrary 5 points 3 years ago

For what it's worth, I've used Nvidia cards for at least a decade without any major issues. Mostly on Arch, though I do vaguely recall needing to fiddle with it more on really old Ubuntu releases.

path: 0 1817701 1818632, hotness: undefined, score: 5, children: 0
arbitrary 5 points 3 years ago

If you have enough ram, you don't really need swap at all.

This isn't really true. Swap is important for things other than acting as a memory reserve. Even if it was only used that way, it can still improve performance by paging out unused memory (such as from application startup that then isn't used).

There are other benefits too. This link goes into details.

path: 0 1817525 1818128, hotness: undefined, score: 5, children: 4
arbitrary 4 points 3 years ago

What hashtags if you don't mind sharing?

path: 0 1756808 1761230 1762126 1764268, hotness: undefined, score: 4, children: 1
arbitrary 4 points 3 years ago

It's possible. Tech companies do hire people to work full time on open source software. I'm not sure but I doubt there are many positions like that. There were several at a previous company I worked for.

path: 0 1800369 1800909 1802701, hotness: undefined, score: 4, children: 0
arbitrary 3 points 3 years ago

Do you mind sharing what sort of research / studies you were doing? I wasn't even aware that was a possibility.

path: 0 1807440 1811492 1820436, hotness: undefined, score: 3, children: 1
arbitrary 2 points 3 years ago

I think if you're storing vocabulary etc, using the C interface for sqlite wouldn't be too unwieldy and would be a good learning experience if you haven't done much raw SQL query writing of your own. Even when you use an ORM there are often times you need to write your own queries for more complicated situations.

One other suggestion: once you have the CLI and bots working, you could abstract this even more. Have a service process that communicates in some way (IPCC, a network port, etc.) that does the actual text analysis. Your cli and bots can then just interface over that channel. This gives separation of duties so you can easily implement new clients/servers or rework them much more easily.

path: 0 2108887 2111988 2120979 2139030, hotness: undefined, score: 2, children: 0
arbitrary 2 points 3 years ago

I don't think the point is that swap is critical. Whether that is true will depend on your workload and hardware. But the point is it makes memory management better and more efficient. Whether you notice a difference in performance or not is again dependent on your workload & hardware. I personally see no reason to not dedicate a couple gigs to swap even with lots of memory on a personal system.

path: 0 1817525 1818128 1819271 1819572, hotness: undefined, score: 2, children: 2
arbitrary 2 points 3 years ago

womp womp :)

path: 0 1817525 1818128 1819271 1819572 1820914 1825194, hotness: undefined, score: 2, children: 0
arbitrary 2 points 3 years ago

With that small of a dataset imo either option is fine. If it were me I would use an ORM + sqlite just to start, in case I ever needed to migrate to a "real" database.

path: 0 2108887 2111988, hotness: undefined, score: 2, children: 2

thanks for using Leebra!

go to feed...