Zone FileDNS pro hands πŸ™ŒπŸ»
  1. You are here:  
  2. Home

Main Menu

  • As a DNS Insider 🌐
  • System Planning, and on-Premise/IaaS
  • Enthusiasm Computing (OS & Software, Hardware) πŸͺ›πŸŒπŸŒ
  • My Skills Tasks and Efforts to Employment πŸ’Ό πŸ―πŸ“œ
  • Limitsite: a ccTLD Net-spec Tech Specialist πŸ™ŒπŸΌπŸŽ―
  • Contact Webmaster

Welcome to ZoneFileYouth

This is a special place for writings and reviews (plus related enthusiasm). I've got involvement with computers and software in a unique infamy which adds clout to my position as systems engineer (a respective job I pursue). So to discuss this as the webmaster is also the point of this site. This site helps me share some of these feelings/things. My writing stems typically from a perspective in my modern day.Β A global historical fame produces content hereπŸ›žπŸŒπŸ† so pick, share, promote πŸ”Š

This is Limitsite.tech (@zonefileyouth)
πŸ’»πŸ€ΈπŸΌa Place where guidance around the latest and best of computers and related truly shine.
βœ… I help viewers' perspective toward my realms of expertise in systems programming, home labs. Stay around me as I explore computer system use (applications and OS)Β  for my experimentation.

Getting Ready with Ereshkigal

Details
Written by: Charles Thompson (Webmaster)
Category: My World 🌏 As a DNS Insider
Published: 12 June 2025
Created: 12 June 2025
Last Updated: 12 June 2025
Hits: 185
  • technology guides
  • shortcuts
  • Job
  • Employment
Write a comment
True Goddess Manuevers

We are waiting for Ereshkigal to take on DevOps or GED. Whichever looks best for the sitemaster's resume.
πŸ‘¨πŸΌβ€πŸΌFeeling good today. It's about time I address my audience. So far so good, that I've found my ASUS Zephyrus G16 AMD model working with some sort of software problems. I've recently posted on the ASUS ROG forum about it and look forward to asking to do an RMA if needed.Β  ASUS promised a working product and this thing is too buggy so far. I know something will come up, 1 more time and I am pushed toward pursuing ASUS' warranty features.Β 

I'm active in at least one or two Linux systems that allowed access in the last decade. This one here is permission granted to access and publish aΒ  couple blogs, one of which I will be discussing how to plan in computers for optimal ways in business or produce fun memes, which I'm new to. That one is here. I'll be ramping up my writing escapade for this place sooner or later. This is majorly my goal focus for employment experience targets via Pluralsight, internet search/curate, or books. The goal is to be versatile, with interest pertaining to DevOps suitability. I mostly seek a non-24 hour job for sure because I value my health. The skills I could bring is real and I'm not wasting your time so don't waste mine.

I am narrowing down this one with tags "shortcuts" and "technology guides".Β 

"As a DNS Insider" continued - I

Details
Written by: Charles Thompson (Webmaster)
Category: My World 🌏 As a DNS Insider
Published: 10 June 2025
Created: 10 June 2025
Last Updated: 12 June 2025
Hits: 233
  • Productivity software
  • FreeBSD
  • shelter
  • Programming
  • guided learning
  • creativity
  • Development: GED
  • 1998-Present
Write a comment

Thank you for being my audience for such a good time. We're reaching the time where productivity and rigid fitness meet lines of text and use of a VCS such as Git or Github.com. This will key involvement -specific scope of manual will, my choices to move towards and away from the contexts involved in the specfics of Python 3.11 #bsd or Go.

There is a distinctiveness to typing with this computer system. I get problems involving the graphics way too much for the money I spent. Perhaps returning it will yeild a better computer to replace. The Zephyrus G16 AMD just keeps flickering at random times. I do suspect faulty drivers and am going to be working with ASUS to repair the machine.

pfejopeijoefh NJOE GEORGE ! dusky retrolllkkkmkmiihh77tgububi89

Remote Box I/O

Details
Written by: Charles Thompson (Webmaster)
Category: My World 🌏 As a DNS Insider
Published: 03 April 2025
Created: 03 April 2025
Last Updated: 03 April 2025
Hits: 902
  • Linux
  • Shell Scripting
  • goals
  • MySQL
  • DBA
  • PostgreSQL
  • Virtual Machine
  • GNU/Linux
  • screenshots
  • Learning Skill
Write a comment

Best to ya πŸ”₯

Welcome to Limitsite.tech, where guidance and the latest and best of reviews help to better viewers' perspective of systems/software in business and/or consumer regarded respects.Β 

So far, so good.Β  We've have had a lot of push to get Linux working on the new machine. So far I've memorized most of the Linux I/O via command-line bash, and going forward I am accepting Virtualbox (using Debian 12) to see myself through all to use πŸ’Ό. With this virtual machine I'll be pushing to learning sharply configuration management (Ansible/Salt), Python scripting 🌐. Which is always applied terms for regard as a DevOps or cloud operating engineer. Continuing, I am convinced if I do this I will succeed. It's because I can do best in a trade soon or later, because of my resume. Making an income for myself while further bettering developments in my skills' resource(s) as I go along.


We're revitalizing from pain πŸ¦β€πŸ”₯ Bookmark if you find interesting.

Starting Off as a Flask Project Manager

