Do you have a domain name registered with them? It may be just RDRP mandated by ICANN, not KYD.
HN user
gobblegobble2
The delay is certainly frustrating. I use a patched version of kitty terminal that moves starship prompt to the bottom of the window, similar to vim and emacs. Since modeline updates are asynchronous, the shell prompt is very snappy even in big git repos. The downside is that you have to patch kitty and I never bothered to test my personal pet project on anything else than Linux.
This is amazing. Thank you!
Same and it's my favourite Kobo feature. I hope Mozilla releases Pocket source code for people willing to self-host it. Kobos are highly hackable and I'm sure the community will find a way to change getpocket.com domain in the built-in Pocket app, even if Rakuten chooses not to provide this option.
The article says "[she] was told she should have applied for a working visa, instead of a tourist visa", so it's fair to assume she had a proper B2 tourist visa, which lets you stay for 6 months.
It may work for top, but not ps among others. The only reliable way is clobbering argv. That's just the way it is. In my opinion, glibc should finally provide setproctitle(), so programs like postgresql or chrome (https://source.chromium.org/chromium/chromium/src/+/main:bas...) don't have to resort to argv hacks.
Fortunately, despite the scary log entries showing attempts to change privileges and delete critical folders, it seemed that all the malicious activity was contained within the container.
OP can't prove that. The only way is to scrap the server completely and start with a fresh OS image. If OP has no backup and ansible repo (or anything similar) to configure a new home server quickly, then I guess another valuable lesson was learned here.
Supported by both gcc and clang, so portable enough for most people. I also like glib's cleanup attribute wrappers: https://docs.gtk.org/glib/auto-cleanup.html.
It's not an extension. It's a standalone app that connects to postgres and listens to a replication stream.
Notably I thought the issue would be the throwing of `std::bad_alloc`, but the new version still implements std::allocator, and throws bad_alloc.
The new version uses `FMT_THROW` macro instead of a bare throw. The article says "One obvious problem is exceptions and those can be disabled via FMT_THROW, e.g. by defining it to abort". If you check the `g++` invocation, that's exactly what the author does.
The feed is here: https://hakibenita.com/feeds/all.atom.xml.
The most security-critical part of container tech lives in Linux kernel and has always been in plain C.
Isn't InstantGo/ConnectedStandby basically the same thing as S0IX ACPI state? (according to this: https://www.thurrott.com/mobile/microsoft-surface/64867/tryi...)
It's seems doable with modern kernels: https://01.org/blogs/qwang59/2018/how-achieve-s0ix-states-li.... Maybe you should give it a try.
I seriously have no idea what's your problem with synapse. I've been running my own homeserver for over a year now and synapse is a perfect piece of software. I installed it without any hassle and it's been running without a single issue since then. I install new versions on the same day they are released without skipping a heartbeat: that's how good it is.
I used to have more complaints about matrix clients, especially on Android, but things got much better recently.
If you're curious what the area looks like, check out this video: https://www.youtube.com/watch?v=a-KUF-xiV5o
The amount of FUD in this post is astounding. Here's relevant github issue: https://github.com/mozilla-mobile/fenix/issues/662#issuecomm...
I hate it and always set dom.event.contextmenu.enabled to false in Firefox about:config.
It's easy to blame the internet, but for me the biggest reason why my deep reading capacities suffered was college. If every semester you have to grind thousands of pages, the art of skimming and superficial reading is necessary survival tool. Writing papers with short deadlines quickly leads to fishing for quotes and references in source material. After few hard years of college it's difficult to get back to old reading habits, even if it's just fiction in leisure time.