[-] razorozx@lemm.ee 7 points 2 months ago

Grab some miracle fruit and have a taste testing party.

[-] razorozx@lemm.ee 10 points 2 months ago

Mint doesn't natively shove down snap down your throat though 🙂

[-] razorozx@lemm.ee 5 points 4 months ago

A few things come to mind.

  1. "Neurons that fire together wire together."
  2. Stimulating neurons will enhance its connectivity. The more it gets stimulated, the more readily available it will be. This goes for conscious actions and non-conscious actions (Example: focusing on mathematics and reacting to violence). Imagination can be used to simulate reality, hence stimulate target neurons.
  3. The most difficult neurons to target are those that expand your limits as it requires you to think about things you never knew you could think of, do things you never knew you could do, feel things you never knew you could feel, experience things that you never knew you could experience.

Source: My journey in attempts to recover from a brain injury.

[-] razorozx@lemm.ee 66 points 5 months ago* (last edited 5 months ago)

Anon was looking for a long term solution.

Anon found a solution.

Is taking long term.

Questions the definition of what is an addiction.

[-] razorozx@lemm.ee 8 points 5 months ago

A bit late to the party, but I've had my eyes on two projects that would fulfill this criteria -- at least in the software routing level rather than the physical level.

GNUnet is built by the GNU project. It attempts to decentralize the internet by building an entirely new communication stack that essentially creates a decentralized DNS. Their goal is to make connections private and secure connections between nodes, but not necessarily anonymous.

Personally I don't embrace any projects that use cryptocurrency as their backend. Such as ZeroNet, Handshake, and the like. A networking protocol shouldn't use money as foundation.

Freenet uses existing web technologies to be interoperable yet decentralized with the current web stack. It utilizes WebAssembly to create decentralized programs and uses WebSockets for interpretability with existing web technology. It also uses "Small World" routing which they have tested to be the most effective form of peer discovery and communication in a decentralized environment. Their goal is to make an efficient decentralized network. They're leaving the privacy, security, and anonymity to other developers that want to build on top of Freenet.

Both are open source. My money is on Freenet. GNUnet seems to be trying to replace too much too soon -- big if true. Freenet understands the value of efficiency and interoperability first.

[-] razorozx@lemm.ee 5 points 6 months ago

Ncdu looks pretty cool. I'll give it a spin! I've tried a good handful of TUI file managers but most of doesn't feel right, so I made my own little script in attempt to scratch that itch. Not completely satisfied with it but it works ¯\(ツ)

50
submitted 6 months ago by razorozx@lemm.ee to c/opensource@lemmy.ml

Hey everyone. I thought someone might enjoy my simple bash script that I use to go through my fs.

It requires eza, fzf, and zoxide. I use eza and zoxide as my main to-go vanilla replacements, but I'm sure vanilla ls and cd will work too!

https://github.com/razorozx/cd-ls

[-] razorozx@lemm.ee 16 points 6 months ago

I'd like to interject for a moment. There is also a tool called bat that is just cat with extra features. It prints out and works just like cat, but when the contents get too big, it works like less. The is syntax highlighting and works with git.

It's replaced my need for cat and less.

[-] razorozx@lemm.ee 16 points 6 months ago

I love birds, especially ducks!

[-] razorozx@lemm.ee 28 points 6 months ago* (last edited 6 months ago)

"All 5 accounted for!"

[-] razorozx@lemm.ee 4 points 7 months ago* (last edited 7 months ago)

From my experience and understanding there are generally two ways to 'run' a file.

Firstly, the output is an executable itself. Assuming the permissions are valid you can just do ". /yourFile" and it'll just execute. If the file doesn't have the proper permissions, just do "chmod +x ./yourFile" to allow execution.

Secondly, some executables require you to run them through a specific program. Such as Java or Python. If Java, it'd be something like "java ./yourFile.jar" If Python, it'd be something like "python ./yourFile.py"

Sometimes it requires extra flags like "-jar" or similar. You just gotta look it up at that point. ¯_(ツ)_/¯

In Kate, you can toggle the terminal through a shortcut for easy access.

[-] razorozx@lemm.ee 7 points 7 months ago

Or alternatively, Molly

[-] razorozx@lemm.ee 12 points 8 months ago

What a fitting username 🙂

view more: next ›

razorozx

joined 9 months ago