- 62 Posts
- 98 Comments
cmeerw@programming.devto Selfhosted@lemmy.world•On email privacy: can I store my own email and relay them through an email provider?English2·3 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.
cmeerw@programming.devOPto C++@programming.dev•Trip report: February 2025 ISO C++ standards meeting (Hagenberg, Austria)3·5 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.
cmeerw@programming.devto C++@programming.dev•Are there any tools counting lines of code AND what those lines are doing?3·5 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)
cmeerw@programming.devto Privacy@lemmy.ml•Can someone explain to me the advantages of using a VPN?9·6 months agoIsn’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).
cmeerw@programming.devto C++@programming.dev•Draft FAQ: Why does the C++ standard ship every three years? (2019)English1·1 year ago… except when ISO delays publication of the standard.
cmeerw@programming.devto BSD@programming.dev•FreeBSD 14.1 vs. DragonFlyBSD 6.4 vs. NetBSD 10 vs. Linux Benchmarks1·1 year agoCan 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
cmeerw@programming.devto Privacy@lemmy.ml•There’s a Multibillion-Dollar Market for Your Phone’s Location Data – The Markup7·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
cmeerw@programming.devto Selfhosted@lemmy.world•Linode Alternative Suggestions for Small ProjectsEnglish1·2 years agoThere 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
cmeerw@programming.devto Selfhosted@lemmy.world•Linode Alternative Suggestions for Small ProjectsEnglish1·2 years agowhere 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)
cmeerw@programming.devto Linux@lemmy.ml•Redox OS - an OS built entirely out of RustEnglish4·2 years agoSo they actually rewrote The Hurd in Rust.
There is no reason to “hate” Ubuntu but there are better choices.
What are those better choices then (for those who currently use the non-LTS Ubuntu releases and don’t want to move to rolling releases or LTS-only releases)?
Is anyone still using them?