Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AtNightWeCode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
331.
▲
by
AtNightWeCode
3y ago
Yes, it is incorrect. Some UX designs even try to make you feel like something happens instantly when it is not. Best example I can think of is that Spotify used to have this animation on the play button that was just there to hide the dela
332.
▲
by
AtNightWeCode
3y ago
BS. Google have shown that any time loss in any stage of any payment process directly affect conversion rates.
333.
▲
by
AtNightWeCode
3y ago
This does make sense I think. All the bs about namespaces that only differs by the prefix Azure or Microsoft. Not so much.
334.
▲
by
AtNightWeCode
3y ago
Monolith apps can have many dependency checks and it is not really an issue but I get your point. It can become messy. What I have seen gone into sidecars is TLS-termination, caching, authentication, service clients, metrics and logging. Th
335.
▲
by
AtNightWeCode
3y ago
When I first learned about the sidecar pattern I thought it was great. I am not sure about it anymore. Most of it could be propagated to custom images or layers at the boundary. To me this feels a bit sketchy. Too have containers that kinda
336.
▲
by
AtNightWeCode
3y ago
A large part of creating a 3D-engine is to try figuring out what capabilities can be used with what performance across different hardware. If this is only an abstraction it won't solve anything.
337.
▲
by
AtNightWeCode
3y ago
You are too kind. Mid to late 90s game. What is up with those shadows. I have written a 3D-engine with better image quality than this like 20 years ago. At least it is not a teapot.
338.
▲
by
AtNightWeCode
3y ago
What I don't understand is why products like Facebook and Google Analytics (up to 3?) ship PII to US. The owners have data centers in EU and should be able to process the data enough for it to be OK to send to US.
339.
▲
by
AtNightWeCode
3y ago
It is not that difficult for most startups to be mostly GDPR compliant. At least not in comparison with trying to fix it later. In some business areas local law and GDPR clashes though which can be a pain.
340.
▲
by
AtNightWeCode
3y ago
Cloudflare workers if you want JS/TS.
341.
▲
by
AtNightWeCode
3y ago
Like over a year ago Deno raised $21M in investments and this is the current state...
342.
▲
by
AtNightWeCode
3y ago
I think the article is mostly incorrect. The deep web has been way larger than the open Internet for a very long time. I see other problems with Google search like it does not work as well as it did some years ago.
343.
▲
by
AtNightWeCode
3y ago
Yeah and Twitter IDs used to be 32-bit integers. In this case it is kind of obvious that the IDs leaks information about internal data types. Which is not ok at many companies.
344.
▲
by
AtNightWeCode
3y ago
I recommend this museum. It did not give me the same jaw-dropping experience as staring into Starry Night at MOMA. But it is a great museum and it spans over the entire life of Van Gogh, his development and tools. There is also a lot humor
345.
▲
by
AtNightWeCode
3y ago
That it is a nearly sorted sequence. Typically the first part of the ID is a timestamp. So you may sort the IDs down to the second it was created. But for IDs created at the same time the order is random. This can be used for caching, datab
346.
▲
by
AtNightWeCode
3y ago
An important aspect of identifiers is to not leak any information in the identifier. In some scenarios a prefix might be fine but less important things have been blocked by our dpo department.
347.
▲
by
AtNightWeCode
3y ago
If the code is handwritten or not does not really matter when you are looking at the generated execution plans and so on for troubleshooting. I worked with several systems not using ORMs that still have the N+1 problem. And if a schema gene
348.
▲
by
AtNightWeCode
3y ago
I mostly looked at Rust to replace tools written in GO and Webapis written in ASP.NET/C#. In both cases there seems to be options in Rust but not reliable ones. With reliable I mean that it is just too few people involved. Not that it
349.
▲
by
AtNightWeCode
3y ago
I do not care about you or why you are here. The answer points to a source that have the correct answer to a very basic question. I have no obligations to you or your hubris. You millennials are really something else. How you even manage to
350.
▲
by
AtNightWeCode
3y ago
I don't think you want ABAC. ABAC is for the cases when a set of attributes will grant access. The more common thing is RBAC. RBAC is that a user have been assigned some roles that comes with access. A good example with ABAC is if pers
351.
▲
by
AtNightWeCode
3y ago
Rust is for sure much easier to learn than some people claim. Some parts of Rust is different but it is not very difficult. I think the ecosystem is the major problem with Rust.
352.
▲
by
AtNightWeCode
3y ago
Since probably a year back I can't get links in emails to open correctly from Outlook with any browser without copying the link manually. So for me it does not matter. I think apps should work in the general way an OS is designed. This
353.
▲
by
AtNightWeCode
3y ago
One may ask for sources... And the original Q in this case is so simple that even ChatGPT can easily answer it. It is not like there is room for opinions. It is basic CS projected on well known techs.
354.
▲
by
AtNightWeCode
3y ago
Not text rendering. Web. CSS still does not have proper support for kerning. Amazing how some things can be so bad for decades.
355.
▲
by
AtNightWeCode
3y ago
This is more or less industry standard for some decades. You may try ChatGPT to guide you.
356.
▲
by
AtNightWeCode
3y ago
AAA seems to be more common today. Authentication, Authorization and Accounting. (Including Audit in Accounting.)
357.
▲
by
AtNightWeCode
3y ago
Read up on AAAA
358.
▲
by
AtNightWeCode
3y ago
Just go ahead and add the same poor design as in C#. Using statements is probably the one single construction in C# that caused most bugs. I worked with that crap for nearly 20 years. I even had a bug in production today that most likely ha
359.
▲
by
AtNightWeCode
3y ago
I blocked some fingerprint-BS-script and then it worked just like normal.
360.
▲
by
AtNightWeCode
3y ago
You are too late to the party. The problem was between 15:10 UTC and 17:30 UTC on 9 Jun 2023.
More ›