Details
Written by: Charles Thompson (Webmaster)
Category: My World 🌏 As a DNS Insider
Published: 02 April 2025
Created: 02 April 2025
Last Updated: 02 April 2025
Hits: 1475
  • Python
  • programming books
  • databases
  • research/study
  • Web Development
  • Backend Programming
Write a comment

For beginning with www.fluentpython.comΒ πŸ“”πŸ
For beginning with Fluent Python, a book about Python version 3.10.

The differences between that book and now πŸ‘‡πŸΌ

Python 3.13 introduces several new features and improvements compared to Python 3.10. Here are some of the key differences:

1. **Experimental Free-Threaded Mode**:
Β  Β - Python 3.13 introduces experimental support for running in a free-threaded mode with the Global Interpreter Lock (GIL) disabled. This feature is not enabled by default and requires a different executable, usually called `python3.13t` or `python3.13t.exe`.

2. **Removal of Chained Classmethod Descriptors**:
Β  Β - Support for chained classmethod descriptors, introduced in Python 3.10, has been removed in Python 3.13 due to design flaws that led to several problems. The `__wrapped__` attribute, added in Python 3.10, can be used as an alternative.

3. **Improved Error Messages**:
Β  Β - Python 3.13 continues to improve error messages, making them more helpful and precise. This includes enhancements to the "Did you mean" suggestions for misspelled keywords, function names, and module names.

4. **Annotation Scopes**:
Β  Β - In Python 3.13, annotations are evaluated in annotation scopes, which behave similarly to function scopes but interact differently with enclosing class scopes. This change is detailed in PEP 695.

5. **Removal of Deprecated Features**:
Β  Β - Several features deprecated in Python 3.10 have been removed in Python 3.13, including the `distutils` package and the `smtpd` module. The `configparser` module no longer has a `SafeConfigParser` class, and the `readfp` method has been replaced with `read_file()`.

6. **Performance Improvements**:
Β  Β - Python 3.13 includes performance improvements, such as speedups for `isinstance()` checks against runtime-checkable protocols, which can be up to 20 times faster.

7. **JIT Compiler and No-GIL Mode**:
Β  Β - Python 3.13 includes the ability to run without the GIL or with a Just-In-Time (JIT) compiler, which can significantly improve performance for certain workloads.

8. **Enhanced REPL**:
Β  Β - The Read-Eval-Print Loop (REPL) in Python 3.13 has been enhanced to be more user-friendly and editor-like.

9. **Docstring Stripping**:
Β  Β - Docstrings in Python 3.13 have their leading indentation stripped, reducing memory usage and the size of `.pyc` files.

10. **Removal of Obsolete Modules**:
Β  Β  - Python 3.13 has removed several obsolete and unmaintained modules from the standard library, which were marked as deprecated in earlier versions.

These changes highlight the ongoing evolution of Python, with a focus on performance, usability, and modernization of the language.

To do, for Myself 🐐 -- 

πŸ”— Super tutorial for starting a Flask "Hello, World" Applicationβš™οΈ
Use AI to study regular expressions
Use of AI to comprehend the other features in your copy of Fluent Python by O'Reilly.

Getting Started with O'Reilly β˜• Be Like

A new beginning 🌐

Details
Written by: Charles Thompson (Webmaster)
Category: My World 🌏 As a DNS Insider
Published: 09 March 2025
Created: 09 March 2025
Last Updated: 09 March 2025
Hits: 1105
  • Systems Engineer
  • Limitsite
  • 1998-Present
  • History background
  • Tech Worker Bio/Profile
Write a comment

Welcome to my newly updated site! We've organized for social media under the new account @limitsite at Instagram (also with a Facebook page) for content/employment social figure landing. A✈️ job πŸ…°οΈπŸ˜‡πŸ’―Β  is considered our goal and we'll always share screenshots and tips through Limitsite. You've all been really cool about visiting me and although my e-mail plus comments don't get utilized we'll see if that ever changes in the steps ahead. I'm 42 living in the Bay Area and its long been a burning edge to get a job in this place. To scale the seemingly impressive amount of things that di-vine friend Geshtu-E (Akkadian in Supreme Intellect) & I offer in skills I just have to organize it together and think about what I want to publish here.

Our more recent content will feature things that can help anyone looking to do the same thing as I have as I want to share and collaborate around as an industry-insider. I'm glad you've come and have a great time coming back again and again πŸ”–πŸ“‘. You can Control your-self and your dream later with a revisit from Limitsite.com.

πŸ“¨ https://limitsite.tech/webmaster

  1. New post for March
  2. AI of comfort (a DeepSeek/QwenLM Attempt): AI as a πŸ”§
  3. VMWare Workstation Pro & PeppermintOS
  4. Laptop & me

Page 1 of 7

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

Latest Archived

  • A new x86 Windows Install: New Software πŸ”΅ Top Regarded USB πŸ”ŒStorage Options.
  • Getting Ready with Ereshkigal
  • "As a DNS Insider" continued - I
  • New Resume! CPU Accuracy: AMD Ryzen 9 HX 370
  • GED Overcome

Tags 🎯

Linux 14 Python 7 DevOps 6 Software 5 Jobs 5 Technology 4 MacOS 4 skills 4 DevOps job 4 Computer Systems 4 Professional 4 Internet Domains 4 computers 4 Limitsite 4 Webmaster 4 Computer components 3 Computer accessories 3 Virtualization 3 Virtualbox 3 Free software 3

Search

Login Form

  • Forgot your password?
  • Forgot your username?