Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AtroxDev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Protovalidate Is Now v1.0
(buf.build)
1 points
by
AtroxDev
1y ago
|
0 comments
2.
▲
Cloudflare AI Gateway now gives you access to your favorite AI models
(blog.cloudflare.com)
3 points
by
AtroxDev
1y ago
|
0 comments
3.
▲
by
AtroxDev
1y ago
Really like your UI! Built something similar for myself (also as an replacement for hckrnews.com): https://hnhub.dev/
4.
▲
Was Async Fn a Mistake?
(seanmonstar.com)
5 points
by
AtroxDev
3y ago
|
0 comments
5.
▲
by
AtroxDev
4y ago
Totally agree with you. I don’t really need more features (maybe +2 page rules?) but having a way to give back without paying per site would be awesome.
6.
▲
by
AtroxDev
4y ago
Can recommend kopia as well. It is the one that I settled with after trying out pretty much all the other open source solutions (at the time). Works great across all my devices (win, mac, linux).
7.
▲
by
AtroxDev
4y ago
I found the official API quite a pain to work with while building myself an alternative "hn ui"[0]. I mostly switched over to using the Algolia API[1], which is a lot more "fun" to work with. I can only recommend checkin
8.
▲
by
AtroxDev
5y ago
From Rob Pike on reddit regarding this post[0]: The and and or functions in the template packages do short-circuit, so he's got one thing already. It was a relatively recent change, but it's there. Non-deterministic select is a cr
9.
▲
What I'd like to see in Go 2.0
(sethvargo.com)
215 points
by
AtroxDev
5y ago
|
219 comments
10.
▲
What I'd like to see in Go 2.0
(sethvargo.com)
3 points
by
AtroxDev
5y ago
|
0 comments
11.
▲
by
AtroxDev
5y ago
That's when you can be more precise if you want: `[year padding:zero repr:full base:calendar sign:automatic]`. The format is also checked on compile time.
12.
▲
by
AtroxDev
5y ago
I agree. I really like how the `time` crate[0] in the rust world handles this[1]. with your example: > format_description!("[year]/[month]/[day]") 0: https://crates.io/crates/time 1: https:/
13.
▲
by
AtroxDev
5y ago
I'm getting the following on visiting the page, couldn't have said it better: > Unexpected Server Error > Cannot destructure property 'series' of 'e' as it is undefined.
14.
▲
by
AtroxDev
5y ago
looks like it is custom built: https://github.com/shaunlebron/t3tr0s-slides
15.
▲
by
AtroxDev
6y ago
project: postcard.zone ( https://postcard.zone ), its a simple way to send a postcard to any address of your liking with fully customizable front and back of the postcard itself. A long time on my todo list to make more out of it.
16.
▲
by
AtroxDev
6y ago
Hey, I edited my comment. I did miss the part in http.py somehow :). Thank you for clarifying.
17.
▲
by
AtroxDev
6y ago
The library calls back home to validate the key (URL: https://errorship.com/api/?errorshipLicensekey={errorship_li... ). If it fails it raises an Exception. I don't think that this is the correct way to do this. If
18.
▲
by
AtroxDev
6y ago
It still defaults to eager loading. You have to explicitly add the loading="lazy" attribute for it to load lazily.
19.
▲
by
AtroxDev
7y ago
The regions are listed in the docs: https://fly.io/docs/regions/#discovering-your-applications-r...
20.
▲
by
AtroxDev
7y ago
I fully agree with this. I'm using Cloud Run since the day it got into beta and never been happier. It beats all the other platforms (for docker) IMO.
21.
▲
by
AtroxDev
7y ago
I'm in the exact same boat. The AirPods just fit perfectly like no other pair before but for most of my friends it's the opposite. I'm intrigued how the AirPods Pro will fit. We will see I guess.
22.
▲
by
AtroxDev
7y ago
Looks like they really plan to move forward with the `try` function... I'm personally not a fan of it, I hope they listen to the feedback they received on the GitHub Issue and not just push it through like the error inspection [0]. [0]
23.
▲
by
AtroxDev
7y ago
You are using rails, remove the default 404.html from your public folder and it will stop serving the default rails 404.html.
24.
▲
by
AtroxDev
7y ago
Cloud SQL is listed as unsupported [0]. Are there any estimates when this will change? I would love to try this out in combination with Cloud SQL. [0]: https://cloud.google.com/run/docs/using-gcp-services#service..
25.
▲
by
AtroxDev
8y ago
The new owner just confirmed that he purchased the package: https://github.com/ZijianHe/koa-router/issues/494#issuecomme... (in case the comment gets deleted: https://i.imgur.com/J5lOiMZ.png )
26.
▲
Developer Ecosystem Survey 2019
(surveys.jetbrains.com)
8 points
by
AtroxDev
8y ago
|
0 comments
27.
▲
by
AtroxDev
8y ago
watchtower ( https://github.com/v2tec/watchtower ) is the project you're probably thinking of. It works great for me.
28.
▲
Thoughts on vgo and dep
(sdboyer.io)
1 points
by
AtroxDev
9y ago
|
0 comments
29.
▲
[reddit] Oneplus' payment system might have been compromised
(reddit.com)
5 points
by
AtroxDev
9y ago
|
0 comments
30.
▲
by
AtroxDev
9y ago
because that is your package managers job
More ›