HN user

AtroxDev

494 karma

undefined

Posts18
Comments29
View on HN
buf.build 10mo ago

Protovalidate Is Now v1.0

AtroxDev
1pts0
blog.cloudflare.com 10mo ago

Cloudflare AI Gateway now gives you access to your favorite AI models

AtroxDev
3pts0
seanmonstar.com 2y ago

Was Async Fn a Mistake?

AtroxDev
5pts0
www.sethvargo.com 4y ago

What I'd like to see in Go 2.0

AtroxDev
215pts219
www.sethvargo.com 4y ago

What I'd like to see in Go 2.0

AtroxDev
3pts0
surveys.jetbrains.com 7y ago

Developer Ecosystem Survey 2019

AtroxDev
8pts0
sdboyer.io 8y ago

Thoughts on vgo and dep

AtroxDev
1pts0
www.reddit.com 8y ago

[reddit] Oneplus' payment system might have been compromised

AtroxDev
5pts0
torrentfreak.com 9y ago

Blizzard Beats “Cheat” Maker, Wins $8.5M Copyright Damages

AtroxDev
2pts0
www.palletsprojects.com 9y ago

Jinja 2.9 Released

AtroxDev
3pts0
ondras.github.io 9y ago

Primitive.js – web/js version of primitive.lol, the image vectorization tool

AtroxDev
4pts0
www.jetbrains.com 9y ago

JetBrains Rider EAP Is Now Public

AtroxDev
4pts0
www.youtube.com 9y ago

The Marvel Symphonic Universe [video]

AtroxDev
3pts0
www.djangoproject.com 9y ago

Channels adopted as an official Django project

AtroxDev
159pts22
about.gitlab.com 9y ago

GitLab 8.11 Released with Issue Boards and Merge Conflict Resolution

AtroxDev
295pts122
github.com 11y ago

Show HN: HaikunatorPY – Generate Heroku-like random names

AtroxDev
2pts0
github.com 11y ago

Show HN: HaikunatorPHP – Generate Heroku-like random names

AtroxDev
3pts0
github.com 11y ago

Show HN: HaikunatorJS – Generate Heroku-like random names

AtroxDev
1pts0

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 critical detail of its design. If you depend on a deterministic order of completion of tasks, you're going to have problems. Now there are cases where determinism might be what you want, but they are peculiar. And given Go's general approach to doing things only one way, you get non-determinism.

A shorthand syntax for trial communication existed. We took it out long ago. Again, you only need one way to do things, and again, it's a rare thing to need. Not worth special syntax.

Some of the other things mentioned may be worth thinking about, and some of them have already (a logging interface for instance), and some we just got wrong (range). But overall this seems like a list of things driven by a particular way of working that is not universal and discounts the cost of creating consensus around the right solutions to some of these problems.

Which is not to discount the author's concerns. This is a thoughtful post.

0: https://old.reddit.com/r/golang/comments/s58ico/what_id_like...

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.

Remix: On Rails 5 years 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.

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. It works as-is but I'm not happy with the current editor and some other things. Still, it gets some use on occasion which is nice :)

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 your server is down, my application would crash too. Just cut the license validation out of the library. If I wanted to use the library without an license I could do so anyway.

edit: as noted by the author below, this is not the case :). If the server is not available, it won't raise an exception. I did miss that part somehow.

Firefox 75.0 6 years ago

It still defaults to eager loading. You have to explicitly add the loading="lazy" attribute for it to load lazily.

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.

AirPods Pro 7 years 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.

HTTP Cats 7 years ago

You are using rails, remove the default 404.html from your public folder and it will stop serving the default rails 404.html.

From their FAQ:

What does Gogland mean? This is a codename and not the final product name. Our inspiration was the name of an island in the Gulf of Finland, not very far from Kotlin.

Wow, I did not expect that. I'm currently using VS Code for Go and I'm pretty happy with it. Definitively gonna try this out because I'm pretty much using JetBrains for everything else and never got disappointed by them yet.