Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codegeek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
121.
▲
by
codegeek
10mo ago
There is nothing small Govt anymore. Both parties are the same when it comes to extending Govt's power (just for different reasons). It is just a talking point now.
122.
▲
by
codegeek
10mo ago
Assuming they do the questioning in good faith. When they are ordered to "find something", you are already at a disadvantage as a regular person. I mostly have good interactions when stopped but had my share of bad faith actors an
123.
▲
by
codegeek
10mo ago
"Suddenly, drivers find themselves pulled over — often for reasons cited such as speeding, failure to signal, the wrong window tint or even a dangling air freshener blocking the view. They are then aggressively questioned and searched,
124.
▲
by
codegeek
10mo ago
"If you're using Cursor with a company (teams, enterprise) subscription, information of all your code commits is sent to their API." Good. As much as we are all privacy freaks, if you are using company resources to do your ow
125.
▲
Shadcn UI library hits 100k Stars on GitHub
(github.com)
1 points
by
codegeek
10mo ago
|
0 comments
126.
▲
by
codegeek
10mo ago
But imagine right now vs you only being down. It sucks right now but most customers are aware of why and we can just say "hey its everyone, just not us". If you had a DDOS attack only on you, imagine dealing with customers then. I
127.
▲
by
codegeek
10mo ago
Cloudflare is still down and now its been 5+ hours. Having said that, the thing about "if you don't need to" is not that simple. FOr personal sites/blogs, I can agree but then it really doesnt matter for those. For a rea
128.
▲
by
codegeek
10mo ago
As much as this situation sucks, how do you plan to "mitigate a DDoS attack on my own servers". The reason I use Cloudflare is to use it as a proxy especially for DDOS attacks if they do occur. Right now, our services are down and
129.
▲
by
codegeek
10mo ago
I miss my blackberry when it comes to typing.
130.
▲
by
codegeek
10mo ago
"Unfortunately for me, not all collaboration can be rooted out, and even I will admit that some collaboration is useful. Ian and Andy edited this newsletter after all." So "good" collaboration does work. It is just that
131.
▲
by
codegeek
10mo ago
For specific dates, I prefer 3 dropdowns with explicit strings for months. So the dropdowns would be "7", "January","2026" etc instead of 01/07/2026 or 07/01/2026 ensuring there is no confus
132.
▲
.NET 10 Released
(dotnet.microsoft.com)
12 points
by
codegeek
10mo ago
|
2 comments
133.
▲
by
codegeek
10mo ago
(minutes == 1) ? "minute" : "minutes" I really care about this one. One option I suggest is to use minute(s) etc that can take care of both 1 and higher numbers. 1 minute(s) works
134.
▲
by
codegeek
10mo ago
I think requiring app is an overreach. I hate installing apps. If you want to save money and not do paper, I would just do this: - Provide a discount/credit for using electronic digital boarding pass (PDF file, no apps). If someone is
135.
▲
by
codegeek
11mo ago
You could say the same thing about Computers when they were mostly mainframe. I am sure someone will figure out how to make it commoditized just like personal computers and internet.
136.
▲
by
codegeek
11mo ago
'moved over to a newly-registered domain" Was this new domain in use before ? If yes, check if the domain itself was blacklisted earlier. Sometimes, domains are used for scam/spams and then someone else registers it only to f
137.
▲
by
codegeek
11mo ago
Sorry I should have been more clear. I meant that I cannot do anything else other than being a founder and run my own thing. With that, comes the burnout that cannot be solved by taking time off because you cannot just switch off like a reg
138.
▲
by
codegeek
11mo ago
"I've come to realize burnout is a function of expectation mismatch" This. No amount of break will solve the issue until you adjust your expectations, especially from yourself. I have been burnt out as a founder and taking ti
139.
▲
by
codegeek
11mo ago
I hear you that you didn't have to pay something crazy but the fact that you ultimately paid $500 for a short ride and you think it was "successful experience" is how they fool us. You think you got a deal when they are still
140.
▲
by
codegeek
11mo ago
Yes and it still sucks because I hate wasting my hard earned money because of a random number thrown at me for the so called "Claim". Fk the entire insurance industry especially health insurance mafia. And don't get me starte
141.
▲
by
codegeek
11mo ago
Great question. No one "wants" insurance. Everyone wants to be able to get covered for care. The problem is that Govt decided decades ago that Health Insurance is the only way to get care even for mundane things like a regular doc
142.
▲
by
codegeek
11mo ago
"he doesn’t seem to care, he’s paid well." There is your answer. Most people want to have a job where if they are paid well and are reasonably safe, they don't care. I am not saying its a good or bad thing. It's just the
143.
▲
by
codegeek
11mo ago
"The alternative is that we move to a 4 (or 3?) day work week, or UBI," Those things are not practical. Human beings are designed to work. Before the Industrial Era, it was all hard labor. Then came the machines and it became &quo
144.
▲
by
codegeek
11mo ago
We did a COBOL project in our CS program way back in college (circa 2002). I remember liking it a lot considering it was "mostly write code in Plain English". AI Prompts have nothing on COBOL :). They were doing it way before it w
145.
▲
by
codegeek
11mo ago
THink of this way. AI shouldn't detect WHAT/WHY to do, you should. AI should just do the HOW. One example. Lets say you want to add caching to your application. You shouldn't let AI decide everything on the architecture. Inst
146.
▲
by
codegeek
11mo ago
Exactly. It's sad that we have been brain washed by the cloud propaganda long enough now. Everyone and their mother thinks that to setup anything in production, you need cloud otherwise it is amaeteurish. Sad.
147.
▲
by
codegeek
11mo ago
This is how the cloud companies keep you hooked on. I am not against them of course but the notion that no one can self host in production because "it is too complex" is something that we have been fed over the last 10-15 years. D
148.
▲
by
codegeek
11mo ago
How long is a piece of string ? "Cheap" is relevant if you are talking about work load that is one off and doesn't run continuously. A lot of people use serverless to run a 24-7 service which sort of defeats the purpose. It d
149.
▲
by
codegeek
11mo ago
"Self-Hosting : Being tied to Cloudflare's runtime meant our customers couldn't self-host Unkey. While the Workers runtime is technically open source, getting it running locally (even in dev mode) is incredibly difficult. Wit
150.
▲
Ask HN: Is GraphQL Worth It?
3 points
by
codegeek
11mo ago
|
1 comments
More ›