Felix Bytow retweeté
Felix Bytow
255 posts

Felix Bytow
@structFooBar
C++, Kotlin & Elm Enthusiast
Chemnitz, Sachsen Inscrit le Temmuz 2011
141 Abonnements51 Abonnés

@shafikyaghmour (is it normal this doesn't compile on a mac ?) c++ --version
Apple clang version 14.0.0 (clang-1400.0.29.102)
Target: arm64-apple-darwin22.4.0
English

#227 Given the following in C++:
int g(int &) {return 1;}
int g(const int &) {return 2;}
int main() {
return [x=1]{
decltype(x) y;
auto &z = x;
return g(y) + g(z);
}();
}
Without checking, main returns:
A. 2
B. 3
C. 4
D. Show results
#Cplusplus
#Cpppolls
English
Felix Bytow retweeté
Felix Bytow retweeté
Felix Bytow retweeté

@JGamblin While I understand the intention, there seems to be a disconnect between the policy makers and reality.
English
Felix Bytow retweeté

@lefticus How else would I convert from west const to east const?
English
Felix Bytow retweeté
Felix Bytow retweeté

Felix Bytow retweeté

Was lange währt, wird endlich gut. Du kannst nun Tickets/Workshops buchen. Bitte weitersagen. 🙂🙌
devopenspace.de #devspace

Deutsch
Felix Bytow retweeté

Wir kommen dieses Mal zu dir. Über viele Wochen bis in den Dezember. Mit:
🎤📷 Remote Workshops und Open Space • 📦🥃 per Paket mit deinen Lieblingssachen und Dingen wie UI Stencils • 🎮😎 und per Game Challenges via Discord/TeamSpeak & Co.
devopenspace.de #devspace




Deutsch
Felix Bytow retweeté
Felix Bytow retweeté

New blog post: A collection of individual, organizational and cultural approaches to reduce the interruptions at work. phauer.com/2020/uninterru…
English
Felix Bytow retweeté

Duh, of course there's an easier way. Why would you write the if-else chain by hand? Just generate it via #cpp template metaprogramming. 🙄
Look at that beautiful assembly!
gcc.godbolt.org/z/bejjr5

Cain Maddox@ctrlshifti
God I wish there was an easier way to do this
English
Felix Bytow retweeté

@vzverovich #include <unistd.h>
static union {
friend __attribute__((used)) auto main() noexcept(+0%~0)
-> volatile signed char const asm(R"(_main)") try {
int main[write(1, R"(This makes no sense!)", 20)];
} catch(...) { throw; } char :!~ 0x0 ,:+ 0ull;
};
godbolt.org/z/qjMG8v
English
Felix Bytow retweeté

kubenav is now available for #iOS, #Android and the desktop. Visit kubenav.io to download kubenav for your platform.
English
Felix Bytow retweeté

That's really cool! An #OpenSource project called kubenav by @StaffbaseHQ's @rico_berger, which is basically a desktop & mobile app made to help you manage #Kubernetes clusters 🤯
#programming #aws #GoogleCloud #DevOps
github.com/kubenav/kubenav
English
Felix Bytow retweeté

The word "knowledge graph" is used more and more. But what is a knowledge graph actually? And how did Pokémon get into the story?!
{ author: @PHaDventure } #DEVCommunity
dev.to/heypieter/what…
English
Felix Bytow retweeté













