- 57 Posts
- 114 Comments
cmeerwto Selfhosted@lemmy.world•On email privacy: can I store my own email and relay them through an email provider?English2·2 months agoI see a lot of spam coming from sendgrid, so I wonder how long they can continue operating that way until they get blocked completely by one of the larger mailbox providers.
cmeerwOPto C++•Trip report: February 2025 ISO C++ standards meeting (Hagenberg, Austria)3·3 months agosee https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3471r2.html#enabling-hardening
Much like a freestanding implementation, the way to request a hardened implementation is left for the implementation to define. For example, similarly to -ffreestanding, we expect that most toolchains would provide a compiler flag like -fhardened, but other alternatives like a -D_LIBCPP_HARDENING_MODE=<mode> macro would also be conforming.
cmeerwto C++•Are there any tools counting lines of code AND what those lines are doing?3·4 months agoI wonder if it would be possible to build such a tool on top of tree-sitter (although not sure tree-sitter’s C++ grammar can handle modules yet)
Isn’t that mainly just torrent trackers that publish your IP address and then the ISP gets a request for who was using that particular IP address. I don’t think an ISP would itself be interested in detecting whether their customers download illegal content - there is no business case for them to do that.
at least you could keep their reviews so users could at least know if the app can be trusted.
You mean, don’t trust a flatpak uploaded by a random person, but if there are enough fake reviews, it can be trusted?
No mention of Reflection which was passed to the Core Working Group for wording review, or senders/receivers (on the library side) which was actually voted into the working paper.
Huh? There is no such alternation between new features and feature freeze releases. In fact, C++26 will very likely get reflection as a major new feature. In comparison, the biggest core language feature in C++23 was probably “deducting this (explicit object member functions)”.
The only thing that keeps Contracts out of C++26 is that they might not be finished in time (they’ll need to be handed over from Evolution to Core by the February 2025 meeting, and then make it through Core review during the summer 2025 meeting).
cmeerwto C++•Draft FAQ: Why does the C++ standard ship every three years? (2019)English1·10 months ago… except when ISO delays publication of the standard.
Can anyone explain why there is such a huge difference in some of the benchmarks: Poll, Forking, CPU Cache, Semaphores, Socket Activity, Context Switching (all Stress-NG). Can we really trust these tests?
Depends on what semantic you want. Sure, if you use a
unique_ptr
member, you will get a deleted copy constructor/operator - I wouldn’t consider that blowing up in my face.
And even the presented fix hurts my eyes. Should have used a
unique_ptr
oroptional
.
Yes, it’s not Open Source, but I am not sure that’s really relevant here. I see it more as a prototype implementation for something that could be standardised for C++.
The linked tweet links to the recording, but it has apparently also been uploaded to YouTube: https://youtu.be/5Q1awoAwBgQ
cmeerwto Privacy@lemmy.ml•There’s a Multibillion-Dollar Market for Your Phone’s Location Data – The Markup8·1 year agoAlso the location of known Wifi networks.
Embracing the GC
I never actually liked the GC in D as it didn’t seem to fit in with the general direction of the language, and Walter Bright in D at 20: Hits and Misses says:
Miss: Emphasis on GC
There is also lowendspirit, but in both cases you have to be very careful what you buy - not everything that is advertised there will work as advertised or will work long-term
where they will double your monthly data limit for free when you comment your order number.
where they use you to spam the forum thread (for giving away something rarely anyone has any use for)
So they actually rewrote The Hurd in Rust.
cmeerwto Security Operations@lemmy.world•Introducing SMTP Smuggling: A novel technique for spoofing e-mailsEnglish3·1 year agoPrepare for a humongous inrush of spam before servers patch this one.
But it’s already patched by GMX and Microsoft.
As far as I understand it, it doesn’t affect single mail servers, but only mail systems where you have separate inbound and outbound servers and the outbound servers trust the data they get from the inbound servers.
Is anyone still using them?