Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)D
Posts
4
Comments
238
Joined
5 yr. ago

  • 50 years after BASIC and nothing is written in BASIC.

    To replicate its success from the 80s we would need a language that is simple enough for everyone to learn but actually performant and powerful enough to write an entire operating system and application stack in. Then perhaps non-programmers would feel more inclined to look under the hood, see how things work, and change their program's behavior.

    The problem though, is that for any reasonably complex system or application, you need to use structured programming. This is what enabled the levels of abstraction that we use to break down programs into layers that can be understood in pieces, and it is what makes large complex software possible without ending up with a mess of spaghetti.

    However it is these abstractions that turn a software's code into a Domain Specific Language, and endless APIs that need to be learnt and understood by the programmer.

    For programmers it is normal to us that when we want to work on a new codebase we have to learn the idiosyncrasies of the codebase, and learn its DSL and the APIs that it uses, or exposes. But for a non-programmer, this would essentially feel like learning everything about programming from scratch. They would have to become a programmer and develop maintainer skills just to understand what they want to change. (This is why programmer is still a job).

    Perhaps the real value of BASIC was that without structured programming, every program was just a pile of spaghetti that even a child could pull apart with a fork.

  • It's faster to list the things that systemd isn't re-implementing.

  • You made a tasteless joke because you didn't watch the video.

    Watch the video.

  • The EU is weak, divided, and geostrategically boxed in

    lol ok

  • Switzerland which has the strongest laws in the world

    what does this mean?

  • also, Fuck anything predicated on being popular. We can exist without constantly competing for a popularity contest.

  • Fuck Bluesky and Fuck popular music.

  • One thing about Cory’s books is that there is always some extremely cringe party section with some rather forced romance part screaming “how do you do fellow kids?” even to me, a middle aged guy himself.

    How is that relevant to this post?

  • vlc is always one of the first things I install on any machine of any OS. Who even uses the built in media player?

  • The nice thing about circular buffers is that they can be made lock-free by making each pointer only ever modified by one function, ie. get modifies the head and put modifies the tail.

    The solution in the article modifies both head and tail in the get function (when subtracting the page size to put the buffer back into the first page) which makes synchronization necessary to avoid races.

    The author could actually make this implementation lock-free too, by making only the get function perform the subtraction on the head whilst the put function performs the subtraction on the tail.

    You would then just need a little bit of extra logic when calculating the current size, but then you'd have a lock-free data structure.

  • Not a red rose or a satin heart.

    I give you an onion.It is a moon wrapped in brown paper.It promises lightlike the careful undressing of love.

    Here.It will blind you with tearslike a lover.It will make your reflectiona wobbling photo of grief.

    I am trying to be truthful.

    Not a cute card or a kissogram.

    I give you an onion.Its fierce kiss will stay on your lips,possessive and faithfulas we are,for as long as we are.

    Take it.Its platinum loops shrink to a wedding ring,if you like.Lethal.Its scent will cling to your fingers,cling to your knife.

  • Just tried this and the AI told me my question was a duplicate and my post was removed.

  • Is the article/translation conflating the open source ISA with the chip itself, or will this actually be an open source chip?

  • Insufferable know-it-all who needs to ask himself if he's in the wrong profession.

  • Don't forget the tuition fees. The reason why a whole generation will never vote Lib Dem again.

  • Removed

    CareerCupid (OkCupid for jobs) integration with ActivityPub: follow @thecupid@cupid.careers, answer polls, find like-minded people who would be great co-workers.

    Jump
  • your company is hiring and you want to help bring people that are like-minded

    This is a mistake. When building any kind of team, you want diversity of experience, backgrounds, viewpoints etc. A mono-culture is extremely prone to group-think and is unlikely to generate ideas as quickly or elegantly as a team comprising many different types of people.

    The second reason why I have always advised my teams not to consider "culture-fit" when interviewing prospective employees is that it is a covert way of discriminating against people who have otherwise protected attributes (race, religion, gender, sexuality etc).

    You should hire people based on their ability to perform the job, and nothing else.

  • The story that this 260K parameter model generated (in the screenshot of their report):

    Sleepy Joe said: "Hello, Spot. Do you want to be careful with me?" Spot told Spot, "Yes, I will step back!"Spot replied, "I lost my broken broke in my cold rock. It is okay, you can't." Spoon and Spot went to the top of the rock and pulled his broken rock. Spot was sad because he was not l

    It's still impressive that they got it running. I look forward to seeing if their BitNet architecture produces better results on the same hardware.