tech

Discord ID: 352761432833523713


1,350 total messages. Viewing 100 per page.
Prev | Page 3/14 | Next

2017-09-30 14:53:52 UTC

Anybody here use dirpy? I am trying to download a song and dirpy will only download the first 30 seconds or so. Not sure if I am doing something wrong or dirpy is defective

2017-09-30 19:38:11 UTC

@here

2017-10-01 05:13:51 UTC

@Why Tea same benefit, mostly of things like grunt or gulp afaik.. task automation, minify, test running, compactify, linting, etc.

2017-10-01 10:58:18 UTC

@Dan iiii Interesting. So is the consensus that it's superior to the existing tools/techniques for minifying, compacting, linting, etc? Or just another way to do it that's popular at the moment? For context I work in concert with our Dev / DevOps team(s) and manage some custom development work / manage those devs. I have *some* influence with our core Dev team but decisions on what to use are from their leads / and department head. If something is better than what they're using now, me suggesting they try it can't hurt. My team and I do app tier stuff much more so than front-end development, but anything to help the team is worth looking at.

2017-10-01 10:59:59 UTC

For more context my work is in the Security / Authentication & Authorization part of the stack/platform. Even more context, a couple of the biggest companies in the world use security code I and my team wrote and designed.

2017-10-03 17:15:38 UTC

If anybody knows Webpack and would be willing to help me understand how to work with it, it would be much appreciated.

2017-10-03 18:10:50 UTC

@everyone ^

2017-10-09 18:57:43 UTC

https://github.com/rrmarsh1994/todoapp I am trying to learn the DOM right now and i am making a simple app that has a list of things to do, a check box to signal completion and a delete button to delete the completed to do, I am able to get the app creating to dos, having a checkbox but not a delete button that shows or functions, on lines 31-38 i have given my best effort at what I think im supposed to do but im not even close, could someone help me work through this? For someone who knows how this stuff it should be a fairly low teir problem, thanks in advance

2017-10-09 18:58:19 UTC

look at the app.js folder

2017-10-11 03:25:19 UTC

@Bobby - Pa taking a look now

2017-10-11 03:42:23 UTC

https://cdn.discordapp.com/attachments/352761432833523713/367517263009546244/52n8049npqi.png

2017-10-11 03:54:33 UTC

@Bobby - Pa The code seems to be working fine for me. I have some suggestions if you want to hear them, but I can successfully create and delete items.

2017-10-11 03:54:45 UTC

let me know if I'm not understanding the problem you're having

2017-10-11 04:04:29 UTC

sorry i forgot to update the thread, late last night i was able to understand my mistake, my scope was off on my delete button event

2017-10-11 04:04:46 UTC

thanks for taking a look tho @Deleted User i appreciate

2017-10-11 04:04:50 UTC

it

2017-10-11 20:23:38 UTC

Who here can tell me how I can load a Pug template without compiling to HTML using Webpack?

2017-10-18 19:29:38 UTC

Don't forget to Defrag your drives weekly ๐Ÿ‘

2017-10-18 20:28:48 UTC

Do you have a good program for that? I just got a new laptop, and I can't remember what I used on the old one @Gawsh Darn Goy#4287

2017-10-19 15:38:29 UTC

Anyone know much about discord?

2017-10-22 20:24:35 UTC

Hey guys im getting an error in the console that my collection.html isnt calling the state i declared for it when i hit the collection tab in the top right corner. Could someone take a look and give me some advice on what to do? https://github.com/rrmarsh1994/Bloc-Jams-AngularJS

2017-10-23 01:42:41 UTC

@here โ˜๐Ÿป

2017-10-23 02:03:00 UTC

@Bobby - Pa Copypasta exact error?

2017-10-23 02:04:09 UTC

sounds good

2017-10-23 02:04:23 UTC

