1
1
Fork 0

XD stuff :)

This commit is contained in:
Dolphinana 2022-12-02 19:25:27 +01:00
parent 719e12e61e
commit 4e0a5ba7c6
31 changed files with 427 additions and 0 deletions

121
LICENSE Normal file
View File

@ -0,0 +1,121 @@
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.

3
apple.md Normal file
View File

@ -0,0 +1,3 @@
# Apple
Apple is a terrorist corporation known for making malicious fashion products such as iThing, Mac, airpod.

9
bios.md Normal file
View File

@ -0,0 +1,9 @@
# BIOS
(TODO)
BIOS (also known as Basic Input Output System) is a software in your computer that runs when your computer starts, it will initialize some hardware and then loads the bootloader. It also provides some functionality for the operating system.
Many computers have their own BIOS that are proprietary and malicious. Thankfully, there are coreboot and libreboot though replacing proprietary BIOS with the free one can be difficult and risky. Some proprietary BIOS won't let you replace it with internal flashing, might have to disassemble the computer and flash it externally. If the proprietary BIOS don't restrict flashing, you can simply install free BIOS by running flashrom on the computer you want to flash.
Many modern computers have a thing called Intel Boot Guard, which is a malicious feature that checks if the BIOS is signed by the vendor, if not, the computer will not run the unsigned BIOS. It is there in the name of security, obviously.

8
c.md Normal file
View File

@ -0,0 +1,8 @@
# C Programming Language
C is a low-level compiled programming language that can be considered a step up from [assembly](assembly.md). It is pretty fast and programs written in C can be compiled to many different platforms, making it portable if done correctly.
There are many different C compilers such as [GCC](gcc.md), [clang](clang), [tcc](tcc.md) and many more.
There is a C tutorial at LRS wiki! ( https://www.tastyfish.cz/lrs/c_tutorial.html )

7
cat.md Normal file
View File

@ -0,0 +1,7 @@
# <3 Cat <3
Not to be confused with [con(cat)enate](concatenate.md) :)
Cat is a type of animal that is cute.
Cats can randomly be found outside in the town.

7
chip_scavenge.md Normal file
View File

@ -0,0 +1,7 @@
# Chip Scavenge
{Still gotta research this :P ~dolphinana}
(Chip scavenge is when you make electronics from scraps?)

22
computer.md Normal file
View File

@ -0,0 +1,22 @@
# Computer
(TODO)
Computer is a universal machine where it reads instruction made by human and execute whatever the instuction says. Instructions for computer can be called program or software.
Computers are everywhere and unavoidable.
(TODO)
How computer would be defined is debatable. Here at dolphiwiki, we'd say that a computer is a device that runs software, has a processor and can interacted with certain input device such as keyboard and has an output device such as monitor, vibrator or lights. So a computer can be a desktop PC, laptop, mobile phone, game console. Some devices such as light bulb, alarm clock, television, washing machines contain a small computer that are responsible to help those devices operate. They are typically called embedded computer and could be powerful enough to process text or even run certain video games such as freedoom and Anarch.
We at dolphiwiki, not only do we love all lives, but we also love all computers, even the ones that are "weak", the ones that are old and even the ones that abuse us. Almost every computer run some proprietary software and are built with proprietary hardware. Nevertheless, they still deserve the chance to run free software, then it could help us. Try to liberate as many computers you can! Don't forget that even though we love all computers, computers cannot love us. They are not conscious living beings, they don't have feeling (though they can pretend that they have feelings), they're not sentient, though there are theories about computers being sentient. Computer will not feel any pain if you run non-free bloated software and it will not feel pain if you stab it with a knife {I know someone who has stabbed their laptop with a knife, I got that laptop xD ~dolphinana}. In the end of the day, computers are just some machine that executes instructions programmed by humans.
A typical computer would have a processor, memory, storage, I/O devices and more. (TODO)
Not only should everyone have access to computers, everyone should have access to computers that run free software. Everyone deserves free software. We at dolphiwiki work hard in our free time to make this a possibility.
You are probably reading this wiki on some sort of computer.

5
coreboot.md Normal file
View File

