Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rmedaer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rmedaer
3y ago
TLDR: You can split the JWT into 3 parts and store them differently in cookies to keep the _payload_ accessible in JavaScript and make the _signature_ inaccessible from the web app. In the following Stackoverflow thread ( https://
2.
▲
by
rmedaer
4y ago
IMO Stripe API[^1] is following well the REST principles and constraints. Btw, if I well remember, they are not using PUT at all while they obviously allow users to update some resources. They implemented an "Idempotency-Key" head
3.
▲
by
rmedaer
4y ago
I promised myself to never-ever answer the "CRUD vs HTTP verbs" topic. I could not resist. It is a huge shortcut to map CRUD operations to HTTP verbs POST, GET, PUT, DELETE. By the way, the definition of HTTP verbs defined in the
4.
▲
Prevent Forwarded header spoofing with HTTP message signature
(raphael.medaer.me)
1 points
by
rmedaer
4y ago
|
0 comments
5.
▲
Ask HN: PCI-DSS (level 3/4) for a one-man business?
1 points
by
rmedaer
4y ago
|
0 comments
6.
▲
Ask HN: Is Progressive Enhancement still relevant in 2022?
6 points
by
rmedaer
4y ago
|
7 comments
7.
▲
by
rmedaer
4y ago
No lag at all on Firefox. Still have some unsupported GPU related features on Chrome.
8.
▲
by
rmedaer
4y ago
I own a ThinkPad X1 Yoga Gen 6 with a 11th Generation Intel® Core™ i7 and an integrated Intel® Iris® Xe Graphics. I'm not playing games. I use an external "5K2K" LG monitor (basically 2x 4K monitor) through Thunderbolt 4 port
9.
▲
by
rmedaer
4y ago
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status ?
10.
▲
Writing a Node.js loader for native CSS modules
(raphael.medaer.me)
1 points
by
rmedaer
5y ago
|
0 comments
11.
▲
Another Better Git Flow
(raphael.medaer.me)
2 points
by
rmedaer
5y ago
|
0 comments
12.
▲
Attempt to standardize the JavaScript API to encode/decode CBOR
(github.com)
1 points
by
rmedaer
5y ago
|
0 comments
13.
▲
by
rmedaer
5y ago
Really? Reading blogs, articles, etc. 99% of them say "POST is idempotent". They never say "but it could be".
14.
▲
Yes, a POST can be idempotent, said HTTP RFC editor
(twitter.com)
1 points
by
rmedaer
5y ago
|
4 comments
15.
▲
OAuth flow to obtain JWT without user consent
(stackoverflow.com)
1 points
by
rmedaer
5y ago
|
0 comments
16.
▲
How to get OAuth access token without resource owner consent?
(stackoverflow.com)
1 points
by
rmedaer
5y ago
|
0 comments
17.
▲
BlimpDrive: Stupid-Simple Electric Paramotor
(youtube.com)
2 points
by
rmedaer
5y ago
|
0 comments
18.
▲
How to Write an RFC – A Tutorial (2005) [pdf]
(ietf.org)
1 points
by
rmedaer
5y ago
|
0 comments
19.
▲
T-Shirt Size Estimation (Agile)
(explainagile.com)
1 points
by
rmedaer
5y ago
|
0 comments
20.
▲
Another Successful Git Flow
(raphael.medaer.me)
2 points
by
rmedaer
5y ago
|
0 comments
21.
▲
Yet another successful Git branching model
(raphael.medaer.me)
2 points
by
rmedaer
5y ago
|
0 comments
22.
▲
by
rmedaer
6y ago
Actually there is a missing alternative to Mapbox, Google Places and Geocode Earth. As they explain it this blog post, Algolia Places relies on OSM Open Source community to maintain accurate data. Since it's not anymore a business for
23.
▲
Sunset of Algolia Places Feature
(algolia.com)
5 points
by
rmedaer
6y ago
|
1 comments
24.
▲
Server Side Includes (SSI)
(en.wikipedia.org)
1 points
by
rmedaer
6y ago
|
0 comments
25.
▲
by
rmedaer
6y ago
IMO it might be a good idea to store binary assets in Git from a "history management" point of view. However it's a mess when you have to deal with a lot of huge files. Not especially because of bad-habit but because it'
26.
▲
Git filtering mechanism isn't intended to be used the way Git LFS has used it
(github.com)
9 points
by
rmedaer
6y ago
|
14 comments
27.
▲
by
rmedaer
6y ago
I would like to thank you for your feedback. If you still have a little bit of time, here is a quick survey to get more feedback about your needs! https://ku.ag/6dmohc20fvnd Kind regards,
28.
▲
by
rmedaer
6y ago
You got the point.
29.
▲
by
rmedaer
6y ago
Hi Jugurtha, Actually a REST API is already ready. I consider to offer premium services (API, link management, bulk generation, etc.) Could you send an email to info@ku.ag in order discuss more about it ? Kind regards,
30.
▲
by
rmedaer
6y ago
> Every string encodes to the same amount of “squares” (...) Actually the size of QR Code doesn't depend only on length of the string but also on charset used. For instance, the URLs generated at bit.ly are case sensitive, to encode
More ›