Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kichik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kichik
22d ago
Don't you have to submit plans to the city for approval? You might be able to get the data from that angle. Some cities let you pull the plans for a fee.
2.
▲
Show HN: SSO Zen
(github.com)
2 points
by
kichik
2mo ago
|
0 comments
3.
▲
by
kichik
9mo ago
Nice chain and write-up. I don't know that I would call eval() on user input, hard coded secrets, and leaked credentials small or harmless. All of those are scary on their own.
4.
▲
by
kichik
9mo ago
Invoke-WebRequest is also very slow if you forget to disable the progress bar with $ProgressPreference = 'SilentlyContinue' PowerShell has some "interesting" design choices...
5.
▲
by
kichik
10mo ago
The echo server will have no knowledge on how to construct the string to be signed.
6.
▲
by
kichik
10mo ago
You are indeed misunderstanding me. I am talking about returning the entire string to be signed. Not the result of the signature.
7.
▲
by
kichik
10mo ago
You can save the expected string to a file, save your string to a file, and run diff on a hexdump of both. Even without hexdump, you should see the difference between "\n" and "\\n" in properly escaped output.
8.
▲
by
kichik
10mo ago
Not exactly the point of this article, but it would be cool if APIs like this can return the expected signed string for debugging. It would have to be properly limited for security. But if the API is expecting non-standard signatures, it co
9.
▲
by
kichik
1y ago
Wasn't ninja invented by a Google employee?
10.
▲
by
kichik
1y ago
From MSN: > The largest net seller in January was Canada. The U.K. was the largest buyer in January, after having been the largest net seller in December. Norway and Japan were the second and third largest net buyers in January, respecti
11.
▲
by
kichik
2y ago
They might be looking for some open-source fame. The contribution to their resume is more important than the contribution to the project.
12.
▲
by
kichik
2y ago
You can ask for larger zip files. The maximum is 50GB. It uses zip64 which most modern systems should support. So still 6 files in your case, but at least not 50.
13.
▲
by
kichik
2y ago
Google Takeout can also run on a schedule. You can do a monthly backup and they will email you when it's ready.
14.
▲
by
kichik
2y ago
Keep reading down the thread. He's not trying to hide it that much. https://x.com/paulg/status/1847333998554447948
15.
▲
by
kichik
2y ago
Those are the first two paragraphs of the article. Verbatim. Can't get more in context than that.
16.
▲
by
kichik
2y ago
The texts he sent are in the PDF.
17.
▲
by
kichik
2y ago
You can still charge $80 for the proprietary plastic shell.
18.
▲
by
kichik
2y ago
Yeah he loves that stuff. https://github.com/kichik/nsis/blob/b4f28a7071dcd0bf3bcdb766...
19.
▲
by
kichik
2y ago
Sorry, clone might not be the right word here. Foobar2000 was created out of spite because the creator didn't like what Winamp was doing. I vaguely recall something about bitrate limits and ogg support? It was so long ago and on IRC so
20.
▲
by
kichik
2y ago
That's a funny name considering it was the Winamp creator's nickname and Foobar2000 itself is a Winamp clone.
21.
▲
by
kichik
2y ago
And their local DNS servers crash with heavy usage.
22.
▲
by
kichik
2y ago
For anyone as confused as me by the title, "California Forever" is a company that wanted to build an utopian city. Backed by billionaires according to the article.
23.
▲
by
kichik
2y ago
> if I could keep this up and convert 10-20% of waitlist users $5000/mo for 10% of the list. Unless he factored in the list growing further. The website has pricing and it does say $500/mo for the pro version. So maybe 100 was
24.
▲
by
kichik
2y ago
It's not a cure. It's a crutch. And it doesn't even train you for a real relationship because it's so accommodating. It never stands up for itself and has no real needs.
25.
▲
by
kichik
2y ago
We need a "dumb it down for the non-lawyers" on every article that mentions courts. ELIANAL. I always try to ask my lawyer friends, but they are sadly not very good at dumbing it down.
26.
▲
by
kichik
2y ago
but my server will: - require direct source code access - require go build tools - require maintaining GitHub auth - require upgrading build tools over time - not be trivial to rebuild on failure
27.
▲
by
kichik
3y ago
I think for Google and Apple this is more of an agreed upon API to replace the multiple "login with X" buttons. Instead of having "Login with Google", "Login with Apple", "Login with Facebook", and &q
28.
▲
by
kichik
3y ago
Back in the day it was common to use <form action="mail to:me@domain.com">. Then the spammers came along. My poor 10MB ISP mailbox couldn't take it.
29.
▲
by
kichik
3y ago
Sequel: https://github.com/sveltejs/kit/issues/11924
30.
▲
Cannot CRUD cookies in SvelteKit from another port
(github.com)
3 points
by
kichik
3y ago
|
1 comments
More ›