Viewing profile — poxrud
poxrud
HN member- Joined
- Tue, May 28, 2013, 1:20 PM UTC
- HN karma
- 560
- Public activity
- 213 items
- HN profile
- View on Hacker News ↗
About poxrud
https://blog.oxrud.com/
Recent public activity
-
comment
Comment #43783164
I’d recommend taking it even further and mapping capslock to escape when pressed by itself and CTRL when held in sequence with another key.
-
comment
Comment #42267692
I've used Knex, ActiveRecord and many other ORM's and query builders. At some point, beyond basic queries you start wasting time coming up with SQL statements and then having to co…
-
comment
Comment #41665625
That is incorrect, as per the article Kia ties the VIN number to the car’s functionality. The author used a 3rd party service to convert the license plate number to VIN.
-
comment
Comment #40087058
Do you support S3 event notifications?
-
comment
Comment #39941701
It’s much more than just generating structured schema. It also understands user intent and assigns the correct functions to solve a query. So for example if we give it two function…
-
comment
Comment #39734947
ATSC is a North American modulation standard for transmission of Transport Streams over RF signals. Transport streams can carry any kind of a payload, including data. When the spec…
-
comment
Comment #39716138
IAM is complicated but it doesn’t have to be, as long as you keep things organized. - Use AWS Organizations to organize your teams into Organizational Units - use SCP to limit perm…
-
comment
Comment #39694962
This is the best way to connect to your instances. However you still need the SSM agent installed and the right IAM permissions.
-
comment
Comment #38968174
It’s a way to represent a range of IP addresses. Using CIDR notation. https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing OP is saying that they have control of 1022 publi…
-
comment
Comment #38858438
For many cases yes. With llm based embeddings you get “semantic search”, so for example if someone searches for “pets” they will most likely get results that include “dogs” and “ca…
-
comment
Comment #38413971
You do need a database if you want the ability to log users out server side. This is usually done through a second refresh token.
-
comment
Comment #38015472
I made one that uses openai api to summarize the current page that I’m on.
-
comment
Comment #37357958
I know it’s not the same but you can setup billing alarms and budget alerts.
-
comment
Comment #37327193
In Canada the supercharger experience is great. In 3 years I’ve never had to wait for a spot. The superchargers are usually located in convenient locations in mall marking lots or …
-
comment
Comment #37300383
I've made it a habit to only create IAM roles/users/policies using CloudFormation. This way they can be easily removed, are version controlled and you can see why they were created…
-
comment
Comment #37272616
As a counter example, I love learning new languages and frameworks. Reading a “Getting Started” tutorial is as interesting to me as picking up a new book. That’s what I like about …
-
comment
Comment #36644058
Is this an alternative/competitor to langchain? If so which one is easier to use?
-
comment
Comment #36631380
It’s still the fastest and most common way to get aws cli working on a local dev machine.
-
comment
Comment #36173426
“That would incur a fixed cost of around $32k for the migration.” They should consider Backblaze b2 if they want s3 api compatibility. Backblaze currently offers to cover the migra…
-
comment
Comment #36173378
You have made a lot of incorrect assumptions about me, so I will stop participating in this discussion. For anyone else reading this please know that if you visit Ukraine you can b…
- comment
-
comment
Comment #36164533
What does “suppressed in the public sphere” mean in this context? The books are either banned or not. People are free in Ukraine to read and posses Russian books. You can sit in a …
-
comment
Comment #36159328
Unless we’re talking about real-time data, it’s fairly easy to add a caching plugin + CDN and have it scale infinitely.
-
comment
Comment #36117295
"as well as Ukraine say banning Russian language books" Russian language, and Russian books are not banned in Ukraine. Some anti Ukraine books were removed from public libraries.
-
comment
Comment #36114918
This used to be an option in Chrome when running in an extension. Sadly sockets were removed in manifest v3.