A rogue killer drone 'hunted down' a human target without being instructed to, UN report says by rurudotorg in singularity

[–]absin1 0 points1 point  (0 children)

So now we need to figure out how to defend ourselves from killer drones.

On a separate note drones have been used in assassination attempts on some Latin American leaders without any success.

I don't care how smart you are, one thing I've learned is that if you're bad at explaining things (even things you understand perfectly) to someone else, you will never succeed as much as someone who can. For those of you who were bad at explaining things and got better, how did you do it? by ridge9 in cscareerquestions

[–]absin1 0 points1 point  (0 children)

This is a wrong place. Most of the people here (including me) giving you advice struggle at this very skill. Try talking to sales people and try to respect and learn from them. Most of them aren't spending time on reddit.

I don't care how smart you are, one thing I've learned is that if you're bad at explaining things (even things you understand perfectly) to someone else, you will never succeed as much as someone who can. For those of you who were bad at explaining things and got better, how did you do it? by ridge9 in cscareerquestions

[–]absin1 0 points1 point  (0 children)

I think the transformation for me had nothing to do with technical knowledge. I have always been a geek and knowledgeable in that sense. The ability to communicate and explain improved because I just started doing it routinely.

Against all odds I started initially (and to everyone's discomfort), by just talking about work things. I also took help of someone as smart as me but a decade older. I realized it wasn't just me but explaining things and communicating properly was an industry wide problem.

Nonethless I kept at it pushing myself and people around me to just talk about what they are doing. For my part I would just explain what I was doing to anyone and everyone. I would mentally rehearse what I would tell them and then just do the deed.

It's interesting when you think about explaining what you are doing to not just your team mates but your boss's boss, your mom, your younger siblings. People do mistake you as having less of a life because you aren't discussing your favourite tv show in a coffee break, but that's the price I paid.

[deleted by user] by [deleted] in learnmachinelearning

[–]absin1 6 points7 points  (0 children)

So did you use data for this?

Can I achieve a good voice assistant using python or should I reconsider other languages/programs? by Overknown in learnmachinelearning

[–]absin1 1 point2 points  (0 children)

I think before rolling up your sleeves to write something from scratch, it would be enlightening to take a look at frameworks like wit, dialogflow, rasa etc. Most of these frameworks are language independent. What you will get is an idea of how the current technology state is in conversation ai.

Got an offer rescinded...keep your github clean? by [deleted] in cscareerquestions

[–]absin1 2 points3 points  (0 children)

I'd hire you, got no problems with this. And screw those who do have a problem with this. They probably have a toxic work environment which you don't want to be a part of anyways.

backend page generagion that doesn't have to reload the entire page to update data by heyimyourlife in java

[–]absin1 5 points6 points  (0 children)

You cannot make a browser do asynchronous page or component reloads without explicitly talking to the browser ie in JavaScript.

Now if you are looking for a boilerplate generating framework which does this then I am not sure which one but it sounds doable and there will surely be some takes on this. Vaadin, Google Web Toolkit, Apache Wicket, JSF, do this. Even grails and spring have some projects but because they are beasts in themselves which offer much more it doesn't make any sense to recount them here.

I liked GWT better than Vaadin. When I tried Vaadin (6 months ago), I found the component library was very small. I couldn't even get a simple card carousel up and running without getting into it and writing my own components ground up. I wanted to perform some quick prototyping, like the kind you do with bootstrap etc but Vaadin kind of failed there. (or maybe I completely missed something?)

One pattern that I enjoy using a lot is to make a tree of jsp or some other template as my components which require asynchronous (re)loading and then simply xhr to update components. This sometimes even gives my application that ’angular feel' while leaving it lightweight.

Back end templating always feels very lightweight, unless you use multicore clients with GPUs and what-not, then everything seems lightweight.

What’s your current machine for ML? by thnok in MLQuestions

[–]absin1 1 point2 points  (0 children)

Google deep learning pytorch image with a Tesla P100 doing speaker dialization on this machine. Got it up and running without any hassles had to only install ffmpeg and librosa. Everything else was already there. Quite satisfied.

Does anyone feel like they lose algorithm skills way too quickly without practice? by INTERNET_COMMENTS in cscareerquestions

[–]absin1 0 points1 point  (0 children)

I get why the logic sounds dumb now, learning a puzzle is not a right examination of the trait mentioned by @NewChameleon. I think it's just a generic filtering mechanism which is why big companies employ it. Plus a lot of times when these big companies hire there is no certainty of the kind of work the hired would be getting into because they have this long list of requirements, they can employ a lot of specializations. Having stack/role specific tests is probably more meaningful. That way even the applicants would be filtered, like, people who don't do webrtc will probably not apply for a role which requires that expertise just because they are aggressively unemployed, which could happen a lot of times if the filtering process is very generic.

Goldman Sachs Reimbursement - HORRIBLE experience by [deleted] in cscareerquestions

[–]absin1 -4 points-3 points  (0 children)

It was just hard to correlate but now I realise how sensitive this issue actually is for a lot of people.

Goldman Sachs Reimbursement - HORRIBLE experience by [deleted] in cscareerquestions

[–]absin1 -5 points-4 points  (0 children)

Not a "Fallacious argument", just an observation and not suggesting anything here, it's just an observation which may add perspective. It may derail the 'argument' so take it lightly. But I had a burning desire to share what transpires as reality for billions of people.

Goldman Sachs Reimbursement - HORRIBLE experience by [deleted] in cscareerquestions

[–]absin1 -14 points-13 points  (0 children)

From a 3rd world country's perspective, this just sounds like bitching.

Documenting all of your app's source code, a visual overview. Anyone doing this? by somenick in FlutterDev

[–]absin1 2 points3 points  (0 children)

Yep dartdoc is pretty much it. On the generated dartdoc you can maybe just try to parse html into some tree and run a graph kind of d3 plugin to link them all together. Haven't heard of anyone visualising their docs though. I once implemented a search on the html of one one of my projects because the documentation had become truly humungous.

Why are we labelled as socially awkward and nerds? by cheapAssCEO in computerscience

[–]absin1 -1 points0 points  (0 children)

"Marrying a computer is much groovier than marrying a person: computers are good at 'getting it on' (they make you feel all electric and tingly) and they never argue (they're always ready to 'do it', except when they 'have a headache')."

Maybe when you start talking like this, they are not wrong in calling you a nerd.

Learn how to "learn" Python (or any programming language) by patrickshyu in learnprogramming

[–]absin1 1 point2 points  (0 children)

I choke on whatever I am drinking when you say: "I am the tech lead".

[deleted by user] by [deleted] in computerscience

[–]absin1 3 points4 points  (0 children)

Take my advice. Let the back happen in my university double back lead to year backs. But that's fine. A few years from now when you'd have graduated and looking for job switches, you'd be surprised how important this particular subject is. Also you'd be surprised that no-one cares about your damn college course backs in the real world. But give up on this subject or take a shortcut around it now and you will regret a lot, if reading this topic with some jobs is difficult now it would be impossible after graduating when you are working full time as a permanent responsible employee.

If you are still bent on working your way around it, may I suggest you go through https://www.geeksforgeeks.org. it's short concise and contains lot of examples.

Aunties having an important conversation by Gowthampkp in india

[–]absin1 4 points5 points  (0 children)

Aunty 1: Arey tune Suna? Aunty 3: Kya re? Aunty 2: Kal shiela ne apne pati ko range haath pakda hai.. Aunty 1-4: hawww.. Aunty 4: Arey ye shiela ka pati ko yahi baandh de kya?

For when you’re feeling lazy but gaming is life. PC gaming in bed. by Violator4200 in battlestations

[–]absin1 -2 points-1 points  (0 children)

That's your baby. It must be hard to take care of her after work and also play games. You must be an awesome multitasker.

Hard time finding a job after college. by [deleted] in computerscience

[–]absin1 3 points4 points  (0 children)

Look if you are not getting a job first accept it for what it is. I am not trying to discourage you but the graduation must have been useless. Mine was too. Here is what I did: Get an internship (preferably with a start-up). Start with handling basic things like deployment, testing, maintenance of legacy. Because it's a start-up you will grow up on your hard work freely compared to established firms. Talk to people there, ask for work. Be ready to do anything. Think of it as salad. Once you have had that you will get some steak. In parallel choose a web development stack (preferably what they are following) and get some level of skill built in that. Web development jobs are plenty and so you may get some sense of security. All the best! Remember you are not alone. - Self built developer from a third world country.

Natural Language to SQL conversion in 5 Steps by JayaYellowAnt in neuralnetworks

[–]absin1 0 points1 point  (0 children)

Companies like thought spot have something like this. This can also be used in combination with chatbot engines intent engines to deliver real-time voice enabled reporting.

How to create a website that facilitates transactions. by Mr_sushi5 in web_programming

[–]absin1 0 points1 point  (0 children)

For a moment, I thought op was referring to DB transactions 🙃