RSSAmplifier

Blog

Church of BSD

This was Intended to be a BSD only blog, but now it's about all Unix Like Free Operating Systems, Linux, FreeBSD etc.

churchofbsd.blogspot.comRSS feed ↗25 posts

Latest posts

OpenHarmony

https://en.wikipedia.org/wiki/OpenHarmony The main official website for OpenHarmony is https://www.openharmony.cn/ . This is the central hub for the open-source project, where you can find: Project introduction and governance information Official documentation for developers News and announcements about the project Source code repository links (the code is hosted on Gitee at…

EulerOS

EulerOS is a commercial Linux distribution developed by Huawei based on Red Hat Enterprise Linux [ 4 ] to provide an operating system for server and cloud environments under Huawei Cloud B2B provider ecosystem. [ 5 ] [ 6 ] Its open-source community version is known as openEuler ; the source code of openEuler was released by Huawei at Gitee in January 2020. [ 7 ] [ 8 ] openEuler became an…

Goodbye Windows? China's New OS Changes Everything

https://www.youtube.com/watch?v=GSEZ4aEXwSE https://www.harmonyos.com/en/ https://en.wikipedia.org/wiki/HarmonyOS https://hackaday.com/tag/harmonyos/ https://slashdot.org/index2.pl?fhfilter=harmony+os latest news. https://en.wikipedia.org/wiki/OpenHarmony OpenHarmony The decades-long global monopoly held by Microsoft Windows is facing an aggressive, state-backed structural challenge from the East.…

Unix Man

Unix Man (Parody of Nowhere Man) He's a real UNIX Man Sitting in his UNIX LAN Making all his UNIX plans For nobody. Knows the blocksize from du(1) Cares not where /dev/null goes to Isn't he a bit like you And me? UNIX Man, please listen(2) My lpd(8) is missin' UNIX Man The wo-o-o-orld is at(1) your command. He's as wise as he can be Uses lex and yacc and C UNIX Man, can you help me At all? UNIX…

FROM 2019 => AI tool automatically reveals how to write apps that drain less battery

jesse650 Fri, Jan 16, 9:11 PM (14 hours ago) The only thing more consistent than AI is climate change. AI tool automatically reveals how to write apps that drain less battery https://www.techexplorist.com/ ai-tool-automatically-reveals- how-to-write-apps-that-drain- less-battery/17551/ >Differential energy profiling: Energy optimization via diffing similar apps.

Budmark CPU Benchmark Results

Original benchmark by John Sokol (1998-2005) Updated with modern hardware: January 2026 Overview Budmark is a CPU benchmark based on brute-force searching for optimal error-correcting codes (ECC). The algorithm finds codewords with minimum Hamming distance 5, making it a pure integer/bit-manipulation workload that fits entirely in cache. All results use unoptimized compilation (-O0) to measure raw…

Hollow Core Fibers: A Leap Forward in Optical Technology

Hollow Core Fibers: A Leap Forward in Optical Technology Hollow core fibers (HCFs) represent a groundbreaking evolution in optical fiber technology, offering a suite of advantages that overcome some of the fundamental limitations of traditional solid-core glass fibers. By guiding light through a central channel of air or a vacuum instead of a solid glass core, HCFs unlock significant performance…

simulate loss and latency on networks,

