I used to work for the company upstairs in the same building as the inspiration for this diorama. There was a video where he went out and let a lady in after hours and I was like holy fuck I know those stairs… and that door… for about 6 months I walked past that door and never saw the guy, the blinds always closed. But eventually I found out they discovered a tenant filming porn in the building and they kicked him out. And I was like I fucking new it!
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
pleasejustdie@lemmy.worldto
Technology@lemmy.world•Taco Bell rethinks AI drive-through after man orders 18,000 watersEnglish
8·3 months agoTaco Bell did win the restaurant wars…

its a bash script (bash is a linux shell, like an advanced command prompt). Similar to a very advanced batch file (.bat) on windows, or more in line with the functionality available with windows PowerShell, but with better tools and less stupid, for Linux instead of Windows. On Linux file extensions aren’t necessary, you can set permissions to whether a file is executable or not as an attribute to the file, so you can download this text script file that’s been renamed to be a .exe, and it won’t work on windows at all, nor on linux, until after you either give it permission to execute and then run it, or run it by piping it into the bash shell, which is what their one-liner copy/paste with the tinyurl would end up doing.
Honestly, after looking through it all it does is go through some jokey menus with some jokey responses, and feels very reminiscent of code written by chatGPT, which is pretty much the only place I ever see those unicode character icons being used in actual code.