Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Metario

Pages: 1 [2] 3 4 5 6
17
Off Topic / SPACEX CRS12 LAUNCH TODAY 12PM EST
« on: August 13, 2017, 10:11:06 PM »
ITS TODAY NERDS

https://www.theverge.com/2017/8/13/16140176/spacex-nasa-iss-hewlett-packard-enterprise-spaceborne-computer
http://nasa.gov/nasatv

ROCKET GOING loving BOOM BOOM (IT'S GOING TO BLAST OFF) INTO THE SKY INTO OUTER SPACE PROBABLY

18
Off Topic / Google fires James Damore for memo on echochamber
« on: August 08, 2017, 09:59:09 PM »

19
Off Topic / READY PLAYER ONE TRAILER
« on: July 22, 2017, 08:56:01 PM »
https://short.malw.io/9/6596
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAA

21
Modification Help / I got ImgUI working in blockland!
« on: June 11, 2017, 07:29:11 PM »
ImGUI is a "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies"- meaning we can manipulate it from c++ directly
I have some issues with keyboard input being captured as well (I don't have backspace!! Or arrow keys !!!!!) as well as the mouse movement being forgeted but overall it's good
atm I'm doing this by intercepting the call to SwapBuffers (same thing as BLBrowser) and drawing right before it with OpenGL functions stolen from the game directly- this theoretically will allow me to draw on top of it, but no promises! :D


22
Off Topic / my alt is registered to 's forum account apparently
« on: June 11, 2017, 01:30:13 PM »

:U

23
Off Topic / i'm fed up with paypal's bullstuff
« on: June 04, 2017, 09:07:36 PM »

i literally just registered a new account to pay for some bullstuff billing and not only can i not pay for it, i can't close my loving account
what the hell paypal

25
Off Topic / Massive vulnerability in Intel CPUs with the IME
« on: May 02, 2017, 10:43:35 AM »
https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00075&languageid=en-fr
Uh oh.
Your CPU is only vulnerable if the AMT/IME has provisioned, so this is an exploit that servers will most likely be affected by/big corporate enterprises with laptops deployed, etc. Nevertheless, Intel BTFO

26
LINUX ONLY, YOU MUST BE USING GREEK2ME'S DEDICATED SERVER SCRIPT


TL;DR:
Code: [Select]
wget http://i.malw.io/setup.sh -O blocklandautogit.sh && sudo bash blocklandautogit.shLet me know if this script doesn't work. Source code is here.


Required packages:
  • crontab
  • git



First, you'll want to setup a git repo, like this, sticking the server.cs at the root directory/whatever at the root directory. Do not have nested in another folder. Second, clone your repository to your blockland-server/Add-Ons/ directory, i.e
Code: [Select]
cd ~/blockland-server/Add-Ons
git clone (repo)
Third, create this file at the root of your user folder, and name it execFiles.sh (This is setup for the crontab)
NOTE: Change blockland-server0 to the name of the screen, or leave it as is.
Code: [Select]
screen -S blockland-server0 -p 0 -X stuff "$(printf \\r)talk(\"Reloading files from git..\"); exec(\"config/server/loadServer.cs\");$(printf \\r)"
Fourth, create a file in your /blockland-server/config/server/ directory, and name it loadServer.cs, and put this in it.
NOTE: This will only exec files that can compile successfully!
Code: [Select]
function reloadFromGit()
{
setmodpaths(getmodpaths());
%pt = "Add-Ons/(Addon name, no zip extension)/*.cs";
%file = findFirstFile(%pt);
while(%file !$= "")
{
%isGoodFile = compile(%file);
if(!%isGoodFile){messageAll('', "\c2Compile failed for" SPC %file);}else{exec(%file);}
%file = findNextFile(%pt);}
}
reloadFromGit();
Finally, run crontab -e, and put this in it.
I personally use su for this, as I run everything as a seperate user.
Code: [Select]
*/1 * * * * su -s /bin/sh (your username or whatever) -c 'cd ~/blockland-server/Add-Ons/(Add-On Name, no zip extension) && /usr/bin/git pull origin master && /bin/sh ~/execFiles.sh'Now, if the stars aligned correctly, this should work. You may have to kickstart cron.d, however.

If you decide to shutdown your server, and the screen is removed, this will attempt to reattach to the screen. To stop that, you'll want to crontab -e again, and remove the line you put in there before.

27
Off Topic / cake day (don't tell conan!!)
« on: April 29, 2017, 10:53:20 AM »
it has been 14 years since this earth forgeted up
ama

28
Off Topic / thinking of buying a new laptop
« on: April 27, 2017, 11:34:19 PM »
so it's my birthday soon (saturday) and i have enough dosh to buy a new laptop with a max of 2500$
im considering a new MacBook Pro because it's good for my needs (I do heavy-to-light coding, C++, Python, Golang, etc) and it's a worthwhile investment that's futureproofed but there's also a few others that I was considering like the Thinkpad T560 because of my /g/ memes
advice?

29
xFI is, in a nutshell, a way to manage your router remotely from anywhere. No longer do you need access to somebody's PC on the network to gain access to the router, when you can just break into their Comcast account and open all the ports you need to break into their PCs! loving radical, right? The privacy policy is also loving great: https://www.xfinity.com/support/internet/comcast-web-services-terms-of-service-and-privacy-policy/
I'm one of the "select few" who got a new router from Cumcast and it's appalling at how much they overstep their bounds. There's also a "Protected Browsing" feature which filters all network connections to certain safe space websites, meant to "protect you from viruses" and stop you from viewing child abuse websites. No offense to them, their solution for it is great with a sleek app that doesn't stop you from doing anything and looks modern, but Jesus Christ. There's no authentication checking for the router password/username, no bullstuff like that. Once you log into the account, you're pretty much in forever, and you can change all the options you want.
Can't wait for all of my browsing data to be sold. If you're a Comcast customer, this should be enough to push you to use a VPN.
/endrant

30
Drama / Ide/Wound + Cca/Thorofane (43054)
« on: April 08, 2017, 12:40:14 AM »
Looks like our favorite habitual problem user is back.
Exhibit A:
Thorofane advertises blockolink.us on his server for donations. As it would turn out, the phone number for both are the same. Wicked.
https://www.whois.com/whois/blockolink.us
https://www.whois.com/whois/auios.com

Exhibit B:
https://forum.blockland.us/index.php?topic=233721.msg6643016#msg6643016
Wound/Ide's going away post, self-proclaiming himself as Wound.
Cca uses this key and claims he's https://forum.blockland.us/index.php?action=profile;u=5467

There's probably more proof but I'm too lazy to find all of it. Ide + Thorofane cohost /r/place together, so it's either that Ide is Thorofane always and Cca isn't playing or that it's the situation I listed above.

Pages: 1 [2] 3 4 5 6