Explore

programming × Feeds ×
  • screenshot

    Did we lose our way in making efficient software? – ~30 MB doc file vs. browser

    Yesterday, my father told me he needed to install Microsoft Word on his laptop to work...

  • What are you doing this weekend? | Lobsters

    Feel free to tell what you plan on doing this weekend and even ask for help...

  • screenshot

    Guiding users away from cd and ls

    TL;DR: We’ve devised a strategy to shepherd users away from archaic commands. I hope this case...

  • screenshot

    Freeing memory in recursive function: free(): double free detected in tcache2 (beginner question)

    Hi I have a section of code that should loop through a hash table and delete...

  • gacube emeleter – Insane Rambles About Technology

    This article requires some introduction. Said introduction is, at the same time, an intro to the...

  • screenshot

    'One or more of the following may apply to your particular idea'

    When you often notice people "why-don't-they-just"-ing their way into a proposed solution to a gnarly problem,...

  • screenshot

    A script to shutdown the system under certain conditions

    Hello, I need a script that shuts down the host when the virtual machine is shut...

  • Borrow checking, RC, GC, and the Eleven (!) Other Memory Safety Approaches

    A fellow named Zeke came into my server one day. Zeke: "Wait, so with generational references,...

  • Who are your favorite tech youtubers | Lobsters

    Hello, Out of curiosity, who are your favorite tech youtubers. Since I love to learn a...

  • screenshot

    Spritely Goblins v0.13.0: Object Persistence and Easier IO! -- Spritely Institute

    Christine Lemmer-Webber -- Tue 23 April 2024We are thrilled to announce the release of our distributed...

  • screenshot

    Installing python nicegui on latest Linux (PI OS and (K)Ubuntu)

    Can't be this hard, but I can't seem to find an easy way of getting the...

  • Good essays on application vs library programming? | Lobsters

    I always hear from people that the practices and techniques you use to make a software...

  • screenshot

    Can You Open Medical Data (MR, CT, X-Ray) in Python and Find Tumors With AI?! Maybe

    When a programmer hears about processing medical data, they might think it's something serious, something that...

  • screenshot

    Leetcode: Two-sum an Intuitive Approach

    Building intuition behind problem solving so you can apply them to your own case scenarios.

  • screenshot

    Deep Dive into Functional Programming in Javascript

    Functional programming (FP) has gained significant traction in the world of software development, and JavaScript developers...

  • screenshot

    HTML element TABLE failing to center in DIV despite CSS settings

    I am unable to place a table in the center of the page, on Firefox and...