I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle


  • Change your thought patterns. Minimise their actions in your mind.

    They are not “psychopaths”, they are just “idiots”.

    They do not “counterattack”, there is no “attack” from your side. They are just “being a nuisance”. Frame all the bumps and thumps as renovations if you want.

    When they make a noise, turn UP your tv, just a little, so you can hear it over it. “Gee those renovations of theirs are a bit noisy, maybe I should put in a complaint.”

    When they rattle the ceiling of their apartment, “Hey it must be time to vacuum, thanks for reminding me. I’ll do it now while you’re renovating and making noise so it doesn’t disturb you too much”.

    “I hear that plants respond to music so I’m just going to leave some on for Ferris, my pot plant, while I go out shopping for a few hours this morning” - Not too loud, just loud enough for Ferris to enjoy it. If you hear a lot of thumping it must be just them taking the opportunity to renovate while you can’t hear them. I do hope they don’t damage their ceiling with all that thumping while you’re out, oh well.

    All that activity on their part takes a lot of energy, your activities take very little. Which one do you think is going to end first?



  • People don’t just leave leaking apps out there for consumption.

    Ha! Welcome to corporate, where vendors sell you software and say that the hardware has to have 128GB of ram and when you poke around a bit you discover a single JVM with constantly growing memory usage with a script that restarts it every time it runs out of resources.

    AND a log file that describes - in typical Java excruciating detail - the precise lines in each module where the devs allocated resources but didn’t free them. About 40 times a second.




  • Consider yourself corrected then. I’ve skimmed your comment history. Your go-to insult is “bootlicker” or alternatively, a simple clown emoji. In your comments you seem to provide very little context as to why you think that, it’s just, “I deem you to be a BOOTLICKER! Next!”

    So maybe a little guidance for you:

    The very, very, first thing you do when dealing with perceived propaganda - be it on mainstream media, online, or wherever - is to remove all the emotion and insults and see what’s left. You know what I see when I parse your comments like that? Very little.

    Thus I conclude you have nothing of importance to say, and you become background noise that gets tuned out.

    Actually your comments do have some small value. I check your bootlicker-comment-score and if it’s greater than 5, I know the community you posted in isn’t worth my time.




  • Mainly when you are building a single-purpose , “appliance” device and you have the bare minimum of RAM/storage available. You just want to get the board powered up and initialised and then jump to your application.

    So you build a kernel with only the correct drivers you need, you skip initrd, you skip initscripts and (lord forbid) systemd, you just jump straight to your program, with possibly busybox available if you need debugging.

    Edit: I’m talking more about building it from scratch here, not LFS. Regarding security issues, you then “only” have to deal with kernel exploits, with a limited surface as you have limited modules linked, and exploits in your application.




  • Effective advertising has a clear and simple visual language, and this is what UIs should strive for.

    Interfaces can be needlessly complex regardless of being flat or skeuomorphic.

    But flat interfaces still require mental effort to parse. Especially when the interface is complex and/or crowded and you’re trying to pick out active UI elements amongst decorations like group boxes/panels.

    Essentially, flat interfaces are currently popular because of touchscreen devices. Touchscreen devices have limited space and thus need simplistic UI elements that can be prodded by a fat finger on a small screen.

    But I don’t need a flat touchscreen-friendly interface on my non-touch dual 24" monitors with acres of screen real estate. I need an interface that nicely separates usable UI elements from the rest of the application window. That means 3D hints on a 2D screen, which allows my monkey-brain with five million years of evolved 3D vision the opportunity to run my “click the button” mental command as a background process.