atzanteol

joined 2 years ago
[–] atzanteol@sh.itjust.works 1 points 2 hours ago

Farmer's almanac.

[–] atzanteol@sh.itjust.works -1 points 2 hours ago

It's not my fault they make running apps from the cli so irritating. Broken by design. Even snaps work better.

[–] atzanteol@sh.itjust.works 2 points 13 hours ago

therefore had no journalistic obligations (I.e. they could say whatever they wanted).

There is literally no such thing in the eyes of the law. They could say whatever they want whenever they want.

journalism has legal protections and responsibilities that are upheld/enforced in courts.

No. It does not. The first amendment does not say "if you are a legally recognized journalist". It applies to everybody.

[–] atzanteol@sh.itjust.works 6 points 17 hours ago (2 children)

Fox "News" is not a news channel. They actually define themselves as "entertainment" so you can't call them out for their lies in court.

This is the weirdest thing liberals believe. There is no such thing as "defining yourself as news or entertainment." There is no legal definition of "news organization".

The lawsuit you're going to reference said that Carlson was "opining" rather than stating "facts" which has a legal definition. Legal definitions don't often match with common usage.

And you can "call anyone out" for lying whether they're a news organization or not.

[–] atzanteol@sh.itjust.works 16 points 17 hours ago

"My situation is nuanced and complicated. Other people's situations are simple and straightforward."

They believed the caricature "bad people" were going to be the ones targeted. She wasn't a "bad person" she just stayed a little longer while trying to get her green card....

[–] atzanteol@sh.itjust.works 30 points 17 hours ago

We feel totally blindsided

😑

[–] atzanteol@sh.itjust.works 28 points 17 hours ago (1 children)

Are we going to see how advanced shopping centers are in Iran? 🤣

[–] atzanteol@sh.itjust.works 14 points 1 day ago

the Guadalupe River had risen about 26 feet in 45 minutes.

Goddamn...

[–] atzanteol@sh.itjust.works 1 points 1 day ago

Many (most?) databases these days support some sort of full text search.

[–] atzanteol@sh.itjust.works 0 points 1 day ago* (last edited 1 day ago)

If a function has 300 lines without a lot of supporting documentation then I doubt that it is “clear, readable and concise” anyway.

Code - not function. Files often have multiple functions in them. If you can't read and understand code - I don't want you on my team.

I have never found it hard at all to skip past comments that are not relevant because my code editor helpfully colors them differently from the rest of the code, making it easy. Does your editor not do the same?

If it's something people will simply skip over then it's not useful. Don't pollute code with tons of unnecessary comments that you think will be useful for some "perceived future". They just add to your maintenance work.

Write your code to be understandable and document the architecture/design separately.

It depends on what you are doing. If you are implementing relatively simple logic like a REST API handler, then it is probably overkill. If you are implementing a relatively advanced algorithm, then having a running narrative of what is going can be extremely helpful.

Agree - most code is pretty straight forward. Save the comments for where it's needed.

[–] atzanteol@sh.itjust.works 14 points 1 day ago

I think at some point you have to ask yourself "if killing 10s of thousands of innocent people is necessary to achieve my goal... does that make me the 'baddie'?"

[–] atzanteol@sh.itjust.works 13 points 2 days ago (2 children)

You want to turn my 300 lines of clear, readable and concise logic into 1,000 lines of English paragraphs that break up the functions of my code into yet smaller pieces of code devoid of context? Now I have to dig through that book, ignoring all the shit I've read hundreds of times because it doesn't compile into anything, just to debug an off-by-1 error in a loop buried in a paragraph explaining the original developers diatribe on why we're looping over that range? Fuck. No.

This is the sort of academic crap that sounds good but in practice is just terrible for anything other than small projects that are intended specifically to teach.

 

Health secretary Robert F. Kennedy Jr.’s advisers ordered the release of a dataset that includes the private health information of people living in California, Illinois, Washington state, and Washington, D.C., to the Department of Homeland Security

 

Our longstanding offering won’t fundamentally change next year, but we are going to introduce a new offering that’s a big shift from anything we’ve done before - short-lived certificates. Specifically, certificates with a lifetime of six days. This is a big upgrade for the security of the TLS ecosystem because it minimizes exposure time during a key compromise event.

 

If you're self hosting roundcube be sure to update.

view more: next ›