Viewing profile — BarkMore
BarkMore
HN member- Joined
- Thu, Oct 14, 2010, 5:05 PM UTC
- HN karma
- 1,454
- Public activity
- 370 items
- HN profile
- View on Hacker News ↗
About BarkMore
No profile information was provided.
Recent public activity
-
comment
Comment #48420919
> why on earth would I want firmware updates for a lens? One reason is to update the lens to work with new camera or new camera firmware.
-
comment
Comment #37196077
If the concert attendees value the concert experience more than they paid for the tickets, then the concert generated value.
-
comment
Comment #36425419
min and max are predeclared identifiers in the universe block, not reserved words. https://go.dev/ref/spec#Predeclared_identifiers You can continue to declare your own entities wit…
-
comment
Comment #36049826
It's either habbit or you are doing something out of the ordinary with your Go installation. The standard installation of Go has not required GOROOT for a very long time.
-
comment
Comment #29326013
Yes, this happens. My son could not take calculus in high school because he was mislabeled in 8th grade. The 8th-grade decision has had an impact on his college career. The school …
-
comment
Comment #27437119
See the Fair Tax proposal for one way to address this problem. https://en.wikipedia.org/wiki/FairTax
- comment
-
comment
Comment #26543137
You do not need to go down the Github rabbit hole. The symbol prometheus is from the package github.com/prometheus/client_golang/prometheus. Use go doc github.com/prometheus/client…
-
comment
Comment #22470533
Russ Cox https://news.ycombinator.com/user?id=rsc
-
comment
Comment #22445752
The type definition `type X Y` declares new type X with the underlying type of Y. X and Y share underlying types and nothing else. This is a useful feature and there's nothing weir…
-
comment
Comment #22444772
A type alias binds a new name to a type. All of the type’s methods are available through the new name.
-
comment
Comment #21698622
pkg.go.dev is the module aware replacement for godoc.org.
-
comment
Comment #20651800
McConnell’s office did not state that. Search the web for “mcconnell fake quote” for info.
-
comment
Comment #20321349
The compiler optimizes conversion from []byte to string on map lookup. https://github.com/golang/go/commit/f5f5a8b6209f84961687d993...
-
comment
Comment #20280416
Permethrin is an insecticide that's applied to clothing, tents, packs, etc. It's effective for a month or so depending on exposure to UV and number of washes. Picaridin is a repell…
-
comment
Comment #20025501
It's called "orange and teal". Search for "orange and teal" to find explanations on why the style is popular and tutorials on how to create the style in image and video editing app…
-
comment
Comment #19780377
The go vet command checks format strings. I expect that the command will be updated to check for correct use of %w.
-
comment
Comment #17507771
Previous post on the topic: https://news.ycombinator.com/item?id=1852400
-
comment
Comment #17070489
There's limited choice, but Fuji provides one of those choices ( http://www.fujifilm.com/products/digital_cameras/gfx/index.h... ).
-
comment
Comment #16540178
XMPP support did very little to grow whatever power Google has in the chat market. Traffic to federated services and use of third party clients was low.
- comment
-
comment
Comment #16148558
I had the Fisher Paykel double dishdrawer and found that it works great. We loaded dirty in one drawer and took clean from the other. We always had to put a few clean items away wh…
-
comment
Comment #14847040
IE4 was a rewrite, not a refactor job.
-
comment
Comment #14546656
A high school graduation at the Expo center in Redmond is enough to cause 97 to backup. The eclipse backup will indeed be epic.
-
comment
Comment #14231440
The site http://caltopo.com/ is another good resource for maps. The site includes a number of maps including USGS, USFS and marine charts. There are several useful overlays for hik…