Using a normal Google account it has a bunch of checkmarks on https://gemini.google.com/u/1/apps but this is not available on my Workspace account.
- 0 Posts
- 103 Comments
I bought it personally but I would hardly call it expensive. The three year license is like ~67 USD a year for both CRT and FX.
I love it mainly because it’s multi-platform but I wish it had more features. They boast their great integration with VShell but it would be much better if they just had better support for OpenSSH, like being able to push ssh keys to a host.
theit8514@lemmy.worldto PC Gaming@lemmy.ca•The Outer Wilds developers are making a new gameEnglish23·10 days agoBest news I’ve heard all day.
theit8514@lemmy.worldto World News@lemmy.world•‘They cannot be jammed’: fibre optic drones pose new threat in UkraineEnglish15·25 days agoThe fiber we use at our datacenter is quite flexible but still gets damaged if you bend it too far. To roll it like they describe you would still want to have a fairly large drum (probably like 3-4 inches in diameter) which would make it pretty bulky for a small drone.
theit8514@lemmy.worldto Science Fiction@lemmy.world•What are things that mildly annoy you in SciFi?7·2 months agoSince Stargate is my go-to scifi I’m kinda offended at the “doesn’t take itself too seriously”. Sure it’s not as hard on the science as The Expanse (you know, except for the magic portals to other stars), but it feels like it takes itself pretty seriously. There are obvious bottle episodes that were probably written for other shows and shoe-horned in because they were cheap to buy and produce.
For #2, I think this would get pretty old pretty fast, not to mention that they have to fit everything into runtime constraints. Every new planet the team spends months researching the new language. Sure, you could handwave it (we found a Goa’uld translator just laying around), but that would be back to just one language. Since the Stargate presents an instant transportation rather than the days/months/years of starship travel it would make sense that languages stay fairly consistent as people move from planet to planet.
For #3, they pretty much handwave this in SG-1 as the majority of planets in the Milky Way were repopulated by the ancients in their image, and others were transferred from Earth.
NoSQL is best used as a key-value storage, where the value can be non-tabular or mixed data. As an example, imaging you have a session cookie value identifying a user. That user might have many different groups, roles, claims, etc. If you wanted to store that data in a RDBMS you would likely need a table for every 1-to-many data point (Session -> SessionRole, Session -> SessionGroup, etc). In NoSQL this would be represented as a single key with a json object that could looks quite different from other Session json objects. If you then need to delete that session it’s a single key delete, where in the RDBMS you would have to make sure that delete chained to the downstream tables.
This type of key-value lookups are often very fast and used as a caching layer for complex data calculations as well.
The big downside to this is indexing and querying the data not by the primary key. It would be hard to find all users in a specific group as you would need to scan each key-value. It looks like NoSQL has some indexing capabilities now but when I first used it it did not.
theit8514@lemmy.worldto Selfhosted@lemmy.world•Recommendations: Internal Certificate Authority w/ CRL and/or OCSPEnglish41·4 months agoSadly, most of the ones I’ve found are too complicated, and getting all devices to accept the CA is more hassle than it’s worth for self hosting. I’ve given up and just buy my wildcard cert for 60$/yr and just put it on everything.
theit8514@lemmy.worldto Linux Gaming@lemmy.ml•TIL Steam requires symlinks when games are on external drives12·4 months agoexFAT is an extension of the FAT32 filesystem that allows for larger drive sizes and file sizes and is mostly used on SD cards. Despite the name similarities it has nothing to do with the ext filesystem, and won’t support the same features as it (such as symlinks).
There is a snap package which should be more up-to-date, but I’m not sure I would recommend that for an editor. Compiling from source would be fine, as it will default install into /usr/local and shouldn’t affect the existing install. Afterwards you may need to update the link to emacs in your /bin folder (manually or via update alternatives) or add the folder where the new emacs is to your path at the front.
theit8514@lemmy.worldto Lemmy Shitpost@lemmy.world•Ok, some nerd please explain the switches on this IRL calculator app56·4 months agoFound some documentation listing the two middle switches as the rounding switch (up fraction down) and the decimal switch (auto? 0 to 6 then hex?). No idea on the other two.
http://www.calcuseum.com/SCRAPBOOK/BONUS/32853/1.htm
Decimal switch: [A-0-2-3-4-6-F], Round switch: [(ArrowUp)-5/4-(ArrowDown)], Miscellaneous switch: [(Blank)-K .-(Sigma)],
theit8514@lemmy.worldto Self Hosted - Self-hosting your services.@lemmy.ml•How private is a vps?3·4 months agoHere’s a snapshot of the memory of a running live cd of Ubuntu. I ran a script to load 0123456789abcdef over and over and it’s clearly readable. Nothing special is required for this, as the Hypervisor has access to anything that the VM does. If the VM loads the encryption key for your disk into memory it will be available to the provider.
theit8514@lemmy.worldto Self Hosted - Self-hosting your services.@lemmy.ml•How private is a vps?71·4 months agoDunno what rock you were hiding under but this is absolutely possible in a hosted environment. There’s even ESXi documentation on how to do it. Taking a snapshot can be detected, but can’t be prevented. These memory dumps can include encryption keys, private keys (such as SSL certificates) and other sensitive data.
Unless you can physically touch the drive with your data on it, I would not store any sensitive data on it, encrypted or not.
theit8514@lemmy.worldtoLinux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.world•Read Only File System10·4 months agoA better way to do this would be to use the overlay filesystem which will use some of your RAM to hold temporary files written to the partition. When rebooting the system will start over from when you enabled the overlay filesystem.
theit8514@lemmy.worldto Selfhosted@lemmy.world•Solution: How to get local SSL and use your public domain for local internal subdomains?English8·5 months agoThe DNS-01 challenge can be used to generate a wildcard by creating the requested dns record in your public dns zone, then you can use that cert for internal servers/dns. With certain dns providers it can even be automated.
https://eff-certbot.readthedocs.io/en/stable/using.html#third-party-plugins
theit8514@lemmy.worldto Fediverse@lemmy.world•Technology Connections' thoughts on MastodonEnglish1·5 months agoWhile this is a great writeup on Lemmy instances, the thread was specifically about Mastodon and it’s numerous forks. I believe they use the same tech but are vastly different things. The instance I found wasn’t quite Mastodon apparently, even though it works very similar and the app designed to connect to a Mastodon instance wouldn’t connect to it.
theit8514@lemmy.worldto Fediverse@lemmy.world•Technology Connections' thoughts on MastodonEnglish33·5 months agoI’ve been looking for a new instance to join due to various reasons. Ended up setting up and account somewhere and spending 2 hours manually copying over various settings only to find my Moshidon client won’t even connect with that new instance. Normal people are just going to quit when that happens.
theit8514@lemmy.worldto Games@lemmy.world•What are some great games that require you to bust out a notebook and pen?English2·5 months agoRhem is a myst-like which will probably require multiple journals.
theit8514@lemmy.worldto Firefox@lemmy.ml•On .LAN domains, how to stop firefox switching to https (when it's not available) and stop complaining about self-signed certificates when it is available ?7·8 months agoPretty sure there’s not a per-domain setting for that. If you have HTTPS-Only Mode turned on in the settings it will always try to use HTTPS first and present a warning before switching to HTTP.
If you want to continue using HTTPS you can setup your own CA certificate to sign certificates for your .LAN domain names. All you need to do then is add the CA certificate to your trusted certificates in Firefox and the signed certificate to the device hosting the HTTPS service.
EDIT: TIL there an exclusion feature. Neat. I didn’t see this on Firefox for Android though. https://support.mozilla.org/en-US/kb/https-only-prefs
Not OP but this is how I learned it and how it’s presented in the help file.
$ help while while: while COMMANDS; do COMMANDS-2; done $ help if if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi