• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle
  • Out of the box, Vim’s default configuration is very basic as it’s trying to emulate vi as close as possible. It like if you want things like headlights or a heater or a tachometer in your family car, you got to create a vimrc and turn those features on. That was my experience when I first started using Vim - I spent a lot of time messing around creating a vimrc until I got things the way I wanted.

    One of the big changes with Neovim is their default settings are a lot more like what you would expect in a modern text editor.


  • Generally I find many these frameworks will make some complicated things simple, but the cost is some things that were once simple are now complicated. They can be great if you just need the things they simplify - or in other words can stick to what they were intended for, but my favorite way of keeping things simple is to avoid using complicated and heavy frameworks.


  • I’m not saying that old hardware is useless. I make good use out of old hardware too. I have an old i5 Dell from about 2012 running ZoneMinder, a Phenom II system from around 2009 that I use a Linux server, an even older Core 2 Duo system that’s a glorified MP3 player, and even a very early 2000’s Pentium III that I use for a router (sadly I’m going to have to retire it from these duties soon - it can barely handle a 100 mbps DSL connection, and it’s too old and outdated to run the modern router distributions).

    However, for every one of those computers I have another one like it sitting in a closet plus a few extras. All the geeks and tinkerers I know are also swimming in old hardware. If I really wanted to get rid of this stuff, I’d have a hard time giving it away. Economically, this stuff is worthless. The supply greatly exceeds the demand(*)

    (*) well, except maybe the Pentium III… it’s old enough now that retro gamers may be interested…







  • toddestan@lemm.eetoMalicious Compliance@lemmy.worldWork from home
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    They have the ability to turn off the web access now. My company recently did just that - if I try to access office.com on a personal device, my log in is blocked. Works fine on a company controlled device.

    I’m not sure how they tell the difference since it’s through the browser. But my guess would be something to do with the lack of all their security software they load onto company controlled computers that have hooks into everything.


  • toddestan@lemm.eetoMalicious Compliance@lemmy.worldWork from home
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I would also never let corporate IT manage a device, e. g. a laptop connected to my private network at home.

    That’s pretty standard for working from home. I’m expected to use the company provided, managed laptop with my internet connection.

    I figured so long as I made sure of things like there weren’t any open file shares and things like routers and IP cameras were password protected there wasn’t a whole they could see.

    If I was really paranoid I could set up a VLAN or something.


  • toddestan@lemm.eetoProgrammer Humor@lemmy.mlWorst is UTC vs GMT
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 year ago

    The reason we have timezones is because of the railroads. Before the railroads came in, every town would have its own time, typically set so noon is the time when the sun is highest in the sky. This really wasn’t a problem, as back then it didn’t really matter that the time was different in every little burg.

    Then the railroads came in. They needed things running on a coordinated time table out of necessity, and having every town with its own time was unworkable. I’m sure the railroads would have loved running everything off of the same clock everywhere because that would be simple. But people were too used to noon being the middle of the day, so instead we got the compromise of having timezones so that the railroads can still run on a coordinated time table, but also so that noon is still approximately the middle of the day as people were used to.

    So the solution is just go back to the 1800’s and convince the railroads that timezones are actually silly and that they really should run everything based upon UTC. And if people want rail service to their town, they can just deal with not having 12PM being when the sun is highest in the sky.



  • Well, if you’re sticking with Windows, you really have no choice. The sun is rapidly setting on using Windows 7 as a “daily driver” - a lot of new software doesn’t support it and the older versions that work on Windows 7 are getting less and less viable. Windows 8 is in the same boat as Windows 7. Windows 10 goes out of support next year, but you’ve probably got to 2028 or maybe 2029 before you really have to move.

    I ended up riding Windows 7 pretty much to the bitter end. Steam dropping Windows 7 support last December was it for the last Windows box. Everything now is running Linux.




  • That reminds me back when some time ago, I was tired of dealing with sketchy, and often broken, websites and programs for downloading videos from Youtube. I figured these sorts of programs must be doing something along the lines of downloading the Youtube page, parsing through the massive pile of HTML and Javascript to find the stream, and then saving that to a video file. That seemed like something I could do myself with Python, so I set out to see if I could figure out how to do it.

    A few minutes and a couple of web searches later, I discovered that someone else had figured that all out already and I just needed to do “pip install pytube”.