CppBayArea Profile Banner
Cpp Bay Area Profile
Cpp Bay Area

@CppBayArea

Followers
276
Following
6
Media
10
Statuses
121

C++ User Group in the SF Bay Area

Mountain View, CA
Joined April 2014
Don't wanna be here? Send us removal request.
@CppBayArea
Cpp Bay Area
13 days
relocation truncated to fit: R_X86_64_PC32. What?. Bo Yang shows how massive C++ code bases tackle this annoying little linker error. Tonight at 6:30 PM in San Jose. Performance tuning, AutoFDO, LLM refactors, and more. Don't miss it!.
Tweet card summary image
meetup.com
The "relocation overflow" error is a common yet perplexing issue encountered during the linking phase of large-scale C++ projects. It typically manifests with messages like
0
0
0
@CppBayArea
Cpp Bay Area
6 months
RT @TikTokForDevs: 🌟 Excited to announce our upcoming C++ Bay Area Meetup! 🌟. 📅 Date: February 6, 2025.📍 Location: Bytedance HQ, San Jose,….
Tweet card summary image
meetup.com
*Creating Declarative Programming Paradigms* Declarative programming is the technique of saying “what you want” instead of “how to do”. This talk is a reprise of a previous
0
3
0
@CppBayArea
Cpp Bay Area
11 months
What can C++ learn from other languages?. Next Tuesday, boost.math maintainer Nick Thompson will share his experience with the Julia programming language. Please come join us!.
Tweet card summary image
meetup.com
*Julia for the Curious C++ Programmer* Julia is a high-performance JIT compiled dynamic language originally targeting numerical computing. However, the power of Julia's cen
0
0
3
@CppBayArea
Cpp Bay Area
1 year
Next week, Leo Chan from the Fuchsia OS team will showcase a clever trick to make C++ virtual functions more efficient. Join us on August 13 for an awesome night of CppBayArea!.
Tweet card summary image
meetup.com
*Relative VTables* Virtual Tables (or VTables) are essential for runtime polymorphism in C++, but they can be inefficient in PIC (Position-Independent Code) binaries. Relat
0
4
7
@CppBayArea
Cpp Bay Area
1 year
Do you have unsolved race conditions? Is your logging bloated? Does optimizing C++ sound like a fun time?. Next Tuesday, Aditya Gurajada is speaking in Sunnyvale about L3-LOC, a lightweight logging library with plenty of tricks up its sleeve!. RSVP here:
Tweet card summary image
meetup.com
This month's speaker is: Aditya, a Soft-Where engineer. This talk presents **L3**, a small C/C++ library designed for high-speed, non-intrusive, logging of events in an mm
1
0
3
@CppBayArea
Cpp Bay Area
1 year
What is C++?. Uncompromised performance. Leave no room for a lower level language. At our new venue in Sunnyvale, @_JonKalb will talk about what makes C++ great and how to take full advantage of it. Come meet up on Tuesday, March 12!.
Tweet card summary image
meetup.com
We've spent the last few months making CppBayArea better than ever. Join us at Walmart's Sunnyvale office to learn about and meet fellow C++ enthusiasts. This month's spea
2
3
10
@CppBayArea
Cpp Bay Area
2 years
RT @ashvardanian: Systems Hackathon Alert 🎉. February 24th, San Francisco. Full day gathering for those who build AI training frameworks, c….
Tweet card summary image
partiful.com
Calling all CUDA, C/C++, Rust, Assembly, systems, networking, & low-level hackers! This hackathon will be a more intimate & high talent density gathering than our usual events, exclusive to systems...
0
3
0
@CppBayArea
Cpp Bay Area
2 years
Dinner. C++ trivia. Booze. Tomorrow we're having a holiday social gathering in San Jose. Hang out with other C++ hackers in the bay area and win some prizes!.
Tweet card summary image
meetup.com
*C++ Holiday Social Fun 🎈* Join us this December for a fun and casual get-together at the [San Pedro Square Market](https://sanpedrosquaremarket.com/) 🛍 in San Jose. **
1
2
2
@CppBayArea
Cpp Bay Area
2 years
Inventor of libfmt and memer @vzverovich is speaking Tuesday about the inner workings of std::format. Type erasure, floating-point formatting, and more!. Important: This meeting is at Aurora's office in Mountain View, not the usual JFrog in Sunnyvale.
Tweet card summary image
meetup.com
{fmt}: The Cool Parts with Victor Zverovich In this talk we will look at a few important and technically challenging aspects of the {fmt} formatting library and C++20 std:
0
4
15
@CppBayArea
Cpp Bay Area
2 years
x86-based processors have dominated desktop computing. However, ARM's efficiency has made RISC more and more attractive for servers and desktops. Tuesday September 19, learn the basics of ARM64 and some tricks to make your code lightning fast!.
Tweet card summary image
meetup.com
This is the meetup for the **in-person** event. Please RSVP for the online meetup (will be posted 24 hours before the meetup) if you cannot attend in-person. \-\-\-\-\-\-\
0
3
8
@CppBayArea
Cpp Bay Area
2 years
Teach C++ new tricks with reflection and code generation. @strager is speaking next week at CppBayArea in Sunnyvale, CA. Details:.
Tweet card summary image
meetup.com
This is the meetup for the **in-person** event. Please RSVP for the **[online meetup](https://www.meetup.com/cpp-bay-area/events/295185250)** if you cannot attend in-person
0
1
6
@CppBayArea
Cpp Bay Area
2 years
Zig isn't just a hip new language; it's also a cross-compiling C++ toolchain and build system. Next Tuesday, Ed Yu will teach us C++ devs new tricks: zig cc, build.zig, and the Zig package manager.
Tweet card summary image
meetup.com
**WTF is Build.Zig?** Zig is a modern system programming with a unique value proposition for C/C++ in that it allows you to use a Zig source code instead of Makefiles to b
0
1
2
@CppBayArea
Cpp Bay Area
2 years
Sometimes it takes six rewrites to figure out the perfect design for your program. Next week, coding master Amir Kirsh will share his experiments with virtual functions, templates, smart pointers, and more. When: Tuesday, June 13.Where: Sunnyvale, CA.
0
2
4
@CppBayArea
Cpp Bay Area
2 years
Writing reliable software is easy. Just use the type system and write some unit tests, right? Maybe not so easy. Next Tuesday, Nick Thompson will teach a different way to catch software bugs:. Property-based testing.
Tweet card summary image
meetup.com
**Property Based Testing** Standard unit testing paradigms are effective at finding bugs within the programmer’s mental model of correct operation of the code. However, fi
0
2
5
@CppBayArea
Cpp Bay Area
2 years
Tomorrow's meetup: Uncovering hidden security risks in C++ applications with LD_PRELOAD and API interception.
Tweet card summary image
meetup.com
**Uncovering Hidden Security Risks in C++ Applications with LD_PRELOAD and API Interception** Security is becoming an increasingly important aspect of quality these days.
0
1
3
@CppBayArea
Cpp Bay Area
2 years
Writing C++ code is hard enough. But how can we make our C++ apps secure? Kiran Kamity will present tools to detect 80 types of insecure behaviors of running C++ applications. Join us Tuesday next week in Sunnyvale, CA!.
Tweet card summary image
meetup.com
**Uncovering Hidden Security Risks in C++ Applications with LD_PRELOAD and API Interception** Security is becoming an increasingly important aspect of quality these days.
0
3
4
@CppBayArea
Cpp Bay Area
2 years
Note: The meetup page has a bug. It says the meetup starts at 18:30 and 3:30 PM. The real meetup start time is 18:30 (6:30 PM) as written in the description.
0
0
1
@CppBayArea
Cpp Bay Area
2 years
Tuesday: CppBayArea meetup in Sunnyvale! Presentation starts at 7:00 PM. Andrew Wong will discuss an *asynchronous thread-per-core architecture in C++* based on his team's high-performance distributed event stream platform.
1
4
9
@CppBayArea
Cpp Bay Area
2 years
Reminder: Tomorrow is the monthly CppBayArea meetup in Sunnyvale!. Topic: Creating a Declarative UI Library in C++ with wxWidgets.
Tweet card summary image
meetup.com
***Creating a Declarative UI Library in C++ with wxWidgets (Part 1)*** Creating UI interfaces for C++ is a challenge. While C++ itself does not have a UI Library, there ar
0
3
10