Sp-cy

Hola! I'm Miguel and this is my laboratory of cybernetics
en es

The dead of the old Internet

  • RARBG is down.

    • The BitTorrent protocol isn’t going anywhere. Farewell, Saint of Sharing Indexes. F.
  • Reddit is down.

    • Taken down by the administrative class that as always has great disdain for the value of the users and the employees. Decreasing the value of a human being till acquiring them becomes profitable.
  • Twitter is … Twitter.

    • People forget how damaging the short text restriction is for nuanced and deep conversations. This site doesn’t do anything special. Mentions and the easiness of reach are its biggest strengths.
  • APIs are a paid luxury now.

    • Big tech companies forget they depend on user-made content to populate their platforms and have anything to offer. This will increase the resentment of the creative class.
  • The bot’s have gotten hyper-interactive.

    • Large Language Models and Stable Diffusion models can get you horny or can make you inflict damage on yourself.
    • Not everything that speaks is intelligent is the new normal.

How to Fix Macbook Pro 8,2 Late 2011 Wifi on Ubuntu 23.04

My most recent hobby project has been installing Ubuntu 23.04 to my Macbook Pro from late 2011 which I use just as a side device. It’s been using Pop!_OS that honestly had been working great but I wanted to upgrade the SSD for a faster and bigger one.

I popped in a Samsung 850 Evo in there with around 500 GB. but I kept the previous ssd inside in a sata2 port as a backup system. The bootloader in that system broke when I re-installed Grub on Ubuntu but it seems it’s fixable.

Continue reading

How to Use Hugo on Android

You can update your Hugo blog from your Android mobile phone by installing the Termux app and then installing Hugo using the command pkg install hugo. Once installed, you can create your site directory using hugo new site <sitename> and then navigate to it using cd <sitename>. You can then use Git to initialize your site with git init and add a theme with git submodule add <hugo-git-theme-link> themes/<theme-name>. After that, you can update your blog using Git commands.

Continue reading
Older posts Newer posts