- 52 Posts
- 67 Comments
cmeerw@programming.devto
Selfhosted@lemmy.world•On email privacy: can I store my own email and relay them through an email provider?English
2·10 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·1 year 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·1 year 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·1 year 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?
cmeerw@programming.devto
BSD@programming.dev•FreeBSD 14.1 vs. DragonFlyBSD 6.4 vs. NetBSD 10 vs. Linux Benchmarks
1·2 years 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?
cmeerw@programming.devto
Privacy@lemmy.ml•There’s a Multibillion-Dollar Market for Your Phone’s Location Data – The Markup
8·2 years 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
Linux@lemmy.ml•Redox OS - an OS built entirely out of RustEnglish
4·2 years agoSo they actually rewrote The Hurd in Rust.
cmeerw@programming.devto
Security Operations@lemmy.world•Introducing SMTP Smuggling: A novel technique for spoofing e-mailsEnglish
3·2 years 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.
cmeerw@programming.devto
Security Operations@lemmy.world•Introducing SMTP Smuggling: A novel technique for spoofing e-mailsEnglish
2·2 years agoNot sure how many get the joke in “Figure 23: Typical Austrian reaction after receiving a spoofed e-mail”:
OIDA
😂
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)?
I still think Ubuntu is the best option (particularly if you want to use the non-LTS releases)
Having said that I do hate snaps and also dislike flatpaks. So what I do is just use the Firefox deb package from the PPA and the chromium package from Linux Mint. Oh, and I have actually replaced ubuntu-advantage-tools with a no-op dummy package.
cmeerw@programming.devto
Linux@lemmy.ml•Can one recover from an accidental rm -rf of system directories by copying those files back in from a backup?English
3·2 years agoOnly issue is they’re stored in my server as belonging to the server user (I assume everything in those directories should belong to root and I can just use chown?) But I also don’t know if they retain the same permissions when backed up.
Not everything will be owned by root, and some of the binaries will be setuid or setgid, some might even have extended attributes (e.g. ping will usually have a security.capability attribute).
/varwill also have a lot of different owners.
cmeerw@programming.devto
Open Source@lemmy.ml•Gitea launches cloud service to provide a secure alternative to GitHub and GitLabEnglish
612·2 years ago“secure alternative”? Others are not secure?
cmeerw@programming.devto
Programming@programming.dev•What's the biggest change you would like to see in computing/tech?English
17·2 years agoPretty much anything that’s only available via an app store. The difference with web apps is that I can also use them on a laptop/PC and I have a bit more control about tracking (by using ad/tracking blockers).
cmeerw@programming.devto
Programming@programming.dev•What's the biggest change you would like to see in computing/tech?English
261·2 years agonot being forced to have an Android or Apple smartphone, so more open standards and just Web apps instead of proprietary apps
replaced it myself - it’s not actually that difficult to do
I actually replaced the display twice already (got a replacement from Aliexpress for around $16) - first time because the touchscreen failed and second time because I smashed it.











Is anyone still using them?