The official Python tutorial is very well written and is suitable for total beginners:
Software engineer (video games). Likes dogs, DJing + EDM, running, electronics and loud bangs in Reservoir.
The official Python tutorial is very well written and is suitable for total beginners:
It’ll be interesting to see how this looks. The same technology was used in Alien: Romulus to revive a younger Ian Holm’s likeness for Rook, and while it was a cool tech demo, it still felt quite uncanny valley and distracting to watch. Casting another actor might have been a better choice. At least for this project the tech sounds more relevant, in that they’re deaging and aging characters within the same film.
C/C++ still has a huge place in firmware, microcontrollers, operating systems, drivers, application development, video games, real-time systems and so on. It’s a totally different space of programming to webdev, which might explain the surprise.
Sometimes the real value of a project isn’t its proposed worth, but the schadenfreude it offers instead. I’ve backed a few failed Kickstarters that I absolutely got my money’s worth on.
If you’re concerned about privacy I don’t know why you’d use Tailscale over Wireguard directly. The latter is slightly more fiddly to configure, but you only do it once and there’s no cloud middleman involved, just your devices talking directly to each other.
I’d recommend setting up a GitHub profile and developing some personal projects on there, and try to get some experience contributing to other projects (even if they’re just simple first PRs). Make sure you include this on your resume, it’s a great talking point for juniors to show you’re passionate and have concrete examples of your code in the wild.
Also set up a LinkedIn profile (fleshed out as best you can) and start adding people at companies you’re interested in. DM them asking for advice, most people are lovely and want to help. While LinkedIn is horrible and needs to die, it’s still used heavily by the tech industry and you’ll find every tech company and recruiters on there.
… or worked in a large team with juniors and members coming and going over a long period of time.
To take up a career in programming is to be professionally confused on a day-to-day basis. It’s normal to feel overwhelmed at times, but this is the advice I give younger engineers: accept that confusion, and try to channel it into curiosity instead of letting it fester into stress and anxiety.
Windows App Series X Ultimate Pro for Enterprise Edition Service Pack 2
It’s the same for people who don’t understand basic electronics or mechanics. Any problem just becomes “it’s broken” and the only solution is to take it to an expert and pay for their time, or toss it and buy a new one. It’s expensive to be ignorant.
To kill any competition and ensure they retain control over future standards. Money. It’s pretty straightforward.
The basic idea is that a huge company with infinite money creates software that supports an open standard, such as Threads. Next they spend significant amounts of money driving users to their software, rather than an open software equivalent. Once they’ve captured a huge percent of all users of the open standard, they abandon the open standard, going with a proprietary one instead. They’ll make up some new feature to justify this and sell it as a positive. Because they control almost all of the users at this point, many of the users they don’t control will decide to switch over to their software, otherwise the value of the open standard drops significantly overnight for them. What’s left is a “dead” open standard that still technically exists but is no longer used. You can find plenty of past examples of this pattern, such as Google and XMPP.
This reminds me of the low-background steel problem: https://en.m.wikipedia.org/wiki/Low-background_steel
It truly made no sense to me when they started the process of migrating stuff from control panel to the “new” Metro-style Settings, then just kind of… gave up and left everything as a spread-out mess. I can’t believe they’ve left it this long to address, it’s an awful user experience.
I can’t speak for Craigslist, but in my area Gumtree is big, and I know from first-hand experience that they “handle it” by waiting for the crime to occur and be reported to police, then they give police the list of all IP addresses that viewed a listing. Having stared down the pointy end of a knife right outside my own home, I feel there’s an opportunity to build a better system that keeps people honest and discourages thieves.
One of the biggest challenges with online marketplaces is personal safety for physical meetups and scam prevention for online sales. It’ll be interesting if there are any efforts to solve this, such as an escrow system or other process to keep buyers and sellers honest.
robots.txt is the perfect summary of the web era. A plain text file that politely asked web crawlers not to do certain things. Such an innocent time.
Another vote for Mikrotik, but only if you’re technical-minded and want to learn how routers work. One of the things I like the most about it is the ability to import/export the router config as plain text. That makes it very easy to do things like bulk-editing (I have a lot of IOT devices I need to configure), storing your config in version control for safe-keeping etc.
It would be great to see a Fediverse GitHub alternative. Obviously we have plenty of self-hosted software forges around, but I’m not aware of any decentralized network solution. Allow people to host repositories on an instance, but be able to search, discuss and contribute to repositories across the entire network. That way you’d get the benefits of a large programmer community without needing to centralize to a single company or organization. Maybe this already exists and I’m unaware.