Viewing profile — bebop
bebop
HN member- Joined
- Tue, Aug 25, 2009, 2:59 AM UTC
- HN karma
- 633
- Public activity
- 216 items
- HN profile
- View on Hacker News ↗
About bebop
Recent public activity
-
comment
Comment #48595240
90 days moving to 45 but you can and should renew earlier than that. Automating this process means that you should be request a new certificates roughly 60 days (or 30 soon) after …
-
comment
Comment #47651886
They don’t have the cult of personality to hold on to power in the same way djt does.
-
comment
Comment #47025970
This is a very accurate take. There is a ton of collection that the government is explicitly not allowed to do. However, the ability to purchase this data is much less regulated. S…
-
comment
Comment #46011444
We used https://www.coderabbit.ai/ at my work to do reviews and I was a pretty impressed with it. Might be worth a look. Not affiliated in any way.
-
comment
Comment #44704763
This is an interesting idea. One thing that might help targeting is to have some sort of chemical that attracts the mosquitoes. In that way you can bring your target to you.
-
comment
Comment #43689343
Planes did not exists.
-
comment
Comment #43037491
I work for a company that is open source and has a large community. I blows my mind (and often aggravates me) how rude some people can be. For some reason people feel that it is ap…
-
comment
Comment #42808255
A friend of mine who is good at these things recommended https://mantine.dev/
-
comment
Comment #42657736
I worry that vision is not going to become reality if the large observability vendors don't want to support the standard.
-
comment
Comment #42257728
Own up to it and give a healthy severance as quickly as you can.
-
comment
Comment #41829574
That has already begun. Saw stop technology is already working it's way into regulations. A decent non saw stop table saw will cost you ~500 USD. A saw stop saw will be 1200.
-
comment
Comment #41673768
To reinforce this point, it is around 375 atmospheres at the titanic. The deep sea is a crazy place.
- story
-
comment
Comment #41638636
Super excited to see Airbyte finally make 1.0. Tons of great features in the release that represents a lot of hard work from the Airbyte team over a number of years. Congratulation…
-
comment
Comment #41007711
You can still use local users, you just have to work a little harder to do so.
-
comment
Comment #40492684
Yes, this is the trade off. If you are working in an industry where you need to be highly sensitive for data access even for short periods of times then oauth/oidc/jwts are probabl…
-
comment
Comment #40492590
I have not seen an authorization server that makes it easy to configure no signing algorithm or even one that might be considered insecure. Most of the client authentication provid…
-
comment
Comment #40492440
I would add two pros of jwts (I guess oauth 2 and oidc more specifically) 1. It standardizes your auth system. While sessions auth is mostly implemented in the same way across syst…
-
comment
Comment #40401534
I have been building this on and off for a number of years. Mostly focused on the document management side of things: https://github.com/bgroff/kala-app
-
comment
Comment #40375316
For those that might not follow the link: “[ai code] is presumed to be tainted (i.e. of unclear copyright, not fitting NetBSD's licensing goals) and cannot be committed to NetBSD”.…
-
comment
Comment #40299742
Depending on how you game and what games you play, steam + proton works really well on Linux.
-
comment
Comment #40047653
Basically. The first part is creating a certificate request for a developer certificate, then apple creates a signing certificate for you. Then each executable part of your distrib…
-
comment
Comment #39443741
Not the parent, but C# and Java are very similar in their feature set. One thing that I find interesting about the respective communities is, Java tends to develop JSR's where a st…
-
comment
Comment #38697064
Not disagreeing with your points. One thing mocks can be good at is to simulate errors that would be difficult to reproduce in an actual stack. For example, maybe you want to try a…
-
comment
Comment #37865111
https://github.com/cartobucket/auth Cartobucket Auth is an OIDC/OAuth 2.1 system that is meant to be easy to extend and embed into your existing infrastructure. To that end, if you…