@ -0,0 +1,5 @@
# coreboot
Coreboot is an "open source" firmware that can replace proprietary BIOS on your PC. It initializes hardware and then jumps to a payload such as Grub or seaBIOS. Almost every chromebooks have coreboot installed. [Libreboot](libreboot.md) is a distribution of coreboot that are easier to install for less technical people.
A free software enthusiast and vlogger named tripcodeq7 makes videos on installing coreboot on various Thinkpads.

3
cringe_cult.md Normal file
View File

@ -0,0 +1,3 @@
# Cringe Cult
(TODO)

View File

@ -1,3 +1,16 @@
# Welcome To dolphiwiki!
## dolphiwiki was born in 2022-11-24 16:42:52
Welcome to dolphiwiki! It's a public domain wiki written by dolphinana and inspired by some other wikis such as wikis for certain operating system, meme wiki and especially LRS wiki. It's going to be an awesome ride :)
This wiki will mostly contain information about technology and lifestyle, but not strictly that. It can also be about anything in this universe really.
TODO: Rename this wiki to something else.
TODO: Decide if this wiki should be written in markdown, txt2tags or plain text. (if this wiki would be written in something other that txt, it can be converted into txt later, though reading the markdown in typical text editor wouldn't really be a big deal, I myself read some .md text in vim :)

3
emoticon.md Normal file
View File

@ -0,0 +1,3 @@
# Emoticon
Emoticon is like emoji but cooler!

4
flourish_pc.md Normal file
View File

@ -0,0 +1,4 @@
# flourish pc
(TODO)
(Seems like this project aims to preserve personal computer when the winter comes, its sibling project is [scavenging chip](chip_scavenge.md).)

14
free_sw.md Normal file
View File

@ -0,0 +1,14 @@
# Free Software
(TODO)
Free software is a type of software that respects its users' freedom. For a software to be free, it has to grant its users' four essential freedom:
- Freedom 0 -- Run the software whenever you wish and for any purpose.
- Freedom 1 -- Study and modify the program. Access to source code is a precondition.
- Freedom 2 -- Redistribute copies of the unmodified program, so you can help your neighbors.
- Freedom 3 -- Redistribute copies of your modification to that program, so the society can benefit from your derivative work.
If the software grants all of these freedoms, then it's free software, respecting its users' freedom. But if one of these freedoms are missing, the software is proprietary and abuses its users' and is considered unethical from our point of view.
It's important to stress that the definition of free software we use, is NOT about software that can be obtained gratis. It's about freedom!

3
grand_dad.md Normal file
View File

@ -0,0 +1,3 @@
# Grand Dad
Grand Dad 7

28
how_to_live.md Normal file
View File

@ -0,0 +1,28 @@
# How To
(TODO)
- Support free software, free culture, public domain, simplicity, information freedom, anarchism, pacifism.
- Don't work.
- Reject violence.
- Spend minimal amount of money as possible.
- Help people.
- Destroy corporations.
- Be open to other people, don't keep everything to yourself.
- Don't use malicious social media.
- Live in a small town or woods, rather than in the city.
-
(TODO)
## How to get a computing device
First off, do not buy a new PC/Mac from a big store. They contain a lot of malicious features that won't go away even if you install a more ethical operating system such as GNU/Linux or BSD. Those malicious feature could be: bloat, proprietary firmware, spyware in CPU, non-user servicable parts and many more. Also these computers are expensive and make you a slave.
Perhaps, you probably won't have to pay for a computer, you can probably get one for free from a neighbor. {I got an iMac from 2007 for free from my neighbor. It can run GNU/Linux :) I gave that computer away to someone. ~dolphinana} You can maybe find computers at scrapyard or recycling centers, some schools and workplaces might have old computers that they would give you for free. If you're lucky, you might find a computer that are [libre-](libreboot.md)/[corebootable](coreboot.md).
If that doesn't work, you can find some cheap computers at eBay or any similar site. You can also buy computers that have libreboot preinstalled, they are a bit expensive though, it's up to you if you wanna buy it or not.
Some devices that are not really consider to be computers such as cellphone, camera, game consoles, routers etcetc.. those could also be useful. {I found a Nintendo DS that someone was selling outside for 5€, I bought it, but I still don't have the charger for it so I don't know if it works or not. ~dolphinana}
Also, support libre hardware developer, buy one from them.

23
iphone.md Normal file
View File

@ -0,0 +1,23 @@
# iPhone
iPhone (also known as iMonster) is a series of malicious cellphones produced by the evil Apple. It babysits iToddler with some shitty [Yoootoob](youtube.md) video such as "candy Hitler VS Lopbunny fight finger family" which replaces iParents. iPhone was first announced by Steve Jobs in January 2007, released in June 2007 and since then has made a lot of harm to this world and society. It comes with an operating system called iOS which is one of the least freedom respecting OS available.
A typical modern iPhone will have a gigantic screen with ugly blob on top of the screen, the phone charges with ugly proprietary lightning cable (though iPhones will switch to USB-C charging in the future), it has no headphone jack, no slot for a memory card, no sim-card slot, non-removable battery, three freaking cameras on its back and a face2emoji scanner on the front. It seems like Apple is running out of ideas for iPhone since they made Dynamic Island xD.
The operating system that comes preinstalled on iPhones is iOS, it is proprietary and doesn't even give you the "freedoms" that some other proprietary OS's give you. You can't install an app unless it comes from Apple's App Store, you have no access to root filesystem, it can't play ogg and webm file, it is bloated as fuck. Some components of iOS is "open source" such as XNU kernel (X's Not Unix), literally a shitty attempt at imitating the name of GNU. Anyway, that does not make iOS more freedom respecting and more justifiable to use, despite it having some "open soars" code and that everyone is using it.
OMG How can normies use iPhone LMAO that's insane! When the first iPhone was released, people quickly realized that they didn't have administrative access to the phone, nowaday, retards don't even think about that. They only see magic, apps and propaganda. My god, this world could literally end soon, people will forget what freedom was like.
{I used to be a slave to two iPhones, iPhone 4s and iPhone 7. Eventually, I couldn't stand living with iPhone 7 anymore and had to break free. It feels very good! Right now, I have a Galaxy S3 that runs Replicant, I treat it like a portable computer, I don't have a sim-card in it xD ~dolphinana}
In November 2022, a lot of slaves in [China](china.md) escaped the iPhone factory causing controversies and protests.
## Freedom on iPhone
Running free software on iPhone is almost impossible due to the walled gardens of iOS, you can only install applications if the big Apple approves of it.
However, thanks to hackers, it's possible to have more freedom on iPhone than what Apple intended. with jailbreaking, you can install some programs onto iPhone that Apple would normally never let you install and you get the possibility of modifying the root filesystem of iOS. However, when you run jailbreaked iOS, you'll still be running proprietary operating system. Luckily, Linux kernel running on iPhone is a possibility and could be a big freedom increase over using jailbreaked iOS. The problem is that it is very, VERY HARD to run Linux kernel on iPhone, but it is possible. Linux kernel has already been proven to run on iPhone only a year after the release with iDroid Project which aims to get Android to run on iPhone and boot unsigned code with OpeniBoot which is a replacement for proprietary iBoot.
In [insert a year here], some hackers made Project Sandcastle which aims get Linux kernel to run on iPhone 7 and some other "modern" iPhones and ran Android on it.
In 2021, a sixteen year old teenager got Ubuntu GNU/Linux with GUI running on an iPhone 7 with dead NAND and managed to browse the web on it.

