floatingsmoke | 5 years ago | on: PostgREST: REST API for any Postgres database
floatingsmoke's comments
floatingsmoke | 5 years ago | on: Putting Raspberry Pi Online with Caddy and SSH Tunnel
floatingsmoke | 5 years ago | on: Putting Raspberry Pi Online with Caddy and SSH Tunnel
floatingsmoke | 5 years ago | on: OBS Studio 26.0
floatingsmoke | 5 years ago | on: Let them paste passwords (2017)
floatingsmoke | 6 years ago | on: Zoom consumes 4% of CPU as statistics shows. No way
floatingsmoke | 6 years ago | on: Firefox 72.0
Thinking of it, it would even be a nice feature since we need to pan to the left of the page or zoom out completely to go back in history with touch pad in Chromium based browsers.
> Still nice to see there's progress, and it's already mostly usable with the mentioned caveats.
At least.
Next release should definitely have this double-tap and smart-zoom feature.
floatingsmoke | 6 years ago | on: Firefox 72.0
And if you zoom in somehow, you cannot pan over the page because Firefox act like you are seeing full screen and trying to go back or forward in browser history.
floatingsmoke | 6 years ago | on: Firefox 72.0
floatingsmoke | 6 years ago | on: Firefox 72.0
floatingsmoke | 6 years ago | on: Get Started Making Music
floatingsmoke | 7 years ago | on: ReactXP – A library for building cross-platform apps
floatingsmoke | 7 years ago | on: Go 2 Draft Designs
func ReadFile(path string) (string, error) {
b, err := ioutil.ReadFile(path)
s := string(b[:])
return s, err
}
How this function would be written regarding to drafts?. I am really confused.floatingsmoke | 7 years ago | on: Go 2 Draft Designs
But these possible nested error handlers and generics will lead developers to think more than twice during writing or reading a code base. These ideas is not belong to go era but Java, C++ etc which go doesn't wanted to be like.
Someone here has mentioned that internal support of generics for slices, maps and other primitives. I think this can be the best solution for generics in go. For the error handling I think more elegant way could be found.
Please do not rush.