pikachu
pikachu
About
- Username
- pikachu
- Joined
- Visits
- 1,727
- Last Active
- Roles
- Member
- Karma
- 203
Comments
-
(Quote) This is for the first three months only, right? Is there a way to not pay up $35/mo as I won’t be using up all those 50,000 emails?
-
And thanks for your presence on LES!
-
The recommended way to get help with these things is to provide a jsfiddle with a minimal example of the issue described.
-
(Quote) These are two separate concepts though. "Asymmetric" is used to refer to public-private key based encryption, whereas "one way" is used to refer to refer to the property of functions (such as hash functions) where it'…
-
(Quote) Password hashing isn't encryption. Password hashing is a one way process that only makes it possible to verify whether the user provided password equals the hashed one on the server, whereas encryption is supposed to make the original d…
-
@bikegremlin you’re thinking about one time passwords/verification codes sent via email or SMS. This is something different, where the browser manages keys for you to log into each website and because of how asymmetric crypto works, you don’t need t…
-
(Quote) Haha, thanks for the laugh :lol: You could also try compressed air, as suggested in the documentation, but I wasn't sure if compressed air would exacerbate the problem by blowing the dust away to other hard-to-reach areas of the keyboar…
-
(Quote) You can turn the laptop upright and tap the bottom of the laptop to remove dust. Recently my Macbook's shift key was acting up and I fixed it that way.
-
(Quote) It is. Sadly, webauthn is being pushed with really shaky justifications about how passwords can be stolen from servers and how passwords can be phished. If everything is already in a password manager, you aren't really thinking about pa…
-
Racknerd "Black Friday 2021" $14.88, Dallas, TX: # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2022-05-06 ## https://github.com/masonr…
-
Would you mind commenting on these recent involucrations @hosthatch? I've always been a happy customer, but I think it's getting out of hand these days and a statement about what's the deal with all these incidents would go a long wa…
-
(Quote) Don't really have one. Since this is an experiment of sorts where I'm dealing with far more important things, I'd just really stick my app somewhere and have it run without the hassle. I do better understand the reasons for t…
-
Thanks for the recommendations folks, but this was what I feared - most hosts seem to be selling their shared hosting packages at nearly the same price range as a VPS, and I really wonder why. Honestly, I was hoping to save a bit by moving my proje…
-
(Quote) The big cloud providers use their unutilized capacity this way, any time a server isn't being used, it can be put up as a spot/preemptible instance which can be utilized by an external customer, or the internal FaaS customer. Digitaloce…
-
(Quote) So much for Vultr's PMS a few months ago about how Akamai would destroy Linode by raising their prices and getting rid of customers, and yet here we are...
-
Alwyzon Storage Server 500 - 33.12EUR quarterly. For a storage server, the disk and GB scores are very nice. # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2022-02-…
-
(Quote) Had the same opinions about Macs for a very long time, then I just so happened to pick up a Macbook Air at a sale and I'd dare say Apple products actually make your computing experience very enjoyable :smile:
-
(Quote) Night light (Windows)/Night shift (MacOS) not cutting it for you?
-
@Virmach After the incidents on your recent sales thread on OGF, I was wondering if you would ever do a sale there.
-
(Quote) That mindset permeates to their paid products, just read some of the Google horror stories on Hacker News.
-
(Quote) data loss, aka involucration.
-
ndn.today seems to be back up though. Presumably your issues with one are resolved?
-
Is there a technical reason why the push-ups and other NDN experiments aren’t on *.yoursunny.com? Can save a bit that way.
-
(Quote) TBF one guy at OGF had an abuse case against them and the other had consumed their bandwidth allocation, and were spamming multiple threads incessantly. The concerning stuff is the loss of IPv6 connectivity here and the data loss incident ov…
-
Look out for InceptionHosting promo boxes, they have done ~$0.0023/GB pricing occassionally.
-
(Quote) Reading is an essential skill.
-
A paid-up provider on OGF, or…?
-
(Quote) RAM wise it's not a problem, I've run Minio on 512MB RAM VPSes. The only problem with Minio has been its implementation of multipart uploads and if you can avoid that or only upload small files (~ 8 MB), you'll be fine.
-
(Quote) If it's an option look into disabling multipart uploads on the client side (mc mv --disable-multipart or simple PutObject as opposed to CreateMultipartUpload), use that. Minio's single filesystem mode implements multipart uploads …
-
(Quote) Is all of this for a company that you run or is this just for yourself? (Quote) Any reason Gitlab's SaaS offering or alternatives like Gitea don't work for you? I've been looking to migrate from Gitlab SaaS to Gitea and wante…
-
Copying my response from OGF, although my stack changed a bit: * A Hosthatch VPS used as a development environment, which I connect to using vscode. I mostly use it as a x86 development environment for various apps that I write. * A GreenCloud prom…
-
@m4nu you might want to look at this competitor of yours: https://elest.io/ I do have to say they have a better pitch on their website, and it may be better to adjust yours as well.
-
(Quote) Folks this is just an avatar and let’s not chase off people either. (Cue accusations of white knighting)
-
@m4nu any possibility to add Grafana+Loki and Prometheus containers for centralized logs/metrics collection?