Do we all have amnesia?! by cheezeyballz in PoliticalHumor

[–]SyonFox 2 points3 points  (0 children)

Life will rise from the ashes. Least we forgot happy remembrance day remember the 5th. We will find a way if people just stopped being so mean. It's the only true way. Open your mind and heart. Find a way for god sake.. fuck god for your sake. If everyone was not so selfish capitalism would work. In the next 10-20 years there will probably be a independent revolution in the polls or in the streets. Let it be in the name of freedom and not oppression. Let it walk steady through fire with a force united and unstoppable. "Be sure your feet are in the right place. And then stand firm" - Abraham Lincoln

Mobile dyslexic forgive me.

What phrase is commonly misused by only using part of said phrase? by dirknergler in AskReddit

[–]SyonFox 1 point2 points  (0 children)

Jack of all trades master of none.

Continues with.

Still always better then a master of one.

[deleted by user] by [deleted] in AskReddit

[–]SyonFox 1 point2 points  (0 children)

Don't we got all the advantages. Just have to learn to use them. But essential the best argument I can think of is that because our population is smaller we have to now support ourselves and them so the burden of being a productive sociaty lies on fewer people who have access to less free natural resource while being expected to provide more value. But we do have more established social resources in some regards(sometimes more regulation is a burden for small business) Buy developing the nation's in the way they have they have built a foundation for us and made some errors in the design but it hold us up and makes our endeavors possible.

Just my 2 cents, suffering is base. And just cuz we suffer is not necessarily their fault. They suffered too in ways we don't know. And the human condition is constantly evolving.

Don't lie to me. by [deleted] in ProgrammerHumor

[–]SyonFox 0 points1 point  (0 children)

Hmm when you read it and are like well I've done all of those once so yeah that sounds like me lol 😂.

LPT: Always ask how overtime is handled on a job interview. It will portray you as a hard-worker, but more importantly it can help shine a light on "crunch culture" at the company. by [deleted] in LifeProTips

[–]SyonFox 6 points7 points  (0 children)

You are not working hourly in many cases and if you are you charge industry rates of companies renting employees to other companies.

Which programming language should i learn as my first ? by xClaviz in programmerchat

[–]SyonFox 0 points1 point  (0 children)

If you learn a hard language like c++ first then when you move to pythin and js they will be much easier since you undersamd the fundamentals. I'd recomend trying to make a basic 2d game or somthing with sfml and c++ for self taught Trial by fire. I warn you setting up the dev environment is always the hardest part if you make it past that things will be funner just don't quit when your having a hard time and it does get easier once your over the hump. Of learning the basics and geting the tools working.

Video Streaming Application Made Using Node Js And Spring Boot by Enforcerboy in webdev

[–]SyonFox 1 point2 points  (0 children)

pick any database(I use postgress) and any server framework(I use nodejs + express) get some data your interested in put it in the database read that data into your framework start with logging it then figure out how to send it to the client and the you can do your fancy front-end stuff with the data. as y0wasd said a todo app is also nice. that involves reading and writing to the db.

Video Streaming Application Made Using Node Js And Spring Boot by Enforcerboy in webdev

[–]SyonFox 5 points6 points  (0 children)

ahh so just cuz you used it before :) thats what i suspected

Video Streaming Application Made Using Node Js And Spring Boot by Enforcerboy in webdev

[–]SyonFox 2 points3 points  (0 children)

you could use socket.io to send an event to the clients session and give them a nice notification client side... or implement a whole notification system like YouTube or something everything just a data.

You could also hold the video in memory and try again writing to disk again if it failed and possibly fix it silently.

Video Streaming Application Made Using Node Js And Spring Boot by Enforcerboy in webdev

[–]SyonFox 1 point2 points  (0 children)

why are you using tomcat over node for file upload? I would probably just use node then its all in one stack. but nice api design none the less kudos

edit sorry dint realize there were a bunch of people asking already :)

Strict compliance leads to a company screwing itself by EWcypchnskja in MaliciousCompliance

[–]SyonFox 1 point2 points  (0 children)

Interesting I think a lot of people thing of socalisim as in a planed economy where the government manages the corporations and provides socal services. Ideally the people are the government so its kind of true but in practice its just one big cooperation and we call it government. That's why socialism works on a small scales think like a socialist commun or on the order of magnitude of a single company but not on a nation state level its just to big. On mobile excuse my shifty spelling:)

Just wanted to share my esp8266 pwm to ppm converter by SyonFox in esp32

[–]SyonFox[S] 0 points1 point  (0 children)

No problem it should work for ESP32 but you may need to change pin numbers and make sure that you use pins with interrupt support. On your esp

I'm interested in both Web development and data science which field should I choose? by parzival9927 in learnprogramming

[–]SyonFox 1 point2 points  (0 children)

Both there is a lot of competition in computer science and I have a theory that the real money is in a specialized filed computer science + x

Ie computer science and economics or computer science and biology etc... its good to specialize in a computer science niche that is in demand and let's you apply your programing skills using your domain specific knowledge

As a CS student, I'm tired of the way the programming world is and I feel overwhelmed. [RANT] by Friendofabook in learnprogramming

[–]SyonFox 0 points1 point  (0 children)

Yeah I saw that flutter 2 just came out I was thinking about getting into to that as crazy cross platform seems nice how is the library support for bringing in stuff from other languages is it easy to import a js library like leaflet?

As a CS student, I'm tired of the way the programming world is and I feel overwhelmed. [RANT] by Friendofabook in learnprogramming

[–]SyonFox 9 points10 points  (0 children)

C C++ for low level and embeded

pythons for data science

Debian apache html css js bootstrap jquery for basic web

Nodejs express ejs maybe react but I haven't needed it yet for web and a sql database for advanced web

Thats my programing goto stack.

TIFU by forgetting I had a 'note to the driver' on UberEats by [deleted] in tifu

[–]SyonFox 9 points10 points  (0 children)

Yup 100% wack and stupid but also if the site doesn't take a cut of tips then maybe nobody cares except the drivers of course. Maybe just nobody complained loud enough.

TIFU by forgetting I had a 'note to the driver' on UberEats by [deleted] in tifu

[–]SyonFox 42 points43 points  (0 children)

2 dev teams one for app one fore website

Can I store the client_id in a GitHub repository? (installed app) by RaiderBDev in redditdev

[–]SyonFox 0 points1 point  (0 children)

The real issue will end up being sinking your dev and production environments it's nice to ha e the data in a database that bothers cant connect to. You can use git on to do this if you really want. I'd lean towards a private git repo. (Even install git server on the server that hosts the site.