Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gnur
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gnur
1y ago
This has changed actually, since this month you can use claude code if you have a cloud pro subscription.
2.
▲
by
gnur
3y ago
Do you have the source available for this? This is something I'd quite like to selfhost as well :)
3.
▲
by
gnur
3y ago
It might not be a feature, but it is a selling point. It conveys that it was written relatively recently, is more likely to support modern features in the shell, runs reasonably fast and is reasonably portable. If it was written in JS or py
4.
▲
by
gnur
3y ago
GDO: Garage door Opener, a passkey enabled web interface to trigger opening my garage door. It's basically just a 2 button website, 1 button opens and closes the door with a delay, the other just opens/closes the door. It uses a
5.
▲
by
gnur
3y ago
They could easily make the device accept 10 or even 20 devices at a time, with a simple LED on for each indication progress. Just check up once an hour and move done iPhones to the done stack and place todo iPhones in the device. Set it up
6.
▲
by
gnur
3y ago
Pretty sure they offer that already, https://tailscale.com/blog/golink/ has more information on embedding the tailnet within a program.
7.
▲
by
gnur
4y ago
If only that was true, the only way to remain cloud agnostic seems to be to use Kubernetes and some kind of managed sql database. Once you factor in some things like pubsub, SNS, dynamodb or firebase you quickly lock yourself in. Running th
8.
▲
by
gnur
4y ago
I'd say most of these patterns are supported by NATS, it can do pub/sub but actually also has excellent support for RPC and in the latest iteration it also has a KV store baked in. I've been using it for a few pet projects so
9.
▲
by
gnur
5y ago
Words and their usage change over time. The cloud has become a term for a place where you can easily rent compute power, in some way or another. That ease of use (you just provide your credit card, click a few times and you get a VM) has be
10.
▲
by
gnur
5y ago
Duo repo seems to be the sweet spot for me. 1 for actual application code 1 for infra as code First can automatically create a PR to the second when any component artefact changes. Also makes ci/cd separation trivial
11.
▲
by
gnur
5y ago
S3 is region based, not AZ based. So it should be able to tolerate an entire AZ (=DC) being lost. They offer an amazing number of 9s for durability, it is very unlikely that a single fire will cause harm to your data.
12.
▲
by
gnur
5y ago
> Less than 100% reliability is essential This is actually a take most SRE's would / should believe. Every added 9 to the reliability increases the price exponentially. Finding the correct level of reliability is something mo
13.
▲
by
gnur
5y ago
It is, but you cannot deny they host a majority of the open source projects that almost everyone uses daily.
14.
▲
by
gnur
5y ago
Anything related to storage or compute? I couldn’t image having a 2tb drive 20 years ago, but having a 2tb ssd in my laptop is kind of amazing
15.
▲
AWS EC2 users can now use ed25519 SSH keys
(aws.amazon.com)
2 points
by
gnur
5y ago
|
0 comments
16.
▲
by
gnur
5y ago
I’ve done some stuff with it. Works pretty well but not perfect. Insertion times grows linear with index size, up to tens of milliseconds with an index of couple 100k documents. Go library is very un-go, with not all the options exposed. An
17.
▲
by
gnur
5y ago
In Dutch companies it’s done by Justis, a separate government agency that basically tells companies if you’re fit to do a certain job. It’s based on what job you’re going to perform, so people that have money laundering convictions probably
18.
▲
by
gnur
5y ago
Is this about the AI or about the use of regular technology that could hurt citizens? Facial recognition and pattern recognition both seem like tech that isn't necessarily AI but are mentioned in the article. If it's about AI, whe
19.
▲
by
gnur
6y ago
I don’t think this should surprise anyone. Go is an excellent language for quick prototyping and easy distribution. The investment to become fluent in Go might literally be an order of magnitude less than becoming fluent in rust. Rust might
20.
▲
by
gnur
6y ago
Did not expect these results, has anyone done similar tests with other timeseries databases?
21.
▲
by
gnur
6y ago
I'm slightly confused, is it going to be called xyz? Or OAuth XYZ, or Oauth 3? In either case, I am excited about it, I do hope it will be easier to use as well.
22.
▲
by
gnur
6y ago
The gains from vim over using the mouse is mainly muscle memory for me. I can comment out a function/block/line from anywhere in the function without looking at either the screen or the keyboard. And I do it without consious effor
23.
▲
by
gnur
6y ago
What features do you use the most? I'm looking to extend a personal project for searching epubs to be more featureful when compared to calibre.
24.
▲
by
gnur
6y ago
I recently created https://github.com/gnur/tobab that looks similar to your needs. It's an identity aware proxy that uses google as an identity provider (but more could be added). I built it mainly out of frustrat
25.
▲
by
gnur
6y ago
Honestly, the ones that set up a wiki but not the code are at least as valuable as the ones writing the code.
26.
▲
by
gnur
6y ago
Modern node development uses promises as well.
27.
▲
by
gnur
6y ago
If keycloak provides an openID connect endpoint it should be fairly trivial to extend tobab to use it. Goth might actually have specific support for keycloak, but I'm not sure about that to be honest.
28.
▲
by
gnur
6y ago
Over the last year I got frustrated with the complexity projects like traefik and caddy have gained recently. While I do love Caddy still, it seems like it wants to do too much, which I understand because they have a commercial offering, bu
29.
▲
Show HN: Tobab, a poor mans identity aware proxy. “BeyondCorp” for selfhosters
(github.com)
42 points
by
gnur
6y ago
|
13 comments
30.
▲
by
gnur
6y ago
Actually, even lighter skinned people can have lots of trouble generating sufficient vitamin D. My wife's family has the lightest skin possible but they all have vitamin D deficiency, if you have some kind of fatigue it is truly worth
More ›