Details
-
AboutAngry webdev
-
SkillsJavaScript, NodeJs, C#, C, C++, Rust. Fullstack Wizzard. Mainly doing Frontend Though.
-
LocationGermany
-
Github
Joined devRant on 6/22/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
How about you change to pug, no closing tags and much faster to write ?
-
ReactOS is a great OS, i dunno why people complain about it here in the comment section. It is Open Source it has support for many things and it is free.
Holy Fuck what else do you need? But probably none of them knows what they write anyway. Its just a big Meme and repeat, "hahah look its windoooohws ipfff gottooh meme about it for looking baaad because i reaiid about it beeing bahd on reddiddd heheheh... herp derp" -
nope, they wont ditch atom. Also Xray is in the making as successor to atom.
-
I love those skills people earn by expirience, but thats what happens if you do it x years.
One junior coworker had a 27" 4k monitor, and i am able to spot 1px unalignments like a super mutant while he needs a magnifier. -
Please stop making fun of IEEE standarts, it makes you look dumb or even worse you start turning into a personified internet explorer.
-
i've missed multiple busses, every time i go out too late just because i used devrant while taking a shit. 💩
-
@hashedram amen.
I'm also tiered of hearing the same over and over, If people would invest the time in a "why" question instead of going "haha lets make jokes about it" they would find the awnser immidiently. And that it is not JS specific in most cases.
Also NaN is a NumberType for example sqrt(-1) Resultat in a number but It is not representable in real number. And in JS and other languages this results in NaNs. -
@clearvoltage getting a -2 rating on devrant places you under the avarage rating of spambots.
-
How can you hate Java?
Your in 6th grade you probably never coded in more then 2 languages and dont even know whats good and whats bad language design.
Java has bad traits but i expect you are not aware of them for example flag overflows, null-pointer denial and jvm resource restrictions.
Please dont hate a thing just because you read about it, it makes you look stupid if you dont know the proper reasons for the hate, that is sometimes totally valid. -
Its even more horrible on the dev for hire groups, you see the worst scumbag clients and programmers there.
Fuck facebook groups, proper talks mostly happen elsewhre, in order best to worst, mailinglists, IRC or messeging services like discord or slack, forums. -
Remove your access only if payment has been made and is non-revokable. This is something i learned from freelancing.
-
get access their server block their page with a notice about the payment.
Legal disputes are too expensive, and you run low risk since they probably are low revenue anyway. -
@PXshadow imgui is pretty much undesignable and UX is also not really extendable. I use it for my own game engine though since it is very practical and efficient for development purposes.
Cairo also has many drawbacks, and the code maintainability is much more important then the efficiency anyways.
In addition to that you need to code too much yourself until you can get started, while a Chromium or CEF approach will get you started right away. It allows quick iterations and nearly no limitations for the design depending on the developers in the team. While for OpenGL applications a architecture has to be developed, changes may affect this and make things incompatible resulting in bigger refactors. Also non-static designs are not really doable in most cases, which is a reason most games have horrible UI's and much more horrible UX's -
A good example is Unity where the GUI is made with OpenGL, the GUI is really well coded but in reality it has severe issues with its extension model it suffers from a extreamly limited API and any non default attemt to extend it result in high memory usage.
Compaired with steam, they choose a CEF based aproach and the app works well without people complaining, i bet you didnt even knew it was web based. -
@PXshadow electron is also written in c++, and package size is moderate considering the tools it gives you. Also fyi the issue with modularity and shared resources on electron are based on the current architecture of chromium. This will be adressed, but it has no high priority 50mb vs 110mb unpacked.
Our in development electron app comes in a 45mb installer, has 2 js dependencies as distribute files, vue and vuex and otherwise native code in c# and c++ as modules or bindings dependant on the usecase.
Also you definitly need to take a look on OpenGL properly, cross API does not equal cross perfromance. Especially DPI diffrences and collor correction. And this is another whole chapter for mobile development.
Also since you probably did not code any software with a extensive GUI, all cross platform tools besides webviews and drawing directly into a window buffer are unusable or extreamly limitating with the capabilities. -
Finished that shit today, took me 5 hours. The issue was the router setup from my predecessor, fuck that guy.
-
Sharp is the opposite of flat, which is a lowering of pitch. There is an associated sharp symbol, ♯, which may be found in key signatures or as an accidental.
So basically you code C♯ -
@AlgoRythm the js standards are not changing, they only added new features and marked the leftover functions as deprecated. But it is very likely that they will never be removed.
-
I love the Z80, nearly every late 80s and 90s console had it this shit was lit.
Love the m68k too though 😀 -
@curlyDev learn the Web API, what you wrote just shows how you got 0 idea on what those functions do.
IDs are references so a single instance, a className is a selector multiple instances.
What on earth do you expect is a non existant reference hmmmm let me think oh yeah a FUCKING null pointer.
And what happens with a query on every fucking DB on this fucking planet oh yeah a empty result set eg. a empty array.
Shame on you for talking shit to other devs that may could pick up your nonsense. This is the shit that makes me angry. -
@curlyDev Well parsing every shit over one fuction is BS. Do you want to get a element by reference or by DOM search, do you need one element or a Array containing elements.
The Web API is very consistant nowdays, and the mthods tell you what they do.
What does a fucking cash sign tell me? If you woudn't know jquery in and out this shit makes no sense. I mean how many times did i see people go $(. classHurrDurr) scattered around the whole project every time they want to change it. Those fuckers use jQuery for 3 years and dont know it returns a jQuery Object. And when i talk about that guess what shit you got to do to get the DOM Node its hidden behind a variable...
Also where the fuck do get the element from, it doesnt tell you you grab it from the document DOM tree.
And all you want is the fucking $ selector use fucking shizzle which is the lib jquery uses and not a full blown jQuery. -
@mjones44 you can also write them by hand, its XML-like and not that hard to understand
-
onDrawGizmos is my best friend
-
Either one that is slim and barebone to some extend aka. gentoo/arch/slackware or sometging with good support ubuntu/debian/mint
-
@ilikeglue username confirmed. Otherwise i got no idea how you think this is a valid point.
-
If your company code only uses JavaScript his awnser was not wrong. Keeping the social cost down, eg: no js dev needs to understand java.
If there are speed advantages or good reasons to choose another language then the current stack your company uses, then no one should have anything to complain about.
For example JS sucks with recursion stacktraces and general debugging with breakpoints if its transpiled, if it is something your application will need you have you definitly want to use another language. -
Wrote about this when quantum was released. People ignored it. Fuck people.
Also never belive a benchmark you didnt did yourselfe -
Reason #1 to learn the platform you develop on. As @FetzenNET said its the native part of the module that throws this error. But one thing i have to correct you on is that you can write them in more then just C++, for example C or Rust.
-
this comming from brad frost who propagizes atomic design by naming things on what they look like...
This dude should shut the fuck up, also he uses bazillion dependencies in his example projects. Perfect example of a monkey that complains about the shit that he dumped on his own carpet -
Learn JavaScript you wouldnt ask this question otherwise.