My wallet does not like you right now. Good quality hardback journals for 'cheap' (Office Depot prices), and made by a small US-Based company? Sign me up.
EDIT: Does anyone else know of any companies like this for office supplies? Notebooks, pens, inks etc.? I support Noodler's Ink since they are entirely US-based, but even they have some of their pens made in India etc.
1) much better name for a matrix client than the others, Nova sounds cool.
2) $10/month is more than Disney+ per month. Could there be the option to accept a $5/month for desktop only and a separate $5/month for mobile? Then a combined $10/month for both?
Massive kudos on it looking good (even if electron) and doing Matrix stuff nicely.
I will be watching this closely, especially when Signal is ready to go.
> major US tech company to outright crap on national sovereignity of an European country.
Isn't this just a modern version of merchants refusing to land at a given port of call because there is no navy defending from pirates, and the pirates know it?
I would argue that this is not anyone crapping on anyone's sovereignty.
Nobody would accuse the company of being pretentious for refusing to let their crews be preyed upon with impunity, it would fall to the local citizens to demand the pirates get gone, or they continue not to be able to get goods from that particular merchant?
US tech companies certainly do have bullying problems. I'm not sure this is one, but I'm open to being convinced otherwise.
We had Dollar G stores open near me. I do get groceries there as my most common item there, but it is in the form of 'grab some sour cream and a block of cheese' just before dinner is done. Dollar G is ~2 minutes down the road from my house, vs. Kroger or Wally World which are ~20 minute drives.
If I am going to go get groceries, I'm going to go to Kroger by default, Walmart if it's a particularly big run, Publix if I'm feeling like burning money, and Dollar G as a last resort, since the latter combines the expensive prices of Publix with the saddest store brand version of a product you can find, if they even have it in stock.
I learned just the letter-forms (no shortcut / brief forms) from Teeline Fast, really helped me when taking sermon notes or wanting to write in my journals with a bit of obfuscation.
I saw this post, I'm not qualified to try to answer it, but I will say this.
If you learn how to wrap a web site/app in a docker container, and connect that site to an external database / fileshare, you have the core kernel needed to have easy access to the cloud services.
The cloud services offer various vendor-specific features. But unless you want to become an AWS engineer, etc., you will want to use each cloud platform's flavor of virtual machines.
Azure and AWS are fine to learn. I'm nervous that GCP will either be killed as a product, or your google account will be smoked by some AI, and either way, you won't be able to recover that investment in a google-controlled product.
I had someone who was an old Perl cowboy teach me Azure, but I'm certain that Udemy has a course that will work for teaching Azure or AWS.
> In that case, think of a rapidly growing startup, which breaches that mark (50% or whatever the law says) - and now has to comply with the law.
> But the startup is not capable of compliance, because the law was made for behemoths like google.
If I were 'king of the world' I would consider something like this, but would not have it be a binary 'must comply or exempt' but a spectrum of ranges from 'totally exempt' to 'totally regulated' depending on what percentage of 50% you had.
If you have 5% of user emails, you are responsible for the bottom 10% of regulations and/or you need to fully comply with the regulations for a sample size of 10% of your users.
IDK I need to give it more thought, but first, another zoom meeting awaits.
Your macro skills are amazing. Boy am I glad that wasp isn't live-sized because when my display showed it, I got the chills!
Phones currently cannot easily capture the details on the wasp, from the blood? vessels to the compound eye cells. Something somewhere would be blurred into oblivion.
Is it the macro lense that captures those details, or is it a wide f-stop / image size / ISO is low enough ?
I know the terms and that they matter, but not what combinations to use given what I want to capture. (this must be what it is like for a non-techie person to try to select video transcoding settings :) )
Original comment below but I decided instead to go for the following:
I am extremely proud of what work is being done online today to secure communications.
While we have companies telemetrying our native stacks[1], web browsers[2], and messaging platforms[3], we also have people working on software that doesn't do those things and still tries to empower the user to get what they need done without being a double agent for a 3rd party.
> This could also be explained by user expectations for software rising but quality of Microsoft code remaining constant.
I disagree. Evidence that supports MS code quality dropping includes a significant amount of users hanging on to Windows 7 with their cold dead hands even post years of MS marketing, arm twisting, GWX updates, and EOLing Windows 7, with users paying for ESUs via Ask Woody vendors and/or that 0patch tool.
I myself moved to Windows 8.1 and from there am hem-hawing on whether to use KDE Neon or Linux mint XFCE and just leaving behind Windows except for the air-gapped Windows 7 VM I will no doubt need for things like Anime Studio. I will not allow Windows 10 (outside work devices) on my home network.
(Maybe for Centaurus aka Courier Jr...but I'll put it on the guest wifi and make a bunch of throwaway accounts for it. )
As a member of the F# Evangelism Strike Force (to use an n-gate ism), I want to argue this point but there is not enough info to determine what 'enough momentum' means.
I can produce, without leaving F#: libraries, cli apps, windows services, windows desktop apps, websites (asp.net core + giraffe), web apps, SPAs (SAFE stack), and more. If I target .NET Core, I can run my F# in windows land, linux land, and anywhere else .net core has been ported. What features does C# offer that F# doesn't, aside from being more familiar to lots of MS devs? Even I started my dev journey with C# on Windows Mobile 5 via .Net Compact Framework.
Cons: The F# tooling is just worse than C# tooling. Compare the 20-year old language with support since Visual Studio 2003 .NET to the one that has for some reason focused on the VSCode + Ionide plugins rather than the tooling that VS users run into and even I can't really argue that C# has better tooling. Biggest weakness of F# is all the wonkiness when it comes to common tasks like making, running, building, publishing codebases. The use case of something common like 'make me a new blank app, I want it to use paket for dependencies and to spit out an alpine docker image with .net core sdk at the end' should be 1 command, then triggerable from the VS Debug/F5 button. It just isn't that yet.
> C# has to grow somewhere why not this direction
I'd rather C# lean more FP than lean more OOP, sure, but _does_ C# have to grow somewhere? Can't a language spec be declared good enough / maintenance mode at some point so the programmers can focus their learnings on fuller understanding of the spec itself, as well as improving the implementations and tooling around a language?
Look - I don't have anything deep to say here. I can only say that between 'records' and 'with-expressions' now in C#, I as a hobbyist F# developer feel like I'm being shaken down by the mafia.
C# designers: "Hey, nice language features you have there. I'll just borrow them for a bit ok, it'll be fine..."
Later, C# programmers: "why would I learn F#, C# does all the same stuff!" (even though it doesn't)
Edit: I admit being both glad that C# is gradually migrating to the ML-style coding which will make F# more mainstream, and nervous that C# will get close enough to kill F# adoption yet too far away to actually get all the benefits of F#.
Some examples of this include the Hindley-Milner type system, partial application, discriminated unions, and all of the compile-time goodness the F# compiler gives and the C# compiler ignores.
I really like the idea of learning this. Using a unixy system, sqlite, and plain old CGI sounds like such a good idea to cut through the mountains on mountains of abstractions we've got today for React-based SPAs.
But C is insecure. For all intents and purposes for me, a hobbyist, it is impossibly so. Security experts and C professionals the world over work hard to make things secure, yet there are (virtually) always vulnerabilities discovered (or worse, not), and in the briny seas of the internet, I don't want any code I wrote to compromise my or anyone else's computer systems.
Can I write insecure code in other languages? Yes. Are other languages going to provide more guard rails against failure than C? Yes.
Bottom line: yes C is the one ring, I will probably end up using it plenty in other non-internet-facing capacities. But I don't want to use it for internet-facing things, too many ways for me to foot gun myself.
If this stack existed with a memory-managed language, even if it is otherwise unchanged, I would look into it seriously. As it stands, I don't feel qualified to try to write anything with the beaches stack since I can't reasonably determine with a hobbyist's skillset whether the application is 99.xx% secure from a vulnerability skillset for any non-trivial use.
EDIT: Does anyone else know of any companies like this for office supplies? Notebooks, pens, inks etc.? I support Noodler's Ink since they are entirely US-based, but even they have some of their pens made in India etc.