Skip Navigation
White custom layout keyboard
  • I'm guessing right of the right shift.

  • A simple solution at cost of minor aesthetic changes
  • They are still running in The Netherlands, although only in 1 city.

  • Lemmy guess
  • Why choose?

  • What Are Your Favorite SBCs (Single Board Computers), Why, and How Did You Get Into Them?
  • I started with an RPi 1b to read out my weatherstation (WH1080 clone) and post it online with weewx. Then a Bananapi R1 entered to replace my intel system as firewall/core router (savings on power usage, a lot). The RP 1 got replaced by a RPi 2, and tne 1 moved to the smartmeeter for readout. The main server (huge AMD tower) got replaced by a RPi 3 (again, power savings), Bpi R2 replaced the R1 when bananian development stopped. RPi 3 died on me (sd slot failed) and I got a replacement. As the 1st RPi3 was dead anyway, I tried to repair it (only use of the solderings at the side proved to be to keep the slot in place) and used it to replace the Bpi R2 as support got problematic.

    The main server got upgraded to a RPi 4 8GB, with the RPi2 replacing the RPi2 that was handeling my weatherstation. I got an rflink, so I added domoticz and that now powers my kaku (dutch power switching system) in a mixed old/new setup. The RPi3 that was my main router (internet router via fiber) got replaced hh an RPi4 witn 4 GB mem, as the 2 GB mem version wasn't available. (Not a bad move, with the on-board non-usb 1GB interface and a tad over 2 GB mem use)

    The freed RPi3 is now for the smartmeter, so all RPi are 64 bit. (All running aarm64 Debian) Both Bpi's and RPi 1 and 2 are collecting dust, as I haven't found a use for them... yet. Looking for projects to use them. As media server they're to light. (Although, Bpi R2 could be useful for that)

  • If people using Reddit are called Redditors, then what do we call people who use Lemmy?
  • Lemmings.

    As stated, lemmy is named after 4 sources, with the furry rodent being one of them. (Although the last option)

    I love being a furry rodent gnawing away at Reddit. ;)

  • What are some useful skills or hobbies that anyone can learn for free?
  • Depends, define free and define useful. ;)

    You can learn a lot by reading up and watching YT vids. I already did my own car maintenance (started as hobby, now it's a necessity, car mechanics cost twice/trice my hourly wage), but didn't know how to replace the fuelpump on this modern car. Garage quoted €500, part was 109, special tool 79, seals 5 each (2). Replaced it myself in 4h.

    I'm also learning to play bass guitar with the help of YT (already have the bass), painted my house, replaced kitchen and parts in bathroom including plumbing,... None of DIY things for free, but cheaper then hiring somebody to do these task. Even when you count your hourly wage, most of those tasks can be done cheaper yourself.

    When you want no investment at all, languages are very useful to learn, at least when you meet others speaking those languages. Learning to setup a computer with free software is usefull as well (saves cash, so eeven better then free ;) ).

    At this moment in time, in most pasrts of Europe and the USA, labour is the most expensive part of everything, so I'd say everything you can learn to do yourself is worth investing some time and maybe some cash in. Nothing wrong with hobbies that can save cash in the long run.

  • Lemmy.world is down because of a DDOS attack
  • Drat, someone really doesn't like lemmy.world and how active it became.

  • Noob Question: If you aren't willing to deal with custom OSes like Linux (for computers) and Android Custom Roms (for phones), do you just not have any privacy at all?
  • Depends where you buy your hardware...

    I bought a laptop I could spec the way I want it, which included a choice of OS. I could choose for 32GB of ram and Windows 11 or 64 GB of ram and Ubuntu for the same prize. Ubunto has no clue how to fill all that memory. (I have, kvm is my friend)

    To be honest, it's totally worth it to spend time in messing about with custom OS on a device you can spare. Linux runs nicely on '12 hardware when you have enough memory. Even the '11 Samsung Tab S2 gets Android 13 via Lineage. Those are nice projects to start with, pick an old device and mess about. Worst that can happen is thag you have to throw it away, which you have to do anyway with the original software.

    As somebody else already posted, when you don't control your OS, somebody else will.

  • What's a quote that has stuck with you for your whole life?
  • In 100 years, nobody will care

    Growing old is mandatory, growing up optional.

    Murphy's law is always apllicable, unless you depend on it.

  • What are the bad patterns of Reddit to never repeat on Lemmy?
  • Especially in gaming subs: 'How is this fair' posts by starting users getting clobbered by vets (5y+ playing) while having no clue about the game's mechanics...

  • What are the bad patterns of Reddit to never repeat on Lemmy?
  • Sidebar? I'm on an app, no sidebar. (With the pinned message, 1st you see, having the exact same content)

    I really miss baconreader. (A minute tad, lemmy with liftoff is so much better)

  • I fell for that too
  • Nah, you need carbon cables... As anlog interlink, no change what so ever, as digital interlinks the bass seems smoother. (can't even think of a theory that fits there, but I'll take it)

  • Why don't we buy reddit?
  • What am I missing here?

    You want to beat the system by following the system. Al, that it achieves will be 'told you so it would result in millions?'

    The only real way to beat a failing system is by offering something better and thus making it obsolete. The fediverse is an attempt to do just that.

    Mastodon is getting more and more attention now Musk is killing Twitter. (Truth is getting some as well, but that's limited to extremist christians) I'm sure Lemmy and Kbin will be as effective.

  • Unixporn @lemmy.ml TheInsane42 @lemmy.ml
    Dual screen Linux

    My main desktop on Debian, left QHD screen, right full HD. (needed the old QHD for remote sorkspace) Debian Trixie with XFCE4, DarcCold style and Adwaita Icons. Didn't do much tweaking, yet. Switched to XFCE4 3-4 years ago after running CTWM since '96. (Still use that desktop for my vnc environment on my main RPi)

    0
    Cable build [Album]
  • This looks interesting. Would it be feasible to make my own IBM Model M (no clue how that connector is called) to USB cable? It saves having to stack USB to PS/2 to DIN connectors...

  • This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this
  • Totally agree, all my { end up on the next line, 1st spot when starting a function, last character of the keyword when starting an if/for/... section. I even put the closing one on the same line when it's single line, else either at the end of the closing line (when changing really old code) or same indent.

    So indenting varies a lot, which makes most 'new' programmers go mental.

    while (my code)
        { I'll do it my way }
    
    if (! liked)
     { toughen-up }
    else
     { get used to it
       multi-line can go both ways...
     }
    

    That is, unless the font used messes it up. ;)

  • TheInsane42 TheInsane42 @lemmy.ml
    Posts 1
    Comments 15