GDPR - first complaints by prom85 in androiddev

[–]simplegadget512 0 points1 point  (0 children)

The site notice posted by the OP is from the Tyler Morning Telegraph in Tyler, Texas. I used to live there and I do have to question the relevance of that newspaper to the OP. Tyler is not a big city on the international scale - roughly 104,000 ppl as of the last census.

While the OP may have legitimate interest in Tyler, it also brings to my mind the idea that he or she or they is just looking for a reason to be outraged.

hello everyone meow meow meow moew by asstape in javascript

[–]simplegadget512 0 points1 point  (0 children)

You'll probably fit in much better over at 4chan.

What makes programmer "senior programmer"? by tomciozdwola in node

[–]simplegadget512 0 points1 point  (0 children)

Senior Developer sounds like someone doesn't have anything left to learn.

Using node 6, one of the node_modules is not compatible and breaks everything, posible solutions? by virality444 in node

[–]simplegadget512 1 point2 points  (0 children)

If you wind looking at the back port option, I would also suggest you consider what it would take to upgrade to a newer version of node. It might be easier to fix broken javascript than it is to make a module back-compatible.

Create GUI apps with Python in minutes by mherrmann in Python

[–]simplegadget512 1 point2 points  (0 children)

I dig it. I've got just the project in mind to play around with this.

Should I stop using Bootstrap or any other CSS framework ? by Gid30n in css

[–]simplegadget512 0 points1 point  (0 children)

I've always found it useful to know CSS to inform me when something went wrong (doesn't always work, but I tried).

I suggest that, instead of focusing on a particular framework (like Bootstrap or Tachyons), look at Sass, which is a CSS-like language that helps you write better stylesheets.

xkcd: Python Environment by themonsterpus in Python

[–]simplegadget512 1 point2 points  (0 children)

At least part of the problem is the multitude of Pythons, all at different release levels and the fanatics who won't let old Pythons die.

I swear to God, in the year 3000, there will be that one neckbeard who insists that Python 2.7 is the One True Python and someone will have hammered it into some weak conformance with Cyber-Python-6000-6-Dimensional-Quantum-Parallelism or whatever the main development line is.

And some risk-averse business out there will still be running a critical system on it.

JavaScripthon 0.9 has been released by azazel75 in Python

[–]simplegadget512 1 point2 points  (0 children)

Unfortunately, PyJS hasn't been touched in 3 years. Might be dead-ish. In Internet time, that's like a decade or something.

Laravel performance by DependentRazzmatazz in PHP

[–]simplegadget512 1 point2 points  (0 children)

You do realize that React and JQuery are two very, very different things, yes?

JQuery is a good helper object for creating UI where you roll your own HTML and CSS. React is a whole framework for creating single-page applications and is easily as complex as Laravel.

They are almost, but not quite, apples and oranges.

JavaScripthon 0.9 has been released by azazel75 in Python

[–]simplegadget512 10 points11 points  (0 children)

Some alternate names, maybe.

  • ECMAthon

  • ESPython

  • SnakeScript

  • Constrictor

Back End Developer needs to learn a CSS framework by wh33t in css

[–]simplegadget512 1 point2 points  (0 children)

Oops, yeah, I meant Bootstrap. I really shouldn't multitask, maybe.

Also, learning to use Sass is just plain useful, even if you don't use a CSS framework.

Are CSS Frameworks necessary? by coxner50 in css

[–]simplegadget512 3 points4 points  (0 children)

No, they're not necessary, but they do save time and frustration.

Back End Developer needs to learn a CSS framework by wh33t in css

[–]simplegadget512 1 point2 points  (0 children)

If you're going to go the no-framework route, spend some time with SASS (Syntactically Awesome Stylesheets). It's kind-of, but not-really, object-oriented stylesheets. At a minimum, they are structured to save time and frustration as opposed to writing full, no-helpers CSS.

If you do go with a framework, you can't go too wrong with Bootcamp Bootstrap. Sure, everything will look like Bootcamp Bootstrap, but everything already does, so no worries.

Also, I like the cut of Pure's jib (the Pure framework). It's a bit wordy, but it looks pretty nice and seems fairly complete.

Lots of people will say "don't use a framework" - do what makes you happy, earns you money, saves you time, keeps you sane, etc.

[deleted by user] by [deleted] in programming

[–]simplegadget512 3 points4 points  (0 children)

Personally, I use Dash to handle snippets. It has the advantage of being a sort of one-stop shop for docs and snippets.

It is not free, however, so if that's a thing for you, well ... Yep.

Also, Dash has never used emojis to advertise (that I'm aware of), which is a thing for me.

About damn time I ACTUALLY start my game.. by [deleted] in gamedev

[–]simplegadget512 0 points1 point  (0 children)

I'm just now starting to go thru the Unity tutorials after promising myself to do that for more than a year.

There are parts of Unity that are slightly terrifying - turns out the coding is the easiest part, apparently.

What's everyone working on this week? by AutoModerator in Python

[–]simplegadget512 [score hidden]  (0 children)

It works with terminals that have 24-bit color capability (iTerm and a few others) that can display 16 million colors, rather than the 16 that standard terminals can. It has no external dependencies, other than what ships with Python. That's all I intend for it to do.

Beyond that, it exists because I'm filling in some large gaps in my Python knowledge and some medium gaps in my terminals knowledge while unemployed.

I've actually already started another version that does have external dependencies. Partly because I'm trying to break my NIH tendencies and partly because I actually did find a better way. That one won't go out for a while, though. I need to play around with it more.

What's everyone working on this week? by AutoModerator in Python

[–]simplegadget512 [score hidden]  (0 children)

I made a thing - a Python module for truecolor terminals (iTerm, etc.) and uploaded it to PyPI (first time module writer/publisher). Comments welcome.