Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bashy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bashy
11d ago
Sent to them to render the preview pane. Same as pasting secrets anywhere on a browser. Wait until you find out copying content on a computer might sent it over Wi-Fi/Bluetooth for sharing on other devices.
2.
▲
by
bashy
7mo ago
Seems to connect to localhost? index-DadTL8RF.js:41 GET http://localhost:3000/api/water-quality/me145nz?context=standard net::ERR_CONNECTION_REFUSED
3.
▲
by
bashy
10mo ago
Shell function; ``` tunnl() { if [ -z "$1" ]; then echo "Usage: tunnl <local-port>" return 1 fi ssh -t -R 80:localhost:"$1" proxy.tunnl.gg } ``` There's also https://tunn
4.
▲
by
bashy
11mo ago
Getting; API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"},"request_id":null}
5.
▲
by
bashy
11mo ago
Yeah, getting this; API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"},"request_id":null}
6.
▲
by
bashy
11mo ago
A lot of people buy CS2 community servers to use a WeaponPaints addon which allows anyone in the server to use any skin. I’d say 90% of ours have it enabled. They used to ban accounts but I don’t think they have (on community servers) since
7.
▲
The cost of turning down wind turbines in Britain
(wastedwind.energy)
282 points
by
bashy
11mo ago
|
325 comments
8.
▲
by
bashy
1y ago
Words are tokens so it can't really 'see' the word(s), it just knows how to link them.
9.
▲
by
bashy
1y ago
Will be very similar to this type of abuse report someone got on their Hetzner server (even though it had no piracy activity); > On 27 Nov 23:27, operations@friendmts.com wrote: To whom it may concern: Our reference: PRB-XXXXXX Securit
10.
▲
by
bashy
1y ago
Status page: https://status.anthropic.com Same in UK; API Error (503 upstream connect error or disconnect/reset before headers. reset reason: connection timeout) · Retrying in 38 seconds… (attempt 7/10) API Error (503
11.
▲
by
bashy
2y ago
Until you want to allow a site.
12.
▲
by
bashy
2y ago
If the location (USA) is key, then fair enough but if not, just buy one of their dedicated servers and get unlimited[1] traffic. Only outgoing external traffic is counted. [1] https://docs.hetzner.com/robot/general/
13.
▲
by
bashy
2y ago
Not ready for production I don't think. <div class="Flex row layout, justify-between, align-items: center, dark gray background, full width, padding: 1rem"></div>
14.
▲
Little Snitch 6.0 Released
(obdev.at)
31 points
by
bashy
2y ago
|
17 comments
15.
▲
by
bashy
3y ago
https://github.com/spatie/http-status-check
16.
▲
by
bashy
3y ago
If your provider has an API for the firewall/protection, just use fail2ban with cURL to block certain traffic. This can be done with Cloudflare using this action: https://github.com/fail2ban/fail2ban/blob/
17.
▲
by
bashy
3y ago
Manual updates for macOS and repo link 404…?
18.
▲
by
bashy
3y ago
Yep https://wiki.debian.org/ToyStory
19.
▲
by
bashy
3y ago
We mainly run game servers - not sure how helpful that would be.
20.
▲
by
bashy
3y ago
The thing you pay for with cloud servers is not having to do the up-keep of the host machine. They tend to have many more drives than you’d get with a bare metal server. I have many OVH and Hetzner servers (cloud and dedicated) but not sure
21.
▲
by
bashy
3y ago
Maybe search around. I got YouFibre[0] few months ago and it’s 1000/1000. [0] https://www.youfibre.com
22.
▲
by
bashy
3y ago
Still having issues in some regions.
23.
▲
by
bashy
3y ago
They took time to add the incident to their status page, appears to be fine now after 10:13 UTC.
24.
▲
by
bashy
3y ago
Yes, 'paid' add-on. Don’t store content - Requirements 7 days - $5 per month 28 days - $5 per month 45 days (Default) - Free 90 days - $5 per month 180 days - $8 per month 365 days - $12 per month
25.
▲
by
bashy
3y ago
Postmark[0] have that and store it for 45 days[1] which is really handy. I use them, not affiliated. [0] https://postmarkapp.com/ [1] https://postmarkapp.com/email-analytics
26.
▲
by
bashy
3y ago
I believe the customer mentioned in the article could also be related to Rasmus[0] as this discussion had the CTO of Cloudflare replying https://github.com/rsms/inter/discussions/549 [0] https://rs
27.
▲
by
bashy
3y ago
Not After Tue, 21 Mar 2023 23:59:59 GMT DNS Name *.githubusercontent.com
28.
▲
by
bashy
4y ago
But; "If the trial goes well, we plan to roll it out to all DuckDuckGo search users soon."
29.
▲
by
bashy
4y ago
That's just converting unix timestamps. MySQL TIMESTAMP type only has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC.[1] [1] https://dev.mysql.com/doc/refman/8.0/en&
30.
▲
by
bashy
4y ago
Timestamps in MySQL are 32-bit. It's default in a lot of web frameworks etc.
More ›