• 1 Post
  • 290 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • I’m running into this at work lately. Suits are forcing everyone to move from one email sending service to another to save a few $, and I got stuck tracking the progress of everything that needed to be moved.

    Entire departments that openly told me all they do for the company is manage software to generate reports that get sent out via email automatically. One of their guys is using python. One is using some SQL server plugin that mixes “no code” shit with straight C#. Another is using an entire suite of outdated software that has its own proprietary email generation logic, and the only part they’re using is the email generation. The fucking lead? A god damn vbscript, used to dynamically construct a string that is sent to the command prompt to be executed. That string? Launch an existing PowerShell script that sends an email. I’ve seen the whole thing, that’s all it fucking does front to back. Just fucking use PowerShell straight for the love of all that is holy instead of this awful rube goldberg mess.

    In other departments, people whose entire job description is “I admin and support these three systems” being unable to do literally anything in their systems without relying on the vendor’s help desk for the software. Shit that I was able to find out in 30 seconds with a search that got me the system documentation, they open a support case and are fucking helpless.

    I just want to close the door and get back to working on my stuff, so I can stop taking mental damage from exposure to all the cognitive hazard messes these other supposedly technical teams have shit into existence.








  • Built in… I think 2021? Maybe 2020? Would have been October-ish. It was right as nVidia’s 3000 series came out and no one was able to get ahold of them, or any other GPUs, at MSRP.

    • CPU: AMD Ryzen 7 3700X (came with CPU cooler)
    • Mobo: Asus TUF GAMING X570-PLUS ATX AM4
    • RAM: G.Skill Ripjaws V 64 GB (2 x 32 GB) DDR4-3600 CL16
    • OS and games that need fast loading drive: Samsung 970 Evo 1 TB M.2
    • Drive for everything else: WD_BLACK 2 TB 3.5" 7200 RPM
    • Also misc USB 3.0 drives, around 20TB total for media, emulation, backups, old games where load speed doesn’t matter, etc.
    • GPU: Asus DUAL EVO OC GeForce RTX 2070 SUPER (Tried to hit a sweet spot on price vs power, and then find the best performing card of that type. But mostly this was just snatching up whatever I could grab at MSRP. No one was getting GPUs when I built it, but I lucked out with an alert from NewEgg)
    • Tower: Fractal Design Meshify C ATX Mid Tower (came with two fans)
    • PSU: EVGA SuperNOVA 750 G3
    • Additional fans: Two Noctua A14 PWM chromax 82.52 CFM 140 mm

    Use case when built: Gaming at 1080p with settings maxed out (or close), pimping old game graphics using reshade, running a home virtual server lab for learning, never having to close out of applications or browser tabs to ensure other programs had enough speed. Programming using RAM hungry IDEs (Jetbrains and VSCode).

    Use case now: Mostly the same, but gaming at 1440p (upgraded my monitors) with high frame rates requires bumping down settings at times. Don’t play too many recent AAA games either, so it’s mostly fine for my needs, but the GPU is finally starting to show its age. Thankfully my eyes are pretty “console-ified” so with variable refresh rate I don’t usually notice framerate until it drops below 30. Little less use of the virtual homelab stuff. Still program at home occasionally, but again, not as often anymore. Use as a lazy man’s media server to share media folders to Kodi across the house.




  • My understanding is that a handful of instances on the fediverse have geo-IP blocked the UK rather than open themselves to legal trouble.

    I would guess that the others are either operated outside of anywhere that the UK can enforce its rules, not beholden to the new rules (I believe I read that there is a minimum user count for them to actually apply), or are just winging it.

    I’d be shocked if more than maybe 4 instances of systems on the fediverse even had the resources to try to comply with this.





  • I’m sure there’s a combination out there that would get what I’m looking for. I just haven’t found it yet, and a lot of the scene (especially what gets coverage by youtubers) seem to be focused on increasing difficulty by making individual zombies more threatening (night sprinters, randomizers, adding different “zany” zombie types) or adding environmental hazards (nuclear fallout, airborne virus, eternal winter).


  • You can adjust settings, and I do, but once you clear an area if you stay near the area the options are either “randomly spawn in zombies where you’ve cleared” (ignoring whether a zombie could actually path there or not, last I tested it) or “no more zombies”. There’s no built in way I know of to simulate a glob coming in from the edges of your safe zone if the edges are farther out than the limit of cells it simulates around you.

    I could probably get something together with the horde night mod. Just haven’t had time to tinker lately.




  • wizardbeard@lemmy.dbzer0.comtoAsklemmy@lemmy.mlWhat keeps you going?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    If you take nothing else from this thread: That’s not “just autism”.

    And the goal of working with a professional wouldn’t be to “delete your autism” like holy shit lmao that is so off base I would think you were a shitposter if I hadn’t met other people like you before.


    There are dangerous thought patterns, shit that does nothing but erode your trust in the existence of an external reality. I don’t have the proper words to describe the level of danger to yourself and those around you that you can cause if you don’t believe foundational aspects of external reality.

    This is really something you need to discuss with professionals.


  • Buddy, given your relatively basic questions and how you’re posting to every single fucking vaguely relared community, I would highly suggest you do some studying on just… basic computer concepts and how to use them. Not sure what resources are out there anymore, but maybe some basic “these are the parts of a computer, these are programs and how they work” stuff from the 90s. They used to do middle school classes on how to properly use google and other seaech engines to find trustworthy information for citing in research papers. I seriously suggest you start there.

    Then, after you understand the basics maybe you start trying to understand how all of that works in regards to security and the concept of trust in the software you install and run.

    Spoiler alert: Computers are not designed with any sort of “zero trust” architecture like you seem to be shocked that they don’t have. Things are not sandboxed, segmented, or otherwise prevented from accessing other stuff as a general rule.

    This is why one of the bare minimum basics is “don’t run anything you don’t trust”.