I mean, to some degree i believe you are right. I myself manage a .net library to parse barcodes. However, webdev has layers upon layers upon layers of dependencies. The advantage is that even my cat could make a website. The downside is it will be horribly inefficient because of those layers of dependencies. 90% of what they bring is stuff you dont need and are in the way. Or you use, but because youre going through all those layers, its fucking slow.
This applies to desktop dev too, but less hard than webdev. Most of the webdev development i just question why something was created and most of the time i can only conclude its because of some hack job and something missing. So they take a huge library and use only part of it for something. Its just.. Eug
I am i developer/lead that likes to make things as small and efficient as possible and that just makes me die a little inside every time :p
any nodejs based framework ( react, vue, angular, ... ) (npm)
python
...
All of the above are chuckful of dependecies upon dependencies, and webdev stacks are the worst of them. They make it VERY hard to make software that requires any security related certification because of the dependency hell...
I swear to god, all those frameworks are designed so badly when looking at dependency hell ...
Thats usually how it goes. Imo, and to be clear im a major foss person, they are contributing so they should accept the prusaslicer guidelines but maybe have an open discussion about.
I havent seen the prusaslicer code yet so i have no how bad either project is though :p
Agreed there, but its still a source control platform. Its still git. I'd argue the code is the most important part and followers, subscribers and stars (whatever those may do) are a secundairy functionality that a developer doesnt necesarily care about.
The most important part is the git repo and everything linked with it imo
The power of git ( the backbone of github ) comes in that you can easily take a repository and move it to a different server. Its like, 3 commands? ( git vlone, git add remote, git push ). So if people would leave github, nothing is lost :)
Listened to this while i was working, it was more about ways of cheating than software tech that helps cheating. But regardless an interresting bit. Shows that if somebody will cheat they will cheat and its done more often than you think
Should be better with v2, normally. V1 uses electron and an old angular version which both were slow as fuck and used a shit ton of resources. I also think electron doesnt support the arm platform yet? (citation needed).
Anyway, v2 uses react and a better webapp engine to run as an app so it should be faster. Not surprised if it still ran as shit though haha
About 20. Belgium has had these laws for around 18 years now because switching mobile provider was shit and it was found to not support competition within the mobile market ( no shit ! ).
At the same time they forced mobile providers to allow other providers to use their network infrastructure so new providers could be made without needing to make their own network infrastructure
There are a few quirks. Mostly doing video calls that doesnt work and makes me unable to join calls. Not a big loss for me haha.
But as long as i dont enable video on my end, its fine.
Teams is very fragile though, and a few of my privacy addons totally makes teams glitch once in a while
This is indeed the case. I use firefox daily, including for teams. I have to fake my user agent to do it, but it works.
Its purely teams just saying fuck you to firefox..
I legit wonder what would happen if this argument is used ( in a professional way by a professional lawyer ) in a court of law. Like, could this legit be argued to be the same?
Youre not and mythbusters kinda proved this. They shot a ball at 50km/h in one direction while driving in the other, also at 50km/h. The ball stayed in place because they were no longer in contact and their frame of reference is no longer the same and they deal with their own resistances and speed. This means that yes, the diver would lag behind. Maybe not as far as in the comic, depending on car speed, but he would be behind the spot he left on
As somebody who has worked as a hospital software developer for years : yes, agreed. Ive been in contact with a few us based healthcare systems and they are often even less secure than the existing software, which isnt secure at all lol.
Hospital security has been a rising issue and needs to be taken VERY seriously. There is a shit ton of information in the databases that you dont want to loose, nor get leaked!
There are cheats to be had in a moba, mostly aimbots for skillshots and auto minion farming etc. However, those should be hella easy to detect on a server level and fuck this anti cheat system
Brave is chromium, so that doesnt count lol.
But huh, TIL.
Nice to see that safari and firefox already had plans to fully block them. Im kinda scared of websites breaking as in my current firefox setup, that blocks 3th party cookies, things like teams are broken already without an exception so im sure this will block a lot of shit. Thats good, but oh shit...
I mean, to some degree i believe you are right. I myself manage a .net library to parse barcodes. However, webdev has layers upon layers upon layers of dependencies. The advantage is that even my cat could make a website. The downside is it will be horribly inefficient because of those layers of dependencies. 90% of what they bring is stuff you dont need and are in the way. Or you use, but because youre going through all those layers, its fucking slow.
This applies to desktop dev too, but less hard than webdev. Most of the webdev development i just question why something was created and most of the time i can only conclude its because of some hack job and something missing. So they take a huge library and use only part of it for something. Its just.. Eug
I am i developer/lead that likes to make things as small and efficient as possible and that just makes me die a little inside every time :p