angular.js:14525 Error: Could not resolve 'collection.html' from state ''
at Object.z.transitionTo (angular-ui-router.min.js:7)
at Object.z.go (angular-ui-router.min.js:7)
at angular-ui-router.min.js:7
at angular.js:20178
at e (angular.js:6274)
at angular.js:6554
(anonymous) @ angular.js:14525
(anonymous) @ angular.js:11008
(anonymous) @ angular.js:20181
e @ angular.js:6274
(anonymous) @ angular.js:6554
setTimeout (async)
k.defer @ angular.js:6552
f @ angular.js:20176
(anonymous) @ angular-ui-router.min.js:7
hg @ angular.js:3734
d @ angular.js:3722
angular.js:14525 Error: Could not resolve 'collection.html' from state ''
at Object.z.transitionTo (angular-ui-router.min.js:7)
at Object.z.go (angular-ui-router.min.js:7)
at angular-ui-router.min.js:7
at angular.js:20178
at e (angular.js:6274)
at angular.js:6554 "Possibly unhandled rejection: {}"

2017-10-23 02:04:53 UTC

https://cdn.discordapp.com/attachments/352761432833523713/371841378520399872/unknown.png

2017-10-23 02:05:06 UTC

screenshot of error @sigruna14

2017-10-23 02:15:52 UTC

Idk. I'm looking through the code and it looks right, but I really don't know this tech you're using. The error makes it look like the state isn't getting recognized somehow. @Bobby - Pa

2017-10-23 02:17:44 UTC

<div class="links-container">
<a ui-sref="collection.html" class="navbar-link">Collection</a>
</div>

2017-10-23 02:17:47 UTC

This is in your index.html

2017-10-23 02:17:57 UTC

maybe you need ui-sref="templates/collection.html"?

2017-10-23 02:18:04 UTC

darn, I arranged a meeting tomorrow with my mentor so don't spend too much time looking into it, I appreciate the sencond look at my issue tho sig , thanks @sigruna14

2017-10-23 02:18:10 UTC

yeah ill try it let me update u

2017-10-23 02:20:25 UTC

nah same error comes up except it says "templates/collection.html" could not resolve

2017-10-23 02:21:13 UTC

hmph

2017-10-23 02:22:28 UTC

Looks like you're learning Angular 1. Just so you know, they're on like Angular 4 now.

2017-10-23 02:22:35 UTC

It was completely re-done.

2017-10-23 02:22:47 UTC

The only real reason to learn this is basically to work on already-existing projects that were done with Angular 1.

2017-10-23 02:25:42 UTC

really?

2017-10-23 02:26:19 UTC

That's what it looks like to me.

2017-10-23 02:26:31 UTC

I guess I could be wrong but this doesn't look like the kind of Angular syntax I know.

2017-10-23 02:26:36 UTC

And it explicitly says AngularJS.

2017-10-23 02:26:39 UTC

AngularJS = Angular 1.

2017-10-23 02:26:43 UTC

I'll ask about it, I still have plenty to go in the angular library module I'm on, hopefully it becomes more current so if i need help it will be easier

2017-10-23 02:26:48 UTC
2017-10-23 02:26:52 UTC

This is the latest Angular.

2017-10-23 02:27:50 UTC

ahh ok, yeah this is angular one then, clearly stated that this is angularJS

2017-10-23 02:27:57 UTC

interenting, didnt know that , thanks

2017-10-25 15:42:44 UTC

Are you able to DDoS automated online phone services? It makes theoretical sense but does anyone know if it's actually possible?

2017-10-26 02:33:16 UTC

I can find out.

2017-10-26 02:45:18 UTC

Can anyone @here speak to the value of taking a programming class? I'm interested to learn some basic programming but I wouldn't consider myself tech savvy and I doubt I could learn through reading or watching videos on my own

2017-10-26 02:45:54 UTC

@StrawberryArmada this is a good, common conversation so let's keep it public.

2017-10-26 02:46:38 UTC

First: what do you want to be able to do with programming? Be as specific or general as you like. It's a broad skillset.

2017-10-26 02:47:15 UTC

I have a computer science degree and let me tell you it didn't really come naturally to me the first time I took a class (almost failed). Anything that requires a lot of skill requires patience and practice

2017-10-26 02:47:26 UTC

I say "let's keep it public" because normally I would do a voice chat.

2017-10-26 02:47:35 UTC

@StrawberryArmada talk to Lukas bro

2017-10-26 02:48:02 UTC

Creating bots and doing web design would be useful

2017-10-26 02:48:24 UTC

If that even involves programming much

2017-10-26 02:48:30 UTC

I honestly don't know

2017-10-26 02:48:43 UTC

Why do you think you can't learn on your own?

2017-10-26 02:49:18 UTC

