ZevsVultAveHera
- Karma
- 16
- Created
- January 27, 2025 (1y ago)
- Submissions
- 0
-
Created account? Oh well, too bad we are banning you. And no, we don't feel you need to know why by default. We are not going to even inform you that we banned you before you log out. Sorry we, don't care about the fact…
-
I think buffers are very underappreciated concept that need more love in modern general teaching of programming/computer science. Do you have any stories when they came in handy and helped you solve performance issues…
-
I'm kinda fascinated by the subject of expert systems. Never have took any deep dive into them but they always existed somewhere in vicinity of my attention, I happened to read mentions of them. They kinda have fame of…
-
I am looking for literature describing concepts and implementations of computer aided design and generic 3D modeling. I have no idea about literature in this field. Does any "fundamental books" presenting more or less…
- Alarm raised after Microsoft wins data-encoding patent (theregister.com)
-
Do you have any favorites of that era that you consider to be deeply overlooked and rarely if ever mentioned or maybe containing ideas that barely if ever been implemented in practice in software or hardware but still…
-
Publication analyzing/unifying topics like Dynamic Time Warping, Spell checking, Knuth-Moris-Pratt andother string search, Hidden Markov Chains, and many other text/image/signal processing algorithms/metrics in coherent…
-
How does it look? Where in Europe is the most job opportunities in your opinion?
-
Why we don't see them used more widely outside of extension cards like graphic cards? Are they much more expensive? Are they slower/have higher latency? Do they consume much more electricity? Or they simply are not the…
-
This topic seems to be cheerfully absent from most popular books on Operating Systems. Both from the USA and Europe (at least among English language publications). Is it because TCP/IP stacks are that trivial or they…
-
I'm interested in fine tuning it for environments like multiuser (order of hundreds) servers handling independent databases (mostly MySQL) and server runing at the same time many nginx/Apache serving web pages.
-
For example in such configuration: One server with Intel NIC + FreeBSD with RSS support compiled + Mysql + Nginx + many users with their wordpress based web pages and Prestashops. Is this a good match or RSS is created…
-
I mainly mean things like memory paging (storing data that do not "fit" in memory) - I have vivid memories of reading that PostgreSQL is more close tied to kernel's virtual memory system for managing paging of data than…