Using -F with tail is even better than -f because it handles files getting truncated or getting created.
- 0 Posts
- 28 Comments
Exactly! This is why the server should just send a clear error message. 99% of the time the client just wants to show the error message to the end user, and not have to wrangle all kinds of normalized data into one.
This looks so over-engineered. Most of the time you only need an error message. Make the message clear enough so that it can be shown to the end user.
darvit@lemmy.darvit.nlto
Programmer Humor@lemmy.ml•i love ai in my offline foss softwares that are still in beta
43·8 months agoThere is no investing in crypto; that’s called speculation or gambling.
Everyone in this thread: PHP sucks because it was bad when I last used it 20 years ago.
Those haven’t existed in PHP anymore for a very long time.
Well better late than never.
darvit@lemmy.darvit.nlto
Free and Open Source Software@beehaw.org•Open Source Android Games That Look Amazing! (On F-Droid)
4·1 year agoLoving Flowit! Thanks for the recommendations.
darvit@lemmy.darvit.nlto
Programmer Humor@programming.dev•(How to trigger programmers (and make them irrationally angry)
3·1 year agoIt’s fine, we all know what you meant.
It’s a shame that the Rust rewrite of the GNU coreutils was named uutils and not uwutils.
darvit@lemmy.darvit.nlto
Programmer Humor@programming.dev•(How to trigger programmers (and make them irrationally angry)
16·1 year agoActually it’s [object Object]
Rust: you are a nerd wearing programming socks.
darvit@lemmy.darvit.nlto
Technology@lemmy.ml•‘Sputnik moment’: $1tn wiped off US stocks after Chinese firm unveils AI chatbot
7·1 year agoEconomy =/= stock market
darvit@lemmy.darvit.nlto
Technology@beehaw.org•Researchers uncover critical vulnerability in Microsoft's Multi-Factor Authentication, allowing attackers to gain access to user accounts such as Outlook emails, OneDrive files, Teams chat, and more
8·1 year agoThat’s a totally different point though, on which I agree.
darvit@lemmy.darvit.nlto
Technology@beehaw.org•Researchers uncover critical vulnerability in Microsoft's Multi-Factor Authentication, allowing attackers to gain access to user accounts such as Outlook emails, OneDrive files, Teams chat, and more
8·1 year agoThere’s no reason to self-backdoor the authentication mechanism if you already have access to the account’s data. Also it sounds like you are very smart.
darvit@lemmy.darvit.nlto
Programmer Humor@programming.dev•It's not like I just change things for the sake of change
5·2 years agoMy RTX 2080 works perfectly fine with nvidia’s drivers on x11.
This is also how it is defined in the JSON Merge Patch RFC.
Reject kubernetes, join the Juju cluster.
We have “save your wallet hundreds of thousands by not automatically spinning up a crapton of resources if your app does an oopsie”! And we have “simply run on any public cloud or in your own datacenter with MAAS or locally with LXD”!
Should have been caught by the CI environment.
Be careful, the actual logging can happen at a later time, and because the log function may take a reference to the value, if you modify r it may show the modified version of r in the logging instead of the original r.