If you knew about the birds and the bees, you would know that this wasn’t random.
I don’t think this will work well and others already explained why, but thanks for using this community to pitch your idea. We should have more of these discussions here rather than CEO news and tech gossip.
We should stop calling these titles confusing and call them what they are, plain wrong. This is the title of the original article. People who cannot write grammatically correct titles are writing entire articles.
I don’t realistically expect such ban to happen. I started banning everyone who posts about Musk instead, my feed got a lot cleaner.
Web design is not the only option for someone who likes programming. Since you are still a student, there are so many options in front of you. You can be an embedded engineer and work closer to hardware, design firmware, electronic chips themselves or their verification environment. You can be a software engineer and work on business-to-business software which does not include adds and is very useful (e.g. CAD tools, inventory trackers for supermarkets and hospitals etc.). There is so much you can do, pursue something you are enthusiastic about.
But have you tried restarting your computer and reinstalling all drivers?
Are you writing from your grave?
Pointing out won't do, we need moderation.
Thanks for not putting the paper behind a paywall!
In this article RTL refers to register transfer level. It is a way of describing hardware on very low level, it uses registers for memory (which usually translates to flip-flops when/if synthesized), wires, basic arithmetic and logic operations, but terminology may slightly change based on which rtl language is being used. It can be used to design a CPU, or any ASIC (application specific integrated circuit) chip. Instructions may resemble to processor instructions, but the end result is fundamentally different. You may run a set of instructions on a processor, while what rtl describes is often synthesized and becomes the hardware itself which performs the operations (e.g. arithmetic logic unit in the cpu).
That could actually be useful (IBD gang)
Covid advice was simple, people understood it but many didn’t comply because they didn’t find it convenient. There were also covid-deniers, and people who significantly underestimated it. There were people who found corporate cyber security measures inconvenient too in the places I worked, but ignorance was I think always the more important reason.
I also think it isn’t enough for the advice to be simple, it should be somewhat easy to apply. “Don’t fall into phishing emails”. Sure, but how? Then it lists a bunch of tricks and hints and people can rarely remember all, and apply while they go through tens of emails daily. I think this is the message from the article.
I love airplane, I will check others.
I should have thought of that
What is it?
That sounds fun and creative
I agree that AI can decimate workforce. My point is, other tools did that already and this is not unique to AI. Imagine electronic chip design. Transistor was invented in 40s and it was a giant tube. Today we have chips with billions of transistors. Initially people were designing circuits on transistor level, then register transfer level languages got invented and added a layer of abstraction. Today we even have high level synthesis languages which converts C to a gatelist. And consider the backend, this gate list is routed into physical transistors in a way that timing is met, clocks are distributed in balance, signal and power integrity are preserved, heat is removed etc. Considering there are billions of transistors and no single unique way of connecting them, tool gets creative and comes with a solution among virtually infinite possibilities which satisfy your specification. You have to tell the tool what you need, and give some guidance occasionally, but what it does is incredible, creative, and wouldn’t be possible if you gathered all engineers in the world and make them focus on a single complex chip without tools’ help. So they have been taking engineers’ jobs for decades, but what happened so far is that industry grew together with automation. If we reach the limits of demand, or physical limitations of technology, or people cannot adapt to the development of the tools fast enough by updating their job description and skillset, then decimation of the workforce happens. But this isn’t unique to AI.
I am not against regulating AI, I am just saying what I think will happen. Offloading all work to AI and getting UBI would be nice, but I don’t see that happening in near future.
Using automation tools isn’t something new in engineering. One can claim that as long as a person is involved and guiding/manipulating the tool, it can be copyrighted. I am sure laws will catch up as usage of AI becomes mainstream in the industry.
In my last two jobs in two different countries the unwritten rule is to not schedule a meeting between 12-13. Not everyone has lunch at the same time, and everyone is free to have lunch whenever they want, but this guarantees that you will have some time to have lunch even if you are booked by meetings around noon. But it doesn’t really solve the timezone issue.
In my first ever programming class textbook was using Allman. Probably for this reason, it is easy for a beginner to match braces. It is a lot loss common industry to my knowledge.