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/)JU
jumpstart @programming.dev
Posts 14
Comments 0

Interactive GCC (igcc) is a read-eval-print loop (REPL) for C/C++

github.com GitHub - alexandru-dinu/igcc: Interactive GCC - C/C++ REPL.

Interactive GCC - C/C++ REPL. Contribute to alexandru-dinu/igcc development by creating an account on GitHub.

GitHub - alexandru-dinu/igcc: Interactive GCC - C/C++ REPL.
2

What Codegen Is (Actually) Good For

www.figma.com What Codegen Is (Actually) Good For | Figma | Figma Blog

Codegen isn't a replacement, but an extension of your programming. In this post, we share recommendations for using codegen to augment your workflows.

What Codegen Is (Actually) Good For  | Figma | Figma Blog
0

Leveraging Rust in our high-performance Java database

questdb.io Leveraging Rust in our high-performance Java database | QuestDB

A guide to adding Rust to a Java codebase with JNI and the rust-maven-plugin.

Leveraging Rust in our high-performance Java database | QuestDB
0

C++Builder: Community Edition

1
vscodium.com VSCodium - Open Source Binaries of VSCode

Free/Libre Open Source Software Binaries of VSCode

9
www.thecodedmessage.com C++ Papercuts

My current day job is now again a C++ role. And so, I find myself again focusing in this blog post on the downsides of C++. Overall, I have found returning to active C++ dev to be exactly what I expected: I still have the skills, and can still be effective in it, but now that I have worked in a more...

C++ Papercuts
0

Extend a C/C++ Project with Zig

0

Structuring your Infrastructure as Code

leebriggs.co.uk Structuring your Infrastructure as Code | lbr.

If you’re thinking of migrating to another infrastructure as code tool (and why would you, everything is great in the IaC world now, right?!) you might find yourself asking yourself

0

Rust Binary Analysis, Feature by Feature

research.checkpoint.com Rust Binary Analysis, Feature by Feature - Check Point Research

Problem Statement You attempt to analyze a binary file compiled in the Rust programming language. You open the file in your favorite disassembler. Twenty minutes later you wish you had never been born. You’ve trained yourself to think like g++ and msvc: Here’s a loop, there’s a vtable, that’s a glob...

Rust Binary Analysis, Feature by Feature - Check Point Research
0
arstechnica.com OpenAI, Google will watermark AI-generated content to hinder deepfakes, misinfo

Seven companies promised Biden they would take concrete steps to enhance AI safety.

OpenAI, Google will watermark AI-generated content to hinder deepfakes, misinfo
8
qdrant.tech Serverless Semantic Search - Qdrant

Create a serverless semantic search engine using nothing but Qdrant and free cloud services.

Serverless Semantic Search - Qdrant
0
andrewodendaal.com Mastering Python's Yield: A Comprehensive Guide to Advanced Usage

Introduction Python’s yield statement is a powerful feature that allows you to create generator functions. Generators provide an efficient way to generate a sequence of values without storing them all in memory at once. This blog post will delve into the concept of yield in Python, starting from the...

0

Meirl

3
avestura.dev Problems of C, and how Zig addresses them

What are the problems of C, and how Zig addresses them?

Problems of C, and how Zig addresses them
4