there is was package called dummy net that would simulate loss and latency on networks, what is there like this for linux today? Dummynet was originally developed for FreeBSD to simulate various network properties like bandwidth limitations, latency, and packet loss. For Linux, there are a few tools that can be used to achieve similar network simulations. The most notable one is tc (Traffic…

TTL Apple 2 computer. No 6502 required.

just amazing building the cpu from the ground up.

Sun SPARC binaries back to C source code

from h2oGPT [Model: llama] Yes, it is possible to reverse compile Sun SPARC binaries back to C source code using a tool called "objdump". Objdump is a command-line utility that comes with most Unix-like operating systems and can be used to disassemble machine code into assembly code or source code. Here's an example of how to use objdump to reverse compile a Sun SPARC binary: First, you need to…

Tiny Windows 10 & windows 11

Tiny10-21h2-x64,x86-NTDEV Tiny10 21H2 2209 by NTDV newer version of Tiny10 that includes Microsoft Edge and other features includes both 64 bit and 32bit ISOs. taken from https://youtu.be/4cF3UW5W980 https://archive.org/details/tiny-10-21h2-x64-2209 https://www.youtube.com/watch?v=g8Bl6rUNx8w A few months ago, we took a look at Tiny10, which was based off of Windows 10 Enterprise LTSC 2019.…

Why DOS Was (and Is) a Thing

How did Elon Musk end up owning x.com?

I ran this through ChatGPT, so far it looks like it might be accurate. How did Elon Musk end up owning x.com? In 1999, Elon Musk founded a company called X.com, which was an online payment company that eventually became PayPal. At that time, Musk was the majority shareholder and CEO of the company. As part of the company's branding efforts, Musk wanted to secure the domain name X.com. He initially…

Tox, secure open source P2P communication

Decentralized Skype https://tox.chat/ https://github.com/JFreegman/toxic https://github.com/TokTok/c-toxcore https://media.ccc.de/v/glt19-51-tox-secure-open-source-p2p-communication Tox uses UDP for its underlying transport protocol. Tox was designed to be lightweight, fast, and secure, and using UDP helps to achieve these goals. Unlike TCP, which is a reliable transport protocol that requires…

Decentralized Storage and p2p databases.

https://www.youtube.com/watch?v=AbvxEOG2EWU Decentralized Storage Summit 2019 Moderator: Raymond Cheng (former CTO at Oasis Labs) GunDB: Mark Nadal Textile: Carson Farmer Fluence: Dmitry Kurinskiy VulcanizeDB: Rick Dudley https://gun.eco/ GunDB: GunDB ii an open-source, decentralized, NoSQL database, real-time, distributed database that is written in JavaScript. It provides a simple and intuitive…

Free Online FPGA simulator.

Just like the Online html.css.js editor and test environments, I found one for FPGA hardware development https://www.edaplayground.com/ LEARN FPGA FAST WITH HACKADAY’S FPGA BOOT CAMP https://hackaday.io/project/159720-fpga-bootcamp-0 https://hackaday.io/project/159191-fpga-bootcamp-1 https://hackaday.io/project/159216-fpga-bootcamp-2 https://hackaday.io/project/159692-fpga-bootcamp-3

Online Hybrid Mobile App development & hosting

Both of these are a bit more serious in that you need a real account before you an play with code. replit.com Replit is a web-based platform that provides a coding environment for various programming languages, including JavaScript. It allows developers to quickly write, run, and share code snippets, small projects, and full applications with others. It provides a basic text editor and a…

How would I just insert my three.js visualization in to a react native app?

So I found this website that had a real time editor for react native apps https://expo.dev/ https://snack.expo.dev/@johnsokol/basic-ar-with-three.js Except every demo was broken and failed. No amount of debugging would bring any back to life. I update the library version and security things break just one problem after the next. I am really upset with it really because it's so cool if it actually…

GLSL Shaders, code that run on the GPU.

https://thebookofshaders.com/ Wow super awesome. https://www.lighthouse3d.com/tutorials/glsl-tutorial/ Resource for News https://www.lighthouse3d.com/ Live Interactive editor for GL_ES https://thebookofshaders.com/edit.php Tons of demos many you can view the source . https://www.shadertoy.com/

VisionFive 2: RISC-V Quad Core Low Cost SBC

https://www.starfivetech.com/en/site/boards

GRC's | UHE PRNG Ultra-High Entropy Pseudo-Random Number Generator. Demo

https://www.grc.com/otg/uheprng.htm What's so special about this pseudo-random number generator? This carefully designed PRNG utilizes more than 1536 bits of internal “state” memory. The operating parameters of the generator's algorithm were carefully chosen (it uses a “ safe prime ” factor) to guarantee that every possible PRNG “state” is visited before the sequence begins to repeat. The result…

How to trigger an action at the end of the Shell/Bash script

https://medium.com/bash-tips-and-tricks/how-to-trigger-an-action-at-the-end-of-the-shell-bash-script-52b0ba9c157e

Understand Data Structures in C and C++

https://www.freecodecamp.org/news/understand-data-structures-in-c-and-cpp/amp/

The next censorship is on DNS

https://datechguyblog.com/2021/01/16/the-next-censorship-is-on-dns/ I completely agree with this article. "I was planning on reviewing Parler on my quest to look for Facebook alternatives, and then Parler essentially disappeared. At least you could find websites that hosted articles about Parler disappearing. But what if you plugged in a website, and it never appeared? Think that couldn’t happen?…

Solid (web decentralization project)

https://en.wikipedia.org/wiki/Solid_(web_decentralization_project) https://solid.mit.edu/ https://solidproject.org/ https://www.inrupt.com/ The Guy Who Built The World Wide Web Is Building A 'New Internet', Where You Control Your Data https://www.indiatimes.com/technology/news/tim-berners-lee-wants-to-turn-the-internet-on-its-head-and-decentralize-it-once-more-353998.html Solid: taking back the…