- ZeroClickOk parent
- 3 points
Location: Brasilia, DF, Brazil Remote: Yes Willing to relocate: No Technologies: C#, .NET, Asp.NET, Blazor, SQL Résumé/CV: https://www.linkedin.com/in/clickok/ Email: clickok at gmail.com Languages: English and Portuguese- Or just use Obsidian + Obsidian Publish,
You are welcome.
- From the article:
Brazilian government right now is pushing hard to destroy any kind of freedom in social networks, so take this with (really big) grain of salt.In Brazil, the Brazilian Federation of Banks (FEBRABAN) sees it as a “significant advancement in protecting users and encouraging accountability.” Location: Brasilia, DF, Brazil Remote: Yes Willing to relocate: No Technologies: C#, .NET, Asp.NET, Blazor, SQL Résumé/CV: https://www.linkedin.com/in/clickok/ Email: clickok at gmail.com Languages: English and Portuguese- "We are working hard to make your life miserable"
- According to the rules in the first post, I cannot talk about politics in this thread, but the summary is, the political inclinations that he displayed were "uncomfortable".
- Fabio Silva
I'm a Senior Software Engineer with extensive experience (+25 years). I specialize in solving complex bugs and researching solutions for problems others couldn't resolve.Location: Brasilia, DF, Brazil Remote: Yes Willing to relocate: No Technologies: C#, .NET, Asp.NET, Blazor, SQL Résumé/CV: https://www.linkedin.com/in/clickok/ Email: clickok at gmail.com Languages: English and Portuguese - No partial classes is painful. I know that we have some alternatives, but migrating from C# is a doom without it.
- I have a hard time normalizing existing codebases where coders insist on using `catch (Exception e)` instead of the default `catch (Exception ex)` and then there are clashes in event handlers with try/catch due to the same variable name...
- probably chatgpt is Canadian :)
- The killer feature that everyone is waiting for Firefox is... "chromium tab". If I can open a "chromium tab" inside of Firefox for some sites that work only on chromium browsers I swear I will not look back :)
- both, depending on adhesive tape usage
- apples and oranges
- Schrödinger's page
- no so complex.. just everything that a online wyswyg editor like tinymce can do, saving as a single HTML file instead
- The natural upgrade for WordPad did never come: basic html or markdown editing.
- nice, thanks for the link
- from the article:
"For the OR clause query, the DBMS sequentially compares each condition's value one by one. In the given example, it performs three comparisons for each row to determine if (price = 1), (price = 2), and then (price = 3). This evaluation approach means that for N predicates, the complexity of the filtering operation per row is O(N).
On the other hand, with the IN clause, PostgreSQL builds a temporary hash table populated with the elements in the query’s IN clause (ExecEvalHashedScalarArrayOp). Then as the DBMS scans each tuple, it probes this hash table to see whether the tuple's attribute matches with any entry. This hash-based evaluation has a more efficient complexity of O(1) since the DBMS only needs to perform one lookup in the hash table per tuple.
Hence, as the number of predicates increases in a query, the OR clause incurs significant overhead because the DBMS evaluates predicates for each row individually, in contrast to the more efficient IN clause."
- `Out-Gridview -PassThru` is pure gold!
- I know that does not solve the problem, but I find amazing that it is so hard to open a "read-only" connection to a sql database. At least in Sql Server we need to create a User with specific rights in order to do it, and even so it is not perfect.
- He started the article with: "When building a new thing, a good first step is to build a thing that does nothing."
and later he adds: "Too often, I see relatively inexperienced developers dive in and start writing a big complex thing"
He is advicing to before start building something, make sure that the context is rightly settled.
- This was a great read, thank you!
- Or at least do as portable as possible. Just copy and paste a folder, and `dot net run` will be amazing....
- and javascript has type coercion
- askhn
- GOG is full of older games updated to run on newer platfroms
- 3 points