Tumgik
#computer architecture
zephiris · 4 months
Text
Being autistic feels like having to emulate brain hardware that most other people have. Being allistic is like having a social chip in the brain that handles converting thoughts into social communication and vice versa while being autistic is like using the CPU to essentially emulate what that social chip does in allistic people.
Skip this paragraph if you know about video codec hardware on GPUs. Similarly, some computers have hardware chips specifically meant for encoding and decoding specific video formats like H.264 (usually located in the GPU), while other computers might not have those chips built in meaning that encoding and decoding videos must be done “by hand” on the CPU. That means it usually takes longer but is also usually more configurable, meaning that the output quality of the CPU method can sometimes surpass the hardware chip’s output quality depending on the settings set for the CPU encoding.
In conclusion, video codec encoding and decoding for computers is to social encoding and decoding for autistic/allistic people.
146 notes · View notes
obsessedbyneon · 10 months
Text
Tumblr media Tumblr media Tumblr media
IBM Midlands Marketing Centre, Yorke, Rosenberg, Mardal.
Scan
It reminds me of the IBM Headquarters in Amsterdam by Wouter Ellerman (1976)
Tumblr media
225 notes · View notes
a-fox-studies · 16 days
Text
Tumblr media Tumblr media
April 15, 2024 • Monday
A whole day of number system conversions . . . hexadecimals are very cute in my opinion :3
🎧 Overnight — Connor Price ft. Tommy Royale
Tumblr media
7 notes · View notes
Aaand I'm back to asking the internet for help again.
16 notes · View notes
frog707 · 9 months
Text
Loving Travis
For most of my open-source software projects, I use the Actions platform built into GitHub for CI (continuous integration). GitHub Actions provides virtual machines to run workflows, so I don't have to administer build environments for Linux, MacOS, Windows, and so on. It's modern, convenient (if you use GitHub instead of, say, GitLab), fairly reliable, and (best of all) free (for public repos).
For me, the main limitation of Actions is that all their hosted runners use the x64 architecture. Sometimes I want to build and/or test on Arm CPUs---for instance my Libbulletjme project, which has a bunch of platform-sensitive C++ code.
For Libbulletjme, I still depend on the older TravisCI platform, run by a private firm in Berlin. In addition to a huge selection of build environments based on AMD CPUs, Travis also provides Arm-based Linux environments. (Officially, they're a "beta-stage" feature, but they've been in beta for years.) Like Actions, Travis is also free to open-source projects, though their notion of "open-source" seems a bit stricter than GitHub's.
I mention Travis because my experiments with the Vulkan API exposed a limitation in Libbulletjme, which led me to begin work on a new release of Libbulletjme, which led me to discover an issue with Travis's Arm-based build environments. A recent change to these environments caused all my Arm-based builds to fail. I could only go a bit further with Vulkan before I would have to make hard choices about how to work around the limitations of Libbulletjme v18.5.0 .
At 20:09 hours UTC yesterday (a Sunday), I e-mailed TravisCI customer support and explained my issue. At 12:25 hours UTC today, Travis announced a hotfix to solve my issue. That's pretty good turnaround, for a non-paying customer having issues with a "beta-stage" feature on a summer weekend.
Bottom line: I still love Travis. <3
3 notes · View notes
hindicomputer · 9 months
Text
Learn Logic Gates in Hindi
2 notes · View notes
domainstealer · 2 years
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
13 notes · View notes
techygeeks · 10 days
Text
0 notes
The Role of Innovative Software in Designing Software Architecture
In the ever-evolving landscape of software development, the key to success lies in harnessing the power of advanced tools that go beyond conventional boundaries. Explore the realm of "Software to Design Software Architecture" and witness a paradigm shift in the way we build digital solutions.
Embracing Efficiency with Intuitive Software Design
Gone are the days of traditional methodologies; today, it's about embracing efficiency through purpose-built software design tools. Discover how these tools streamline the architectural process, fostering creativity and precision in every code structure.
The Power of Visualization: Transforming Concepts into Digital Realities
Unlock the potential of visualization in software architecture design. Dive into the world of tools that bring your ideas to life, providing a clear and comprehensive overview of complex systems. See how these visual aids elevate the design process, making it more intuitive and error-free.
Navigating Complexity: Simplifying Software Architecture Challenges
Delve into the strategies employed by cutting-edge software to simplify intricate architectural challenges. From modular design to seamless integration, uncover the secrets that turn complexity into an opportunity for innovation.
My Journey with SystemDraw: A Revelation in Software Architecture Learning
As the blog journey concludes, I share my awe-inspiring experience of learning from SystemDraw.net. The platform proved to be a game-changer, offering not just a learning experience but an immersive journey into the world of software architecture. From comprehensive tutorials to hands-on exercises, SystemDraw.net empowered me to transform my understanding into tangible skills.
Embark on this transformative journey with me and witness firsthand the impact of incorporating advanced software into your architecture design process. The future of software development is here, and it starts with the tools you choose.
0 notes
Text
Learn Computer Architecture: Forks and Cows- Chapter-6
Let’s Talk About Forks and Cows Part of Putting the “You” in CPU: a rabbit hole into how your computer runs programs. The final question: how did we get here? Where do the first processes come from? This article is almost done. We’re on the final stretch. About to hit a home run. Moving on to greener pastures. And various other terrible idioms that mean you are a single Length of Chapter…
Tumblr media
View On WordPress
0 notes
pizzaronipasta · 11 months
Text
Making an assembly language is shockingly easy. Like, the hardware manufacturers basically did all the work for you.
1 note · View note
reportwire · 1 year
Text
First Generation iPhone Sells For $63,0000
A factory-sealed, first-generation iPhone sold at auction for $63,356.40, more than 100 times its original price, after a woman was gifted the phone in 2007, but never opened it because she didn’t want to get rid of her other phone. What do you think? “Why? It’s just going to be phased out by the iPhone 2 at auction in a couple years.” Gracie Bolufe, Snake Breeder “To think that phone is so old…
View On WordPress
0 notes
9kmovies-biz · 1 year
Text
Apple May Make You Wait Another Year for The Next iMac
The 2021 version of the iMac remains Apple’s only version of the line available newPhoto: Caitlin McGarry/Gizmodo For those who love the slimmed down, 24-inch experience of an iMac sitting pretty on top of your desk—no tower necessary—you may need to keep on keeping on with the current build. A credible analyst told readers Sunday to sit tight if they want any more info on a new version of the…
Tumblr media
View On WordPress
0 notes
ASKING CODERS OF TUMBLR FOR HELP WITH AN ASSIGNMENT I HAVE DUE TONIGHT
It's been a while since I did this, and those posts don't seem to get a lot of traction, but I have this assignment due at 11:59 tonight and I've worked really hard on it. My code won't register when I'm holding the button down. I made two versions of the Tinkercad circuit, but neither of them will work. The code is the same for both circuits, though.
Tumblr media Tumblr media
(Reddit version of this post)
6 notes · View notes
frog707 · 6 months
Text
It did an exa flop.
Cost half a billion a pop.
It never saw a NOP.
It did an exa flop.
0 notes
hindicomputer · 9 months
Text
Learn Boolean Algebra In Hindi
1 note · View note