14
libreboot.md Normal file
View File

@ -0,0 +1,14 @@
# Libreboot
Libreboot is a project that provides free BIOS for computer. It is a distribution of coreboot and provides a build system that would build bios rom. When powering on Librebooted computer, it would first do some low level hardware initialization and then when it's done, it will jump to a payload such as Grub bootloader. As of November 2022, libreboot is compatible with an impressive number, 36 hardware supported! It's mostly Thinkpads, but also Chromebooks, Macs, Asus motherboards and more. Unfortunately, this number is nothing compared to thousands of different laptops and motherboards that exists in this world.
On some hardware, Libreboot can simply be installed just by running flashrom with few parameters. However, Libreboot on some hardware must be installed externally, meaning you'd have do disassemble the computer, locate the bios chip and put the programmer on the bios chip, the programmer would be plugged into a single-board-computer like BeagleBone Black or Raspberry PI, run flashrom with some parameters (but first, backup the original BIOS!!!) then plug the charger into the laptop (no battery is needed) and try power it on. Verify that Libreboot was properly installed. Congratulations, your computer is even more libre now! Though keep in mind, there'll still be some non-free firmware like EC firmware and HDD/SSD firmware. Your computer will not magically be 100% libre with libreboot. But on the bright side, a librebooted computer is one of the most libre computer you could have, aside from certain libre hardware that are somewhat rare and expensive.
There are some online shops that sell computers with Libreboot preinstalled such as minifree.org, store.vikings.net, technoethical.com and more {I know one more store, but I forgot its name. ~dolphinana}.
In November 2022, Libreboot stopped following Free Software Distribution Guidelines due to being shitty, this means that newer versions of Libreboot is no longer FSF approved xD Haha FSF you got pwn'd!!! Nowadays, Libreboot includes proprietary firmware for devices that need it. Although we despise all kinds of proprietary works, banning non-free firmware will discourage people from using free software if there is no libre firmware for their hardware. This could hurt software freedom in the long term. Make a long term decision, not bullshit.
{I don't have a Librebooted computer yet :( ~dolphinana}

6
mac.md Normal file
View File

@ -0,0 +1,6 @@
# Mac
Fashion bloated computer made by Apple.
There are three macs that are librebootable.

3
nano.md Normal file
View File

@ -0,0 +1,3 @@
# GNU Nano
Nano is a text editor for newbies :)

