about summary refs log tree commit diff stats
path: root/gph/a859cdf2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gph/a859cdf2.txt')
-rw-r--r--gph/a859cdf2.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/gph/a859cdf2.txt b/gph/a859cdf2.txt
deleted file mode 100644
index 8920016..0000000
--- a/gph/a859cdf2.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-ID: a859cdf2-fc26-4051-9292-79017f31983b
-Title: PiTop testing
-Authors: Nova[有線魔女] <novaburst@envs.net>
-Date: 2021-10-05T17:44:19-00:00
-Topics: Computing
-
-As a matter of testing, I got a Raspberry Pi laptop from school, at least temporarily (though I don't know for *how* much).
-Some teacher authorized me to carry one of them with myself so I can tinker with it.
-At first glance said device's layout was literally weird to me, even more than my own laptop for that matter.
-For example, the touchpad is not located below the keyboard, rather, it is side-by-side with the keyboard. 
-As for the keyboard itself, probably besides some weirdness arised with how the keys were placed and all that, there's also some extra dedicated keys, each for an specific action (opening file manager, a terminal emulator, etc), but there was missing an AltGr key for a chance, so no way of typing the '@' char or the '~' char on it. Haven't found a way with that.
-
-Software-wise I was already used to Debian (this one is Raspberry Pi OS, formerly Raspbian) and was pretty much the same thing, besides CPU architecture (armv7l hard-float). 
-I haven't been really liking Debian though, it has many issues in and of itself, and that applies to derivatives too. 
-I still don't know how to, spin up Alpine on one of these devices. If dealing with uSD cards was already hard on a phone I don't imagine how is that on an SBC-powered laptop, huh.
-I got bored of it for today, haven't done much other than finishing some pending things from yesterday.
-I also customized the setup quite a bit, a hostname change, then the password change, and installed vim, lol.
-
-One of my dreams was having one of those for myself, and probably tinker with it even more.
-In my country they're expensive as hell, importation aside, and because blah blah blah.
-
-See ya!
-
-Update #1: I've taken ownership of the PiTop device, and I've installed Alpine Linux today on it. The device is codenamed MountainPie.
-Update #2: Its microSD card died for unknown reasons. The device rendered useless as a result
a> 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380