Please don’t give them ideas
Please don’t give them ideas
How many NICs do you have on your opnsense machine?
Elon is not taking it deep enough
I don’t need research because I’ve been to Tokyo plenty of times and I saw in fact lots of trash in the ground.
And again you’re wrong, trash bins for recycling do exist in Europe because I use them all the time, and I also happen to have visited lots of European countries and I didn’t see that much more trash in the ground than Japan. It’s true for cigar butts (its mind boggling in the Mediterranean countries) , but not trash. You probably had one “bad” experience and are using that evidence anecdotally. You are comparing Japan, a country, to Europe, a continent, it’s not fair
You are lying or not paying attention. Got to Tokyo and you’ll have plenty (as per Japanese standard) of trash in the streets specially near Shinjuku and Shibuya
And yes they mostly take their trash with them as there are no trash bins. But is it a smart design though?
- You will spend your entire career chasing trends.
Depends on the language, that’s mostly a JavaScript/typescript issue.
- The market is volatile. People are constantly getting abruptly laid off. SD has never been very stable, so you should plan on getting a new job every few years.
Depends on the country, where I’m from there has been very few layoffs.
- Software companies are constantly looking for ways to make SD easier. As a result, your value will decrease over time, in preference for bootcampers and 2 year degree graduates.
Not sure what to say, I haven’t felt my value decrease. All I see are bubbles saying they will replace me… and then they burst.
Nobody listens to developers. Your manager’s beliefs about SD come entirely from consultants, magazines, and Elon Musk tweets.
Agree but that’s more of an engineering wide problem, specially when you get managers with very few engineering experience. Take the Apollo landings as an opposite example: great managers that were great engineers.
- Nobody cares about quality software. If you take the time to make your code efficient and lightweight, all your manager sees is you taking longer to make something than your peers. After all, we can just raise hardware requirements if the software is slow.
This is a bit too generic to argue against. You can get that in electrical engineering no? If you take more time designing that PCB because you want to better place the components to improve heat dissipation, will your manager care in the end?
I can’t understand Logseq, even though it seems appealing. I haven’t gone too deep yet but to me it feels weird that they say it’s simple and then their documentation is confusing and full of videos explaining how it works. That seems far from simple.
That’s not a nice thing to say. When you grow up perhaps we can continue this discussion
Not sure about java, but I migrated a fairly big c++ project knowing only the basics of Bazel. Disclaimer: I know the codebase extremely well and we don’t have any third party dependencies and the code is c++ and some python generators, validators, etc (which fits the bill for Bazel perfectly)
What I found super hard were toolchains. It’s very verbose to define a toolchain
This was solved by moving to bazel. It’s a bit more verbose and resource heavy, but the language is sane and how you structure your build code makes a lot of sense
I don’t know enough about them but how much vendor lock-in is there usually? Could I use a distribution of my choosing, or even add an extra NIC?
That’s the info I’m looking for. I wasn’t considering I would need 2.5’’ instead of 3’', besides glueing is not great That idle power is awesome though and why I was looking into SFF
I don’t need much redundancy, as I have off-site backups and in case something goes wrong I don’t need to restore the files quickly
I mean I could go the DIY route but I’m guessing it’s going to be more expensive?
How do you implement that? How is it feasible that Microsoft tests all the third party drivers?
Don’t get me wrong I believe Microsoft is partly to blame for this problem as well but for making it so hard for system admins to go around the system and solve things (as compared to Linux where you can do anything). I think sys admins would have solved this much faster if they were using Linux systems
I was just probing your argument because I guessed it was the typical nonsense of Microsoft bad, Linux good, without a good explanation
Can you explain why you think this is a Microsoft issue?
Yes. I’m no security expert, but ebpf always seemed a bit weird to me. But in the end how much different is it from kernel drivers?
Can you expand more, why it is limited?
This exactly. I always wanted to contribute to the kernel but after being a c++ dev for so many years I absolutely don’t want to do C, and rust would allow me to have fun doing kernel hacking