Welcome to zzz/tech/
Rules
0. All global rules apply: https://zzzchan.xyz/rules.html
1. /tech/ is a primarily SFW board. NSFW is only allowed if spoilered.
2. Keep the topics related to technology and computing.
3. When making a thread, put some effort into the OP. Low quality threads and template threads will be bumplocked. Some low quality threads that have already been bumplocked can be deleted if too much fills up the catalog.
4. For the QTDDTOT thread and the meta-thread, there can be only one unless the reply limit has been reached. If the previous thread is at the reply limit, anyone can recreate those threads. Thread quality rules do not apply to these threads.
5. Low quality shitposting will be met with DELetion or all files in the post being unlinked (frogposting, wojaks, >he doesn't use [insert thing here], Reddit logo spam, etc.). Otherwise, shitposting is allowed but try not to derail threads.
Posting recommendations
1. Try keeping most of your tech support questions, software recommendations, consumer advice, and other questions that don't deserve threads in the QTDDTOT thread. If there is a specific thread for your question, try asking there instead for a faster response.
2. Try not to ask questions that can be found on any search engines. You will most likely be told to search more and not receive an answer.
tmp note: Code formatting is now [code][/code]
Required Reading
http://cryptome.org/2012/07/gent-forum-spies.htm [ Archive: https://web.archive.org/web/20201213211741/https://cryptome.org/2012/07/gent-forum-spies.htm ]
Read the zzzchan FAQ for information on code formatting: https://zzzchan.xyz/faq.html#post-styling
If you explicitly disable frames with Noscript or uMatrix and the captcha isn't working, enable frames for zzzchan.
According to the JSchan dev (JSchan is the IB software zzzchan runs on):
>Frames are used so noscript users can refresh the captcha without refreshing the whole page.
If needed to privately contact me, send me an email at wizard30 [at] tfwno [dot] gf
Thread dedicated to Questions That Don't Deserve Their Own Thread
(but are worth asking)
Before asking a question here, please search the web first or put in effort towards answering your own question. If you put in effort but you still can't find the solution, feel free to ask here.
If you are looking around for useful applications/programs, see >>531
Gulag for interesting offtopic discussions.
Try to keep it /tech/ related.
Discuss radio-related stuff here.
Bitch about telecom being cunts to Hams. laugh at VE7KFM's (and the rest of 14.313mhz's) continuous antics. Talk about how despite "radio's death" in the 90s-00s that radio as a technology being used even more during then and now. Bitch about how many chinkshit appliances that leak RF into the airwaves and the FCC doesn't/can't do shit. Have an existential crisis realizing that Wifi is pretty-much just radio.
I've been trying to make my own go-bag as a means of either listening/communicating on vacation trips, or in case of SHTF. Still trying to figure out my use cases and decide what I need and don't. It's so fucking hard trying to find a mobile rig that actually can listen to a wide set of frequencies and transmit only on what it needs to. Too many mobile rigs are just X amount of bands, and that's it, no FM broadcast, no AM no EMS or Airline.
Repost of the Julay /tech/ sticky with some minor edits: https://archive.vn/znAXT
Beginner Info
If you would like to try out GNU/Linux because of https://itvision.altervista.org/why-windows-10-sucks.html, you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine (preferably using KVM or Oracle VirtualBox for newfriends).
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything (keep in mind that the performance of live distros might be very different than from distro that was booted from your HDD, as most distros are loaded in RAM and don't include the proprietary drivers for NVIDIA GPUs or up-to-date Mesa libraries in their isos).
2) Dual boot the GNU/Linux distribution of your choice along with Windows (make sure to install Windows first, as it can "replace" GRUB or other UNIX bootloaders, and troubleshooting of Windows replacing your bootloader of choice might be painful for people that just started learning about the Linux kernel)
3) Go balls deep and replace everything with GNU/Linux (you really shouldn't do this, if you don't know what you're putting yourself into, see: https://itvision.altervista.org/why.linux.is.not.ready.for.the.desktop.current.html).
Resources:
Use your web browser and search engine of choice. Good comparison between them is hosted here:
https://digdeeper.neocities.org/ghost/browsers.html
https://digdeeper.neocities.org/ghost/search.html
If not sure which browser to choose, just use the Tor Browser Bundle:
https://www.torproject.org/
or paste these commands to your terminal emulator of choice (please make sure to first learn what they're exactly doing):
$ sudo apt install torbrowser-launcher (Debian, Ubuntu, Linux Mint or just simply apt-based distros)
$ sudo pacman -S base-devel git python && git clone https://aur.archlinux.org/pikaur.git && cd pikaur && makepkg -si
$ cd .. && rm -rf pikaur && pikaur -S tor-browser (pacman-based distros)
$ xbps-install -S torbrowser-launcher (Void Linux)
If you "bricked" yourself and can't launch Xorg/Wayland, then try installing an terminal-only browser like Lynx and using it troubleshoot your mistake.
Type these commands to your terminal emulator to learn more about various commands:
$ man command
$ info command
$ command -h/--help
$ help builtin/keyword
Don't know what to look for?
$ apropos something
Check the wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org
8chan /tech/'s wiki on GNU/Linux:
https://wiki.cloveros.ga/Main_Page
4chan /g/'s wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux
Watch videos on JewTube:
https://github.com/omarroth/invidious/wiki/Invidious-Instances (Invidious is unreliable now, keeping this link anyways)
https://yt-dl.org/ (Either install it from pip or the distro repos)
>What distro should I choose?
1. Ubuntu, or it's flavors like Xubuntu, Kubuntu or even forks like Linux Mint (only LTS or LMDE) and KDE Neon (only LTS)
- Groovy Gorilla 20.10 is the semi-rolling release of Ubuntu (still containing mostly stable and out-of-date packages)
- Focal Fossa 20.04 is the current LTS (long term support) release of Ubuntu and thus is the most supported by corporations like Canonical (corporation behind Ubuntu) and it's partners, Valve, GOG.com and hardware manufactures in general. It just works™
2. Debian GNU/Linux
- Stable (“buster”)
It's the stable/LTS and the "true" release of Debian. Contains a lot of outdated, but stable packages and is the easiest to install release of Debian.
- Testing (“bullseye”)
Is the testing release of Debian, which still contains a few outdated packages to be more stable. It's packages later go to the stable channel.
- Unstable (“sid”)
Is the rolling release of Debian and with the help of Debian Experimental, can be nearly as rolling as Arch or even Gentoo. It's packages after enough testing (usually a week) later go to the testing channel.
>How do I install Debian's experimental packages?
https://wiki.debian.org/DebianExperimental
If you want something that has insane support and one of the largest communities out there, or just simply something that gives users more choices than Ubuntu, then this is the distro for you.
3. Arch Linux
Is a rolling distro with a semi-minimalistic approach to GNU/Linux, meaning you install it only from the console itself with pre-compiled binary packages (packages that are ready to install). Can be easily broken, if the end-user doesn't know how to avoid troubleshooting it. It's primary audience are users that want bigger control of their system. and people who want to stay on the most-up-to-date versions of their favorite programs. Good for learning how GNU/Linux works.
4. Manjaro Linux/EndeavourOS
Are forks of Arch Linux with the Calameres installer. Manjaro has it's own repositories, with package release channel similar to Debian's, while EndeavourOS tries to stay as close to Arch as it is possible. Decent, if you're one of those people which never read manuals.
5. Gentoo GNU/Linux
Is a distro that is very similar to Arch, but is much more stable and up-to-date thanks to you getting in control of configuring and compiling everything from the source code. Is also much harder/longer to setup than Arch's installation process, but compiling everything from it's source can result in overall better performance of programs that you use daily. Nothing can beat it when it comes to avoiding systemd. Perfect for learning how your UNIX systems actually work.
6. Linux From Scratch (LFS), Guix or NixOS
if somehow Gentoo didn't made you comfy with it, then with these distros you possibly can't get comfier except if you make the switch to BSD-based systems.
Even more info here:
https://wiki.cloveros.ga/Babbies_first_Linux
https://distrowatch.com/
https://wiki.installgentoo.com/index.php/Babbies_First_Linux
If you don't care about having a modern desktop and want to avoid systemd, make sure to give the distros listed by this website a try:
https://nosystemd.org/
If you prefer 100% libre, free as in speech distros:
https://www.gnu.org/distros/free-distros.en.html
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
https://github.com/fossasia/mew
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse (doesn't work without JavaScript enabled)
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix
https://overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How can I run Windows software?
Install the drivers for your GPU:
https://github.com/lutris/lutris/wiki/Installing-drivers
Then install Wine (Wine Is Not an Emulator) and preferably the 'Staging' branch of it:
https://wiki.winehq.org/Download
Lastly read this:
https://www.winehq.org/documentation
Also, make sure to learn about winetricks, DXVK and Windows .dll files in general.
Discuss /tech/-related news.
What will happen if section 230 is nuked?
I think it's worth having a thread about ARM linux as it's on the verge of becoming viable in phones and mobile devices. Discussion around whether or not this hardware is or will ever be worth actually buying is important. I understand that a lot of the PINE64 hardware is explicitly not consumer ready, but I've seen some videos of the recently officially launched Librem5 that shipped the product with a fucked screen protector that wasn't applied properly, and that's a fucking $800+ device. I'll try to get around to making a webm of it.
Seemed like it would be a good idea for users both old and new.
[Materials to avoid]
Codecademy and other flashy looking sites (KhanAcademy might be okay)
"fishy" Youtube videos such as those from FreeCodeCamp
"Learn X in 24 hours/three days!"
Anything that deviates too far from a specification (Very obvious if you're reading a spec. in parallel with a primary learning resource)
Most blogs, especially anything on Hacker News that isn't being written by someone obviously trustworthy and/or qualified
[Searching]
You should use a metasearch engine. Not only are they better for your privacy, but I've observed better results than single engines like DDG or Yandex.
https://searx.space/
Bookmark 3-4 reliable instances at the top of your browser and rotate between them or use an add-on such as LibRedirect.
Hacker News has lots of developers and skilled people posting on it. If there's a particular project/idea you're interested in its worth looking it up with their search engine.
https://hn.algolia.com/
My case: Researching CPU architectures/features -> "Cache associativity" into HN -> https://news.ycombinator.com/item?id=33427349 -> https://en.algorithmica.org/hpc/cpu-cache/associativity/
Some interesting comments and an extremely useful resource, both from simple curiosity.
For some additional perspective its worth acknowledging various discussions, even in less-than-desirable places. It can accentuate your understanding and knowledge.
https://desuarchive.org/g/
Templates:
https://desuarchive.org/g/search/text/TEXT GOES IN HERE/ - Look for posts based on keywords
https://desuarchive.org/g/search/subject/TEXT GOES IN HERE/type/op/ - Look for threads based on titles
https://desuarchive.org/g/search/TEXT GOES IN HERE/test/type/op/ - Look for threads based on keywords
[Studying]
Marty Lobdell - Study Less Study Smart - https://yewtu.be/watch?v=IlU-zDU6aQ0
Get yourself a nice notebook and some pens. More effective at retaining knowledge than typing into a document. I use Pilot size 10 pens because of their low writing resistance (Can use them for longer periods of time).
Get yer books from the high seas - https://libgen.rs/ and https://archive.org/
--
If you've got anything else to say/have materials you like you should post them here!
Are you employed in a technical capacity? What job is it? How did you get it? What does your daily wokload look like? Are you looking for a different line of work?
Any ideas on how to shield internet discourse from highly proficient, Turing-Test-passing chatbots sicced on given economical, political and cultural goals set by an unchecked and unbalanced third party?
Have you been working on your site anon?
Discuss anything about website building such as document preparation, layout design, custom static page generation, cgi scripting. Shill your website here, post about your updates, and read other anon's websites.
Pic related. People on neocities have been using discord as a guestbook, so I decided to make an email-based guestbook for my fanfiction hobby site.
Was uncle ted ultimately right? Is humanity fundamentally at odds with modern technology?
Post about /tech/nological cancer that you've dealt with in the past.
>be Thomas Buchler
>gay jew record producer
>become Orthodox jew (but remain a massive faggot)
>try learning Torah chant
>through tapes to save time and probably shekels
>oy vey rewinding tapes is too slow
>my time is valuable
>I could be writing computer software and making money instead
>licenses DECtalk
>uses it to make TropeTrainer
>the definitive software for learning torah chant
>software that sings the word of god
>it's really fucking good
>loads of jews buy it
>along the way he preserves loads of obscure jewish chant traditions
>meanwhile he's surrounding himself with loads of fags and trannies
>he's a massive fucking faggot in another way too
>he won't let anyone see TropeTrainer's source code
>no one
>not even the people he works with
>and his software is struggling with newer operating systems
>aka it doesn't fucking work on newer macOS versions and Windows 10
>he's also married a gay nigger intersex HIV positive jew
>makes a surrogate child
>then he fucking dies
>totally from cancer goyim
>jews upgrade to Windows 10 and the new macOS en masse
>suddenly their super important teaching software they're relying on doesn't fucking work
>find out he's dead
>and his niggerjew "husband" has lost the source code
>may have fucking given away the computer to some jew charity shit where it was probably wiped
>the phone app stops working too
>some DECtalk tranny he collaborated with won't release what little code he has because muh intellectual property
>kikes seemingly can't reinstall his donut steel software on Windows 7
>probably because of DRM or some shit
>have to resort to using an ancient build in a Windows XP VM
>another kike nabs the trademark to TropeTrainer
>calls his new software TropeTrainer™
>it's a fucking web subscription program
>and it can't sing
And thus ends the tale of Jewish Terry Davis, a fat fucking faggot who took over the world of jewish chant training and demolished it because he was too gay and jewish to release his source code. St. Terry made a Temple for free, Kike Terry made a bunch of shekels off a clever singing program but screwed everyone over through short-sighted jewish schemes.
https://archive.ph/ZH21v
https://web.archive.org/web/20220321092541/https://www.inputmag.com/features/tropetrainer-thomas-buchler-torah-software
BitChan has been updated to v0.10.0 and is looking for people to try it out. It's a decentralized imageboard that runs on top of BitMessage. You can create and completely control your own public or private board, globally moderate as an owner, add admins who can also globally moderate, moderate your own instance locally as a user, upload literally anything with size limits theoretically up to 100gb. Uploads can be sent purely over BitMessage or you can choose to use a hosting service. Uploads that use hosting are subjected to heavy duty protection: every file is zipped, encrypted/password protected, the zip's header is removed and random chunks of the file are removed before being uploaded. The removed parts are hidden in the PGP encrypted message that's sent over BitMessage. Once the upload is received the zip is put back together again, decrypted, unzipped and displayed in the thread. 100% of BitChan traffic happens over tor. Private boards prevent posting from all but explicitly added IDs. The permitted ID list can be edited by the owner at any point to include new IDs or restrict old ones. On public boards any ID can post until it is banned, but because of how BitMessage works, you can always just make another ID. Communications on every board are PGP encrypted. This means that even if someone somehow guessed the board name on BitMessage (basically impossible for reasons I won't go into here), they would be unable to read anything without also having the BitChan PGP symmetric password. Owners can globally change CSS, banners and wordfilters. Owners can even wipe a board if they want. You can join and create as many boards as you want. There's also a prototype steganography thread running alongside of every normal thread. The steg thread shows decrypted steg from jpg/pngs. There are also public and private lists. Lists are just collections of links to boards or other lists. Owners can do much of the same moderation, CSS changes etc. as they can do on boards. They can be updated and edited after their creation. BitChan is fully dockerized so it is cross-OS compatible, but has only been tested with Ubuntu 20.04 and the most recent version of Whonix. I could go on about all the features (there's a lot more), but I just wanted to give you a taste. It's surprisingly fast for text only messages that total around 20kb or less and using hosting services for file attachments, taking usually only a few seconds to a minute depending on how many people are on your part of the BitMessage network.
https://github.com/813492291816/BitChan
I thought we should have one of these. Someone from the QTDDTOT suggested these questions for the thread.
>best private mail host?
>best private browser?
>how do you stay private online?
>how do you airgap your phone?
Also
>Best VPN
I imagine some people have made guides on privacy, so if you have any you can post them in this thread too.
Nobody wants to make the thread edition
See also /agdg/ at >>>/v/ for videogames.
What are you working on?
Post suggestions to keep the board excellent.
GoSeek has been unusable since Nougat. It's s real shame there isn't a functional client for Android.
Do you like shiny lasers that blind people?
Because I like shiny lasers that blind people.
Discuss alternative OSes that are not Linux, Windows or Mac OSX.
Also post your criticism of UNIX, Windows and Fag OSX design ITT.
If you want to discuss GNU/Linux distros, there is already a thread for it: >>>/tech/530
The package manager thread can be also useful: >>>/tech/4739
Some hastily written notes...
* everyone thinks UNIX (https://www.youtube.com/watch?v=tc4ROCJYbm0) is still the state-of-art. Ignorants praise Windows, not knowing it's originally a dumbed down clone of VMS that has some patches ported from OS/2 (https://www.itprotoday.com/compute-engines/windows-nt-and-vms-rest-story). Some say that Windows is also still mainly a single-user system that emulates a multi-user system. I think we are living Higurashi tier time loop when it comes to operating systems...
(and CPUs: X86 is relic from the times of Vaxen. ARM, PowerPC/Power ISA, MIPS, RISC-V are more modern and better. Even modern X86 CPUs converts CISC to RISC in the microcode!)
* Plan9 (9front? Also, see plan9port and 9base), BeOS (Haiku) and TempleOS were the last innovative operating systems that I know of. Even the OSDev people imitate UNIX.
* It's awful that a misbehaving device driver can take down the whole system. Microkernels (e.g. MINIX, GNU Hurd, seL4) or muh """hybrid kernels""" (e.g. DragonFly BSD, Haiku, ReactOS I don't know if modern Windows has a hybrid kernel.) should be the norm. MINIX is incidentally perhaps the most used OS because ((( Intel ME ))) uses it as a basis for the CIAware that runs on our fucken CPUs!
* Nearly all criticism of UNIX is historic stuff: The UNIX-HATERS Handbook (https://web.mit.edu/~simsong/www/ugh.pdf a joke), Multicians (https://www.multicians.org/) and LispM (http://fare.tunes.org/LispM.html) users...
* Worse is better or do the right thing? https://www.dreamsongs.com/RiseOfWorseIsBetter.html & https://www.dreamsongs.com/WorseIsBetter.html
* Some modern UNIX-related innovations: 9p, DTrace, Solaris Zones & FreeBSD Jails, Nix & Guix...
User interfaces and GUIs
* #rC3 - What have we lost? https://invidious-us.kavin.rocks/watch?v=7RNbIEJvjUA&t=1m53s
More vids...
< LispM (emulator): https://www.youtube.com/watch?v=o4-YnLpLgtk
< Smalltalk (also, see Squeak and Pharo): https://www.youtube.com/watch?v=uknEhXyZgsg&t=830s & https://www.youtube.com/watch?v=M_TXM0Jsglk & https://www.youtube.com/watch?v=JLPiMl8XUKU
< Lucid Energize: https://www.youtube.com/watch?v=pQQTScuApWk
< TempleOS: https://www.youtube.com/watch?v=puDG7XAGy2M & https://www.youtube.com/watch?v=1hCrl2wsz5c
Plan9's Acme is cool too: http://acme.cat-v.org/ & https://www.youtube.com/watch?v=dP1xVpMPn8M & https://www.youtube.com/watch?v=knDN0jMLiAg
GNU Emacs and SLY/SLIME can also be a source of inspiration: https://lispcookbook.github.io/cl-cookbook/debugging.html (also try Emacs' M-x customize)
Oberon Systems: https://web.archive.org/web/20191011164607/http://www.ethoberon.ethz.ch/
Links and instructions for running TempleOS using qemu can be found here: >>>/tech/934 & >>>/tech/4146
other stuff...=
Plan9 - Process Sleep and Wakeup on a Shared-memory Multiprocessor: http://doc.cat-v.org/plan_9/4th_edition/papers/sleep
Reposted from >>>/v/122313
---
>Plan9
Plan9 had some cool stuff http://9p.cat-v.org/ & http://man.cat-v.org/plan_9/1/intro
but...
>the front fell off.
>criticism of UNIX
I also remembered the A fork() in the road paper: https://www.microsoft.com/en-us/research/uploads/prod/2019/04/fork-hotos19.pdf (it's not like the windows' way is any better... see, CreateProcess() )
and this paste: https://gist.github.com/nicowilliams/a8a07b0fc75df05f684c23c18d7db234 ("fork() is evil; vfork() is goodness; afork() would be better; clone() is stupid") P.S. vfork() sucks https://ewontfix.com/7/ Also, see rfork() of Plan9 and FreeBSD.
Also, like malloc(), fork() can fail: https://rachelbythebay.com/w/2014/08/19/fork/
---
>have imperfect vision
>sit about 1 meter (3 feet) from the computer monitor
>be in video gaming clan
>they use mumble
>pic related is mumble
>can't just scale up fonts and elements by ctrl + scroll up like i can with my terminal emulator or web browser
>have to lean in every time I need to do something with the program
Is this why javascript and web apps are subsuming desktop application development? It is trivial to define a general page layout and theme and let the user zoom in as needed. Is it not the same for GUI frameworks?
second pic is comfortable reading siz except for the URL and title bar.
There is a criminal organization in Brazil using NSO Group's Pegasus to infect devices for hack for hire, to incite terrorism, blackmail people, produce illegal pornography and assist in assassinations. They also have other advanced malware, like UEFI implants and even persistent implants for Kindle and Raspberry Pi. Plus face/voice recognition on every camera and microphone they can get into, in public or private places.
Brazil won't do anything to stop them. Only the FBI, CIA and NSA can stop them.
There is also the possibility that they were engaged on the hack of Bezos' smartphone.
If you know of any security researcher who wants to reverse engineer the exploits they are using, I am more than willing to help them.
If you want a story about how they operate, I am willing to work with you to expose them.
Discuss methods to remove >systemd.
Users of all levels are welcome.
Remember, don't go full autismo like billy-o. Productivity takes priority.
>What is software minimalism?
suckless.org/philosophy
wikipedia.org/wiki/Software_bloat
wikipedia.org/wiki/Lightweight_software
wikipedia.org/wiki/Source_lines_of_code
>Recommended Operating Systems & Linux Distros:
Alpine, Artix, Devuan, Gentoo, Glaucus, Guix, Oasis, NetBSD, OpenBSD, Plan9(front) and Void.
>Useful links
https://nosystemd.org/
https://harmful.cat-v.org/software
https://suckless.org/rocks/
https://wiki.installgentoo.com/index.php/Software_minimalism
https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md
https://github.com/173duprot/harm-less
What is even a good email provider to use anymore?
>inb4 selfhost your email
most info taken from: https://digdeeper.neocities.org/ghost/email.html
probably incomplete quick list, but you could read the dippity dopper article for more information
<gmail, yahoo, etc.
>big corpo trash
>sells data to 3rd party advertisers
<ProtonMail
>Shady metadata policy (retained for an indefinite amount of time)
>URLs in onion hidden service site point to the clearnet (information is from 2019, cannot reconfirm as the hidden service never loads as of the time writing this)
>Account creation verification blocks some email domains from being used to verify the account (Riseup and possibly cock.li domains for example)
>Doesn't allow usage of your own PGP keys and forces their private keys generated on their servers instead through a JS web interface, many backdoors
>Requires to use their stupid bridge thing for mail clients, possible backdoor
<Tutanota
>Blocks registration through Tor and VPNs (possibly tested with RiseupVPN only, didn't test with MullvadVPN)
>Only allows 1 account per IP
>Doesn't allow to use external mail clients (Thunderbird, Claws Mail, etc.) except the Tutanota desktop mail cleint
>Doesn't allow usage of your own PGP keys and shills against PGP | see here: https://archive.fo/CqG2R https://tutanota.com/blog/posts/innovative-encryption/
<cock.li
>often has issues with signing in to view mail
>all the email domains cock.li offers are usually blocked by other sites since cock.li is mostly used for throwaway accounts and spam
<Riseup
>TOS is a bit restrictive and Riseup is intended to be used by activists exclusively
>claims that they will pull the plug if compromised by the government, but they handed over data to the government one time
<Disroot
>restrictive TOS like Riseup, but the admin claims the service is not activist exclusive
>greylists some rarely used email providers
We talk all the time about our preferred operating systems, programs, and window managers, but how do you think software affects people beyond productivity? Can an operating system push people towards creativity or make them lazy? Can chat protocols or different kinds of message boards shape how people think and act? Does using a window manager or the raw virtual console benefit you as a person more than suffering through Gnome Shell? Or are all our software choices just personal tastes that don't affect anything?
Title gives my conclusion from empirical events I witnessed and inside info. PSP runs on the same circuit, but isn't the backdoor per se, which has been around for much longer.
The same way AMD was able to change the crypto algorithms for the Zen chip they licensed to China, they can change how the CPU behaves at any system, even those already deployed. This can also be used to sabotage any program or computation, making BadBIOS vastly nastier than Stuxnet.
American military made a grave mistake to partner with the morons of the Brazilian military, who are letting knowledge of this spread like a fire (and misusing it for petty profit and inside jobs to justify a police state). Israel, UK and France also have access, but are much more professional.
What is the final document format? Not text file (unformatted). I am asking for formatted text document, with tables and embedded images. What is the final solution?
Proposals:
-ODF (.odt)
-Rich Text Format (.rtf)
-HTML
-DOC (.doc)
-DOCX
Considerations:
-is the format simple, efficient, small?
-is it open source, free, or at least without patents or some other shit
-is it supported by large amount of software? for import and export
-is it malware? has hidden metadata and other shit? complex and proprietary?
-does the format allow for huge documents?
-what the format supports? formatted text, embedded fonts, images, tables, embedded files, hyperlinks, what else?
-is it simple to open both for viewing and editing?
-are the editors of the format small efficient or bloated and buggy?
Lately I've been interested in looking for a final solution to the imageboard problem, deplatforming and relying on centralized authorities for hosting. P2P through TOR seems like the most logical path forward. But the software would also need to be accessible, easily installed and understood by just about anyone, and easily secure/private by default.
Retroshare seemed like a decent choice, but unfortunately its forum function is significantly lacking in features. I haven't investigate too much into zeronet either but from what I recall that was a very bloated piece of software and I'm looking for something that's light and simple. Then there's BitChan (>>507) which fits most of the bill but contrasted with Retroshare is not simple to setup.
I know there is essentially nothing else out there so this thread isn't necessarily asking to be spoonfed some unknown piece of software that went under the radar of anons. But I think the concept of P2P imageboards should be further explored even though the failure of zeronet soured a lot of peoples perspective on the concept. Imageboards are so simple by nature I feel this shouldn't be as difficult as it is. Retroshare comes close but as I understand it you can't really moderate the forums that you create. Plus the media integration is basically non-existent, though media is a lesser concern. But having everything routed through tor and being able to mail, message, and have public forums all in a single small client available on every operating system is the kind of seamlessness that a program needs for widespread adoption.
I'd previously assumed that Electron-esque garbage like Snap and Flatpak were just a fad confined to lazy commercial software, but along with a slow general decline in community packager activity, I've recently noticed more and more dev projects like GIMP and Handbrake abandoning official Linux builds for distro-native package formats. Reading a bit about it, the underlying tools and standards for packaging appear to be in general decay, and I was surprised to see some distros like Ubuntu and Fedora making noises about completely abandoning their package managers at some (usually vague) point in the future!
Throughout the span of modern Linux distros, before the need to resort to manually installing every single version of a piece of software, as an alternative to waiting for the distro's repo to update from (sometimes painfully outdated) stable versions, there were pretty much always builds of whatever available from either the developers themselves or some helpful person's PPA. Without that, Linux will become much less convenient to use at best, far more bloated and broken at worst.
It has been suggested by some, such as this article:
https://ludocode.com/blog/flatpak-is-not-the-future
that the main problem which allowed such moronic software to gain momentum (aside from security flimflam exaggerating its sandbox capabilities) was Linux's notoriously unstable ABI, a problem that is gradually fixing itself. But I worry the only real solution to lazy devs would be package managers that cleanly install multiple versions of the same dep, and an explicit way for packages to specify minimum/maximum versions for dep compatibility.
I'm also unsure as to how much inertia there is behind this. In the case of Ubuntu, for instance, is this something that's definitely going to be forced down all the other big forks' (e.g.: Xubuntu, Lubuntu, Kubuntu, etc.) throats? Or is this something that will probably remain opt-out beyond Ubuntu Desktop? I'm also unsure of how strong awareness or backlash against it is, as in the case of Mint balking at Ubuntu upstream's silent replacement of their web browser packages:
https://archive.ph/hpMug
I realize this is a very Linux-specific problem, moreover one of less immediate severity for rolling distros, but is the heart of Linux's ecosystem dying? Or am I blowing this out of proportion?
What happened to the creator of mpv exactly? Why did he get kicked out from his own project? What lead up to the mpv creator getting kicked out?
I posted this thread on Lainchan earlier, but I didn't get to see any replies and then when I went to check back on it, it got deleted most likely because it was offtopic despite it relating to FOSS. There is no ban message.
Please do not del this thread, janny.
It's like /agdg/ except without videogames. Well there wasn't any videogames to begin with, but now there may be other software.
See also /agdg/ at >>>/v/ for videogames.
What are you working on?
Discuss alternative Internet protocols and potentially generate a rated list for the sticky.
Censorship is coming, fast. Many users are getting banned on (((mainstream sites))), Cuckflare, hosts and isps are closing in on every wrongthinkers. Find the best alt net to contribute and develop bunkers/comms.
Mesh and alt infrastructures welcome.
Compare:
>Tor
>I2P
>Freenet
>GNUnet
>Zeronet
>IPFS
>Yggdrasil
What do you think? Any problems? What would you change? Is there anything you don't like about current keyboard layouts or keyboard designs (besides switches)? Any symbols that you use often and would want to be on the keyboard?
What do you think is the most complicated piece of software? Like if someone were to attempt making an alternative that has comparable features and performance, what piece of software would be the hardest to match?
You might instinctively say operating systems, but I think they're actually pretty simple relatively speaking. I think the main reason many people don't make them from scratch is that there's a huge barrier of entry, you can't even program it normally and will have to set some assembly and weird data sections, you don't really get experience for that kind of thing anywhere so you have to learn from some half assed guides how to do it. And if you got it going, the most complicated part would be hardware drivers, but in my opinion those don't count as part of the OS, rather they're a bridge between the OS and the hardware. It would also be hard to define what drivers count as being part of the OS and what don't.
Next is web browsers, but similarly, I think they're not as complicated as they may at first seem. Instead of being somehow advanced, there's just a lot of shit in them, I'm sure a lot of people could make a web browser if given enough time in a time chamber. I suppose that counts as being complicated though.
My candidates for the most complex pieces of software are Photoshop and Unreal Engine. My reasoning is that if you wanted to make an alternative that has the same features, almost nobody could do it no matter how much time you gave them. A lot of the features they have and the performance they can accomplish would require a very high level of expertise in very specialized subjects. Photoshop for instance has some tools that simply no other program has, or they have some similar equivalent that isn't as good.
So it turns out GTP is just a progression of a thought experiment stated by Claude Shannon in the 1950.
Truly there is nothing new under the sun.
3. THE SERIES OF APPROXIMATIONS TO ENGLISH
To give a visual idea of how this series of processes approaches a language, typical sequences in the approximations to English have been constructed and are given below. In all cases we have assumed a 27-symbol
“alphabet,” the 26 letters and a space.
1. Zero-order approximation (symbols independent and equiprobable).
XFOML RXKHRJFFJUJ ZLPWCFWKCYJ FFJEYVKCQSGHYD QPAAMKBZAACIBZLHJQD.
2. First-order approximation (symbols independent but with frequencies of English text).
OCRO HLI RGWR NMIELWIS EU LL NBNESEBYA THEEI ALHENHTTPA OOBTTVA
NAH BRL.
3. Second-order approximation (digram structure as in English).
ON IE ANTSOUTINYS ARE T INCTORE ST BE S DEAMY ACHIN D ILONASIVE TUCOOWE AT TEASONARE FUSO TIZIN ANDY TOBE SEACE CTISBE.
4. Third-order approximation (trigram structure as in English).
IN NO IST LAT WHEY CRATICT FROURE BIRS GROCID PONDENOME OF DEMONSTURES OF THE REPTAGIN IS REGOACTIONA OF CRE.
5. First-order word approximation. Rather than continue with tetragram, n-gram structure it is easier
and better to jump at this point to word units. Here words are chosen independently but with their
appropriate frequencies.
REPRESENTING AND SPEEDILY IS AN GOOD APT OR COME CAN DIFFERENT NATURAL HERE HE THE A IN CAME THE TO OF TO EXPERT GRAY COME TO FURNISHES
THE LINE MESSAGE HAD BE THESE.
6. Second-order word approximation. The word transition probabilities are correct but no further structure is included.
THE HEAD AND IN FRONTAL ATTACK ON AN ENGLISH WRITER THAT THE CHARACTER OF THIS POINT IS THEREFORE ANOTHER METHOD FOR THE LETTERS THAT
THE TIME OF WHO EVER TOLD THE PROBLEM FOR AN UNEXPECTED.
The resemblance to ordinary English text increases quite noticeably at each of the above steps. Note that
these samples have reasonably good structure out to about twice the range that is taken into account in their
construction. Thus in (3) the statistical process insures reasonable text for two-letter sequences, but four-
letter sequences from the sample can usually be fitted into good sentences. In (6) sequences of four or more
words can easily be placed in sentences without unusual or strained constructions. The particular sequence
of ten words “attack on an English writer that the character of this” is not at all unreasonable. It appears then
that a sufficiently complex stochastic process will give a satisfactory representation of a discrete source.
The first two samples were constructed by the use of a book of random numbers in conjunction with
(for example 2) a table of letter frequencies. This method might have been continued for (3), (4) and (5),
since digram, trigram and word frequency tables are available, but a simpler equivalent method was used.
To construct (3) for example, one opens a book at random and selects a letter at random on the page. This
letter is recorded. The book is then opened to another page and one reads until this letter is encountered.
The succeeding letter is then recorded. Turning to another page this second letter is searched for and the
succeeding letter recorded, etc. A similar process was used for (4), (5) and (6). It would be interesting if
further approximations could be constructed, but the labor involved becomes enormous at the next stage.
https://arstechnica.com/tech-policy/2021/01/github-regrets-firing-jewish-employee-who-called-trump-incited-mob-nazis/
What are the possible ramifications of Github becoming woke and becoming pozzed? In light of this debacle. It is possible that Github could possibly look into changing it's Company Policy and thus code of conduct
>GitHub regrets firing Jewish employee who called Trump-incited mob “Nazis”
>GitHub Inc. yesterday apologized for firing a Jewish employee who had urged colleagues to "stay safe" and avoid "Nazis" on the day a mob incited by President Trump stormed the US Capitol. GitHub said it "reversed the decision" and indicated it is trying to hire the employee back.
>"Stay safe homies, Nazis are about," the employee, whose identity hasn't been revealed publicly, wrote in an internal Slack chat room on January 6. He was fired two days later, after one "coworker was quick to criticize the employee for using divisive rhetoric"
>"I did not know that, as a Jew, it would be so polarizing to say this word," the former employee wrote in a Slack group for Jewish employees shortly "before his corporate accounts got deactivated. The former employee is Jewish and had family who died in the Holocaust
>The sacking was reportedly explained by the human relations representative who did the deed, with a “pattern of behavior that is not conducive to company policy.”
>The fired employee spoke with TechCrunch last week before GitHub announced its decision to reverse the firing. The man "says he is currently seeking counsel to ensure his family is protected, as well as figure out if he can receive damages or some other form of reconciliation" and that he "is waiting to engage with the company until he has legal representation in place,"
>The fired employee said he was also threatened with being fired in October when he complained about a lack of diversity in GitHub leadership. "I feel like this could be an opportunity for GitHub to really do a purge and say, 'Do we want white supremacists at this company and how do we get Black leaders into executive management?"
ITT we discuss how technology will assist in our survival during various SHTF scenarios
run:
cat tor-browser_en-US/Browser/.local/share/recently-used.xbel
strings tor-browser_en-US/Browser/.local/share/gvfs-metadata/*https://www.linuxquestions.org/questions/linux-software-2/how-to-permanently-get-rid-of-this-horrible-gvfs-metadata-beast-4175530495/#post5978968
>To get the tools, one can recompile distro's gvfs package and then, from the build directory, subdirectory metadata/.libs copy the files meta-get , meta-get-tree , meta-ls and meta-set to say /usr/bin/gvfs-meta-get etc
The simple usage instruction can be gotten in the usual way, through the "-h" option.
>Now to see what ~/.local/share/gvfs-metadata actually is used for, you can run:
gvfs-meta-get -r -f ~/.local/share/gvfs-metadata/user /
gvfs-meta-get -r -f ~/.local/share/gvfs-metadata/root />And after analyzing the output on my Slackware 14.2 system I discovered that the ONLY extended attribute stored in this whole sorry mess was numerous "download-uri" put there by Mozilla browsers for everything they've ever done. As some perverted kind of permanent, indelible download history.
>One can compile and run the above tool to make sure that on his/her own system, deleting the ~/.local/share/gvfs-metadata/* would not lose anything worth keeping. If so, the cleanup can be made a cron job or put into a shutdown script or whatever.
After using the same handful of wallpaper images for the last three and a half years, I have come to the realization that I should get some new wallpapers.
Post your favourite wallpapers and wallpaper sources. Pics related are a few of what I've been using; screenshots from a dead game called Blacklight: Retribution. I never played it myself but it had some neat visuals.
Ptychographic X-ray laminography: No trade secret or hardware trojan can hide
hxxps://spectrum.ieee.org/chip-x-ray
Every cell transmitter, phone and computer must be inspected. Silicon Trojans must perish.
Freedom for all is encroached when a few cyber terrorists can freely CONSPIRE to use microwave weapons and silicon trojans. While you are distracted with THEORY, they spread the PRACTICE: surveillance, theft, sabotage and murder.
Havana Syndrome is the result of hacked cell transmitters being used as a microwave weapon. Civilians are victimized daily, children included.
“Havana Syndrome: Are You Next? Electromagnetic Terrorism and Cognitive Warfare” at "hxxps://areyounext.help".
The future of privacy/security is clothing made of metallized fabric to block microwave imaging (enables theft of inner speech by observing minuscule throat/face muscle movements) and block directed energy attacks.
#BadBIOS #Havana Syndrome #Conspiracy Practice #Freedom #Faraday Cage #Firmware Vulnerability #Electromagnetic Surveillance
>Eric Schmidt: Our report says that it’s really important for us to find a way to maintain two generations of semiconductor leadership ahead of China. China has had over 30 years to plan to try to catch up. It’s really difficult.
>Eric Schmidt: We don’t want them to catch up. We want to stay ahead. This is important, by the way, for our commercial industry as well as for national security for obvious reasons. By the way, chips, I’m not just referring to CPU chips, there’s a whole new generation, I’ll give you an example, of sensor chips that sense things. It’s really important that those be built in America.
hxxps://www.hoover.org/research/pacific-century-eric-schmidt-talks-about-great-sino-us-tech-war-and-how-win-it
What are the chips that “sense things” that Schmidt wants to prevent from being available to any other country?
Since the 1980s, Silicon Valley has used semiconductor radars to collect data about what you think (your inner speech) by means of machine learning with data extract from wireless imaging of your face and body. It has proved very convenient for them, as this enables blackmail, extortion, theft, sabotage and murder like nothing else. They can do this because they design the semiconductor used on your phone, computer, TV, car and for your telecom supplier’s network equipment, which makes possible to embed silicon trojans everywhere.
Don’t underestimate what machine learning can do. e.g. Study shows AI can identify self-reported race from medical images that contain no indications of race detectable by human experts.
hxxps://news.mit.edu/2022/artificial-intelligence-predicts-patients-race-from-medical-images-0520
Also, don’t underestimate the number of people Silicon Valley is willing to kill to maintain a monopoly, as you may be the next victim.
“Protesters turn to tinfoil hats as increasing sickness blamed on Gov beaming radiation rays”
hxxps://www.nzherald.co.nz/nz/politics/protesters-turn-to-tinfoil-hats-as-increasing-sickness-blamed-on-government-beaming-radiation-rays/FDCP6NEFJUQWWINL2GXI7OKS6E/
Prompted by this, someone made the video “Defeating Microwave Weapons!” about how microwaves work and how to defend against this kind of weaponry.
hxxps://yewtu.be/watch?v=Lg_aUOSLuRo
hxxps://yewtu.be/watch?v=UC3O6B_K9Us
Blame Silicon Valley for inserting "Silicon Trojans" and "Defeat Devices" in microwave cell transmitters and processors, enabling them to be used as weapon (SDR phased array with beam steering).
The "Electromagnetic Emissions Scandal" shall be bigger than the "Diesel Emissions Scandal" and the fines shall be paid in something more expensive than money.
hxxps://en.wikipedia.org/wiki/Defeat_device
hxxps://en.wikipedia.org/wiki/Diesel_emissions_scandal
Your priority is to make a shielded room to defend yourself, then make portable shields for when global riots start to end this all. For every cell transmitter on your location, you need to add one more layer of shielding. Make it thick. Consult OpenCellID.org to see how many cells are around you.
For more: hxxps://twitcasting.tv/c:_persona_non_grata/community/
This is a project I've been working on for some time and I would like to see it get used. It's using libvirt and sqlite, and it's written in C. You will be assigned a port range to use (NAT). cloud-init and all of that nigger shit, is not being used here, only a small shell script and a daemon written in python.
irc.fsirc.net #vmbot
irc.rizon.net #vmbot
>11:12 <VMBot> VM IP: 10.1.3.5 (external: [redacted]), password is "npsmxurrdphieemkgmkfcceoiuxtfm", admin/SSH port is 2094, port range is 2094:2124
Commands are !vm template and !vm deploy [template]
>requirements
Register your nick through services, that's it.
>are the templates backdoored
No, I have created the devuan one through debootstrap, installed what was needed, and added in the first run script, before packaging it up. Alpine was done by manually installing it and configuring it.
>source code
https://gitlab.com/fsirc/vmbot
Licensed under GPLv2, code should be of OK quality.
Close the board. The topic of "Technology & Computing" has ended. There's no point in going on anymore.
https://archive.ph/eGwab
what in the cock sucking nigger shit are people thinking with build systems?
every fucking project i build either works by pure luck, or breaks because some package is the wrong version and the softwareniggers are too fucking dumb to grasp the simplest fucking concept like specifying dependencies correctly. to top it off there's always some new fucking stupid feature added to every fucking build system every week. even portage. every fucking time i have to read up on these new features to figure out what in the fuck these morons were trying to do. YOURE NOT SPECIAL STOP REQUIRING SPECIAL FEATURES YOUR PROJECT IS LITERALLY CRUD AND THERE ARE 10,000 OTHER PROGRAMS THAT ARE THE SAME AS YOURS
When you build a new PC or want to try a new distro (or any type of technology, really), what are some common things you do in order to get a feel for how it works? I feel this topic is meaty enough to be worth its own thread, and I'd prefer for it not to be buried in the QTDDTOTT.
I've just finished building a PC to use as a Linux workstation, so now I can begin the time-honored tradition of distro hopping and bitching about how no single one has everything I want before ultimately settling on [distro you hate]. There is a decent volume of information about different distros out there, but most "reviews" are simply a feature list, a copy-paste from the distro's website, or a video of an installation. They aren't very helpful for anyone who isn't a complete troglodyte, and I like to think I'm not that stupid.
I have a handful of things I want to do that will help simulate routine tasks, but so far they're all pretty basic:
>compile and run a simple C program
>install a new package with the package manager
>install a new programming language/SDK
>configure a chron job to clean up a folder every day
>ssh into a remote server and make changes to a file on it
>create a local git repo and push changes to a remote one
>adjust the desktop environment to look pleasing
What are some more complicated tasks that you guys do to get a feel for a new operating system, especially stuff going on under the hood?
Today is Windows XP's 20th birthday. Say something nice about it.
Please write a Violentmonkey script to hide threads. I wrote such script for prolikewoah, but I can't be assed to do the same for this shit. ttps://prolikewoah.com/geimu/res/26529.html#37226
I've been thinking about writing a blog. Nothing fancy. No private lives. No pictures. No product-shilling. Just writing words.
I tried Blogger and Wordpress and I had a bad experience with them, considering that the ToS became more restrictive over the years.
What is the reason for the govt to spy on us? Do they really do it or is it just schizo shit? If they really did, how come the school shooter who says he will shoot up a school in instagram DMs the day before the shooting, doesn't get caught? Or is it that they don't think school shooters are more likely to be on sekrit clubs like 4chan, as proved by the neoouroncha shit how the japanese police was monitoring 2channel for violent people and caught the neomugicha copycat before he did anything, so they didn't pay any attention to normies threatening shit?
It's not like even they enforce their political ideology and curb wrongthink by spying on us. What do they get from spying on people? Ross Ulbricht was caught because of bad opsec and a simple google search, they can't even track a literal drug cartel with all the spyware they use.
Author of the Randonautica app confirmed on a Livestream that both his app and TikTok are using data they steal from user’s minds with hardware backdoors.
His naivety is thinking the military isn’t using this for terrorism.
Source: https://www.youtube.com/watch?v=cn77LzVhous [38:50 – 42:59]
Finally, we have /tech/ back. I uploaded these right before Zchan kicked the bucket, let's see what the anons around here can make.
I am currently using Colemak CAWS. It is the best currently available keyboard layout for ANSI/ISO column staggered keyboards. If you're a split/ortholinear chad then DHm is enough.
Something I've noticed with the failure of art teaching in schools is something that parallels with the failure of teaching programming in schools: Lack of structure.
When I say 'structure' I mean the teaching of craftwork that can be used as baselines to make things solid, sound and good. pic related is one of 25 pages dedicated to guidelines and overall structure of drawing figures. Anyone can draw or make art, but everyone knows the difference between good and bad art- except for idiots, that is.
What I'd like to know, is how this can be paralleled to it's programming equivalent. I hear from programmers about how important math is- and I agree, but my problem with that, is that math's emphasis feels like it's either for magus-tier programming, or is so basic that it immediately fades into the background. Because of this, I feel like I've learned all I can at this stage but nobody knows anything on the level up except for pros who want peers rather than students.
I've heard "just do it" or "practice dude" but here's the thing: practice doesn't make perfect, it makes permanent. Trying to undo the damage of bad habits is effort on top of learning things the right way, the only saving grace is that is gets easier as you do it more.
In conclusion, what is good programming structure? How can use it to be a better programmer and actually feel more than a just like a permanewb?
I've had taken a break form programming since mid 2020. Lost overall interest and such. But now it's quite hard to get back at it and get any motivation, especially having learnt how shitty the job market for programmers really is.
So my question, is it even worth getting back at this? I liked it as a hobby but I don't want to be a code monkey in the future. Would I be better off becoming a teacher or studying medicine?
Please let me know.
What's the simplest way to work with Linux sound? If I install Gentoo or something, presuming I have X and a WM up and running but no sound, what's the simplest way to get desktop-quality audio?
Pastebin went full retard and is locking and deleting files that trigger any of their retarded broken filters for "offensive" words, so if you have something of value better copy it elsewhere (like your H/SDD) just to be safe.
Discuss the pros and cons of the network, dev news, tips, hacks and other useful information.
HAPPENING ALERT
>For a few hours today all v3 onion addresses on the Tor network were down. This appears to be a new kind of attack which affects the entire network and involves overloading the consensus authority nodes.
>You will currently not be able to access any v3 onion addresses, what is happening is unknown, but it is potentially a huge attack on the entire network. Earlier today I made a post outlining consequences I would be putting into place to deter markets from funding DDoS attacks against each other, as the potential to scale and completely kill every node on the network is a very real potential outcome. Now everything is down and I have no idea if this has sped up the process of this occurring or if it is even an attack at all, all I know is, this is big.
>Reddit post by u/hugbunt3r This attack began after Dread forum owner, HugBunter made a post stating the consequences for market owners who continue to attack rival markets.
<—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512
>The recent/current attacks on multiple markets have been troubling after we’ve all had a good break for some time and things started to heal and become stronger.
>We’ve now had large scale attacks hitting the likes of WHM, DarkMarket and apparently some other services, although I cannot really confirm any others.
>I’d like to outline the main issues with this here. Firstly, /u/Paris and /u/mr_white ‘s work on /d/EndGame has been amazing and has allowed us to all have some really good filtering processes to limit malicious traffic from hitting the application layer and dropping their connections for v3’s where possible. Along with our collective knowledge of the attacks since February 2019, we have some very solid configurations that allow us to scale enough to stay ahead of the attacks and continue scaling alongside it. This is the absolute best protection we as service operators can currently provide and it works, but at many costs.
>We’re not really any closer to seeing a Tor PoW implementation that will seriously improve the situation, but the position we’re in with our own developments is a hell of a lot better than when this all started. There are things I haven’t disclosed publicly because of the potential for abuse, but a lot more worrying things have come from these attacks, costs that aren’t of the monetary kind. The seriousness of the attacks’ will probably become clear at some point. Consequences for Markets
>Consequences for Markets I am aware of at least 2 markets that have paid for attacks against other markets within the last few weeks. I also know of one wishing to pay for retaliation attacks.
>This behavior from market admins is absolutely unacceptable and it will not be tolerated. You have [b]no idea[/b] of the ramifications this has, it is way beyond just taking your competitor offline, inadvertadly, but you are causing a problem that is a great deal worse without even knowing it, if market admins wish me to disclose these other issues to them, they can contact me directly and you will soon rethink your poor business strategy.
>– From here, there will be extreme consequences for any Market admin found to be funding attacks against any other service, market or not. You know who you are and I won’t publicly out you here for it, for the time being.
>Any Ads/other promotional material will be indefinitely disabled You may have your Subdread banned You will be delisted from Recon You will be delisted from DDF Most importantly, your own service will be attacked. This is where it ends, I’m not sitting through another storm of attacks.
<—–BEGIN PGP SIGNATURE—– iQIzBAEBCgAdFiEEYTOs4fS4fFHb8/6l6GEFEPmm6SIFAl/5pNwACgkQ6GEFEPmm 6SIJWA/+M0KfiK5D4T9D3ELwqtAHRBjU8cPqP1yxMYmoZrnZPKO81SuP+fH59xMj XtQn01rIPmRwuLntitf4zGo05LvPWBu8eDErLw4va9yqZtcBVKpP7Jaj+pr8vuRx XgqBA+bdcYpESHs1dzl10HVmeDe2dT7QuuJk63sohw9xf+31wgp9TI2wr8VM48Sv enbO9UUf+dHOajHqmbvNbUOIcf6EPcIUgCA/iedm5WhUfKDOt1AHK4xLYJA7Mmbz 7Y+vCBbPitx0kGMth/xWUsvKWhHeTsv/eSAlsbxmMaVQ4S7zJqJKvHAjxpxT1ZDG lNZqGAH5E4geylibg/mfntJmo4bIg62jQTCT3/kd9Q4ZNWp84Y6FXq55kTTIzrZt ii5Q5wdSIAtUG+mk7gKsPSO2vgvh7TIh8Y6LYg89xvCV1kS9SHC6d2bTiRDqJH7F qo/+qf3ml4jgYqSv4rJIZ7NqmJVGRqQpMMwHxp8zUZyW0ArmE78nTf9I3rRRvaJN OiPnCXDi1i/gK3TrwHOrek4VXhqT+VRBAbUWUPCu1i0IHsfJv3UKgDYLRP2S8x6q A9ed97mTwqNnIKxrXOozvvfE5CJj/N+6Mfu5Q9+3mFNI9FRQtTmoWSpzxrZZdozx nbexW83LKN/b6/zu+KRE/uaabDLg8kvdE/iRiYYAR6gzHlDlHPk= =wZW1 —–END PGP SIGNATURE—–
>An explanation of the attack from Paris, the co-admin of Dread.
>The Tor network is not fully decentralized. When you first connect to the Tor network there is hard coded IPs that your Tor process uses to bootstrap your connection into the Tor network. These IPs allow your Tor process to load up the network’s consensus. This consensus tells the Tor process things like what relays are within the network, which are good relays, bad relays, which are guards, exit nodes, how much traffic a relay can handle, that kind of idea. Your Tor process gets all that information and validates it by signatures of these hard coded IPs. These hard coded IPs are called authority nodes. There is currently 10 of them on the Tor network. And they are why the Tor network cleared out V3 onions for a period of time.
>The authority nodes “vote” on a majority consensus they all share with the Tor network. Generally a new vote happens every hour and the voting process takes 5 minutes. If there is no consensus for three times in a row (as in for three hours) the health the network goes massively down. You can check consensus health at this URL https://consensus-health.torproject.org/. The vote decides a lot of things in the network and when the consensus can’t be succeeded, there is a lot of issues that can occur. Things like V3 Directory variables not being included within a valid consensus so all V3 onions become unreachable.
>The attack basically overloads the authority nodes by sucking up all their bandwidth so the authority nodes can’t communicate between themselves to vote and make a consensus. This fundamentally breaks the network if it goes on too long. This isn’t so new. Like a lot of the Tor attack issues which get exploited in this way there is a closed issue on it.
Is it more hype than help? Overly complex or not complex enough? True internet 2.0 or already obsolete?
Have you've ever tried to test pit an prototype or other lesser known OS.
Use
https://winworldpc.com/library/operating-systems
And download one that sounds great.
I don't know use a WM or something.
Tell in this thread what was your experience with it and what do you think of it and the pluses and minuses
You van also use other sites for more OS.
>he saw the problem decades in advance.
Truly, a man like no other.
>I’ve been working as a mobile developer for 12 years. I’m a straight white male who knows what I am doing in my occupation. But lately I’m struggling to find another place to work.
>I applied for a job at DuckDuckGo, and got told to go fuck myself right away. So I reapplied as a black lesbian 5 years of experience who can’t program or spell. They are moving me to the 2nd round of interviews.
>What do we do in an industry that fucks straight white men over so relentlessly? >Do I just become a NEET? Feeling down and super blackpilled atm. Fuck this gay clown world where nothing makes any sense.
Source: https://varishangout.com/index.php?threads/duckduckgo-ignore-highly-qualified-white-man-interested-in-black-queen.509/
>try to search something on an invidious fork
>as per usual, it doesn't work
>end up needing to search on invidio.us and open every link to see which fork is working today
Is this because of Jewgle's mischief or host incompetence?
Excuse me for the low quality thread, but
WINDOWS 11 IS FUCKING WEBSHIT
THE UI IS RUNNING INSIDE MICROSOFT EDGE
THE PROGRAMS ARE RUNNING INSIDE MICROSOFT EDGE
Yes, I stole these screenshots from Twitter. News this fucking retarded does not deserve a good thread.
The absolute fucking state of Microsoft.
>invest in an expensive mechanical keyboard because if I'm typing on it all day anyway then it might as well be the best I can get
>find a keyboard with "speed silver" switches because supposed to be quiet and I hate pressing the keys very deep down
>turns out the fucking brick is thicker than your mom and I have to bend my hands up in an awkward way
>keys activate at like 20% the way down, which means you have literally no physical feedback whatsoever for when it activates
>need to press the keys almost a whole centimeter before it's at the bottom
>loud as fuck "clack" sound if the key hits the bottom
>the fucking keys are laid in a niggerlicious concave curve where I need to lift my fingers higher to press the key above the current one
I've literally never touched a keyboard that felt worse to use, this thing cost like $200 or something. I could have gotten one for cheaper but this was the only one of it's type that didn't have disco lights all over it. Speaking of which, it's almost impossible to find a mechanical keyboard that doesn't bleed rainbow lights out of it's ass, some of them even advertise themselves as having "blinding lights".
Are mechanical keyboards the biggest meme in computers? I've used a flat chiclet keyboard (pic related) for years and never had any kind of issue with it when playing games or typing. The keys never fail to activate, the travel time to the bottom is very small and there's a slight bump inbetween so the feedback for pressing them is perfect, it's slim without any excess bulk, it's quiet, and doesn't require weird hand movements. The only downside is that the keys feel slightly wobbly.
is this really what sex will be like in the future?
INTERGALACATIC TACTILE DATA FUCK
Holy, Holy, Holy. Powered by IBM. Technology, that humanity can rely on.
This board desperately needs a CSS thread. Why the fuck have none of the retarded board owners given themselves custom spoilers? Why the hell do no boards have custom load bars? I had both of these on fatchan because a nice fellow made them for me when I requested it to Tom but Tom had better shit to do. As far as I can tell that's the only board on JSchan to have ever had custom spoilers or loadbars. What's your fucking excuse? Bunch of shitbird elitist faggots on this site can't even figure out custom spoilers. You're fucking plebs. Either kill yourselves or get in this thread and figure out how to do it for your boards on this site.
Also general CSS but I really wanted to stress that fuck you idiots you're slow and stupid.
Android has been ported to a RISC-V board
January 21, 2021
Google’s Android operating system currently supports a handful of instruction set architecture (ISA) families, including ARM and x86. The vast majority of smartphones, tablets, TVs, and smartwatches that run Android today feature ARM-based chipset designs, as Intel has long since abandoned its handset CPUs while support for MIPS was dropped with NDK revision 17. While Google does not officially provide support for compiling Android on hardware based on the open RISC-V ISA, several development teams are working to run AOSP on RISC-V hardware. One such effort is led by T-Head, the business entity of Alibaba specializing in semiconductors, which today announced that they’ve successfully ported Android 10 onto its in-house RISC-V hardware.
A few months ago, PLCT Lab successfully booted Android to a command-line interface on a 64-bit RISC-V core emulated in QEMU. The team launched a project on GitHub they’re calling “AOSP for RISC-V” and are still in the early stages of cross-compiling AOSP and booting to a GUI. Meanwhile, T-Head, which designed the ICE SoC with its in-house, RISC-V-based XuanTie C910 cores, has managed to boot Android 10 with working graphics and touch.
The ICE chip from T-Head with 3 XuanTie C910 (RISC-V 64) CPU cores.
It runs quite slowly, as you can see in the video embedded below, but this is to be expected given the status of this port and the hardware it’s running on. In the video, a couple of stock AOSP applications are launched, including the clock app, the contacts app, and the mail app. More complex applications such as games aren’t shown off on this prototype as these apps would likely need to be recompiled to target RISC-V.
https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/registerUrl/undefined/1611216336818/normal_video121.mp4
This Android 10 port is based on the android10-release branch in AOSP, and the source code developed by T-Head can be found on the company’s GitHub page.
This is an exciting development for the open hardware community. Since RISC-V is a free and open ISA, anyone is free to design chips based on it without paying any licensing or royalty fees. That doesn’t prevent companies from extending RISC-V with custom instruction set extensions — after all, RISC-V has a permissive license — but it does significantly lower the barrier to entry for new companies seeking to design their own chips. Vendors that want to make cheap IoT products will be interested in using RISC-V to develop low-cost chips, while companies seeking to reduce their dependence on competitors or foreign entities will also express interest. With NVIDIA acquiring ARM and the U.S. government forcing ARM to cut ties with Huawei, we’ll undoubtedly see more and more interest in RISC-V from tech firms around the world. Unfortunately, it will be difficult to actually tell just how much traction RISC-V is gaining since there’s no requirement for vendors to disclose its usage.
https://www.xda-developers.com/android-risc-v-port/
hi... i guess this is considered computing? taking animation from my favorite animator toniko pantoja (credits to him pls let me know if it is not okay to post i ll remove)
his walk cycle is so balanced and i always made walk cycle that is kinda 'sliding' or 'limping' unconciously and somehow fixing it alot of time doesnt help
i suppose this is cause i dont know how to fix it too so i wonder how do you make it balanced and good? like what do you need to consider to make the good animation? things like center of weight or baseline , where are those and how do we mark them properly?
i look to make straight ahead animation that are always correct so i guess preparations before hand is everything?
cheers
I2P can import/export reseed files. Yggdrasil pretty much requires that you manually specify peers to connect to (for the first hop, anyway). ZeroNet will work with pretty much any tracker you throw at it. What does Tor have if the indexing servers and dirauths go down?
Ricochet Refresh is what you want.
It's fork of Ricochet (now abandoned) which was an alternative to TorChat.
About Ricochet Refresh
Ricochet was launched in 2014 as a different approach to instant messaging that doesn’t trust anyone in protecting your privacy.
Ricochet Refresh uses the original Ricochet open-source software but has improved on it substantially, such as upgrading its security and making it compatible with Tor Onion Services v3 instead of the older v2.
We believe software like Ricochet is important to protect freedom of expression for whistleblowers, activists, and journalists worldwide.
https://www.ricochetrefresh.net/
While soycial marxist (((big tech))) is busy mass censoring all political outside left wing incl normies for disagreeing and lose 52 billion: https://www. thegatewaypundit.com/2021/01/big-tech-clowns-wipe-51-2-billion-combined-market-since-banning-free-speech-president-trump/
Toe cheese eating Stallman on his blog is completely silent and calls for arrest and praises arrest of anyone who won't denounce left wing tech censorship and mistreatment, while calling for "preserving democracy"(which means preserving something DEAD as long as it's left-wing trannytarian skewed).
What a fucking jew lol I wish FSF was genuine but it's just literally another leftypol tier freetard kike club to scam goyim at this point. Reminder to not donate to such frauds.