Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AtNightWeCode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
211.
▲
by
AtNightWeCode
2y ago
Maybe write the types in the actual files and let the editors optimize it away instead of having it as a language feature. I don't want to see or write all the types in my daily work but when reviewing other peoples code I would like t
212.
▲
by
AtNightWeCode
2y ago
Maybe one can get the code from here. New commits being added it seems. https://git.tukaani.org/
213.
▲
by
AtNightWeCode
2y ago
Those numbers in the screenshot from Cloudflare represents requests to Cloudflare, not requests to the origin. It includes cache hits.
214.
▲
by
AtNightWeCode
2y ago
I was of course talking about a managed service. And the problem with deleting data exists in several Azure producs like Cosmos DB, Table storage, App Insights and so on.
215.
▲
by
AtNightWeCode
2y ago
It should be a simple task to add that command and it is widely used. It sounds more like a business decision to not add it. It is not unusual that cloud providers make it difficult to delete data for various reasons.
216.
▲
by
AtNightWeCode
2y ago
To not support the FLUSHALL command suggests that Azure is the goal with the project.
217.
▲
by
AtNightWeCode
2y ago
Rate limiting per user is mostly a thing of the past. You set other rate limits and various rules and then get the rate limit per user for free.
218.
▲
by
AtNightWeCode
2y ago
Some of these exploits can be used in a browser. They leave no trace. So it is hard to tell how much these exploits have been used in the past and how likely a wider attack will happen in the future. Some of these exploits have been used in
219.
▲
by
AtNightWeCode
2y ago
There are many differences between implementations of regex. To name a few. Lookbehind, atomic groups, named capturing groups, recursion, timeouts and my favorite interop problem, unicode.
220.
▲
by
AtNightWeCode
2y ago
I fail to add carriage return to the test string on that site. Which I guess would be an issue on Windows.
221.
▲
by
AtNightWeCode
2y ago
I have not really thought this through but maybe there could be a forced requirement to add a watermark to the data when storing sensitive PII. Hackers could then use the watermark to prove the authenticity of the data and users could use i
222.
▲
by
AtNightWeCode
3y ago
My guess is that IIII was used before IV in various cases. So maybe a mistake or to reduce confusion.
223.
▲
by
AtNightWeCode
3y ago
A thing not mentioned in the article is that most of the example data is also available directly from the authorities. Not as easily accessed perhaps. However, these services also keep data not available like old convictions. There are othe
224.
▲
by
AtNightWeCode
3y ago
So what I meant is that you see the exact same maybe pattern in many projects but instead of returning null there is a guard that throws an exception. I agree with the solution.
225.
▲
by
AtNightWeCode
3y ago
I am for exceptions but it should not be used for basic control flow. Many techs will treat all exceptions as errors.
226.
▲
by
AtNightWeCode
3y ago
People think they are being tricked is my guess. But also in general, people like to stick to what they have committed to. I think this has more to do with culture than regret.
227.
▲
by
AtNightWeCode
3y ago
SSO in Cloudflare also seems to have problems.
228.
▲
by
AtNightWeCode
3y ago
The difficult thing is to benchmark the software correctly and evaluate the impact of a change. Most of the examples on the Internet are useless micro-optimizations. I evaluated a program some time ago that did several speed tricks. But the
229.
▲
by
AtNightWeCode
3y ago
Workers run before the cache so I would avoid this for static sites. One can use workers for dynamic routes on a static site though.
230.
▲
by
AtNightWeCode
3y ago
You typically can't replace Netlify with Cloudflare. You need something like Github actions with some storage, S3 or something and then one can put Cloudflare in front of it all for caching, DDOS protection and so on.
231.
▲
by
AtNightWeCode
3y ago
Something I have noticed along the same line is that the importance of actions within a company is mapped from the work roles people have, not from the work to be done.
232.
▲
by
AtNightWeCode
3y ago
In your case it sounds more viable to move to VMs instead of RDS, which some cloud providers also recommend.
233.
▲
by
AtNightWeCode
3y ago
Nice. The pulse is a bit too fast for syncing breathing I think. Also, exhales should be slower than inhales.
234.
▲
by
AtNightWeCode
3y ago
My theory. When hovering or clicking on an icon more of the icon is visible with a tilted arrow.
235.
▲
by
AtNightWeCode
3y ago
It was a bad tweet and some people should have an alcohol lock on their social media accounts. But to call it a death threat is just silly.
236.
▲
by
AtNightWeCode
3y ago
Just to be clear. Red is the correct answer, right?
237.
▲
by
AtNightWeCode
3y ago
Because it is a trick question. That state is not in play.
238.
▲
by
AtNightWeCode
3y ago
It also breaks many user flows like when a site in an app opens an other app to complete a process. Then there is no way to get back to the site that works in all cases.
239.
▲
by
AtNightWeCode
3y ago
A colleague had a valid German driver license with a photo stapled on, way into the 21st century. Nice.
240.
▲
by
AtNightWeCode
3y ago
INTENT is the keyword for most laws. If the intent here was to check the security it is 100% legal within EU. Don't know about UK. I guess the guy poked around.
More ›