Viewing profile — _Chief
_Chief
HN member- Joined
- Wed, Nov 23, 2016, 4:07 AM UTC
- HN karma
- 180
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About _Chief
Recent public activity
-
comment
Comment #46897914
> If the SSH connection is set to disallow passwords and only authorize via SSH keys, how big of a risk is this low risk, do this. Keys (ed25519,4096 rsa) are impractical to brute …
-
comment
Comment #46891936
Received 15+ in 10mins on a public email (dropbox, soundcloud, gitlab, tidelift etc). Then just started hitting handles on the domain ( diddy@, epstein@ ). Just placing an aggressi…
-
comment
Comment #46273915
Also Kenyan, I once recently spent 10min explaining a technical topic via chat, and the response I got was "was this GPT?". I took a few minutes then just linked an article of how …
-
comment
Comment #44758417
I have been thinking around solving this problem. I think one of the reasons some AI assistants shine vs others is how they can reduce the amount of context the LLM needs to work w…
-
comment
Comment #43826086
yes, came across xdrip+ when looking for an android app I could use for Libre 2. I don't think Dexcoms are sold in Kenya, and even the Libres around are UK ones so you need 1) a VP…
-
comment
Comment #43822485
Love this! Thank you for sharing! My backend is also in Go so this is a godsend. Will see how I can incorporate and let you know if I do! > not having sanctioned access to real-tim…
-
comment
Comment #43822435
Thanks! I started out with a Nextjs full stack on Vercel, with db on Turso but ended up with a React frontend (next on vercel) and Go backend (selfhosted on vps). Decided to port t…
-
comment
Comment #43820214
All types. The sugar dashboard allows import of data from different glucose apps, so its goal is to allow you visualize and analyze your data. I hope to integrate with cgms directl…
-
comment
Comment #43819357
https://mysukari.com - A Diabetes management platform I got diagnosed with type 1 diabetes in Feb (technically LADA as it's late onset). I'm the first in my family with it so I had…
-
comment
Comment #43629645
> the only info we do store is your session's cookies (and only if you're logged in). If this truly is the only cookie you store, then you may not need the cookie banner, you can e…
-
comment
Comment #43409118
This brings back so many fond memories. I grew up in a rural part of Kenya where the internet was scarce and tech practically non-existent. I was interested in web dev and taught m…
-
comment
Comment #37060099
Logging in shows a dashboard asking you to implement it on your site. That's not what I expect from a "demo" of a captcha. A recommendation would be; please use mcaptcha on the mca…
-
comment
Comment #33341540
A tip for going over github code is to use the github.dev domain. This will help going over the code in an IDE (if you'd like that), that provides you language features, and easier…
-
comment
Comment #31329906
In case you're trying to open the RFC links on the site, the IETF site no longer supports http and does not redirect to https, hence you see a 404 error. You can manually open http…
-
comment
Comment #30565252
that's right. "Ki" in this context is a prefix that's used to denote a language or the language spoken by a people ("ki ya lugha" - ki of language). This is exactly like English ha…
-
comment
Comment #28691229
This is great! Can't wait to give it a try. Waiting for the Windows version though. Does the electron GUI need to be open for it to fetch the data, or can it do that as a backgroun…
-
comment
Comment #28422204
I feel it's not by accident you don't understand it. The documentation says that it's heavily inspired by TailwindCSS and calls itself utility-first. However if you've used Tailwin…
-
comment
Comment #25484434
Same experience for me, no game breaking bugs so far. However I am worried (a lot) about save files getting corrupted once they reach 8mb [0] . Hope that gets addressed sooner than…
-
comment
Comment #25355604
+1. I wish the app had a high performance mode that'd cache all blocks of recently opened pages in RAM. May be had to implement and still retain collaboration on pages, but possibl…
-
comment
Comment #25252829
My fav Udemy course is a bash shell scripting course[0] . The content is worth reviewing especially for any beginner/intermediate sysadmins/devops/backend devs. Another one I like …
-
comment
Comment #23134431
seeing secrets.txt in the repo gave me a fright for a second and it's not even my project
-
comment
Comment #22965695
Any reason Github OAuth needs permissions like Resources and Actions for login?
-
comment
Comment #20745593
This is really nice work. Tried it out on a blog[1], works really well with content-heavy technical docs. Had to add some custom stylings for new blocks, but that was also pretty e…
-
comment
Comment #20323539
Docs explain this, not as detailed as the post, but it does touch on slices referencing/wrapping an array. However, there is a blog post dedicated to slice internals https://blog.g…
-
comment
Comment #20222187
I find it interesting how a lot of Go devs, myself included, agree that Rust is better in terms of language design, performance etc but still use Go. Personally, it's the productiv…