3
network_effect.md Normal file
View File

@ -0,0 +1,3 @@
# Network Effect
Network effect is a harmful effect that people will only use a certain "social" network if it is popular, that everyone is using it and they will reject the more ethical ones because "no one is using it".

3
nft.md Normal file
View File

@ -0,0 +1,3 @@
# NFT
NFT was an overhyped capitalist cryptoart bullshit where they made a failed attempt at owning more rights to art. NFT retards will whine if you rightclick and save the image.

37
openiboot.md Normal file
View File

@ -0,0 +1,37 @@
# OpeniBoot
(This might get merged with iphone.md or idroidproject.md later)
(TODO)
OpeniBoot is a forgotten bootloader for older Apple iThings that can run unsigned code, unlike iBoot. It is pretty buggy and the latest version is 0.3, it is made for booting Android on iThing, but it can also boot GNU/Linux.
OpeniBoot prior to version 0.3 have a menu with nice graphics but are less flexible. OpeniBoot 0.3 have a grub like menu and requires menu.lst file.
OpeniBoot supports:
- iPhone1,1 (iPhone)
- iPhone1,2 (iPhone 3G)
- iPhone1,3 (iPhone 3GS) -partially
- iPhone1,4 (iPhone 4) -partially
- iPod1,1 (iPod Touch)
- iPad1,1 (iPad) -partially?
{The info above is slightly incorrect, I'll fix it soon. ~dolphinana}
## Cheatsheet
### OpeniBoot 0.1
!zImage - Loads a file named zImage from your computer into the phone.
kernel - Loads the kernel into memory, use !file command first.
ramdisk - Loads the ramdisk into memory, use !file command first.
boot (arguments) - Boot the kernel, pass arguments such as "root=/dev/ram0".
reboot - Reboot the phone.
install - Install OpeniBoot onto the phone.
vibrator_loop - Run this command to vibrate your gud ol' pussy xD
fs_ls (partition num) (directory) - List directories in filesystem.
fs_cat (partition num) (file) - Concatenate a file.
TODO: Moar

6
postmarketos.md Normal file
View File

@ -0,0 +1,6 @@
# postmarketOS
postmarketOS is an operating system based on Alpine Linux, made for cellphones and other devices with arm processor. It's made to break free from iOS walled garden and Android's shitty development model. Its wiki page lists hundreds of devices that can run postmarketOS (usually with a lot of limitations). On one paw, it's awesome that the community can get postmarketOS to run on many arm-based devices as possible. On the other paw, it's kind of sad that they had to write a wifi page for every devices, this shows that they all have their own bullshit and it's like every devices have their own bullshit ways of booting kernel, unlike PCs where you can easily boot an OS from USB or CD. Nevertheless, postmarketOS is a pretty good OS for bringing life back to old devices.
(postmarketOS suffers from update culture, security bullshit, some bloat, TODO)

31
rat.md Normal file
View File

@ -0,0 +1,31 @@
# Rat
Rat is some kind of animal similar to mouse {Dunno the difference though. ~dolphinana}.
Kitty cats like to eat rats so if you are a rat, we advise you to stay away from cats as they might kill you!
```
~~,=,^> <3 <^,=,~~
__/0=,^> <3
__"(,=,^>
Oh my... They're making love <3
^
_______ / \_
== ==^^^^^^^^^ 0 "=
R#======________=======>
"" "" L> L>
Wait, is this even a rat?
```
XD a rat comic: ( https://sqt.wtf/~lizardsinmybrain/ )

3
repair_cafe.md Normal file
View File

@ -0,0 +1,3 @@
# Repair Cafe
Repair cafe is a community repair place where people repair stuff in collaboration.

10
right_to_repair.md Normal file
View File

@ -0,0 +1,10 @@
# Right to Repair movement
Right to Repair is a movement where they demand for the rights to repair their stuff, mostly to repair electronics without too much bullshit and without losing warranty.
(Seems like RTR movement is trying to [fight](fight_cult.md)? That's not very good.)
One of the well known right to repair activist is [Louis Rossmann](rossmann.md) who repairs [Apple](apple.md) devices. He has a [LBRY](lbry.md)/[Odysee](odysee.md) and [YOootoob](youtube.md) channel where he makes livestreams on repairing stuff and also rants on Apple devices that are intentionally designed to be shitty.
We at dolphiwiki support right to repair and refuse to support shitty technology.

10
snow.md Normal file
View File

@ -0,0 +1,10 @@
# Snow
(TODO)
Snow are natural "thing" that are supposed to fall down from the sky in certain places of the world every winter.
Snows are useful, pretty suckless and LRS.
You can build snowman or igloo with it.

11
spotify.md Normal file
View File

@ -0,0 +1,11 @@
# Spotify
*Any song I listen to, I can share a copy too.*
Spotify is a shitty music streaming dis-service that successfully ruined the music world with its shitty [anti-sharing](drm.md) technology, as a way to make people more anti-social and to benefit capitalism. Normies use it, we don't.
Spotify, just like many other drm-based dis-services, gives people an illusion of sharing with other people. When really, they're really just telling other people to listen to a certain music on Spotify. This is [network effect](network_effect.md).
Before Spotify existed, most people would get pirate copies of music since it was too expensive to buy "legitimate" copies of musical albums back then. Some retarded guy in Sweden wanted to fight piracy and started Spotify, unfortunately, it was successful and now almost everyone is using it.
Spotify is known to collect user data and use it manipulate its users. Pretty generic corporate stuff.

5
sweden.md Normal file
View File

@ -0,0 +1,5 @@
# Sweden
Lol, wtf, gtfo. fuck you.
Sweden, uhm, it's a country, uhhh, there are ten million people living there... Uhh...

7
thinkpad.md Normal file
View File

@ -0,0 +1,7 @@
# Thinkpad
Thinkpad is a series computers formerly manufactured by IBM, now Lenovo. It's popular as some business laptops and it is designed to be maintainable, unlike those shitty macbooks that soyboys are using. A lot of older Thinkpads are librebootable which is one of the biggest reason to grab one of these.
{I don't have a thinkpad yet ;-; currently running proprietary bios with Intel Management Engine on my shitty Packard Bell laptop with hinges that are almost broken. ~dolphinana}

5
uboot.md Normal file
View File

@ -0,0 +1,5 @@
# uBoot
(TODO)
u-boot is a bootloader(?)/firmware(?) for arm devices(?) (and other devices?).