fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#leetcode

0 posts0 participants0 posts today

Huge pages are very attractive but the way they are implemented is spooky.

Just tried fork() and accessing a huge page in the child process. Yes, got segfault.

Two decades have gone but all those hackers are still there lwn.net/Articles/250335/

#humans definitely need a genius to sort out this mess at last.

How about to create a #programming task on all those #leetcode or #adventofcode? Well, I suspect most will rush to their prompts and eventually fail with #ai but who knows...

lwn.netLarge pages, large blocks, and large problems [LWN.net]

Two trending threads on #hackernews on #AI and #interviews motivated me to make a quick intro video for CodeRev.app. It's a free, lightweight, #opensource tool to incorporate code reviews into interviews. With AI #programming assistants becoming more mainstream, it might be time to ditch #leetcode and focus on how well candidates can quickly assess the quality and correctness of AI generated code. Check out coderev.app

youtu.be/280_4NKvHlw

coderev.appCodeRev.app - Code Review as InterviewCodeRev is a lightweight tool to help you organize and conduct technical interviews using code reviews rather than leetcode.

Roadmap: алгоритмы и структуры данных

Алгоритмы и структуры данных лежат в основе работы любого приложения или системы. Компании, такие как Google, Amazon или Microsoft, в процессе собеседований проверяют именно эти знания, поскольку они являются универсальными и применимыми ко всем областям разработки.

habr.com/ru/articles/875200/

ХабрRoadmap: алгоритмы и структуры данныхАлгоритмы и структуры данных лежат в основе работы любого приложения или системы. Они помогают: Оптимизировать скорость работы приложений. Эффективно управлять ресурсами. Находить решения сложных...