Monthly Archives: July 2022

RunIT-QT Browser 0.7 released

RunIT Browser (QWebEngine version) has reached its 0.7 version.

Notable improvements/changes:

new
  • Youtube and Netflix confirmed working on almost complete full screen mode.
  • Homepage is now pointing to StartPage search engine.
  • Window is resized to be larger and more useful from the beginning.
  • Addressbar improvements: google.com AND www.google.com AND https://google.com will resolve. -> https is auto appended into the front.
  • More verbosity added to statusbar(notices go back, go forward etc. functions on tabs).
  • UI is styled to be darker than before.
  • Tabs now have titles in them.
  • Back, forward etc. Now upgrade urlbar address like they should.
  • Ecosia replaces Wolfram Alpha on search engines.

Source code and more details are available at the Github: https://github.com/postman721/RunIT-QT_QWebengine

Minimal Browser2 (C++) released

Next version of Minimal Browser is released as a beta.

The beta release includes the following notable improvements/changes:

Features added by v2.5 beta

  • DuckDuckGo as search engine.
  • Tabbed browsing.
  • UI is redesigned.
  • Icons removed.
  • Searchbar is gone. Searching is done by writing search:<your_search> to addressbar and pressing Enter.
Minimal Browser2 UI.

Source code and full release notes are available on the projects Github page:

https://github.com/postman721/Minimal-Browser2

Sysinfo – Nodejs console application released

Here is a Nodejs console application that prints system information. The full sources and all the instructions can be found from Sysinfo’s Github: https://github.com/postman721/sysinfo

Example output on Linux:

	Type : Linux
	Arch : x64
	Kernel : 5.10.0-14-amd64
	Kernel release details : #1 SMP Debian 5.10.113-1 (2022-04-29)
	Free memory : 10903 MB 
	Total memory : 15978 MB 
	Used memory : 5075 MB 
	System uptime: 4 Hour(s) 3 minute(s) and 16 second(s)
	Hostname: Tester
	CPU model: AMD Ryzen 5 5600X 6-Core Processor
	CPU speed in MHZ: 3719
	Number of CPU cores: 12

Example output on Windows:

	Type : Windows_NT
	Arch : x64
	Kernel : 10.0.19043
	Kernel release details : Windows 10 Home
	Free memory : 11205 MB
	Total memory : 16298 MB
	Used memory : 5093 MB
	System uptime: 0 Hour(s) 1 minute(s) and 39 second(s)
	Hostname: Something
	CPU model: AMD Ryzen 5 5600X 6-Core Processor
	CPU speed in MHZ: 3700
	Number of CPU cores: 12