I've tried to learn stuff like Python and Java myself with books and videos but

2017-10-26 02:49:38 UTC

I think I lack the inclination to get it without more guidance

2017-10-26 02:50:18 UTC

What don't you "get"? Honest question.

2017-10-26 02:50:20 UTC

I have the option to take a class at school

2017-10-26 02:50:49 UTC

I really don't understand what programming languages even are

2017-10-26 02:51:05 UTC

I don't know how people figure what to put in and where to put it

2017-10-26 02:51:32 UTC

I can't really tell if there's supposed to be some big list of premise commands

2017-10-26 02:51:39 UTC

I getcha.

2017-10-26 02:51:51 UTC

Or if people invent stuff and the computer just figures it out somehow

2017-10-26 02:52:01 UTC

I don't even know how computers work really

2017-10-26 02:52:05 UTC

OK, let me start by saying that "knowing how to program" is very much a continuum.

2017-10-26 02:52:58 UTC

It's a huge skillset. For example, I make applications primarily for automated analysis and visualization of scientific data.

2017-10-26 02:53:16 UTC

I don't know nuffin about languages like C and Clojure, and I don't need to right now

2017-10-26 02:53:36 UTC

Similarly I know very little about networking

2017-10-26 02:54:08 UTC

the "college question" when it comes to programming is a tricky one

2017-10-26 02:54:33 UTC

I went the STEM route. I have two masters' degrees in engineering. But I didn't really know anything about coding until I got out of school

2017-10-26 02:54:53 UTC

I taught myself. But those skills that I taught myself are used literally 10X more than anything I learned in school

2017-10-26 02:55:03 UTC

I probably could have skipped all that college altogether

2017-10-26 02:56:13 UTC

similarly the CIO where I work barely has a high-school diploma, and one of our mutual friends is a self-made multimillionaire who taught himself some tech stuff and got into the phone-dialer business.

2017-10-26 02:56:28 UTC

Incidentally I'll be consulting with him to answer @Procella Eques 's question

2017-10-26 02:56:54 UTC

I've also met people with CS degrees who can't actually solve problems using code

2017-10-26 02:57:31 UTC

think about programming this way: different languages have different core philosophies and strengths/weaknesses

2017-10-26 02:57:59 UTC

what I can do in server-side javascript, I can also do with Python, more or less. But some problems will be easier to solve with Python, others with Javascript.

2017-10-26 02:58:16 UTC

Once you learn a single language, others come much easier

2017-10-26 02:58:34 UTC

What does it mean to learn a programming language

2017-10-26 02:58:43 UTC

I started out with PHP, then went to Perl, then C#, then Python and JavaScript

2017-10-26 02:58:45 UTC

How similar is it to natural language if at all

2017-10-26 02:59:02 UTC

It means you can solve problems using the grammar and syntax of that language.

2017-10-26 02:59:08 UTC

"learning" is a constant process

2017-10-26 02:59:18 UTC

that's the joy of it, but it takes some getting used to

2017-10-26 02:59:40 UTC

So there's rules like grammar in the way you put commands in and commands are like vocabulary?

2017-10-26 02:59:46 UTC

yes

2017-10-26 03:00:09 UTC

Glad I studied linguistics for once

2017-10-26 03:00:22 UTC

one thing that frustrates many people starting out (including me) is that the computer will do *exactly what you tell it*

2017-10-26 03:00:44 UTC

you might not understand what you're telling it at first, but it will always faithfully execute your commands as long as your code is valid ๐Ÿ˜ƒ

2017-10-26 03:01:05 UTC

don't think of programming as something exotic or big-brain. it's not

2017-10-26 03:01:33 UTC

at the same time, don't try to learn by diving into the code of some large project. you'll be asking yourself way too many questions to make any progress

2017-10-26 03:01:52 UTC

here's my recommendation. First, tell yourself you're going to learn. tell yourself you're not going to quit

2017-10-26 03:02:20 UTC

there are going to be times you'll want to totally give up, because something you think should be simple just doesn't work.

2017-10-26 03:03:14 UTC

but the effort you expend solving that problem will be valuable in the end because you will learn a lot of tricks and gain a deeper understanding in the process

1,350 total messages. Viewing 100 per page.
Prev | Page 3/14 | Next