Searching txt.sour.is

Twts matching #US
Sort by: Newest, Oldest, Most Relevant

Monero and Other Privacy Coins
As I said in other writings and videos, no serious cryptocurrency can function in real life which is not also a truly private cryptocurrency.

By far, the most popular of all these is Monero, which has already become the de facto currency of the dark web, but also of all cryptocurrency users _who actually use cryptocurrency … ⌘ Read more

⤋ Read More

My searx instance has changed domains
For those that use my SearX instance (which was formerly searx.lukesmith.xyz, I have now relocated it to searx.cedars.xyz, so if you use it as a default search engine, remember to change its url.

For those who don’t know what SearX is, it’s a metasearch engine that polls whatever search engines you want and aggregates the results. It is free software that can be installed by anyone on any server.

Read more about it … ⌘ Read more

⤋ Read More

Programs and Equipment I Use
After many requests, here are the programs I use for everything. I’m only putting here programs I consider tried and true and have used for a while.

Software I Use Priorities

I’m about getting things done quickly and having as little space between my thoughts and actions on the computer.

I like having vim-like bindings and prefer running programs in the terminal for simplicity’s sake. That said, I’m very much against the cringey meme that things … ⌘ Read more

⤋ Read More

Why I Use the GPL and Not Cuck Licenses
Every piece of software I write I license under the GNU Public License Version 3 (GPLv3) unless I have forked it from something else.

The GPLv3 is the premiere copyleft license, meaning that it not only allows users to run, modify and distribute their own versions of what I write, but it also requires that no one in that chain of development restrict and close-source that software: it and sof … ⌘ Read more

⤋ Read More

Notes on Learning Languages
I get asked a lot about learning languages, so I have a few comments about it here.Hopefully I can awaken you from some dogmatic slumbers about language.

Vocabulary is the least important part of learning a language.

This is hard for people to understand because I think most monolingual people think that languages are just different word lists that people use.As a result, 101 students will manually look up every word in the dictionary to translate.This actually … ⌘ Read more

⤋ Read More

Only Use Old Computers!

Image

The ideal ThiccPad.

If there is a single point of advice I can offer novice computer users, it is stop using modern computers.

If you look at “technology YouTube,” part of my neighborhood, but I more mean the massive multi-million subscriber channels, nearly all of it is devoted to constantly reviewing and comparing every new computer, processor, graphics card and product. There’s big money in it be … ⌘ Read more

⤋ Read More

Learning European Languages (Michel Thomas)

Image

From Gottfriend Hensel’s 1791 Synopsis Universae Philologiae

I’ve said on a couple livestreams that the ideal way for an English speaker to begin learning or excel in learning other major European languages (Spanish, French, Italian and German) is to use Michel Thomas’s audiotapes. They can be found for free on Pirate Bay and other sites, but you can also buy them [on his official … ⌘ Read more

⤋ Read More

Learn Latin

Image

Latin was the first language I learned and has probably been the most useful. Here I’ll talk about some of the things it’s gotten me and some recommendations for how to learn it well.

What I’ve gotten out of learning Latin You get multiple languages for one.

Latin, as you probably know is the ancestor of Italian, French, Spanish, Portuguese, Romanian, etc. Once you know Latin, it is quite literally downhill learning any of these. In college … ⌘ Read more

⤋ Read More

Hating Brave is Cool!

Image

I like and use the Brave Browser.It’s a free and open source browser with features like:

  1. Ad-blocking by default.
  2. Tracker-blocking by default.
  3. Anti-fingerprinting mechanisms to prevent you from being monitored.
  4. Built-in Tor windows.
  5. Run by a based Christian and not furry leftists.

As far as I’m concerned, Brave is indisputably the best general-purpose browser out there.There are other okay brows … ⌘ Read more

⤋ Read More

Urban Fish Ponds: Low-tech Sewage Treatment for Towns and Cities
In the mid 20th century, whole cities’ sewage systems safely and successfully used fish to treat and purify their water. Waste-fed fish ponds are a low-tech, cheap, and sustainable alternative to deal with our own shit — and to obtain high protein food in the process. ⌘ Read more

⤋ Read More

The advice about interviewing being exhausting is spot-on. Recruiting, interviewing, and hiring candidates is a very different type of work than most of us engineering types enjoy. Until you’ve developed a thick skin, it can also be emotionally draining to reject candidate after candidate. I’m an interviewer at my company and burnt out | Hacker News

⤋ Read More
In-reply-to » My finger server now includes the last post from tw that doesn't have a subject. 'finger a@9srv.net'

No, totally not useful. 🤣 I mean, the finger protocol is pretty trivial, and it’d be fun to add, but doesn’t replace anything you’re doing.

⤋ Read More
In-reply-to » I have been using Unix for 25+ years and I just learned about the status character in shells (often ^T). Huh.

This was macOS. I don’t really use gnu. Of course, it’s also not on Plan 9, the system I know best.

⤋ Read More

a decentralized community !zet. individual zet feeds could be managed using something like git/git submodules, then built locally into self-contained SQLite files. zet items would be referenced by their zet nickname and UUID. #halfbakedideas

⤋ Read More

trying to get myself to reach for !links browser instead of firefox for locally testing my wiki. For the most part, it really doesn’t need the heft of firefox. When links -g is used, it really really doesn’t need firefox.

⤋ Read More

💁‍♂️ If you’re ever on a UNIX machine of some kind without any useful networking utilities like ip or ifconfig, fear now! You can view the network topology of the Kernel by just doing:

cat /proc/net/fib_trie

😲 #Linux #Tips

⤋ Read More

new algorithm in @!(ref “sndkit”)!@: @!(sndkitref “phasor”)!@ generates a normalized periodic ramp signal, typically used for table-lookup oscillators.

⤋ Read More
In-reply-to » I just built a poc search engine / crawler for Twtxt. I managed to crawl this pod (twtxt.net) and a couple of others (sorry @etux and @xuu I used your pods in the tests too!). So far so good. I might keep going with this and see what happens 😀

@prologic@twtxt.net sounds about right. I tend to try to build my own before pulling in libs. learn more that way. I was looking at using it as a way to build my twt mirroring idea. and testing the lex parser with a wide ranging corpus to find edge cases. (the pgp signed feeds for one)

⤋ Read More
In-reply-to » I just built a poc search engine / crawler for Twtxt. I managed to crawl this pod (twtxt.net) and a couple of others (sorry @etux and @xuu I used your pods in the tests too!). So far so good. I might keep going with this and see what happens 😀

@prologic@twtxt.net sounds about right. I tend to try to build my own before pulling in libs. learn more that way. I was looking at using it as a way to build my twt mirroring idea. and testing the lex parser with a wide ranging corpus to find edge cases. (the pgp signed feeds for one)

⤋ Read More
In-reply-to » I just built a poc search engine / crawler for Twtxt. I managed to crawl this pod (twtxt.net) and a couple of others (sorry @etux and @xuu I used your pods in the tests too!). So far so good. I might keep going with this and see what happens 😀

@prologic@twtxt.net yeah it reads a seed file. I’m using mine. it scans for any mention links and then scans them recursively. it reads from http/s or gopher. i don’t have much of a db yet.. it just writes to disk the feed and checks modified dates.. but I will add a db that has hashs/mentions/subjects and such.

⤋ Read More